Skip to content

Commit aa902de

Browse files
committed
Merge pull request laravel#1367 from vFragosop/language/pt/consistence
Improving consistence of portuguese validation message
2 parents 301c61f + 043bd4e commit aa902de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

application/language/pt/validation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
),
3333
"confirmed" => "O :attribute confirmação não coincide.",
3434
"different" => "O :attribute e :other devem ser diferentes.",
35-
"email" => "O :attribute não é um e-mail válido",
35+
"email" => "O :attribute não é um e-mail válido.",
3636
"exists" => "O :attribute selecionado é inválido.",
3737
"image" => "O :attribute deve ser uma imagem.",
3838
"in" => "O :attribute selecionado é inválido.",
39-
"integer" => "O :attribute deve ser um inteiro",
39+
"integer" => "O :attribute deve ser um inteiro.",
4040
"ip" => "O :attribute deve ser um endereço IP válido.",
4141
"match" => "O formato :attribute é inválido.",
4242
"max" => array(
@@ -53,13 +53,13 @@
5353
"not_in" => "O :attribute selecionado é inválido.",
5454
"numeric" => "O :attribute deve ser um número.",
5555
"required" => "O campo :attribute deve ser preenchido.",
56-
"same" => "O :attribute e :other devem ser iguais",
56+
"same" => "O :attribute e :other devem ser iguais.",
5757
"size" => array(
5858
"numeric" => "O :attribute deve ser :size.",
5959
"file" => "O :attribute deve ter :size kilobyte.",
6060
"string" => "O :attribute deve ter :size caracteres.",
6161
),
62-
"unique" => "O :attribute já existe",
62+
"unique" => "Este :attribute já existe.",
6363
"url" => "O formato :attribute é inválido.",
6464

6565
/*

0 commit comments

Comments
 (0)