summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-21 14:28:44 -0400
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-21 14:28:44 -0400
commitd2abadee0eca355fe77dff155d24a706bdd2a7ad (patch)
treec754caa21e844d68ed8730e977b4be2be3fbf2ac /api
parentNew translations common.json (Serbo-Croatian) (diff)
downloadserver-d2abadee0eca355fe77dff155d24a706bdd2a7ad.tar.xz
New translations auth.json (Serbo-Croatian)
Diffstat (limited to 'api')
-rw-r--r--api/locales/sh/auth.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/api/locales/sh/auth.json b/api/locales/sh/auth.json
new file mode 100644

index 00000000..0f2c8456 --- /dev/null +++ b/api/locales/sh/auth.json
@@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "Email ili broj mobitela nije pronađen", + "INVALID_PASSWORD": "Pogrešna lozinka", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "register": { + "REGISTRATION_DISABLED": "Registracija novog korisnika je onemogućena", + "INVITE_ONLY": "Morate biti pozvani da se registrirate", + "EMAIL_INVALID": "Nevažeći email", + "EMAIL_ALREADY_REGISTERED": "Email je već registriran", + "DATE_OF_BIRTH_UNDERAGE": "Morate imati {{years}} godina ili više", + "CONSENT_REQUIRED": "Morate se složiti s uvjetima pružanja usluge i pravila o privatnosti.", + "USERNAME_TOO_MANY_USERS": "Previše korisnika ima ovo korisničko ime, molimo vas da pokušate sa drugim" + } +}