Skip to content

Commit

Permalink
add pt_BR lang
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrossi committed Aug 10, 2021
1 parent f4696cf commit 3b49633
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/lang/pt-BR/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'ERROR_MISSING_INPUT' => 'Solicitação de entrada não existente.',
'ERROR_UNABLE_TO_VERIFY' => 'Impossível verificar.',
'ERROR_HOSTNAME' => 'Nome de Host não correspondente.',
'ERROR_ACTION' => 'Ação não correspondente.',
'ERROR_SCORE_THRESHOLD' => 'Pontuação inferior ao mínimo permitido.',
'ERROR_TIMEOUT' => 'Tempo limite excedido',
'SUCCESS' => 'Verificação aprovada com sucesso.',
'TIMEOUT_OR_DUPLICATE' => 'Tempo limite excedido ou requisição duplicada',
];

0 comments on commit 3b49633

Please sign in to comment.