diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-23 19:04:00 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-23 19:04:00 -0400 |
commit | 81f352a898497259cf7f6260f6aa1af42d2e536a (patch) | |
tree | a609e97b5f876d10fb634ad498628b7b9a3436d7 | |
parent | New translations auth.json (Spanish) (diff) | |
download | server-81f352a898497259cf7f6260f6aa1af42d2e536a.tar.xz |
New translations auth.json (Spanish, Latin America)
-rw-r--r-- | api/locales/es/auth.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/api/locales/es/auth.json b/api/locales/es/auth.json index 1688b457..b7f96f80 100644 --- a/api/locales/es/auth.json +++ b/api/locales/es/auth.json @@ -2,15 +2,15 @@ "login": { "INVALID_LOGIN": "E-Mail o teléfono no encontrado", "INVALID_PASSWORD": "Contraseña Incorrecta", - "ACCOUNT_DISABLED": "Está cuenta está desactivada" + "ACCOUNT_DISABLED": "Esta cuenta está desactivada" }, "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 correo electrónico ya está registrado", - "DATE_OF_BIRTH_UNDERAGE": "Necesitas tener {{years}} años o más", - "CONSENT_REQUIRED": "Tienes 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" + "EMAIL_ALREADY_REGISTERED": "Este E-mail ya está registrado", + "DATE_OF_BIRTH_UNDERAGE": "Necesitás 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 intentá con otro" } } |