rails/locales/zh-HK.yml in doorkeeper-i18n-5.0.0 vs rails/locales/zh-HK.yml in doorkeeper-i18n-5.0.1

- old
+ new

@@ -80,23 +80,28 @@ application: "應用程式" created_at: "授權於" date_format: "%Y-%m-%d %H:%M:%S" title: "已獲你授權的程用程式" + pre_authorization: + status: 'Pre-authorization' + errors: messages: # Common error messages invalid_request: "請求缺少了必要的參數、包含了不支援的參數、或者其他輸入錯誤。" 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: "認證伺服器由於臨時負荷過重或者維護,目前未能處理請求。" - #configuration error messages + # Configuration error messages 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.' # Access grant errors unsupported_response_type: "授權伺服器不支援這個回應類型 (response type)。" # Access token errors