From d2abadee0eca355fe77dff155d24a706bdd2a7ad Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:44 -0400 Subject: New translations auth.json (Serbo-Croatian) --- api/locales/sh/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/sh/auth.json 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" + } +} -- cgit 1.4.1