File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
packages/ui/src/i18n/dictionaries/authenticator Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @aws-amplify/ui ' : patch
3
+ ---
4
+
5
+ fix: missing fr and es translations
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ export const esDict: AuthenticatorDictionary = {
5
5
'La recuperación de la cuenta requiere información de contacto verificada' ,
6
6
'Authenticator App (TOTP)' : 'Aplicación de autenticación (TOTP)' ,
7
7
'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' ,
8
10
'Change Password' : 'Cambiar contraseña' ,
9
11
Changing : 'Cambiando' ,
10
12
Code : 'Código' ,
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ export const frDict: AuthenticatorDictionary = {
5
5
'La récupération du compte nécessite des informations de contact vérifiées' ,
6
6
'Authenticator App (TOTP)' : 'Application d’authentification (TOTP)' ,
7
7
'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é" ,
8
10
'Change Password' : 'Modifier le mot de passe' ,
9
11
Changing : 'Modification en cours' ,
10
12
Code : 'Code' ,
You can’t perform that action at this time.
0 commit comments