From 4efb1599f7fa0ef171fca2ae9f34b8423bd72aa4 Mon Sep 17 00:00:00 2001 From: wapa5pow Date: Tue, 1 Apr 2025 08:54:02 +0900 Subject: [PATCH 1/3] fix: correct translation key mismatch --- packages/ui/src/i18n/dictionaries/authenticator/de.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/fr.ts | 1 - packages/ui/src/i18n/dictionaries/authenticator/it.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/ja.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/nb.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/sv.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/th.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/tr.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/zh.ts | 2 +- 9 files changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/ui/src/i18n/dictionaries/authenticator/de.ts b/packages/ui/src/i18n/dictionaries/authenticator/de.ts index 966e43f5c7f..dfe6b55bdd8 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/de.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/de.ts @@ -99,7 +99,7 @@ export const deDict: AuthenticatorDictionary = { 'Sign Up with Google': 'Mit Google registrieren', 'Forgot Password': 'Passwort vergessen', 'Have an account? ': 'Schon registriert? ', - 'Incorrect username or password': + 'Incorrect username or password.': 'Falscher Benutzername oder falsches Passwort', 'Invalid password format': 'Ungültiges Passwort-Format', 'Invalid phone number format': `Ungültiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900`, diff --git a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts index 8bcdec00d64..070d5322f00 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts @@ -95,7 +95,6 @@ export const frDict: AuthenticatorDictionary = { 'Incorrect username or password.': 'Identifiant ou mot de passe incorrect.', 'Have an account? ': 'Déjà un compte ? ', Hello: 'Bonjour', - 'Incorrect username or password': 'Identifiant ou mot de passe incorrect', 'Invalid password format': 'Format de mot de passe invalide', 'Invalid phone number format': `Format de numéro de téléphone invalide. Veuillez utiliser un format +12345678900`, 'Loading...': 'Chargement...', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/it.ts b/packages/ui/src/i18n/dictionaries/authenticator/it.ts index 25cd87a0c0c..dc803e59413 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/it.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/it.ts @@ -82,7 +82,7 @@ export const itDict: AuthenticatorDictionary = { 'Enter your password': 'Inserisci la tua password', 'Forgot Password?': 'Password dimenticata?', 'Have an account? ': 'Già registrato?', - 'Incorrect username or password': 'Nome utente o password errati', + 'Incorrect username or password.': 'Nome utente o password errati', 'Invalid password format': 'Formato della password non valido', 'Invalid phone number format': 'Formato del numero di telefono non valido', 'Lost your code?': 'Codice smarrito?', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/ja.ts b/packages/ui/src/i18n/dictionaries/authenticator/ja.ts index fbac99c6d72..fa9886b77ab 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/ja.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/ja.ts @@ -78,7 +78,7 @@ export const jaDict: AuthenticatorDictionary = { 'Please confirm your Password': 'パスワードを入力', 'Forgot Password': 'パスワードを忘れた ', 'Have an account? ': 'アカウントを持っていますか?', - 'Incorrect username or password': 'ユーザー名かパスワードが異なります ', + 'Incorrect username or password.': 'ユーザー名かパスワードが異なります ', 'Invalid password format': 'パスワードの形式が無効です ', 'Invalid phone number format': '不正な電話番号の形式です。\n+12345678900 の形式で入力してください', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/nb.ts b/packages/ui/src/i18n/dictionaries/authenticator/nb.ts index 25387afada6..f9dc71c95af 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/nb.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/nb.ts @@ -93,7 +93,7 @@ export const nbDict: AuthenticatorDictionary = { 'Enter your password': 'Skriv inn passordet ditt', 'Forgot Password': 'Glemt passordet', 'Have an account? ': 'Har en konto allerede? ', - 'Incorrect username or password': 'Feil brukernavn eller passord', + 'Incorrect username or password.': 'Feil brukernavn eller passord', 'Invalid password format': 'Ugyldig passordformat', 'Invalid phone number format': 'Ugyldig telefonnummerformat', 'Lost your code? ': 'Mistet koden? ', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/sv.ts b/packages/ui/src/i18n/dictionaries/authenticator/sv.ts index e1679681da5..3c4df127d2a 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/sv.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/sv.ts @@ -80,7 +80,7 @@ export const svDict: AuthenticatorDictionary = { 'Enter your Password': 'Ange ditt lösenord', 'Forgot Password?': 'Glömt lösenord?', 'Have an account? ': 'Redan registrerad? ', - 'Incorrect username or password': 'Felaktigt användarnamn eller lösenord', + 'Incorrect username or password.': 'Felaktigt användarnamn eller lösenord', 'Invalid password format': 'Ogiltigt lösenordsformat', 'Invalid phone number format': `Ogiltigt format för telefonnummer`, 'Lost your code? ': 'Förlorat koden? ', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/th.ts b/packages/ui/src/i18n/dictionaries/authenticator/th.ts index ca054a780a6..21f7958faee 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/th.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/th.ts @@ -98,7 +98,7 @@ export const thDict: AuthenticatorDictionary = { 'Sign Up with Line': 'ลงทะเบียนด้วย Line', 'Forgot Password': 'ลืมรหัสผ่าน', 'Have an account? ': 'มีบัญชีอยู่แล้ว? ', - 'Incorrect username or password': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง', + 'Incorrect username or password.': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง', 'Invalid password format': 'รูปแบบรหัสผ่านไม่ถูกต้อง', 'It may take a minute to arrive.': 'อาจใช้เวลาสักครู่ในการมาถึง', 'Lost your code? ': 'หารหัสไม่เจอ? ', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/tr.ts b/packages/ui/src/i18n/dictionaries/authenticator/tr.ts index 072aa61e21e..1b35c319e55 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/tr.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/tr.ts @@ -95,7 +95,7 @@ export const trDict: AuthenticatorDictionary = { 'Bu e-postaya ait zaten bir hesap var.', 'Confirm Sign In': 'Oturum Açmayı Doğrula', 'Have an account? ': 'Hesabınız var mı? ', - 'Incorrect username or password': 'Yanlış kullanıcı adı ya da şifre', + 'Incorrect username or password.': 'Yanlış kullanıcı adı ya da şifre', 'Invalid password format': 'Geçersiz parola formatı', 'Invalid phone number format': 'Geçersiz telefon numarası formatı', 'Lost your code? ': 'Kodu mu kaybettiniz? ', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/zh.ts b/packages/ui/src/i18n/dictionaries/authenticator/zh.ts index 0453744cbd3..80dce452b78 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/zh.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/zh.ts @@ -77,7 +77,7 @@ export const zhDict: AuthenticatorDictionary = { 'Confirm a Code': '确认码', 'Confirm Sign In': '确认登录', 'Forgot Password': '忘记密码', - 'Incorrect username or password': '用户名或密码错误', + 'Incorrect username or password.': '用户名或密码错误', 'Invalid password format': '密码格式错误', 'Invalid phone number format': '电话格式错误,请使用格式 +12345678900', 'New Password': '新密码', From 029f9d9d0c5f5c39845cab13ea760fbcbd36b1ac Mon Sep 17 00:00:00 2001 From: wapa5pow Date: Sun, 11 May 2025 06:59:42 +0900 Subject: [PATCH 2/3] fix: remain existing translation --- packages/ui/src/i18n/dictionaries/authenticator/de.ts | 2 ++ packages/ui/src/i18n/dictionaries/authenticator/fr.ts | 1 + packages/ui/src/i18n/dictionaries/authenticator/it.ts | 1 + packages/ui/src/i18n/dictionaries/authenticator/ja.ts | 1 + packages/ui/src/i18n/dictionaries/authenticator/nb.ts | 1 + packages/ui/src/i18n/dictionaries/authenticator/sv.ts | 1 + packages/ui/src/i18n/dictionaries/authenticator/tr.ts | 1 + packages/ui/src/i18n/dictionaries/authenticator/zh.ts | 1 + 8 files changed, 9 insertions(+) diff --git a/packages/ui/src/i18n/dictionaries/authenticator/de.ts b/packages/ui/src/i18n/dictionaries/authenticator/de.ts index a5b4d7cf829..2421e425428 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/de.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/de.ts @@ -99,6 +99,8 @@ export const deDict: AuthenticatorDictionary = { 'Sign Up with Google': 'Mit Google registrieren', 'Forgot Password': 'Passwort vergessen', 'Have an account? ': 'Schon registriert? ', + 'Incorrect username or password': + 'Falscher Benutzername oder falsches Passwort', 'Incorrect username or password.': 'Falscher Benutzername oder falsches Passwort', 'Invalid password format': 'Ungültiges Passwort-Format', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts index 87686e55cc1..d8892282432 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts @@ -92,6 +92,7 @@ export const frDict: AuthenticatorDictionary = { 'Family Name': 'Nom de famille', 'Forgot Password': 'Mot de passe oublié', 'Forgot Password?': 'Mot de passe oublié ?', + 'Incorrect username or password': 'Identifiant ou mot de passe incorrect.', 'Incorrect username or password.': 'Identifiant ou mot de passe incorrect.', 'Have an account? ': 'Déjà un compte ? ', Hello: 'Bonjour', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/it.ts b/packages/ui/src/i18n/dictionaries/authenticator/it.ts index 3bbb8f600ed..59f8e2947e3 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/it.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/it.ts @@ -82,6 +82,7 @@ export const itDict: AuthenticatorDictionary = { 'Enter your password': 'Inserisci la tua password', 'Forgot Password?': 'Password dimenticata?', 'Have an account? ': 'Già registrato?', + 'Incorrect username or password': 'Nome utente o password errati', 'Incorrect username or password.': 'Nome utente o password errati', 'Invalid password format': 'Formato della password non valido', 'Invalid phone number format': 'Formato del numero di telefono non valido', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/ja.ts b/packages/ui/src/i18n/dictionaries/authenticator/ja.ts index c15ce217acc..690a323d5ec 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/ja.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/ja.ts @@ -78,6 +78,7 @@ export const jaDict: AuthenticatorDictionary = { 'Please confirm your Password': 'パスワードを入力', 'Forgot Password': 'パスワードを忘れた ', 'Have an account? ': 'アカウントを持っていますか?', + 'Incorrect username or password': 'ユーザー名かパスワードが異なります ', 'Incorrect username or password.': 'ユーザー名かパスワードが異なります ', 'Invalid password format': 'パスワードの形式が無効です ', 'Invalid phone number format': diff --git a/packages/ui/src/i18n/dictionaries/authenticator/nb.ts b/packages/ui/src/i18n/dictionaries/authenticator/nb.ts index ecb94f78f94..be636f77fd1 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/nb.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/nb.ts @@ -93,6 +93,7 @@ export const nbDict: AuthenticatorDictionary = { 'Enter your password': 'Skriv inn passordet ditt', 'Forgot Password': 'Glemt passordet', 'Have an account? ': 'Har en konto allerede? ', + 'Incorrect username or password': 'Feil brukernavn eller passord', 'Incorrect username or password.': 'Feil brukernavn eller passord', 'Invalid password format': 'Ugyldig passordformat', 'Invalid phone number format': 'Ugyldig telefonnummerformat', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/sv.ts b/packages/ui/src/i18n/dictionaries/authenticator/sv.ts index a3539110cd1..968f8801b08 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/sv.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/sv.ts @@ -80,6 +80,7 @@ export const svDict: AuthenticatorDictionary = { 'Enter your Password': 'Ange ditt lösenord', 'Forgot Password?': 'Glömt lösenord?', 'Have an account? ': 'Redan registrerad? ', + 'Incorrect username or password': 'Felaktigt användarnamn eller lösenord', 'Incorrect username or password.': 'Felaktigt användarnamn eller lösenord', 'Invalid password format': 'Ogiltigt lösenordsformat', 'Invalid phone number format': `Ogiltigt format för telefonnummer`, diff --git a/packages/ui/src/i18n/dictionaries/authenticator/tr.ts b/packages/ui/src/i18n/dictionaries/authenticator/tr.ts index 96d0108d3fc..5f9be038433 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/tr.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/tr.ts @@ -95,6 +95,7 @@ export const trDict: AuthenticatorDictionary = { 'Bu e-postaya ait zaten bir hesap var.', 'Confirm Sign In': 'Oturum Açmayı Doğrula', 'Have an account? ': 'Hesabınız var mı? ', + 'Incorrect username or password': 'Yanlış kullanıcı adı ya da şifre', 'Incorrect username or password.': 'Yanlış kullanıcı adı ya da şifre', 'Invalid password format': 'Geçersiz parola formatı', 'Invalid phone number format': 'Geçersiz telefon numarası formatı', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/zh.ts b/packages/ui/src/i18n/dictionaries/authenticator/zh.ts index d24f139e783..1bed88e1d95 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/zh.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/zh.ts @@ -77,6 +77,7 @@ export const zhDict: AuthenticatorDictionary = { 'Confirm a Code': '确认码', 'Confirm Sign In': '确认登录', 'Forgot Password': '忘记密码', + 'Incorrect username or password': '用户名或密码错误', 'Incorrect username or password.': '用户名或密码错误', 'Invalid password format': '密码格式错误', 'Invalid phone number format': '电话格式错误,请使用格式 +12345678900', From ad8f591fcff431e73a347ef6549aef7e7724a09b Mon Sep 17 00:00:00 2001 From: wapa5pow Date: Tue, 13 May 2025 13:41:13 +0900 Subject: [PATCH 3/3] fix: remain existing translation --- packages/ui/src/i18n/dictionaries/authenticator/th.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/i18n/dictionaries/authenticator/th.ts b/packages/ui/src/i18n/dictionaries/authenticator/th.ts index eaa215ff632..c04c290737a 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/th.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/th.ts @@ -98,6 +98,7 @@ export const thDict: AuthenticatorDictionary = { 'Sign Up with Line': 'ลงทะเบียนด้วย Line', 'Forgot Password': 'ลืมรหัสผ่าน', 'Have an account? ': 'มีบัญชีอยู่แล้ว? ', + 'Incorrect username or password': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง', 'Incorrect username or password.': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง', 'Invalid password format': 'รูปแบบรหัสผ่านไม่ถูกต้อง', 'It may take a minute to arrive.': 'อาจใช้เวลาสักครู่ในการมาถึง',