You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
4.3 KiB

  1. ---
  2. zh-TW:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: 名稱
  7. redirect_uri: 重新導向 URI
  8. errors:
  9. models:
  10. doorkeeper/application:
  11. attributes:
  12. redirect_uri:
  13. fragment_present: URI 不可包含 "#fragment" 部份
  14. invalid_uri: 必需有正確的 URI.
  15. relative_uri: 必需為絕對 URI.
  16. secured_uri: 必需使用有 HTTPS/SSL 加密的 URI.
  17. doorkeeper:
  18. applications:
  19. buttons:
  20. authorize: 授權
  21. cancel: 取消
  22. destroy: 移除
  23. edit: 編輯
  24. submit: 送出
  25. confirmations:
  26. destroy: 您確定嗎?
  27. edit:
  28. title: 編輯應用程式
  29. form:
  30. error: 噢!請檢查表單錯誤訊息
  31. help:
  32. native_redirect_uri: 使用 %{native_redirect_uri} 作局部測試
  33. redirect_uri: 每行輸入一個 URI
  34. scopes: 請用半形空格分開權限範圍 (scope)。留空表示使用預設的權限範圍
  35. index:
  36. callback_url: 回傳網址
  37. name: 名稱
  38. new: 新增應用程式
  39. title: 您的應用程式
  40. new:
  41. title: 新增應用程式
  42. show:
  43. actions: 動作
  44. application_id: 應用程式 ID
  45. callback_urls: 回傳網址
  46. scopes: 權限範圍
  47. secret: 密碼
  48. title: 應用程式︰ %{name}
  49. authorizations:
  50. buttons:
  51. authorize: 允許
  52. deny: 拒絕
  53. error:
  54. title: 發生錯誤
  55. new:
  56. able_to: 要求取得權限
  57. prompt: 應用程式 %{client_name} 要求取得您帳號的部份權限
  58. title: 需要授權
  59. show:
  60. title: Copy this authorization code and paste it to the application.
  61. authorized_applications:
  62. buttons:
  63. revoke: 取消授權
  64. confirmations:
  65. revoke: 您確定要取消授權?
  66. index:
  67. application: 應用程式
  68. created_at: 授權於
  69. date_format: "%Y-%m-%d %H:%M:%S"
  70. scopes: 權限範圍
  71. title: 已獲您授權的應用程式
  72. errors:
  73. messages:
  74. access_denied: 資源擁有者或授權伺服器不接受請求。
  75. credential_flow_not_configured: 資源擁有者密碼認證程序失敗,由於 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。
  76. invalid_client: 客戶端驗證失敗,可能是未知的客戶端程式、未包含客戶端驗證、或使用了不支援的認證方法。
  77. invalid_grant: 授權申請不正確、逾期、已被取消、與授權請求內的重新導向 URI 不符、或屬於別的客戶端程式。
  78. invalid_redirect_uri: 不正確的重新導向網址。
  79. invalid_request: 請求缺少必要的參數、包含不支援的參數、或其他輸入錯誤。
  80. invalid_resource_owner: 資源擁有者的登入資訊錯誤、或無法找到該資源擁有者。
  81. invalid_scope: 請求的權限範圍不正確、未有定義、或輸入錯誤。
  82. invalid_token:
  83. expired: access token 已過期
  84. revoked: access token 已被取消
  85. unknown: access token 不正確
  86. resource_owner_authenticator_not_configured: 無法找到資源擁有者,由於 Doorkeeper.configure.resource_owner_authenticator 沒有設定。
  87. server_error: 認證伺服器發生未知錯誤。
  88. temporarily_unavailable: 認證伺服器暫時無法使用。
  89. unauthorized_client: 客戶端程式無權使用此方法進行請求。
  90. unsupported_grant_type: 授權伺服器不支援這個授權類型。
  91. unsupported_response_type: 授權伺服器不支援這個回應類型。
  92. flash:
  93. applications:
  94. create:
  95. notice: 已新增應用程式。
  96. destroy:
  97. notice: 已刪除應用程式。
  98. update:
  99. notice: 已更新應用程式。
  100. authorized_applications:
  101. destroy:
  102. notice: 已取消應用程式授權。
  103. layouts:
  104. admin:
  105. nav:
  106. applications: 應用程式
  107. oauth2_provider: OAuth2 供應者
  108. application:
  109. title: 需要 OAuth 授權
  110. scopes:
  111. follow: 關注、封鎖、解除封鎖及取消關注帳號
  112. read: 讀取您的帳號資料
  113. write: 以您的名義發佈文章