diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-05-07 21:24:10 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-05-07 21:24:10 +0200 |
commit | c6fde047d8da0a63f2003321ac09b716906c9fed (patch) | |
tree | 070fcb3896cb939225994eee487b320a6acc7552 | |
parent | New translations common.json (French) (diff) | |
download | server-c6fde047d8da0a63f2003321ac09b716906c9fed.tar.xz |
New translations auth.json (Spanish)
-rw-r--r-- | locales/es/auth.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/locales/es/auth.json b/locales/es/auth.json index 3dcada07..28c21bde 100644 --- a/locales/es/auth.json +++ b/locales/es/auth.json @@ -1,15 +1,15 @@ { "login": { "INVALID_LOGIN": "E-Mail o teléfono no encontrado", - "INVALID_PASSWORD": "Contraseña no válida" + "INVALID_PASSWORD": "Contraseña Incorrecta" }, "register": { - "REGISTRATION_DISABLED": "El registro de nuevo usuario está deshabilitado", - "INVITE_ONLY": "Debes ser invitado para registrarte", - "EMAIL_INVALID": "Invalid Email", - "EMAIL_ALREADY_REGISTERED": "El correo electrónico ya está registrado", + "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": "Usted debe 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 otro" + "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" } } |