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 de6681c commit 80e8f66Copy full SHA for 80e8f66
lang/pt/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => 'O segredo fornecido para o token de API usado está incorreto',
126
'api_user_no_api_permission' => 'O proprietário do token de API utilizado não tem permissão para fazer requisições de API',
127
'api_user_token_expired' => 'O token de autenticação expirou',
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' => 'Erro lançado ao enviar um e-mail de teste:',
0 commit comments