File tree Expand file tree Collapse file tree 11 files changed +15
-7
lines changed
.github/dependency-review
packages/ui/src/i18n/dictionaries/authenticator Expand file tree Collapse file tree 11 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @aws-amplify/ui " : patch
3
+ ---
4
+
5
+ fix: translation key mismatch
Original file line number Diff line number Diff line change @@ -33,9 +33,3 @@ allow-licenses:
33
33
- ' X11'
34
34
- ' zlib-acknowledgement'
35
35
- ' Zlib'
36
- - ' Apache-2.0 AND MIT'
37
- - ' CC0-1.0 AND MIT'
38
- - ' MIT AND Zlib'
39
- - ' ISC AND MIT'
40
- - ' Apache-2.0 AND BSD-2-Clause AND CC0-1.0 AND ISC AND MIT'
41
- - ' Apache-2.0 AND BSD-2-Clause AND BlueOak-1.0.0 AND CC0-1.0 AND ISC AND MIT'
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ export const deDict: AuthenticatorDictionary = {
101
101
'Have an account? ' : 'Schon registriert? ' ,
102
102
'Incorrect username or password' :
103
103
'Falscher Benutzername oder falsches Passwort' ,
104
+ 'Incorrect username or password.' :
105
+ 'Falscher Benutzername oder falsches Passwort' ,
104
106
'Invalid password format' : 'Ungültiges Passwort-Format' ,
105
107
'Invalid phone number format' : `Ungültiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900` ,
106
108
'It may take a minute to arrive.' :
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ export const frDict: AuthenticatorDictionary = {
92
92
'Family Name' : 'Nom de famille' ,
93
93
'Forgot Password' : 'Mot de passe oublié' ,
94
94
'Forgot Password?' : 'Mot de passe oublié ?' ,
95
+ 'Incorrect username or password' : 'Identifiant ou mot de passe incorrect' ,
95
96
'Incorrect username or password.' : 'Identifiant ou mot de passe incorrect.' ,
96
97
'Have an account? ' : 'Déjà un compte ? ' ,
97
98
Hello : 'Bonjour' ,
98
- 'Incorrect username or password' : 'Identifiant ou mot de passe incorrect' ,
99
99
'Invalid password format' : 'Format de mot de passe invalide' ,
100
100
'Invalid phone number format' : `Format de numéro de téléphone invalide. Veuillez utiliser un format +12345678900` ,
101
101
'Loading...' : 'Chargement...' ,
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export const itDict: AuthenticatorDictionary = {
83
83
'Forgot Password?' : 'Password dimenticata?' ,
84
84
'Have an account? ' : 'Già registrato?' ,
85
85
'Incorrect username or password' : 'Nome utente o password errati' ,
86
+ 'Incorrect username or password.' : 'Nome utente o password errati' ,
86
87
'Invalid password format' : 'Formato della password non valido' ,
87
88
'Invalid phone number format' : 'Formato del numero di telefono non valido' ,
88
89
'Lost your code?' : 'Codice smarrito?' ,
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ export const jaDict: AuthenticatorDictionary = {
79
79
'Forgot Password' : 'パスワードを忘れた ' ,
80
80
'Have an account? ' : 'アカウントを持っていますか?' ,
81
81
'Incorrect username or password' : 'ユーザー名かパスワードが異なります ' ,
82
+ 'Incorrect username or password.' : 'ユーザー名かパスワードが異なります ' ,
82
83
'Invalid password format' : 'パスワードの形式が無効です ' ,
83
84
'Invalid phone number format' :
84
85
'不正な電話番号の形式です。\n+12345678900 の形式で入力してください' ,
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ export const nbDict: AuthenticatorDictionary = {
94
94
'Forgot Password' : 'Glemt passordet' ,
95
95
'Have an account? ' : 'Har en konto allerede? ' ,
96
96
'Incorrect username or password' : 'Feil brukernavn eller passord' ,
97
+ 'Incorrect username or password.' : 'Feil brukernavn eller passord' ,
97
98
'Invalid password format' : 'Ugyldig passordformat' ,
98
99
'Invalid phone number format' : 'Ugyldig telefonnummerformat' ,
99
100
'Lost your code? ' : 'Mistet koden? ' ,
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ export const svDict: AuthenticatorDictionary = {
81
81
'Forgot Password?' : 'Glömt lösenord?' ,
82
82
'Have an account? ' : 'Redan registrerad? ' ,
83
83
'Incorrect username or password' : 'Felaktigt användarnamn eller lösenord' ,
84
+ 'Incorrect username or password.' : 'Felaktigt användarnamn eller lösenord' ,
84
85
'Invalid password format' : 'Ogiltigt lösenordsformat' ,
85
86
'Invalid phone number format' : `Ogiltigt format för telefonnummer` ,
86
87
'Lost your code? ' : 'Förlorat koden? ' ,
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ export const thDict: AuthenticatorDictionary = {
99
99
'Forgot Password' : 'ลืมรหัสผ่าน' ,
100
100
'Have an account? ' : 'มีบัญชีอยู่แล้ว? ' ,
101
101
'Incorrect username or password' : 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง' ,
102
+ 'Incorrect username or password.' : 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง' ,
102
103
'Invalid password format' : 'รูปแบบรหัสผ่านไม่ถูกต้อง' ,
103
104
'It may take a minute to arrive.' : 'อาจใช้เวลาสักครู่ในการมาถึง' ,
104
105
'Lost your code? ' : 'หารหัสไม่เจอ? ' ,
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ export const trDict: AuthenticatorDictionary = {
96
96
'Confirm Sign In' : 'Oturum Açmayı Doğrula' ,
97
97
'Have an account? ' : 'Hesabınız var mı? ' ,
98
98
'Incorrect username or password' : 'Yanlış kullanıcı adı ya da şifre' ,
99
+ 'Incorrect username or password.' : 'Yanlış kullanıcı adı ya da şifre' ,
99
100
'Invalid password format' : 'Geçersiz parola formatı' ,
100
101
'Invalid phone number format' : 'Geçersiz telefon numarası formatı' ,
101
102
'Lost your code? ' : 'Kodu mu kaybettiniz? ' ,
You can’t perform that action at this time.
0 commit comments