doorkeeper.zh-HK.yml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. able_to: 它將可以
  64. prompt: 應用程式 %{client_name} 要求得到你用戶的部份權限
  65. title: 需要用戶授權
  66. show:
  67. title: 請把這個授權碼複製到應用程式中。
  68. authorized_applications:
  69. buttons:
  70. revoke: 取消授權
  71. confirmations:
  72. revoke: 是否確定要取消授權?
  73. index:
  74. application: 應用程式
  75. created_at: 授權日期
  76. date_format: "%Y年%m月%d日 %H:%M:%S"
  77. scopes: 權限範圍 (Scopes)
  78. title: 已獲你授權的程用程式
  79. errors:
  80. messages:
  81. access_denied: 資源擁有者或授權伺服器不接受請求。
  82. credential_flow_not_configured: 資源擁有者密碼認證程序 (Resource Owner Password Credentials flow) 失敗,原因是 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。
  83. invalid_client: 用戶程式認證 (Client Authentication) 失敗,原因是使用了未知的用戶程式、沒有傳回用戶認證資訊、或者使用了不支援的認證方法 (Authentication Method)。
  84. invalid_grant: 所提供的認證申請 (authorization grant) 不正確、過期、已被取消、或者無法對應授權請求 (authorization request) 內的轉接 URI,或者屬於別的用戶程式。
  85. invalid_redirect_uri: 不正確的轉接網址。
  86. invalid_request: 請求缺少必要的參數、有不支援的參數、或包含其他格式錯誤。
  87. invalid_resource_owner: 資源擁有者的登入資訊無效、或者無法找到該資源擁有者
  88. invalid_scope: 你所請求的權限範圍 (scope) 無效、未知、或格式錯誤。
  89. invalid_token:
  90. expired: 存取憑證 (access token) 已過期
  91. revoked: 存取憑證 (access token) 已被撤銷
  92. unknown: 存取憑證 (access token) 無效
  93. resource_owner_authenticator_not_configured: 無法找到資源擁有者,原因是 Doorkeeper.configure.resource_owner_authenticator 沒有設定。
  94. server_error: 認證伺服器遇上未知狀況,令請求無法被正確處理。
  95. temporarily_unavailable: 認證伺服器由於臨時負荷過重或者維護,目前未能處理請求。
  96. unauthorized_client: 用戶程式無權使用所選的方法 (method) 進行這個請求。
  97. unsupported_grant_type: 授權伺服器不支援這個授權類型 (grant type)。
  98. unsupported_response_type: 授權伺服器不支援這個回應類型 (response type)。
  99. flash:
  100. applications:
  101. create:
  102. notice: 已新增應用程式。
  103. destroy:
  104. notice: 已刪除應用程式。
  105. update:
  106. notice: 已更新應用程式。
  107. authorized_applications:
  108. destroy:
  109. notice: 已取消應用程式授權。
  110. layouts:
  111. admin:
  112. nav:
  113. applications: 應用程式
  114. oauth2_provider: OAuth2 供應者
  115. application:
  116. title: 需要 OAuth 授權
  117. scopes:
  118. admin:read: 讀取伺服器的所有資料
  119. admin:read:accounts: 讀取所有帳戶的敏感資訊
  120. admin:read:reports: 讀取所有回報 / 被回報之帳戶的敏感資訊
  121. admin:write: 修改伺服器的所有資料
  122. admin:write:accounts: 對帳號進行仲裁管理動作
  123. admin:write:reports: 對回報進行仲裁管理動作
  124. follow: 修改帳號的對外聯繫
  125. push: 接收你的帳號的推送通知
  126. read: 閱讀你帳號的所有資料
  127. read:accounts: 檢視帳號資訊
  128. read:blocks: 檢視你的封鎖名單
  129. read:bookmarks: 檢視你的書籤
  130. read:favourites: 檢視你最愛的文章
  131. read:filters: 檢視你的過濾條件
  132. read:follows: 檢視你關注的人
  133. read:lists: 檢視你的清單
  134. read:mutes: 檢視被你靜音的人
  135. read:notifications: 檢視你的通知
  136. read:reports: 檢視你的檢舉
  137. read:search: 以你的身份進行搜尋
  138. read:statuses: 檢視所有文章
  139. write: 以你的名義發佈文章
  140. write:accounts: 修改你的個人檔案
  141. write:blocks: 封鎖帳號及域名
  142. write:bookmarks: 把文章加入最愛
  143. write:favourites: 喜歡的文章
  144. write:filters: 建立過濾條件
  145. write:follows: 關注其他人
  146. write:lists: 建立清單
  147. write:media: 上傳媒體檔案
  148. write:mutes: 靜音使用者及對話
  149. write:notifications: 清除你的通知
  150. write:reports: 檢舉其他人
  151. write:statuses: 發布嘟文