diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-22 12:02:54 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-22 12:02:54 -0400 |
commit | 94c49ae1195fa873d14f8c465a0a2c3e3752a828 (patch) | |
tree | 7ba94a032a1a369c2cba9f996fb6ab0476ff156d /api/locales/es/auth.json | |
parent | New translations common.json (Guarani) (diff) | |
download | server-94c49ae1195fa873d14f8c465a0a2c3e3752a828.tar.xz |
New translations auth.json (Spanish, Latin America)
Diffstat (limited to 'api/locales/es/auth.json')
-rw-r--r-- | api/locales/es/auth.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/api/locales/es/auth.json b/api/locales/es/auth.json index 8271c578..e19547a0 100644 --- a/api/locales/es/auth.json +++ b/api/locales/es/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "E-Mail o teléfono no encontrado", - "INVALID_PASSWORD": "Contraseña Incorrecta", + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado", - "INVITE_ONLY": "Tenés que ser invitado para poder registrarte", - "EMAIL_INVALID": "Email inválido", - "EMAIL_ALREADY_REGISTERED": "Este E-mail ya está registrado", - "DATE_OF_BIRTH_UNDERAGE": "Necesitas tener {{years}} años o más", - "CONSENT_REQUIRED": "Tenés que aceptar los Términos de Servicio y la Política de Privacidad.", - "USERNAME_TOO_MANY_USERS": "Demasiados usuarios tienen este nombre de usuario, por favor intente con otro" + "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" } } |