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 9c09f6a commit ce99a1aCopy full SHA for ce99a1a
lang/ja/errors.php
@@ -125,7 +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',
+ 'api_cookie_auth_only_get' => 'Cookie ベースの認証で API を使用する場合、GET リクエストのみが許可されます',
129
130
// Settings & Maintenance
131
'maintenance_test_email_failure' => 'テストメール送信時にエラーが発生しました:',
0 commit comments