doorkeeper.zh-TW.yml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. ---
  2. zh-TW:
  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: 回傳網址
  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: 複製此授權碼並貼上到應用程式中。
  67. authorized_applications:
  68. buttons:
  69. revoke: 撤銷授權
  70. confirmations:
  71. revoke: 您確定要撤銷這個授權?
  72. index:
  73. application: 應用程式
  74. created_at: 授權時間
  75. scopes: 權限範圍
  76. title: 已授權的應用程式
  77. errors:
  78. messages:
  79. access_denied: 資源擁有者或認證伺服器不接受請求。
  80. credential_flow_not_configured: 資源擁有者密碼認證程序失敗,由於 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。
  81. invalid_client: 客戶端驗證失敗,可能是未知的客戶端程式、未包含客戶端驗證、或使用了不支援的認證方法。
  82. invalid_grant: 授權申請不正確、逾期、已被取消、與授權請求內的重新導向 URI 不符、或屬於別的客戶端程式。
  83. invalid_redirect_uri: 不正確的重新導向網址。
  84. invalid_request: 請求缺少必要的參數、包含不支援的參數、或其他輸入錯誤。
  85. invalid_resource_owner: 資源擁有者的登入資訊錯誤、或無法找到該資源擁有者
  86. invalid_scope: 請求的權限範圍無效、未定義、或輸入錯誤。
  87. invalid_token:
  88. expired: access token 已過期
  89. revoked: access token 已被取消
  90. unknown: access token 不正確
  91. resource_owner_authenticator_not_configured: 無法找到資源擁有者,由於 Doorkeeper.configure.resource_owner_authenticator 沒有設定。
  92. server_error: 認證伺服器發生未知錯誤。
  93. temporarily_unavailable: 認證伺服器暫時無法使用。
  94. unauthorized_client: 客戶端程式無權使用此方法進行請求。
  95. unsupported_grant_type: 認證伺服器不支援這個授權類型。
  96. unsupported_response_type: 認證伺服器不支援這個回應類型。
  97. flash:
  98. applications:
  99. create:
  100. notice: 已新增應用程式。
  101. destroy:
  102. notice: 已刪除應用程式。
  103. update:
  104. notice: 已更新應用程式。
  105. authorized_applications:
  106. destroy:
  107. notice: 已撤銷應用程式授權。
  108. layouts:
  109. admin:
  110. nav:
  111. applications: 應用程式
  112. oauth2_provider: OAuth2 供應者
  113. application:
  114. title: 需要 OAuth 授權
  115. scopes:
  116. follow: 關注、封鎖、解除封鎖及取消關注帳號
  117. push: 接收你帳號的推送通知
  118. read: 讀取您的帳號資料
  119. write: 以您的名義發佈嘟文