1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00

New translations auth.json (Italian)

This commit is contained in:
Samuel 2021-10-24 12:41:49 -04:00
parent c87e3e6fc7
commit 61d6481603

View File

@ -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"
}
}