Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): add missing fr and es translations #6216

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/friendly-pans-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/ui': patch
---

fix missing fr and es translations
2 changes: 2 additions & 0 deletions packages/ui/src/i18n/dictionaries/authenticator/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export const esDict: AuthenticatorDictionary = {
'Account recovery requires verified contact information':
'La recuperación de la cuenta requiere información de contacto verificada',
'Back to Sign In': 'Volver a inicio de sesión',
'Cannot reset password for the user as there is no registered/verified email or phone_number':
'No se puede restablecer la contraseña para el usuario debido a que no hay Email registrado / verificado o número de teléfono',
'Change Password': 'Cambiar contraseña',
Changing: 'Cambiando',
Code: 'Código',
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/src/i18n/dictionaries/authenticator/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export const frDict: AuthenticatorDictionary = {
'Account recovery requires verified contact information':
'La récupération du compte nécessite des informations de contact vérifiées',
'Back to Sign In': 'Retour à la connexion',
'Cannot reset password for the user as there is no registered/verified email or phone_number':
"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é",
'Change Password': 'Modifier le mot de passe',
Changing: 'Modification en cours',
Code: 'Code',
Expand Down
Loading