+ oauth2_applications:
+ index:
+ title: 我的客户应用程序
+ no_applications_html: 您是否有想要使用%{oauth2}标准注册的应用程序?您必须先注册您的应用程序才能对此服务发出OAuth请求。
+ oauth_2: OAuth 2
+ new: 注册新应用程序
+ name: 名称
+ permissions: 权限
+ application:
+ edit: 编辑
+ delete: 删除
+ confirm_delete: 删除这个应用程序?
+ new:
+ title: 注册新应用程序
+ edit:
+ title: 编辑您的应用程序
+ show:
+ edit: 编辑
+ delete: 删除
+ confirm_delete: 删除此应用程序?
+ client_id: 客户端ID
+ client_secret: 客户密钥
+ client_secret_warning: 确保保存此密钥 - 它将无法被再次访问
+ permissions: 权限
+ redirect_uris: 重定向URI
+ not_found:
+ sorry: 抱歉,找不到该应用程序。
+ oauth2_authorizations:
+ new:
+ title: 需要授权
+ introduction: 要授权%{application}使用以下权限访问您的账户吗?
+ authorize: 授权
+ deny: 拒绝
+ error:
+ title: 发生错误
+ show:
+ title: 授权码
+ oauth2_authorized_applications:
+ index:
+ title: 我的已授权应用程序
+ application: 应用程序
+ permissions: 权限
+ no_applications_html: 您还没有授权任何%{oauth2}应用程序。
+ application:
+ revoke: 撤销访问权限
+ confirm_revoke: 撤消此应用程序的访问权限?