Skip to content

Commit 4663860

Browse files
PaulVPrivateasercalebpollmansoberm
authored
fix(ui): add missing fr and es translations (#6216)
* fix(ui): add missing fr and es translations * chore: update changeset --------- Co-authored-by: Caleb Pollman <[email protected]> Co-authored-by: Michael Sober <[email protected]>
1 parent 414b67a commit 4663860

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.changeset/friendly-pans-notice.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+
fix: missing fr and es translations

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export const esDict: AuthenticatorDictionary = {
55
'La recuperación de la cuenta requiere información de contacto verificada',
66
'Authenticator App (TOTP)': 'Aplicación de autenticación (TOTP)',
77
'Back to Sign In': 'Volver a inicio de sesión',
8+
'Cannot reset password for the user as there is no registered/verified email or phone_number':
9+
'No se puede restablecer la contraseña para el usuario debido a que no hay Email registrado / verificado o número de teléfono',
810
'Change Password': 'Cambiar contraseña',
911
Changing: 'Cambiando',
1012
Code: 'Código',

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export const frDict: AuthenticatorDictionary = {
55
'La récupération du compte nécessite des informations de contact vérifiées',
66
'Authenticator App (TOTP)': 'Application d’authentification (TOTP)',
77
'Back to Sign In': 'Retour à la connexion',
8+
'Cannot reset password for the user as there is no registered/verified email or phone_number':
9+
"Impossible de réinitialiser le mot de passe pour l'utilisateur car il n'a pas d'adresse e-mail ou de numéro de téléphone enregistré / vérifié",
810
'Change Password': 'Modifier le mot de passe',
911
Changing: 'Modification en cours',
1012
Code: 'Code',

0 commit comments

Comments
 (0)