summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-01 10:54:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-01 10:54:28 +0200
commitb1d2d5127fb7eb681c030ef17a7f6565ce7bdeb6 (patch)
tree5d0629957594573f002a880a519949acc9f02169
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-b1d2d5127fb7eb681c030ef17a7f6565ce7bdeb6.tar.xz
New translations auth.json (Croatian)
-rw-r--r--locales/hr/auth.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/locales/hr/auth.json b/locales/hr/auth.json
new file mode 100644

index 00000000..3e330168 --- /dev/null +++ b/locales/hr/auth.json
@@ -0,0 +1,15 @@ +{ + "login": { + "INVALID_LOGIN": "Email ili broj mobitela nije pronađen", + "INVALID_PASSWORD": "Pogrešna lozinka" + }, + "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" + } +}