Skip to content

Commit 61d92b3

Browse files
authored
Merge pull request #84 from luisrossi/master
add pt_BR lang
2 parents f4696cf + 3b49633 commit 61d92b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

resources/lang/pt-BR/messages.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
return [
4+
'ERROR_MISSING_INPUT' => 'Solicitação de entrada não existente.',
5+
'ERROR_UNABLE_TO_VERIFY' => 'Impossível verificar.',
6+
'ERROR_HOSTNAME' => 'Nome de Host não correspondente.',
7+
'ERROR_ACTION' => 'Ação não correspondente.',
8+
'ERROR_SCORE_THRESHOLD' => 'Pontuação inferior ao mínimo permitido.',
9+
'ERROR_TIMEOUT' => 'Tempo limite excedido',
10+
'SUCCESS' => 'Verificação aprovada com sucesso.',
11+
'TIMEOUT_OR_DUPLICATE' => 'Tempo limite excedido ou requisição duplicada',
12+
];

0 commit comments

Comments
 (0)