Skip to content

Commit

Permalink
Merge pull request laravel#1367 from vFragosop/language/pt/consistence
Browse files Browse the repository at this point in the history
Improving consistence of portuguese validation message
  • Loading branch information
jasonlewis committed Oct 20, 2012
2 parents 301c61f + 043bd4e commit aa902de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/language/pt/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
),
"confirmed" => "O :attribute confirmação não coincide.",
"different" => "O :attribute e :other devem ser diferentes.",
"email" => "O :attribute não é um e-mail válido",
"email" => "O :attribute não é um e-mail válido.",
"exists" => "O :attribute selecionado é inválido.",
"image" => "O :attribute deve ser uma imagem.",
"in" => "O :attribute selecionado é inválido.",
"integer" => "O :attribute deve ser um inteiro",
"integer" => "O :attribute deve ser um inteiro.",
"ip" => "O :attribute deve ser um endereço IP válido.",
"match" => "O formato :attribute é inválido.",
"max" => array(
Expand All @@ -53,13 +53,13 @@
"not_in" => "O :attribute selecionado é inválido.",
"numeric" => "O :attribute deve ser um número.",
"required" => "O campo :attribute deve ser preenchido.",
"same" => "O :attribute e :other devem ser iguais",
"same" => "O :attribute e :other devem ser iguais.",
"size" => array(
"numeric" => "O :attribute deve ser :size.",
"file" => "O :attribute deve ter :size kilobyte.",
"string" => "O :attribute deve ter :size caracteres.",
),
"unique" => "O :attribute já existe",
"unique" => "Este :attribute já existe.",
"url" => "O formato :attribute é inválido.",

/*
Expand Down

0 comments on commit aa902de

Please sign in to comment.