doorkeeper.zh-HK.yml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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: 不能包含 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: 回傳網址 (Callback URL)
  40. delete: 刪除
  41. empty: 你沒有應用程式
  42. name: 名稱
  43. new: 新增應用程式
  44. scopes: 權限範圍 (Scopes)
  45. show: 顯示
  46. title: 你的應用程式
  47. new:
  48. title: 新增應用程式
  49. show:
  50. actions: 操作
  51. application_id: 用戶程式鑰匙 (Client key)
  52. callback_urls: 回傳網址 (Callback URL)
  53. scopes: 權限範圍 (Scopes)
  54. secret: 用戶程式密碼 (Client secret)
  55. title: 應用程式︰ %{name}
  56. authorizations:
  57. buttons:
  58. authorize: 批准
  59. deny: 拒絕
  60. error:
  61. title: 發生錯誤
  62. new:
  63. prompt_html: "%{client_name} 想得到存取你帳號的權限。這是一個第三方應用程式。<strong>如果你不信任它,請勿授權。</strong>"
  64. review_permissions: 檢視權限
  65. title: 需要用戶授權
  66. show:
  67. title: 請把這個授權碼複製到應用程式中。
  68. authorized_applications:
  69. buttons:
  70. revoke: 取消授權
  71. confirmations:
  72. revoke: 是否確定要取消授權?
  73. index:
  74. authorized_at: 於 %{date} 授權
  75. description_html: 這些應用程式能透過 API 存取你的帳號。如果有你不認識的應用程式,或程式行為不當,你可以在此撤銷其存取權限。
  76. last_used_at: 最後使用於 %{date}
  77. never_used: 從未使用
  78. scopes: 權限
  79. superapp: 內部
  80. title: 已獲你授權的程用程式
  81. errors:
  82. messages:
  83. access_denied: 資源擁有者或授權伺服器不接受請求。
  84. credential_flow_not_configured: 資源擁有者密碼認證程序 (Resource Owner Password Credentials flow) 失敗,原因是 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。
  85. invalid_client: 用戶程式認證 (Client Authentication) 失敗,原因是使用了未知的用戶程式、沒有傳回用戶認證資訊、或者使用了不支援的認證方法 (Authentication Method)。
  86. invalid_grant: 所提供的認證申請 (authorization grant) 不正確、過期、已被取消、或者無法對應授權請求 (authorization request) 內的轉接 URI,或者屬於別的用戶程式。
  87. invalid_redirect_uri: 不正確的轉接網址。
  88. invalid_request:
  89. missing_param: 缺少必要的參數:%{value}.
  90. request_not_authorized: 請求必須被授權。用於授權的必要參數缺失或無效。
  91. unknown: 這個請求缺少必要的參數,包括有不支援的參數、或有其他格式錯誤。
  92. invalid_resource_owner: 資源擁有者的登入資訊無效、或者無法找到該資源擁有者
  93. invalid_scope: 你所請求的權限範圍 (scope) 無效、未知、或格式錯誤。
  94. invalid_token:
  95. expired: 存取憑證 (access token) 已過期
  96. revoked: 存取憑證 (access token) 已被撤銷
  97. unknown: 存取憑證 (access token) 無效
  98. resource_owner_authenticator_not_configured: 無法找到資源擁有者,原因是 Doorkeeper.configure.resource_owner_authenticator 沒有設定。
  99. server_error: 認證伺服器遇上未知狀況,令請求無法被正確處理。
  100. temporarily_unavailable: 認證伺服器由於臨時負荷過重或者維護,目前未能處理請求。
  101. unauthorized_client: 用戶程式無權使用所選的方法 (method) 進行這個請求。
  102. unsupported_grant_type: 授權伺服器不支援這個授權類型 (grant type)。
  103. unsupported_response_type: 授權伺服器不支援這個回應類型 (response type)。
  104. flash:
  105. applications:
  106. create:
  107. notice: 已新增應用程式。
  108. destroy:
  109. notice: 已刪除應用程式。
  110. update:
  111. notice: 已更新應用程式。
  112. authorized_applications:
  113. destroy:
  114. notice: 已取消應用程式授權。
  115. grouped_scopes:
  116. access:
  117. read: 唯讀存取
  118. read/write: 讀寫存取
  119. write: 唯寫存取
  120. title:
  121. accounts: 帳號
  122. admin/accounts: 帳號管理
  123. admin/all: 所有管理功能
  124. admin/reports: 檢舉報告管理
  125. all: 完整存取你的 Mastodon 帳號
  126. blocks: 封鎖
  127. bookmarks: 書籤
  128. conversations: 對話
  129. crypto: 端到端加密
  130. favourites: 最愛
  131. filters: 篩選器
  132. follow: 追蹤、靜音及封鎖
  133. follows: 追蹤
  134. lists: 名單
  135. media: 媒體附件
  136. mutes: 靜音
  137. notifications: 通知
  138. push: 推送通知
  139. reports: 檢舉報告
  140. search: 搜尋
  141. statuses: 帖文
  142. layouts:
  143. admin:
  144. nav:
  145. applications: 應用程式
  146. oauth2_provider: OAuth2 供應者
  147. application:
  148. title: 需要 OAuth 授權
  149. scopes:
  150. admin:read: 讀取伺服器的所有資料
  151. admin:read:accounts: 讀取所有帳戶的敏感資訊
  152. admin:read:canonical_email_blocks: 讀取所有已封鎖標準電郵的敏感資訊
  153. admin:read:domain_allows: 讀取所有允許網域的敏感資訊
  154. admin:read:domain_blocks: 讀取所有已封鎖網域的敏感資訊
  155. admin:read:email_domain_blocks: 讀取所有已封鎖電郵網域的敏感資訊
  156. admin:read:ip_blocks: 讀取所有已封鎖 IP 的敏感資訊
  157. admin:read:reports: 讀取所有回報 / 被回報之帳戶的敏感資訊
  158. admin:write: 修改伺服器的所有資料
  159. admin:write:accounts: 對帳號進行仲裁管理動作
  160. admin:write:canonical_email_blocks: 對已封鎖的標準電郵執行審核動作
  161. admin:write:domain_allows: 對已允許的網域進行審核動作
  162. admin:write:domain_blocks: 對已封鎖的網域進行審核動作
  163. admin:write:email_domain_blocks: 對已封鎖的電郵網域執行審核動作
  164. admin:write:ip_blocks: 對已封鎖的 IP 執行審核動作
  165. admin:write:reports: 對回報進行仲裁管理動作
  166. crypto: 使用端到端加密
  167. follow: 修改帳號的對外聯繫
  168. push: 接收你的帳號的推送通知
  169. read: 閱讀你帳號的所有資料
  170. read:accounts: 檢視帳號資訊
  171. read:blocks: 檢視你的封鎖名單
  172. read:bookmarks: 檢視你的書籤
  173. read:favourites: 檢視你最愛的文章
  174. read:filters: 檢視你的過濾條件
  175. read:follows: 檢視你關注的人
  176. read:lists: 檢視你的清單
  177. read:mutes: 檢視被你靜音的人
  178. read:notifications: 檢視你的通知
  179. read:reports: 檢視你的檢舉
  180. read:search: 以你的身份進行搜尋
  181. read:statuses: 檢視所有文章
  182. write: 以你的名義發佈文章
  183. write:accounts: 修改你的個人檔案
  184. write:blocks: 封鎖帳號及域名
  185. write:bookmarks: 把文章加入最愛
  186. write:conversations: 靜音及刪除對話
  187. write:favourites: 最愛的帖文
  188. write:filters: 建立過濾條件
  189. write:follows: 關注其他人
  190. write:lists: 建立清單
  191. write:media: 上傳媒體檔案
  192. write:mutes: 靜音使用者及對話
  193. write:notifications: 清除你的通知
  194. write:reports: 檢舉其他人
  195. write:statuses: 發布嘟文