diff options
Diffstat (limited to 'config/locales/doorkeeper.zh-HK.yml')
-rw-r--r-- | config/locales/doorkeeper.zh-HK.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/doorkeeper.zh-HK.yml b/config/locales/doorkeeper.zh-HK.yml index 872727049..60c64cc31 100644 --- a/config/locales/doorkeeper.zh-HK.yml +++ b/config/locales/doorkeeper.zh-HK.yml @@ -83,7 +83,10 @@ zh-HK: invalid_client: 用戶程式認證 (Client Authentication) 失敗,原因是使用了未知的用戶程式、沒有傳回用戶認證資訊、或者使用了不支援的認證方法 (Authentication Method)。 invalid_grant: 所提供的認證申請 (authorization grant) 不正確、過期、已被取消、或者無法對應授權請求 (authorization request) 內的轉接 URI,或者屬於別的用戶程式。 invalid_redirect_uri: 不正確的轉接網址。 - invalid_request: 請求缺少必要的參數、有不支援的參數、或包含其他格式錯誤。 + invalid_request: + missing_param: 缺少必要的參數:%{value}. + request_not_authorized: 請求必須被授權。用於授權的必要參數缺失或無效。 + unknown: 這個請求缺少必要的參數,包括有不支援的參數、或有其他格式錯誤。 invalid_resource_owner: 資源擁有者的登入資訊無效、或者無法找到該資源擁有者 invalid_scope: 你所請求的權限範圍 (scope) 無效、未知、或格式錯誤。 invalid_token: |