Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2361d19

Browse files
committed
Merge pull request Laravel-Lang#507 from miguelbgouveia/patch-28
Distinct validation in portuguese
2 parents ebe19e5 + dcd6102 commit 2361d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pt/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'different' => 'Os campos :attribute e :other deverão conter valores diferentes.',
3535
'digits' => 'O campo :attribute deverá conter :digits caracteres.',
3636
'digits_between' => 'O campo :attribute deverá conter entre :min a :max caracteres.',
37-
'distinct' => 'The :attribute field has a duplicate value.',
37+
'distinct' => 'O campo :attribute contém um valor duplicado.',
3838
'email' => 'O campo :attribute não contém um endereço de correio eletrónico válido.',
3939
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
4040
'filled' => 'É obrigatória a indicação de um valor para o campo :attribute.',

0 commit comments

Comments
 (0)