Skip to content

Commit

Permalink
Merge pull request #84 from luisrossi/master
Browse files Browse the repository at this point in the history
add pt_BR lang
  • Loading branch information
RyanDaDeng authored Aug 15, 2021
2 parents f4696cf + 3b49633 commit 61d92b3
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 61d92b3

Please sign in to comment.