File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
packages/ui/src/i18n/dictionaries/authenticator Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @aws-amplify/ui ' : patch
3
+ ---
4
+
5
+ chore: add translation texts for French
Original file line number Diff line number Diff line change @@ -83,4 +83,10 @@ export const frDict: AuthenticatorDictionary = {
83
83
'User does not exist' : "L'utilisateur n'existe pas" ,
84
84
'Username cannot be empty' : "Le nom d'utilisateur doit être renseigné" ,
85
85
'Username/client id combination not found.' : "L'utilisateur n'existe pas" ,
86
+ 'We Emailed You' : 'Nous vous avons envoyé un code' ,
87
+ 'Your code is on the way. To log in, enter the code we emailed to' :
88
+ 'Votre code est en route. Pour vous connecter entrez le code reçu sur cette adresse email' ,
89
+ 'Your code is on the way. To log in, enter the code we texted to' :
90
+ 'Votre code est en route. Pour vous connecter entrez le code reçu sur ce numéro de téléphone' ,
91
+ 'It may take a minute to arrive.' : 'Cela peut prendre quelques minutes.' ,
86
92
} ;
You can’t perform that action at this time.
0 commit comments