logo

mastofe

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

doorkeeper.zh-HK.yml (4811B)


  1. ---
  2. zh-HK:
  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: URI 不可包含 "#fragment" 部份
  16. invalid_uri: 必需有正確的 URI.
  17. relative_uri: 必需為絕對 URI.
  18. secured_uri: 必需使用有 HTTPS/SSL 加密的 URI.
  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: 每行輸入一個 URI
  36. scopes: 請用半形空格分開權限範圍 (scope)。留空表示使用預設的權限範圍
  37. index:
  38. application: 應用
  39. callback_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: 回傳網址
  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: Copy this authorization code and paste it to the application.
  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: 資源擁有者密碼認證程序 (Resource Owner Password Credentials flow) 失敗,原因是 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。
  82. invalid_client: 用戶程式認證 (Client authentication) 失敗,原因是用戶程式未有登記、沒有指定用戶程式 (client)、或者使用了不支援的認證方法 (method)。
  83. invalid_grant: 授權申請 (authorization grant) 不正確、過期、已被取消,或者無法對應授權請求 (authorization request) 內的轉接 URI,或者屬於別的用戶程式。
  84. invalid_redirect_uri: 不正確的轉接網址。
  85. invalid_request: 請求缺少了必要的參數、包含了不支援的參數、或者其他輸入錯誤。
  86. invalid_resource_owner: 資源擁有者的登入資訊錯誤、或者無法找到該資源擁有者。
  87. invalid_scope: 請求的權限範圍 (scope) 不正確、未有定義、或者輸入錯誤。
  88. invalid_token:
  89. expired: access token 已經過期
  90. revoked: access token 已被取消
  91. unknown: access token 不正確
  92. resource_owner_authenticator_not_configured: 無法找到資源擁有者,原因是 Doorkeeper.configure.resource_owner_authenticator 沒有設定。
  93. server_error: 認證伺服器遇上未知狀況,令請求無法通過。
  94. temporarily_unavailable: 認證伺服器由於臨時負荷過重或者維護,目前未能處理請求。
  95. unauthorized_client: 用戶程式無權用此方法 (method) 請行這個請求。
  96. unsupported_grant_type: 授權伺服器不支援這個授權類型 (grant type)。
  97. unsupported_response_type: 授權伺服器不支援這個回應類型 (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: 以你的名義發佈文章