0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

chore(ui): update content

update content
This commit is contained in:
simeng-li 2022-10-10 14:04:23 +08:00
parent 2249d717a8
commit 574330f28d
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075
2 changed files with 13 additions and 15 deletions

View file

@ -16,7 +16,7 @@ const translation = {
continue: 'Continue', continue: 'Continue',
create_account: 'Create Account', create_account: 'Create Account',
create: 'Create', create: 'Create',
enter_passcode: 'Enter Passcode', enter_passcode: 'Enter verification code',
confirm: 'Confirm', confirm: 'Confirm',
cancel: 'Cancel', cancel: 'Cancel',
bind: 'Link with {{address}}', bind: 'Link with {{address}}',
@ -25,7 +25,7 @@ const translation = {
agree: 'Agree', agree: 'Agree',
got_it: 'Got it', got_it: 'Got it',
sign_in_with: 'Sign in with {{name}}', sign_in_with: 'Sign in with {{name}}',
forgot_password: 'Forgot Password?', forgot_password: 'Forgot your password?',
switch_to: 'Switch to {{method}}', switch_to: 'Switch to {{method}}',
}, },
description: { description: {
@ -38,10 +38,10 @@ const translation = {
terms_of_use: 'Terms of Use', terms_of_use: 'Terms of Use',
create_account: 'Create Account', create_account: 'Create Account',
or: 'or', or: 'or',
enter_passcode: 'The passcode has been sent to your {{address}}', enter_passcode: 'The verification code has been sent to your {{address}}',
passcode_sent: 'The passcode has been resent', passcode_sent: 'The verification code has been resent',
resend_after_seconds: 'Resend after <span>{{seconds}}</span> seconds', resend_after_seconds: 'Resend after <span>{{seconds}}</span> seconds',
resend_passcode: 'Resend Passcode', resend_passcode: 'Resend verification code',
continue_with: 'Continue with', continue_with: 'Continue with',
create_account_id_exists: create_account_id_exists:
'The account with {{type}} {{value}} already exists, would you like to sign in?', '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_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 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.', 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: reset_password_description_email:
'Enter the email address associated with your account, and well email you the verification code to reset your password.', 'Enter the email address associated with your account, and well email you the verification code to reset your password.',
reset_password_description_sms: reset_password_description_sms:
'Enter the phone number associated with your account, and well text you the verification code to reset your password.', 'Enter the phone number associated with your account, and well message you the verification code to reset your password.',
new_password: 'New password', new_password: 'New password',
password_changed: 'Password Changed', password_changed: 'Password Changed',
}, },
@ -70,7 +70,7 @@ const translation = {
invalid_phone: 'The phone number is invalid', invalid_phone: 'The phone number is invalid',
password_min_length: 'Password requires a minimum of {{min}} characters', password_min_length: 'Password requires a minimum of {{min}} characters',
passwords_do_not_match: 'Passwords do not match', 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_auth: 'The authorization is invalid',
invalid_connector_request: 'The connector data is invalid', invalid_connector_request: 'The connector data is invalid',
unknown: 'Unknown error. Please try again later.', unknown: 'Unknown error. Please try again later.',

View file

@ -27,8 +27,8 @@ const translation = {
agree: '同意', agree: '同意',
got_it: '知道了', got_it: '知道了',
sign_in_with: '通过 {{name}} 登录', sign_in_with: '通过 {{name}} 登录',
forgot_password: '忘记密码?', forgot_password: '找回密码',
switch_to: '切换到{{method}}', switch_to: '用{{method}}登录',
}, },
description: { description: {
email: '邮箱', email: '邮箱',
@ -51,11 +51,9 @@ const translation = {
social_create_account: '没有帐号?你可以创建一个帐号并绑定。', social_create_account: '没有帐号?你可以创建一个帐号并绑定。',
social_bind_account: '已有帐号?登录以绑定社交身份。', social_bind_account: '已有帐号?登录以绑定社交身份。',
social_bind_with_existing: '找到了一个匹配的帐号,你可以直接绑定。', social_bind_with_existing: '找到了一个匹配的帐号,你可以直接绑定。',
reset_password: '重置密码', reset_password: '重设密码',
reset_password_description_email: reset_password_description_email: '输入邮件地址,领取验证码以重设密码。',
'输入与你的帐户关联的电子邮箱地址,我们将通过电子邮件向您发送验证码以重置你的密码。', reset_password_description_sms: '输入手机号,领取验证码以重设密码。',
reset_password_description_sms:
'输入与你的帐户关联的电话号码,我们将向您发送验证码以重置你的密码。',
new_password: '新密码', new_password: '新密码',
password_changed: 'Password Changed', // UNTRANSLATED password_changed: 'Password Changed', // UNTRANSLATED
}, },