Skip to content

Commit 1847840

Browse files
author
hugobeaujour
authored
chore: add translation texts for French (#3029)
1 parent 1848c27 commit 1847840

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/smart-penguins-allow.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+
chore: add translation texts for French

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,10 @@ export const frDict: AuthenticatorDictionary = {
8383
'User does not exist': "L'utilisateur n'existe pas",
8484
'Username cannot be empty': "Le nom d'utilisateur doit être renseigné",
8585
'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.',
8692
};

0 commit comments

Comments
 (0)