Skip to content

Commit bde5e7a

Browse files
pedromctechwlee221reesscot
authored
Add missing spanish translations (#2242)
Co-authored-by: William Lee <[email protected]> Co-authored-by: Scott Rees <[email protected]>
1 parent c455bce commit bde5e7a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.changeset/old-seahorses-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui": patch
3+
---
4+
5+
Add missing spanish translations

packages/ui/src/i18n/dictionaries/authenticator/es.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const esDict = {
22
'Account recovery requires verified contact information':
33
'La recuperación de la cuenta requiere información de contacto verificada',
4+
'An account with the given email already exists.': 'Ya existe una cuenta con el correo ingresado.',
45
'Back to Sign In': 'Volver a inicio de sesión',
56
'Change Password': 'Cambiar contraseña',
67
Changing: 'Cambiando',
@@ -14,10 +15,12 @@ export const esDict = {
1415
'Confirmation Code': 'Código de confirmación',
1516
Confirming: 'Confirmando',
1617
'Create a new account': 'Crear una cuenta nueva',
18+
'Create Account': 'Crear cuenta',
1719
'Creating Account': 'Creando cuenta',
1820
Email: 'Email',
21+
'Enter your email': 'Escriba su Email',
1922
'Forgot Password': 'Olvidé mi contraseña',
20-
'Incorrect username or password': 'Nombre de usuario o contraseña incorrecta',
23+
'Incorrect username or password.': 'Nombre de usuario o contraseña incorrecta',
2124
'Invalid password format': 'Formato de contraseña inválido',
2225
'Invalid phone number format': 'Formato de número de teléfono inválido',
2326
'Forgot your password?': '¿Olvidó su contraseña?',
@@ -44,6 +47,10 @@ export const esDict = {
4447
'Sign in to your account': 'Iniciar sesión en tu cuenta',
4548
'Sign Out': 'Cerrar sesión',
4649
'Sign Up': 'Crear cuenta',
50+
'Sign Up with Amazon': 'Crear cuenta con Amazon',
51+
'Sign Up with Apple': 'Crear cuenta con Apple',
52+
'Sign Up with Facebook': 'Crear cuenta con Facebook',
53+
'Sign Up with Google': 'Crear cuenta con Google',
4754
'Signing in': 'Iniciando sesión',
4855
Skip: 'Omitir',
4956
Submit: 'Enviar',
@@ -53,4 +60,5 @@ export const esDict = {
5360
'Username cannot be empty': 'El nombre de usuario no puede estar vacío',
5461
Verify: 'Verificar',
5562
'Verify Contact': 'Verificar contacto',
63+
'Your passwords must match': 'Las contraseñas deben coincidir'
5664
};

0 commit comments

Comments
 (0)