diff --git a/packages/phrases-ui/src/locales/en.ts b/packages/phrases-ui/src/locales/en.ts index 124b7c3b5..5fffb8960 100644 --- a/packages/phrases-ui/src/locales/en.ts +++ b/packages/phrases-ui/src/locales/en.ts @@ -16,7 +16,7 @@ const translation = { continue: 'Continue', create_account: 'Create Account', create: 'Create', - enter_passcode: 'Enter Passcode', + enter_passcode: 'Enter verification code', confirm: 'Confirm', cancel: 'Cancel', bind: 'Link with {{address}}', @@ -25,7 +25,7 @@ const translation = { agree: 'Agree', got_it: 'Got it', sign_in_with: 'Sign in with {{name}}', - forgot_password: 'Forgot Password?', + forgot_password: 'Forgot your password?', switch_to: 'Switch to {{method}}', }, description: { @@ -38,10 +38,10 @@ const translation = { terms_of_use: 'Terms of Use', create_account: 'Create Account', or: 'or', - enter_passcode: 'The passcode has been sent to your {{address}}', - passcode_sent: 'The passcode has been resent', + enter_passcode: 'The verification code has been sent to your {{address}}', + passcode_sent: 'The verification code has been resent', resend_after_seconds: 'Resend after {{seconds}} seconds', - resend_passcode: 'Resend Passcode', + resend_passcode: 'Resend verification code', continue_with: 'Continue with', create_account_id_exists: 'The account with {{type}} {{value}} already exists, would you like to sign in?', @@ -51,11 +51,11 @@ const translation = { 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_with_existing: 'We find a related account, you can link it directly.', - reset_password: 'Reset Password', + reset_password: 'Reset password', reset_password_description_email: 'Enter the email address associated with your account, and we’ll email you the verification code to reset your password.', reset_password_description_sms: - 'Enter the phone number associated with your account, and we’ll text you the verification code to reset your password.', + 'Enter the phone number associated with your account, and we’ll message you the verification code to reset your password.', new_password: 'New password', password_changed: 'Password Changed', }, @@ -70,7 +70,7 @@ const translation = { invalid_phone: 'The phone number is invalid', password_min_length: 'Password requires a minimum of {{min}} characters', passwords_do_not_match: 'Passwords do not match', - invalid_passcode: 'The passcode is invalid', + invalid_passcode: 'The verification code is invalid', invalid_connector_auth: 'The authorization is invalid', invalid_connector_request: 'The connector data is invalid', unknown: 'Unknown error. Please try again later.', diff --git a/packages/phrases-ui/src/locales/zh-cn.ts b/packages/phrases-ui/src/locales/zh-cn.ts index a02eb2d9a..9735afac3 100644 --- a/packages/phrases-ui/src/locales/zh-cn.ts +++ b/packages/phrases-ui/src/locales/zh-cn.ts @@ -27,8 +27,8 @@ const translation = { agree: '同意', got_it: '知道了', sign_in_with: '通过 {{name}} 登录', - forgot_password: '忘记密码?', - switch_to: '切换到{{method}}', + forgot_password: '找回密码', + switch_to: '用{{method}}登录', }, description: { email: '邮箱', @@ -51,11 +51,9 @@ const translation = { social_create_account: '没有帐号?你可以创建一个帐号并绑定。', social_bind_account: '已有帐号?登录以绑定社交身份。', social_bind_with_existing: '找到了一个匹配的帐号,你可以直接绑定。', - reset_password: '重置密码', - reset_password_description_email: - '输入与你的帐户关联的电子邮箱地址,我们将通过电子邮件向您发送验证码以重置你的密码。', - reset_password_description_sms: - '输入与你的帐户关联的电话号码,我们将向您发送验证码以重置你的密码。', + reset_password: '重设密码', + reset_password_description_email: '输入邮件地址,领取验证码以重设密码。', + reset_password_description_sms: '输入手机号,领取验证码以重设密码。', new_password: '新密码', password_changed: 'Password Changed', // UNTRANSLATED },