Update translations
This commit is contained in:
parent
0bf0cd46d3
commit
879dca616d
|
@ -24,6 +24,7 @@ zh_CN:
|
||||||
oauth2_json_username_path: 'OAuth2用户JSON中的用户名路径。例如:user.username'
|
oauth2_json_username_path: 'OAuth2用户JSON中的用户名路径。例如:user.username'
|
||||||
oauth2_json_name_path: "OAuth2用户JSON中的完整名路径:user.name.full"
|
oauth2_json_name_path: "OAuth2用户JSON中的完整名路径:user.name.full"
|
||||||
oauth2_json_email_path: "OAuth2用户JSON中的邮件路径:user.email.primary"
|
oauth2_json_email_path: "OAuth2用户JSON中的邮件路径:user.email.primary"
|
||||||
|
oauth2_json_email_verified_path: "OAuth2 用户 JSON 中的用户电子邮件验证状态的路径:user.email.verified。必须禁用 oauth2_email_validated 才能使此设置生效"
|
||||||
oauth2_json_avatar_path: "Oauth2用户JSON的头像路径:user.avatar_url"
|
oauth2_json_avatar_path: "Oauth2用户JSON的头像路径:user.avatar_url"
|
||||||
oauth2_email_verified: "如果OAuth2站点已验证邮件,请检查此项"
|
oauth2_email_verified: "如果OAuth2站点已验证邮件,请检查此项"
|
||||||
oauth2_overrides_email: "每次登录时都会使用远程电子邮件覆盖Discourse电子邮件"
|
oauth2_overrides_email: "每次登录时都会使用远程电子邮件覆盖Discourse电子邮件"
|
||||||
|
@ -33,5 +34,6 @@ zh_CN:
|
||||||
oauth2_scope: "授权请求此范围时"
|
oauth2_scope: "授权请求此范围时"
|
||||||
oauth2_button_title: "OAuth2按钮显示的文字"
|
oauth2_button_title: "OAuth2按钮显示的文字"
|
||||||
oauth2_full_screen_login: "使用主浏览器窗口而非弹出窗口登录"
|
oauth2_full_screen_login: "使用主浏览器窗口而非弹出窗口登录"
|
||||||
|
oauth2_allow_association_change: 允许用户从 OAuth2 提供商断开并重新连接他们的 Discourse 帐户
|
||||||
errors:
|
errors:
|
||||||
oauth2_fetch_user_details: "禁用oauth2_fetch_user_details必须提供oauth2_callback_user_id_path"
|
oauth2_fetch_user_details: "禁用oauth2_fetch_user_details必须提供oauth2_callback_user_id_path"
|
||||||
|
|
Loading…
Reference in New Issue