discourse/plugins/discourse-oauth2-basic/config/locales/server.zh_CN.yml
2025-07-15 16:38:05 +02:00

40 lines
2.9 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
#
# To work with us on translations, join this project:
# https://translate.discourse.org/
zh_CN:
login:
authenticator_error_fetch_user_details: "无法检索您的用户详细信息。您有活跃帐户吗?"
site_settings:
oauth2_enabled: "自定义 OAuth2 已启用"
oauth2_client_id: "自定义 OAuth2 的客户端 ID"
oauth2_client_secret: "自定义 OAuth2 的客户端密钥"
oauth2_authorize_url: "OAuth2 的授权 URL"
oauth2_authorize_signup_url: '(可选)使用“注册”按钮时使用的替代授权 URL'
oauth2_token_url: "OAuth2 的令牌 URL"
oauth2_token_url_method: "用于获取令牌 URL 的方法"
oauth2_callback_user_id_path: "令牌响应中用户 ID 的路径。例如params.info.uuid"
oauth2_callback_user_info_paths: "令牌响应中其他用户属性的路径。支持的属性包括 name、username、email、email_verified 和 avatar。格式为 property:path例如name:params.info.name"
oauth2_fetch_user_details: "获取 OAuth2 的用户 JSON"
oauth2_user_json_url: "用于获取 OAuth2 的用户 JSON 的 URL请注意我们将 :id 替换为 OAuth 调用返回的 ID将 :token 替换为令牌 ID"
oauth2_user_json_url_method: "用于获取用户 JSON URL 的方法"
oauth2_json_user_id_path: "OAuth2 用户 JSON 中用户 ID 的路径。例如user.id"
oauth2_json_username_path: "OAuth2 用户 JSON 中用户名的路径。例如user.username"
oauth2_json_name_path: "OAuth2 用户 JSON 中用户全名的路径。例如user.name.full"
oauth2_json_email_path: "OAuth2 用户 JSON 中用户电子邮件的路径。例如user.email"
oauth2_json_email_verified_path: "OAuth2 用户 JSON 中用户电子邮件验证状态的路径。例如user.email.verified。要使该设置生效必须禁用 oauth2_email_verified"
oauth2_json_avatar_path: "OAuth2 用户 JSON 中用户头像的路径。例如user.avatar_url"
oauth2_email_verified: "如果 OAuth2 站点已验证电子邮件,请选中此项"
oauth2_overrides_email: "在每次登录时使用远程电子邮件替换 Discourse 电子邮件。工作方式与 `auth_overrides_email` 设置相同,但特定于 OAuth2 登录。"
oauth2_send_auth_header: "在 HTTP 授权标头中发送客户端凭据"
oauth2_send_auth_body: "在请求正文中发送客户端凭据"
oauth2_debug_auth: "在日志中包含丰富的调试信息"
oauth2_authorize_options: "授权时请求这些选项"
oauth2_scope: "授权请求此范围时"
oauth2_button_title: "OAuth2 按钮的文本"
oauth2_allow_association_change: 允许用户从 OAuth2 提供商断开并重新连接他们的 Discourse 帐户
oauth2_disable_csrf: "禁用 CSRF 检查"
errors:
oauth2_fetch_user_details: "必须存在 oauth2_callback_user_id_path 才能禁用 oauth2_fetch_user_details"