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

Skip to content

Commit 763baef

Browse files
Dimension validation to portuguese
1 parent 60ddbae commit 763baef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/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-
'dimensions' => 'The :attribute has invalid image dimensions.',
37+
'dimensions' => 'O campo :attribute deverá conter uma dimensão de imagem válida.',
3838
'distinct' => 'O campo :attribute contém um valor duplicado.',
3939
'email' => 'O campo :attribute não contém um endereço de correio eletrónico válido.',
4040
'exists' => 'O valor selecionado para o campo :attribute é inválido.',

0 commit comments

Comments
 (0)