diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:49 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:49 -0400 |
commit | 31c0deff9aee37362a2bce1cd6c750834218adbf (patch) | |
tree | 4fe133ab26ffcde299301cd1893b4c3f527e0476 /api/locales | |
parent | New translations auth.json (Hungarian) (diff) | |
download | server-31c0deff9aee37362a2bce1cd6c750834218adbf.tar.xz |
New translations auth.json (Italian)
Diffstat (limited to 'api/locales')
-rw-r--r-- | api/locales/it/auth.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/api/locales/it/auth.json b/api/locales/it/auth.json index 3ba387e9..e19547a0 100644 --- a/api/locales/it/auth.json +++ b/api/locales/it/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "E-Mail o numero di telefono non trovato", - "INVALID_PASSWORD": "Password Non Valida", + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "La registrazione di nuovi utenti è disabilitata", - "INVITE_ONLY": "Devi essere stato invitato per registrarti", - "EMAIL_INVALID": "Indirizzo e-mail non valido", - "EMAIL_ALREADY_REGISTERED": "Email già registrata", - "DATE_OF_BIRTH_UNDERAGE": "Devi avere almeno {{years}} anni", - "CONSENT_REQUIRED": "È necessario accettare i Termini di Servizio e l'Informativa sulla privacy.", - "USERNAME_TOO_MANY_USERS": "Troppi utenti hanno questo nickname, per favore provane un altro" + "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" } } |