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 bdd7c3a commit d220badCopy full SHA for d220bad
lang/ro/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => 'Secretul furnizat pentru token-ul API folosit este incorect',
126
'api_user_no_api_permission' => 'Proprietarul token-ului API folosit nu are permisiunea de a efectua apeluri API',
127
'api_user_token_expired' => 'Token-ul de autorizare utilizat a expirat',
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' => 'Eroare la trimiterea unui e-mail de test:',
0 commit comments