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 46dcc30 commit 509c739Copy full SHA for 509c739
lang/cs/errors.php
@@ -125,7 +125,7 @@
125
'api_incorrect_token_secret' => 'Poskytnutý Token Secret neodpovídá použitému API tokenu',
126
'api_user_no_api_permission' => 'Vlastník použitého API tokenu nemá oprávnění provádět API volání',
127
'api_user_token_expired' => 'Platnost autorizačního tokenu vypršela',
128
- 'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
+ 'api_cookie_auth_only_get' => 'Při používání API s ověřováním pomocí souborů cookie jsou povoleny pouze požadavky GET',
129
130
// Settings & Maintenance
131
'maintenance_test_email_failure' => 'Při posílání testovacího e-mailu nastala chyba:',
0 commit comments