From aeb4fbc14a9f08fe311bfd09baaa4ec21cd7d41e Mon Sep 17 00:00:00 2001 From: simeng-li Date: Fri, 11 Nov 2022 16:14:12 +0800 Subject: [PATCH] fix(ui): content update (#2410) --- packages/phrases-ui/src/locales/de.ts | 16 +++++++------- packages/phrases-ui/src/locales/en.ts | 28 ++++++++++++------------ packages/phrases-ui/src/locales/fr.ts | 16 +++++++------- packages/phrases-ui/src/locales/ko.ts | 16 +++++++------- packages/phrases-ui/src/locales/pt-pt.ts | 16 +++++++------- packages/phrases-ui/src/locales/tr-tr.ts | 16 +++++++------- packages/phrases-ui/src/locales/zh-cn.ts | 16 +++++++------- 7 files changed, 62 insertions(+), 62 deletions(-) diff --git a/packages/phrases-ui/src/locales/de.ts b/packages/phrases-ui/src/locales/de.ts index e9b632a5a..2f79689d0 100644 --- a/packages/phrases-ui/src/locales/de.ts +++ b/packages/phrases-ui/src/locales/de.ts @@ -31,8 +31,8 @@ const translation = { sign_in_with: 'Mit {{name}} anmelden', forgot_password: 'Passwort vergessen?', switch_to: 'Zu {{method}} wechseln', - sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED - sign_in_via_password: 'Sign in via password', // UNTRANSLATED + sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED + sign_in_via_password: 'Sign in with password', // UNTRANSLATED }, description: { email: 'Email', @@ -69,20 +69,20 @@ const translation = { new_password: 'Neues Passwort', set_password: 'Set password', // UNTRANSLATED password_changed: 'Passwort geändert', - no_account: "Don't have an account?", // UNTRANSLATED - have_account: 'Already have an account?', // UNTRANSLATED + no_account: 'No account yet? ', // UNTRANSLATED + have_account: 'Already had an account?', // UNTRANSLATED enter_password: 'Enter Password', // UNTRANSLATED - enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED + enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED enter_username: 'Enter username', // UNTRANSLATED enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED link_email: 'Link email', // UNTRANSLATED link_phone: 'Link phone', // UNTRANSLATED link_email_or_phone: 'Link email or phone', // UNTRANSLATED - link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED - link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED + link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED + link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED link_email_or_phone_description: - 'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED + 'For added security, please link your email or phone with the account.', // UNTRANSLATED }, error: { username_password_mismatch: 'Benutzername oder Passwort ist falsch', diff --git a/packages/phrases-ui/src/locales/en.ts b/packages/phrases-ui/src/locales/en.ts index 4652c2824..1fc2fd0c9 100644 --- a/packages/phrases-ui/src/locales/en.ts +++ b/packages/phrases-ui/src/locales/en.ts @@ -10,27 +10,27 @@ const translation = { sign_in_with: 'Sign in with {{methods, list(type: disjunction;)}}', register_with: 'Create account with {{methods, list(type: disjunction;)}}', social_bind_with: - 'Already have an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.', + 'Already had an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.', }, action: { - sign_in: 'Sign In', + sign_in: 'Sign in', continue: 'Continue', - create_account: 'Create Account', + create_account: 'Create account', create: 'Create', enter_passcode: 'Enter verification code', confirm: 'Confirm', cancel: 'Cancel', save_password: 'Save', bind: 'Link with {{address}}', - back: 'Go Back', + back: 'Go back', nav_back: 'Back', agree: 'Agree', got_it: 'Got it', sign_in_with: 'Continue with {{name}}', forgot_password: 'Forgot your password?', switch_to: 'Switch to {{method}}', - sign_in_via_passcode: 'Sign in via verification code', - sign_in_via_password: 'Sign in via password', + sign_in_via_passcode: 'Sign in with verification code', + sign_in_via_password: 'Sign in with password', }, description: { email: 'email', @@ -40,7 +40,7 @@ const translation = { agree_with_terms: 'I have read and agree to the ', agree_with_terms_modal: 'To proceed, please agree to the .', terms_of_use: 'Terms of Use', - create_account: 'Create Account', + create_account: 'Create account', or: 'or', enter_passcode: 'The verification code has been sent to your {{address}} {{target}}', passcode_sent: 'The verification code has been resent', @@ -55,7 +55,7 @@ const translation = { create_account_id_exists_alert: 'The account with {{type}} {{value}} already exists', bind_account_title: 'Link account', social_create_account: 'No account? You can create a new account and link.', - social_bind_account: 'Already have an account? Sign in to link it with your social identity.', + social_bind_account: 'Already had an account? Sign in to link it with your social identity.', social_bind_with_existing: 'We find a related account, you can link it directly.', reset_password: 'Reset password', reset_password_description_email: @@ -65,20 +65,20 @@ const translation = { new_password: 'New password', set_password: 'Set password', password_changed: 'Password Changed', - no_account: "Don't have an account?", - have_account: 'Already have an account?', + no_account: 'No account yet? ', + have_account: 'Already had an account?', enter_password: 'Enter Password', - enter_password_for: 'Enter the password of {{method}} {{value}}', + enter_password_for: 'Sign in with the password to {{method}} {{value}}', enter_username: 'Enter username', enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', link_email: 'Link email', link_phone: 'Link phone', link_email_or_phone: 'Link email or phone', - link_email_description: 'Link your email to sign in or help with account recovery.', - link_phone_description: 'Link your phone number to sign in or help with account recovery.', + link_email_description: 'For added security, please link your email with the account.', + link_phone_description: 'For added security, please link your phone with the account.', link_email_or_phone_description: - 'Link your email or phone number to sign in or help with account recovery.', + 'For added security, please link your email or phone with the account.', }, error: { username_password_mismatch: 'Username and password do not match', diff --git a/packages/phrases-ui/src/locales/fr.ts b/packages/phrases-ui/src/locales/fr.ts index 4d6ceac22..4e8d3b20f 100644 --- a/packages/phrases-ui/src/locales/fr.ts +++ b/packages/phrases-ui/src/locales/fr.ts @@ -31,8 +31,8 @@ const translation = { sign_in_with: 'Continuer avec {{name}}', forgot_password: 'Mot de passe oublié ?', switch_to: 'Passer au {{method}}', - sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED - sign_in_via_password: 'Sign in via password', // UNTRANSLATED + sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED + sign_in_via_password: 'Sign in with password', // UNTRANSLATED }, description: { email: 'email', @@ -69,20 +69,20 @@ const translation = { new_password: 'Nouveau mot de passe', set_password: 'Set password', // UNTRANSLATED password_changed: 'Password Changed', // UNTRANSLATED - no_account: "Don't have an account?", // UNTRANSLATED - have_account: 'Already have an account?', // UNTRANSLATED + no_account: 'No account yet? ', // UNTRANSLATED + have_account: 'Already had an account?', // UNTRANSLATED enter_password: 'Enter Password', // UNTRANSLATED - enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED + enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED enter_username: 'Enter username', // UNTRANSLATED enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED link_email: 'Link email', // UNTRANSLATED link_phone: 'Link phone', // UNTRANSLATED link_email_or_phone: 'Link email or phone', // UNTRANSLATED - link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED - link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED + link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED + link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED link_email_or_phone_description: - 'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED + 'For added security, please link your email or phone with the account.', // UNTRANSLATED }, error: { username_password_mismatch: "Le nom d'utilisateur et le mot de passe ne correspondent pas", diff --git a/packages/phrases-ui/src/locales/ko.ts b/packages/phrases-ui/src/locales/ko.ts index 1b6564c18..42377b561 100644 --- a/packages/phrases-ui/src/locales/ko.ts +++ b/packages/phrases-ui/src/locales/ko.ts @@ -31,8 +31,8 @@ const translation = { sign_in_with: '{{name}} 계속', forgot_password: '비밀번호를 잊어버리셨나요?', switch_to: 'Switch to {{method}}', // UNTRANSLATED - sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED - sign_in_via_password: 'Sign in via password', // UNTRANSLATED + sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED + sign_in_via_password: 'Sign in with password', // UNTRANSLATED }, description: { email: '이메일', @@ -65,20 +65,20 @@ const translation = { new_password: '새 비밀번호', set_password: 'Set password', // UNTRANSLATED password_changed: 'Password Changed', // UNTRANSLATED - no_account: "Don't have an account?", // UNTRANSLATED - have_account: 'Already have an account?', // UNTRANSLATED + no_account: 'No account yet? ', // UNTRANSLATED + have_account: 'Already had an account?', // UNTRANSLATED enter_password: 'Enter Password', // UNTRANSLATED - enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED + enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED enter_username: 'Enter username', // UNTRANSLATED enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED link_email: 'Link email', // UNTRANSLATED link_phone: 'Link phone', // UNTRANSLATED link_email_or_phone: 'Link email or phone', // UNTRANSLATED - link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED - link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED + link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED + link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED link_email_or_phone_description: - 'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED + 'For added security, please link your email or phone with the account.', // UNTRANSLATED }, error: { username_password_mismatch: '사용자 이름 또는 비밀번호가 일치하지 않아요.', diff --git a/packages/phrases-ui/src/locales/pt-pt.ts b/packages/phrases-ui/src/locales/pt-pt.ts index bedec68ea..54592b286 100644 --- a/packages/phrases-ui/src/locales/pt-pt.ts +++ b/packages/phrases-ui/src/locales/pt-pt.ts @@ -31,8 +31,8 @@ const translation = { sign_in_with: 'Continuar com {{name}}', forgot_password: 'Esqueceu a password?', switch_to: 'Mudar para {{method}}', - sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED - sign_in_via_password: 'Sign in via password', // UNTRANSLATED + sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED + sign_in_via_password: 'Sign in with password', // UNTRANSLATED }, description: { email: 'email', @@ -65,20 +65,20 @@ const translation = { new_password: 'Nova Senha', set_password: 'Set password', // UNTRANSLATED password_changed: 'Password Changed', // UNTRANSLATED - no_account: "Don't have an account?", // UNTRANSLATED - have_account: 'Already have an account?', // UNTRANSLATED + no_account: 'No account yet? ', // UNTRANSLATED + have_account: 'Already had an account?', // UNTRANSLATED enter_password: 'Enter Password', // UNTRANSLATED - enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED + enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED enter_username: 'Enter username', // UNTRANSLATED enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED link_email: 'Link email', // UNTRANSLATED link_phone: 'Link phone', // UNTRANSLATED link_email_or_phone: 'Link email or phone', // UNTRANSLATED - link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED - link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED + link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED + link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED link_email_or_phone_description: - 'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED + 'For added security, please link your email or phone with the account.', // UNTRANSLATED }, error: { username_password_mismatch: 'O Utilizador e a password não correspondem', diff --git a/packages/phrases-ui/src/locales/tr-tr.ts b/packages/phrases-ui/src/locales/tr-tr.ts index 5d06b12b4..2c242a468 100644 --- a/packages/phrases-ui/src/locales/tr-tr.ts +++ b/packages/phrases-ui/src/locales/tr-tr.ts @@ -31,8 +31,8 @@ const translation = { sign_in_with: '{{name}} ile ilerle', forgot_password: 'Şifremi Unuttum?', switch_to: 'Switch to {{method}}', // UNTRANSLATED - sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED - sign_in_via_password: 'Sign in via password', // UNTRANSLATED + sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED + sign_in_via_password: 'Sign in with password', // UNTRANSLATED }, description: { email: 'e-posta adresi', @@ -66,20 +66,20 @@ const translation = { new_password: 'Yeni Şifre', set_password: 'Set password', // UNTRANSLATED password_changed: 'Password Changed', // UNTRANSLATED - no_account: "Don't have an account?", // UNTRANSLATED - have_account: 'Already have an account?', // UNTRANSLATED + no_account: 'No account yet? ', // UNTRANSLATED + have_account: 'Already had an account?', // UNTRANSLATED enter_password: 'Enter Password', // UNTRANSLATED - enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED + enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED enter_username: 'Enter username', // UNTRANSLATED enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED link_email: 'Link email', // UNTRANSLATED link_phone: 'Link phone', // UNTRANSLATED link_email_or_phone: 'Link email or phone', // UNTRANSLATED - link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED - link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED + link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED + link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED link_email_or_phone_description: - 'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED + 'For added security, please link your email or phone with the account.', // UNTRANSLATED }, error: { username_password_mismatch: 'Kullanıcı adı ve şifre eşleşmiyor.', diff --git a/packages/phrases-ui/src/locales/zh-cn.ts b/packages/phrases-ui/src/locales/zh-cn.ts index 82e29803b..434b9dd32 100644 --- a/packages/phrases-ui/src/locales/zh-cn.ts +++ b/packages/phrases-ui/src/locales/zh-cn.ts @@ -31,8 +31,8 @@ const translation = { sign_in_with: '通过 {{name}} 登录', forgot_password: '重置密码', switch_to: '切换到{{method}}', - sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED - sign_in_via_password: 'Sign in via password', // UNTRANSLATED + sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED + sign_in_via_password: 'Sign in with password', // UNTRANSLATED }, description: { email: '邮箱', @@ -63,20 +63,20 @@ const translation = { new_password: '新密码', set_password: 'Set password', // UNTRANSLATED password_changed: '已重置密码!', - no_account: "Don't have an account?", // UNTRANSLATED - have_account: 'Already have an account?', // UNTRANSLATED + no_account: 'No account yet? ', // UNTRANSLATED + have_account: 'Already had an account?', // UNTRANSLATED enter_password: 'Enter Password', // UNTRANSLATED - enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED + enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED enter_username: 'Enter username', // UNTRANSLATED enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED link_email: 'Link email', // UNTRANSLATED link_phone: 'Link phone', // UNTRANSLATED link_email_or_phone: 'Link email or phone', // UNTRANSLATED - link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED - link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED + link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED + link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED link_email_or_phone_description: - 'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED + 'For added security, please link your email or phone with the account.', // UNTRANSLATED }, error: { username_password_mismatch: '用户名和密码不匹配',