Thanks to visit codestin.com Credit goes to github.com
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.
2 parents ebe19e5 + dcd6102 commit 2361d19Copy full SHA for 2361d19
pt/validation.php
@@ -34,7 +34,7 @@
34
'different' => 'Os campos :attribute e :other deverão conter valores diferentes.',
35
'digits' => 'O campo :attribute deverá conter :digits caracteres.',
36
'digits_between' => 'O campo :attribute deverá conter entre :min a :max caracteres.',
37
- 'distinct' => 'The :attribute field has a duplicate value.',
+ 'distinct' => 'O campo :attribute contém um valor duplicado.',
38
'email' => 'O campo :attribute não contém um endereço de correio eletrónico válido.',
39
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
40
'filled' => 'É obrigatória a indicação de um valor para o campo :attribute.',
0 commit comments