diff options
Diffstat (limited to 'api/locales/hr/auth.json')
-rw-r--r-- | api/locales/hr/auth.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api/locales/hr/auth.json b/api/locales/hr/auth.json new file mode 100644 index 00000000..0f2c8456 --- /dev/null +++ b/api/locales/hr/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" + } +} |