Update translations
This commit is contained in:
parent
65339a2018
commit
f327bf7f32
|
@ -13,5 +13,17 @@ zh_CN:
|
||||||
oauth2_authorize_url: 'Oauth2的授权URL'
|
oauth2_authorize_url: 'Oauth2的授权URL'
|
||||||
oauth2_token_url: 'Oauth2的令牌URL'
|
oauth2_token_url: 'Oauth2的令牌URL'
|
||||||
oauth2_token_url_method: '获取令牌URL的模式'
|
oauth2_token_url_method: '获取令牌URL的模式'
|
||||||
|
oauth2_user_json_url: '用于获取OAuth2的用户JSON的URL(请注意,我们将替换:id与OAuth调用返回的ID和:令牌ID的令牌)'
|
||||||
oauth2_user_json_url_method: '用于获取用户JSON URL的模式'
|
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.primary"
|
||||||
|
oauth2_json_avatar_path: "Oauth2用户JSON的头像路径:user.avatar_url"
|
||||||
|
oauth2_email_verified: "如果OAuth2站点已验证邮件,请检查此项"
|
||||||
|
oauth2_send_auth_header: "将令牌作为HTTP授权标头发送"
|
||||||
|
oauth2_debug_auth: "在日志中包含丰富的调试信息"
|
||||||
|
oauth2_authorize_options: "授权时请求这些选项"
|
||||||
|
oauth2_scope: "授权请求此范围时"
|
||||||
oauth2_button_title: "OAuth2按钮显示的文字"
|
oauth2_button_title: "OAuth2按钮显示的文字"
|
||||||
|
oauth2_full_screen_login: "使用主浏览器窗口而非弹出窗口登录"
|
||||||
|
|
Loading…
Reference in New Issue