zh-HK: activerecord: attributes: doorkeeper/application: name: 名稱 redirect_uri: 轉接 URI errors: models: doorkeeper/application: attributes: redirect_uri: fragment_present: URI 不可包含 "#fragment" 部份 invalid_uri: 必需有正確的 URI。 unspecified_scheme: must specify a scheme. relative_uri: 必需為絕對 URI。 secured_uri: 必需使用有 HTTPS/SSL 加密的 URI。 forbidden_uri: is forbidden by the server. scopes: not_match_configured: doesn't match configured on the server. doorkeeper: applications: confirmations: destroy: 是否確定? buttons: edit: 編輯 destroy: 移除 submit: 提交 cancel: 取消 authorize: 認證 form: error: 噢!請檢查你表格的錯誤訊息 help: confidential: Application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential. redirect_uri: 每行輸入一個 URI blank_redirect_uri: Leave it blank if you configured your provider to use Client Credentials, Resource Owner Password Credentials or any other grant type that doesn't require redirect URI. scopes: 請用半形空格分開權限範圍 (scope)。留空表示使用預設的權限範圍 edit: title: 編輯應用程式 index: title: 你的應用程式 new: 新增應用程式 name: 名稱 callback_url: 回傳網址 confidential: Confidential? actions: Actions confidentiality: 'yes': 'Yes' 'no': 'No' new: title: 新增應用程式 show: title: 應用程式︰ %{name} application_id: 應用程式 UID secret: 密碼 secret_hashed: Secret hashed scopes: 權限範圍 confidential: Confidential callback_urls: 回傳網址 actions: 操作 not_defined: Not defined authorizations: buttons: authorize: 批准 deny: 拒絕 error: title: 發生錯誤 new: title: 需要用戶授權 prompt: 應用程式 %{client_name} 要求得到你用戶的部份權限 able_to: 要求獲取權限 show: title: 授權代碼 form_post: title: Submit this form authorized_applications: confirmations: revoke: 是否確定要取消授權? buttons: revoke: 取消授權 index: title: 已獲你授權的程用程式 application: 應用程式 created_at: 授權於 date_format: "%Y-%m-%d %H:%M:%S" pre_authorization: status: Pre-authorization errors: messages: invalid_request: unknown: 請求缺少了必要的參數、包含了不支援的參數、或者其他輸入錯誤。 missing_param: 'Missing required parameter: %{value}.' request_not_authorized: Request need to be authorized. Required parameter for authorizing request is missing or invalid. invalid_redirect_uri: 不正確的轉接網址。 unauthorized_client: 用戶程式無權用此方法 (method) 請行這個請求。 access_denied: 資源擁有者或授權伺服器不接受請求。 invalid_scope: 請求的權限範圍 (scope) 不正確、未有定義、或者輸入錯誤。 invalid_code_challenge_method: The code challenge method must be plain or S256. server_error: 認證伺服器遇上未知狀況,令請求無法通過。 temporarily_unavailable: 認證伺服器由於臨時負荷過重或者維護,目前未能處理請求。 credential_flow_not_configured: 資源擁有者密碼認證程序 (Resource Owner Password Credentials flow) 失敗,原因是 Doorkeeper.configure.resource_owner_from_credentials 沒有設定。 resource_owner_authenticator_not_configured: 無法找到資源擁有者,原因是 Doorkeeper.configure.resource_owner_authenticator 沒有設定。 admin_authenticator_not_configured: Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. unsupported_response_type: 授權伺服器不支援這個回應類型 (response type)。 unsupported_response_mode: The authorization server does not support this response mode. invalid_client: 用戶程式認證 (Client authentication) 失敗,原因是用戶程式未有登記、沒有指定用戶程式 (client)、或者使用了不支援的認證方法 (method)。 invalid_grant: 授權申請 (authorization grant) 不正確、過期、已被取消,或者無法對應授權請求 (authorization request) 內的轉接 URI,或者屬於別的用戶程式。 unsupported_grant_type: 授權伺服器不支援這個授權類型 (grant type)。 invalid_token: revoked: access token 已被取消 expired: access token 已經過期 unknown: access token 不正確 revoke: unauthorized: You are not authorized to revoke this token forbidden_token: missing_scope: Access to this resource requires scope "%{oauth_scopes}". flash: applications: create: notice: 已新增應用程式。 destroy: notice: 已刪除應用程式。 update: notice: 已更新應用程式。 authorized_applications: destroy: notice: 已取消應用程式授權。 layouts: admin: title: Doorkeeper nav: oauth2_provider: OAuth2 供應者 applications: 應用程式 home: 主頁 application: title: 需要 OAuth 授權