From 4ab13193e0670148820ba1604d2acae952754b60 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:41:38 -0400 Subject: New translations auth.json (Spanish) --- api/locales/es/auth.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'api') diff --git a/api/locales/es/auth.json b/api/locales/es/auth.json index b7f96f80..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", - "ACCOUNT_DISABLED": "Esta cuenta está desactivada" + "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": "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" + "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" } } -- cgit 1.4.1