Merge pull request #1367 from vFragosop/language/pt/consistence

Improving consistence of portuguese validation message
This commit is contained in:
Jason Lewis 2012-10-20 07:10:29 -07:00
commit aa902def30
1 changed files with 4 additions and 4 deletions

View File

@ -32,11 +32,11 @@
), ),
"confirmed" => "O :attribute confirmação não coincide.", "confirmed" => "O :attribute confirmação não coincide.",
"different" => "O :attribute e :other devem ser diferentes.", "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.", "exists" => "O :attribute selecionado é inválido.",
"image" => "O :attribute deve ser uma imagem.", "image" => "O :attribute deve ser uma imagem.",
"in" => "O :attribute selecionado é inválido.", "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.", "ip" => "O :attribute deve ser um endereço IP válido.",
"match" => "O formato :attribute é inválido.", "match" => "O formato :attribute é inválido.",
"max" => array( "max" => array(
@ -53,13 +53,13 @@
"not_in" => "O :attribute selecionado é inválido.", "not_in" => "O :attribute selecionado é inválido.",
"numeric" => "O :attribute deve ser um número.", "numeric" => "O :attribute deve ser um número.",
"required" => "O campo :attribute deve ser preenchido.", "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( "size" => array(
"numeric" => "O :attribute deve ser :size.", "numeric" => "O :attribute deve ser :size.",
"file" => "O :attribute deve ter :size kilobyte.", "file" => "O :attribute deve ter :size kilobyte.",
"string" => "O :attribute deve ter :size caracteres.", "string" => "O :attribute deve ter :size caracteres.",
), ),
"unique" => "O :attribute já existe", "unique" => "Este :attribute já existe.",
"url" => "O formato :attribute é inválido.", "url" => "O formato :attribute é inválido.",
/* /*