|
32 | 32 | ),
|
33 | 33 | "confirmed" => "O :attribute confirmação não coincide.",
|
34 | 34 | "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.", |
36 | 36 | "exists" => "O :attribute selecionado é inválido.",
|
37 | 37 | "image" => "O :attribute deve ser uma imagem.",
|
38 | 38 | "in" => "O :attribute selecionado é inválido.",
|
39 |
| - "integer" => "O :attribute deve ser um inteiro", |
| 39 | + "integer" => "O :attribute deve ser um inteiro.", |
40 | 40 | "ip" => "O :attribute deve ser um endereço IP válido.",
|
41 | 41 | "match" => "O formato :attribute é inválido.",
|
42 | 42 | "max" => array(
|
|
53 | 53 | "not_in" => "O :attribute selecionado é inválido.",
|
54 | 54 | "numeric" => "O :attribute deve ser um número.",
|
55 | 55 | "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.", |
57 | 57 | "size" => array(
|
58 | 58 | "numeric" => "O :attribute deve ser :size.",
|
59 | 59 | "file" => "O :attribute deve ter :size kilobyte.",
|
60 | 60 | "string" => "O :attribute deve ter :size caracteres.",
|
61 | 61 | ),
|
62 |
| - "unique" => "O :attribute já existe", |
| 62 | + "unique" => "Este :attribute já existe.", |
63 | 63 | "url" => "O formato :attribute é inválido.",
|
64 | 64 |
|
65 | 65 | /*
|
|
0 commit comments