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 9db3119 commit 8fe9894Copy full SHA for 8fe9894
lang/zh_CN/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