@@ -243,6 +243,13 @@ openid_register_desc=所选的 OpenID URI 未知。在这里关联一个新帐
243243openid_signin_desc =输入您的 OpenID URI。例如: https://anne.me、bob.openid.org.cn 或 gnusocial.net/carry。
244244disable_forgot_password_mail =密码重置已被禁用。请与网站管理员联系。
245245email_domain_blacklisted =您不能使用您的电子邮件地址注册。
246+ authorize_application =应用授权
247+ authroize_redirect_notice =如果您授权此应用,您将会被重定向到 %s。
248+ authorize_application_created_by =此应用由%s创建。
249+ authorize_application_description =如果您允许,它将能够读取和修改您的所有帐户信息,包括私人仓库和组织。
250+ authorize_title =授权 %s 访问您的帐户?
251+ authorization_failed =授权失败
252+ authorization_failed_desc =授权失败,这是一个无效的请求。请联系尝试授权应用的管理员。
246253
247254[mail]
248255activate_account =请激活您的帐户
@@ -466,6 +473,30 @@ access_token_deletion=删除Access Tokens
466473access_token_deletion_desc=删除一个令牌将会组织通过它访问你账号的应用。是否继续?
467474delete_token_success=令牌已经被删除。使用该令牌的应用将不再能够访问你的账号。
468475
476+ manage_oauth2_applications=管理 OAuth2 应用程序
477+ edit_oauth2_application=编辑 OAuth2 应用程序
478+ oauth2_applications_desc=OAuth2 应用允许第三方应用程序在此 Gitea 实例中安全验证用户。
479+ remove_oauth2_application=删除 OAuth2 应用程序
480+ remove_oauth2_application_desc=删除 OAuth2 应用将撤销所有签名访问令牌。继续吗?
481+ remove_oauth2_application_success=该应用已被删除。
482+ create_oauth2_application=创建新的 OAuth2 应用程序
483+ create_oauth2_application_button=创建应用
484+ create_oauth2_application_success=您已成功创建了一个新的 OAuth2 应用。
485+ update_oauth2_application_success=您已成功更新了此 OAuth2 应用。
486+ oauth2_application_name=应用名称
487+ oauth2_select_type=哪种应用类型合适?
488+ oauth2_type_web=Web (例如 Node.JS, Tomacat, Go)
489+ oauth2_type_native=原生 (例如移动,桌面,浏览器)
490+ oauth2_redirect_uri=重定向 URI
491+ save_application=保存
492+ oauth2_client_id=客户端ID
493+ oauth2_client_secret=客户端密钥
494+ oauth2_regenerate_secret=重新生成密钥
495+ oauth2_regenerate_secret_hint=您的密钥已丢失?
496+ oauth2_client_secret_hint=如果您重新访问此页面, 则该令牌将不可见。请保存您的令牌。
497+ oauth2_application_edit=编辑
498+ oauth2_application_create_description=OAuth2 应用允许您的第三方应用程序访问此实例的用户帐户。
499+ oauth2_application_remove_description=删除 OAuth2 应用会阻止它访问此实例中的授权用户帐户。继续吗?
469500
470501twofa_desc=两步验证可以加强你的账号安全性。
471502twofa_is_enrolled=你的账号<strong>已启用</strong>了两步验证。
@@ -723,6 +754,8 @@ issues.filter_sort.recentupdate=最近更新
723754issues.filter_sort.leastupdate=最少更新
724755issues.filter_sort.mostcomment=最多评论
725756issues.filter_sort.leastcomment=最少评论
757+ issues.filter_sort.nearduedate=到期日从近到远
758+ issues.filter_sort.farduedate=到期日从远到近
726759issues.filter_sort.moststars=点赞由多到少
727760issues.filter_sort.feweststars=点赞由少到多
728761issues.filter_sort.mostforks=派生由多到少
0 commit comments