diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:48 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:48 -0400 |
commit | c87e3e6fc7ac2c6416de0483ef0592cb80bb90da (patch) | |
tree | 1a4b82e8eb0ee5302910326851c76863632b128f | |
parent | New translations auth.json (Slovak) (diff) | |
download | server-c87e3e6fc7ac2c6416de0483ef0592cb80bb90da.tar.xz |
New translations auth.json (Hungarian)
-rw-r--r-- | api/locales/hu/auth.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/api/locales/hu/auth.json b/api/locales/hu/auth.json index cf2f7d06..e19547a0 100644 --- a/api/locales/hu/auth.json +++ b/api/locales/hu/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "Nincs ilyen E-Mail vagy Telefon", - "INVALID_PASSWORD": "Érvénytelen jelszó", - "ACCOUNT_DISABLED": "Ez a fiók le van tiltva" + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "Új felhasználók regisztrációja nem engedélyezett", - "INVITE_ONLY": "Csak meghívottak regisztrálhatnak", - "EMAIL_INVALID": "Érvénytelen Email", - "EMAIL_ALREADY_REGISTERED": "Az Email már regisztrálva van", - "DATE_OF_BIRTH_UNDERAGE": "{{years}} éves vagy idősebbnek kell lenned", - "CONSENT_REQUIRED": "El kell fogadnod a Felhasználási Feltételeket és az Adatvédelmi Nyilatkozatot.", - "USERNAME_TOO_MANY_USERS": "Túl sok felhasználó használja ezt a nevet, kérlek próbálj egy másikat" + "REGISTRATION_DISABLED": "New user registration is disabled", + "INVITE_ONLY": "You must be invited to register", + "EMAIL_INVALID": "Invalid Email", + "EMAIL_ALREADY_REGISTERED": "Email is already registered", + "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", + "CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" } } |