File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed
packages/ui/src/i18n/dictionaries/authenticator Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @aws-amplify/ui ' : minor
3
+ ---
4
+
5
+ fix: update password error translation text
Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ export const esDict: AuthenticatorDictionary = {
107
107
'Your passwords must match' : 'Las contraseñas deben coincidir' ,
108
108
'Password must have at least 8 characters' :
109
109
'La contraseña debe tener al menos 8 caracteres' ,
110
- 'Password did not conform with policy: Password must have uppercase characters ' :
110
+ 'Password must have upper case letters ' :
111
111
'La contraseña debe tener al menos un carácter en mayúscula' ,
112
- 'Password did not conform with policy: Password must have numeric characters ' :
112
+ 'Password must have numbers ' :
113
113
'La contraseña debe tener al menos un carácter numérico' ,
114
- 'Password did not conform with policy: Password must have symbol characters' :
114
+ 'Password must have special characters' :
115
115
'La contraseña debe tener al menos un símbolo' ,
116
- 'Password did not conform with policy: Password must have lowercase characters ' :
116
+ 'Password must have lower case letters ' :
117
117
'La contraseña debe tener al menos un carácter en minúsculas' ,
118
118
'Invalid verification code provided, please try again.' :
119
119
'Código de verificación no válido, inténtelo de nuevo.' ,
Original file line number Diff line number Diff line change @@ -129,13 +129,13 @@ export const frDict: AuthenticatorDictionary = {
129
129
Website : 'Site web' ,
130
130
'Password must have at least 8 characters' :
131
131
'Le mot de passe doit comporter au moins 8 caractères' ,
132
- 'Password did not conform with policy: Password must have uppercase characters ' :
132
+ 'Password must have upper case letters ' :
133
133
'Le mot de passe doit comporter des caractères majuscules' ,
134
- 'Password did not conform with policy: Password must have numeric characters ' :
134
+ 'Password must have numbers ' :
135
135
'Le mot de passe doit comporter des caractères numériques' ,
136
- 'Password did not conform with policy: Password must have symbol characters' :
136
+ 'Password must have special characters' :
137
137
'Le mot de passe doit comporter des symboles' ,
138
- 'Password did not conform with policy: Password must have lowercase characters ' :
138
+ 'Password must have lower case letters ' :
139
139
'Le mot de passe doit comporter des caractères minuscules' ,
140
140
'Invalid verification code provided, please try again.' :
141
141
'Code de vérification invalide, veuillez réessayer.' ,
Original file line number Diff line number Diff line change @@ -83,13 +83,12 @@ export const huDict: AuthenticatorDictionary = {
83
83
'Password attempts exceeded' : 'Jelszó próbálkozási limit túllépve' ,
84
84
'Password did not conform with policy' :
85
85
'A jelszónak tartalmaznia kell kisbetűket' ,
86
- 'Password must have lowercase characters ' :
86
+ 'Password must have lower case letters ' :
87
87
'A jelszónak tartalmaznia kell kisbetűket' ,
88
- 'Password must have numeric characters' :
89
- 'A jelszónak tartalmaznia kell számokat' ,
90
- 'Password must have symbol characters' :
88
+ 'Password must have numbers' : 'A jelszónak tartalmaznia kell számokat' ,
89
+ 'Password must have special characters' :
91
90
'A jelszónak tartalmaznia kell szimbólumokat' ,
92
- 'Password must have uppercase characters ' :
91
+ 'Password must have upper case letters ' :
93
92
'A jelszónak tartalmaznia kell nagybetűket' ,
94
93
'Password not long enough' : 'Jelszó nem elég hosszú' ,
95
94
'Password must have at least 8 characters' :
You can’t perform that action at this time.
0 commit comments