summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-06 21:19:43 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-06 21:19:43 +0200
commit2fcd39ed61aab1fa81f2280dffeb9ca74bc9dea6 (patch)
tree7e827b88c9bf2c31a4622fec851306d04d1a9cb6
parent[Route] PATCH /guilds/:id/templates (diff)
downloadserver-2fcd39ed61aab1fa81f2280dffeb9ca74bc9dea6.tar.xz
New translations auth.json (Italian)
-rw-r--r--locales/it/auth.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/locales/it/auth.json b/locales/it/auth.json

index 589dea7e..316d55ea 100644 --- a/locales/it/auth.json +++ b/locales/it/auth.json
@@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail o telefono non trovato", + "INVALID_LOGIN": "E-Mail o numero di telefono non trovato", "INVALID_PASSWORD": "Password Non Valida" }, "register": { - "REGISTRATION_DISABLED": "La registrazione del nuovo utente è disabilitata", - "INVITE_ONLY": "Devi essere invitato per registrarti", - "EMAIL_INVALID": "Invalid Email", + "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 nome utente, per favore prova un altro" + "USERNAME_TOO_MANY_USERS": "Troppi utenti hanno questo nickname, per favore provane un altro" } }