mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
chore(phrases): update contents (#2254)
This commit is contained in:
parent
4aaed85269
commit
73d1d4a649
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ const translation = {
|
||||||
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: '邮箱',
|
||||||
|
|
|
@ -56,7 +56,7 @@ const errors = {
|
||||||
connector_id_mismatch: '传入的连接器 ID 与 session 中保存的记录不一致',
|
connector_id_mismatch: '传入的连接器 ID 与 session 中保存的记录不一致',
|
||||||
connector_session_not_found: '无法找到连接器登录信息,请尝试重新登录。',
|
connector_session_not_found: '无法找到连接器登录信息,请尝试重新登录。',
|
||||||
verification_session_not_found: '验证失败,请重新验证。',
|
verification_session_not_found: '验证失败,请重新验证。',
|
||||||
verification_expired: '无密码验证已过期。请返回重新验证。',
|
verification_expired: '当前页面已超时。为确保你的账号安全,请重新验证。',
|
||||||
unauthorized: '请先登录',
|
unauthorized: '请先登录',
|
||||||
unsupported_prompt_name: '不支持的 prompt name',
|
unsupported_prompt_name: '不支持的 prompt name',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue