We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe9894 commit c58b86aCopy full SHA for c58b86a
lang/zh_TW/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => '給定使用的 API 權杖的密碼錯誤',
126
'api_user_no_api_permission' => '使用的 API 權杖擁有者無權呼叫 API',
127
'api_user_token_expired' => '使用的授權權杖已過期',
128
+ 'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
129
130
// Settings & Maintenance
131
'maintenance_test_email_failure' => '寄送測試電子郵件時發生錯誤:',
0 commit comments