1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 10:11:34 +02:00

New translations auth.json (Spanish, Latin America)

This commit is contained in:
Samuel 2021-10-22 16:41:42 -04:00
parent d731cc1ac8
commit 29b94ac555

View File

@ -1,16 +1,16 @@
{ {
"login": { "login": {
"INVALID_LOGIN": "E-Mail or Phone not found", "INVALID_LOGIN": "E-Mail o teléfono no encontrado",
"INVALID_PASSWORD": "Invalid Password", "INVALID_PASSWORD": "Contraseña Incorrecta",
"ACCOUNT_DISABLED": "This account is disabled" "ACCOUNT_DISABLED": "This account is disabled"
}, },
"register": { "register": {
"REGISTRATION_DISABLED": "New user registration is disabled", "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado",
"INVITE_ONLY": "You must be invited to register", "INVITE_ONLY": "Tenés que ser invitado para poder registrarte",
"EMAIL_INVALID": "Invalid Email", "EMAIL_INVALID": "Email inválido",
"EMAIL_ALREADY_REGISTERED": "Email is already registered", "EMAIL_ALREADY_REGISTERED": "Este E-mail ya está registrado",
"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", "DATE_OF_BIRTH_UNDERAGE": "Necesitas tener {{years}} años o más",
"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", "CONSENT_REQUIRED": "Tenés que aceptar los Términos de Servicio y la Política de Privacidad.",
"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" "USERNAME_TOO_MANY_USERS": "Demasiados usuarios tienen este nombre de usuario, por favor intente con otro"
} }
} }