mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(phrases): update some zh content (#3198)
This commit is contained in:
parent
ab4b98d14d
commit
ce862504ef
1 changed files with 5 additions and 5 deletions
|
@ -33,10 +33,10 @@ const translation = {
|
||||||
sign_in_via_passcode: '用验证码登录',
|
sign_in_via_passcode: '用验证码登录',
|
||||||
sign_in_via_password: '密码登录',
|
sign_in_via_password: '密码登录',
|
||||||
change: '更改{{method}}',
|
change: '更改{{method}}',
|
||||||
link_another_email: 'Link another email', // UNTRANSLATED
|
link_another_email: '绑定其它邮箱',
|
||||||
link_another_phone: 'Link another phone', // UNTRANSLATED
|
link_another_phone: '绑定其它手机',
|
||||||
link_another_email_or_phone: 'Link another email or phone', // UNTRANSLATED
|
link_another_email_or_phone: '绑定邮箱或手机号',
|
||||||
show_password: 'Show password', // UNTRANSLATED
|
show_password: '显示密码',
|
||||||
},
|
},
|
||||||
description: {
|
description: {
|
||||||
email: '邮箱',
|
email: '邮箱',
|
||||||
|
@ -68,7 +68,7 @@ const translation = {
|
||||||
social_link_email_or_phone: 'You can link another email or phone', // UNTRANSLATED
|
social_link_email_or_phone: 'You can link another email or phone', // UNTRANSLATED
|
||||||
social_bind_with_existing: '找到了一个匹配的帐号,你可以直接绑定。',
|
social_bind_with_existing: '找到了一个匹配的帐号,你可以直接绑定。',
|
||||||
reset_password: '重设密码',
|
reset_password: '重设密码',
|
||||||
reset_password_description: '输入{{types, list(type: disjunction;)}},领取验证码以重设密码。',
|
reset_password_description: '输入{{types, list(type: disjunction;)}},获取验证码以重设密码。',
|
||||||
new_password: '新密码',
|
new_password: '新密码',
|
||||||
set_password: '设置密码',
|
set_password: '设置密码',
|
||||||
password_changed: '已重置密码!',
|
password_changed: '已重置密码!',
|
||||||
|
|
Loading…
Reference in a new issue