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 f87f1a1 commit 662bc55Copy full SHA for 662bc55
lang/tr/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => 'Kullanılan API için sağlanan gizli anahtar doğru değil',
126
'api_user_no_api_permission' => 'Kullanılan API anahtarının sahibi API çağrısı yapmak için izne sahip değil',
127
'api_user_token_expired' => 'Kullanılan yetkilendirme anahtarının süresi doldu',
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' => 'Test e-postası gönderilirken bir hata meydana geldi:',
0 commit comments