logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

doorkeeper.zh-CN.yml (4339B)


  1. ---
  2. zh-CN:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: 应用名称
  7. redirect_uri: 重定向 URI
  8. scopes: 权限范围
  9. website: 应用网站
  10. errors:
  11. models:
  12. doorkeeper/application:
  13. attributes:
  14. redirect_uri:
  15. fragment_present: 不能包含网址片段(#)
  16. invalid_uri: 必须是有效的 URL 格式
  17. relative_uri: 必须是绝对的 URL 地址
  18. secured_uri: 必须是 HTTPS/SSL 的 URL 地址
  19. doorkeeper:
  20. applications:
  21. buttons:
  22. authorize: 授权
  23. cancel: 取消
  24. destroy: 删除
  25. edit: 编辑
  26. submit: 提交
  27. confirmations:
  28. destroy: 确定要删除应用吗?
  29. edit:
  30. title: 修改应用
  31. form:
  32. error: 抱歉! 提交信息的时候遇到了下面的错误
  33. help:
  34. native_redirect_uri: 本地测试请使用 %{native_redirect_uri}
  35. redirect_uri: 每行只能有一个 URL
  36. scopes: 用空格分割权限范围,留空则使用默认设置
  37. index:
  38. application: 应用
  39. callback_url: 回调 URL
  40. delete: 删除
  41. name: 名称
  42. new: 创建新应用
  43. scopes: 权限范围
  44. show: 显示
  45. title: 你的应用
  46. new:
  47. title: 创建新应用
  48. show:
  49. actions: 操作
  50. application_id: 应用 ID
  51. callback_urls: 回调 URL
  52. scopes: 权限范围
  53. secret: 应用密钥
  54. title: 应用:%{name}
  55. authorizations:
  56. buttons:
  57. authorize: 同意授权
  58. deny: 拒绝授权
  59. error:
  60. title: 发生错误
  61. new:
  62. able_to: 此应用将能够
  63. prompt: 授权 %{client_name} 使用你的帐户?
  64. title: 需要授权
  65. show:
  66. title: 接下来请复制此处的授权代码并粘贴到应用中。
  67. authorized_applications:
  68. buttons:
  69. revoke: 撤销授权
  70. confirmations:
  71. revoke: 确定要撤销对此应用的授权吗?
  72. index:
  73. application: 应用
  74. created_at: 授权时间
  75. date_format: "%Y-%m-%d %H:%M:%S"
  76. scopes: 权限范围
  77. title: 已授权的应用列表
  78. errors:
  79. messages:
  80. access_denied: 资源所有者或服务器拒绝了请求
  81. credential_flow_not_configured: 由于 Doorkeeper.configure.resource_owner_from_credentials 尚未配置,应用验证授权流程失败。
  82. invalid_client: 由于应用信息未知、未提交认证信息或使用了不支持的认证方式,认证失败
  83. invalid_grant: 授权方式无效、过期或已被撤销、与授权请求中的回调地址不一致,或使用了其他应用的回调地址
  84. invalid_redirect_uri: 无效的登录回调地址
  85. invalid_request: 请求缺少必要的参数,或者参数值、格式不正确
  86. invalid_resource_owner: 资源所有者认证无效,或找不到所有者
  87. invalid_scope: 请求的权限范围无效、未知或格式不正确
  88. invalid_token:
  89. expired: 访问令牌已过期
  90. revoked: 访问令牌已被吊销
  91. unknown: 访问令牌无效
  92. resource_owner_authenticator_not_configured: 由于 Doorkeeper.configure.resource_owner_authenticator 尚未配置,查找资源所有者失败。
  93. server_error: 服务器异常,无法处理请求
  94. temporarily_unavailable: 服务器维护中或负载过高,暂时无法处理请求
  95. unauthorized_client: 未授权的应用,请求无法执行
  96. unsupported_grant_type: 服务器不支持此类型的授权方式
  97. unsupported_response_type: 服务器不支持这种响应类型
  98. flash:
  99. applications:
  100. create:
  101. notice: 应用创建成功
  102. destroy:
  103. notice: 应用删除成功
  104. update:
  105. notice: 应用修改成功
  106. authorized_applications:
  107. destroy:
  108. notice: 已成功撤销对此应用的授权
  109. layouts:
  110. admin:
  111. nav:
  112. applications: 应用
  113. oauth2_provider: OAuth2 提供商
  114. application:
  115. title: 需要 OAuth 认证
  116. scopes:
  117. follow: 关注或屏蔽用户
  118. read: 读取你的帐户数据
  119. write: 为你发表嘟文