|
13 | 13 | | |
14 | 14 | */ |
15 | 15 |
|
16 | | - 'accepted' => 'O campo :attribute deve ser aceito.', |
17 | | - 'accepted_if' => 'O :attribute deve ser aceito quando :other for :value.', |
18 | | - 'active_url' => 'O campo :attribute não é uma URL válida.', |
19 | | - 'after' => 'O campo :attribute deve ser uma data posterior a :date.', |
20 | | - 'after_or_equal' => 'O campo :attribute deve ser uma data posterior ou igual a :date.', |
21 | | - 'alpha' => 'O campo :attribute só pode conter letras.', |
22 | | - 'alpha_dash' => 'O campo :attribute só pode conter letras, números e traços.', |
23 | | - 'alpha_num' => 'O campo :attribute só pode conter letras e números.', |
24 | | - 'array' => 'O campo :attribute deve ser uma matriz.', |
25 | | - 'before' => 'O campo :attribute deve ser uma data anterior :date.', |
26 | | - 'before_or_equal' => 'O campo :attribute deve ser uma data anterior ou igual a :date.', |
27 | | - 'between' => [ |
| 16 | + 'accepted' => 'O campo :attribute deve ser aceito.', |
| 17 | + 'accepted_if' => 'O :attribute deve ser aceito quando :other for :value.', |
| 18 | + 'active_url' => 'O campo :attribute não é uma URL válida.', |
| 19 | + 'after' => 'O campo :attribute deve ser uma data posterior a :date.', |
| 20 | + 'after_or_equal' => 'O campo :attribute deve ser uma data posterior ou igual a :date.', |
| 21 | + 'alpha' => 'O campo :attribute só pode conter letras.', |
| 22 | + 'alpha_dash' => 'O campo :attribute só pode conter letras, números e traços.', |
| 23 | + 'alpha_num' => 'O campo :attribute só pode conter letras e números.', |
| 24 | + 'array' => 'O campo :attribute deve ser uma matriz.', |
| 25 | + 'before' => 'O campo :attribute deve ser uma data anterior :date.', |
| 26 | + 'before_or_equal' => 'O campo :attribute deve ser uma data anterior ou igual a :date.', |
| 27 | + 'between' => [ |
28 | 28 | 'numeric' => 'O campo :attribute deve ser entre :min e :max.', |
29 | | - 'file' => 'O campo :attribute deve ser entre :min e :max kilobytes.', |
30 | | - 'string' => 'O campo :attribute deve ser entre :min e :max caracteres.', |
31 | | - 'array' => 'O campo :attribute deve ter entre :min e :max itens.', |
| 29 | + 'file' => 'O campo :attribute deve ser entre :min e :max kilobytes.', |
| 30 | + 'string' => 'O campo :attribute deve ser entre :min e :max caracteres.', |
| 31 | + 'array' => 'O campo :attribute deve ter entre :min e :max itens.', |
32 | 32 | ], |
33 | | - 'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.', |
34 | | - 'confirmed' => 'O campo :attribute de confirmação não confere.', |
35 | | - 'current_password' => 'A senha está incorreta.', |
36 | | - 'date' => 'O campo :attribute não é uma data válida.', |
37 | | - 'date_equals' => 'O campo :attribute deve ser uma data igual a :date.', |
38 | | - 'date_format' => 'O campo :attribute não corresponde ao formato :format.', |
39 | | - 'declined' => 'O :attribute deve ser recusado.', |
40 | | - 'declined_if' => 'O :attribute deve ser recusado quando :other for :value.', |
41 | | - 'different' => 'Os campos :attribute e :other devem ser diferentes.', |
42 | | - 'digits' => 'O campo :attribute deve ter :digits dígitos.', |
43 | | - 'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.', |
44 | | - 'dimensions' => 'O campo :attribute tem dimensões de imagem inválidas.', |
45 | | - 'distinct' => 'O campo :attribute campo tem um valor duplicado.', |
46 | | - 'doesnt_start_with' => 'O :attribute não pode começar com um dos seguintes: :values.', |
47 | | - 'email' => 'O campo :attribute deve ser um endereço de e-mail válido.', |
48 | | - 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values', |
49 | | - 'enum' => 'O :attribute selecionado é inválido.', |
50 | | - 'exists' => 'O campo :attribute selecionado é inválido.', |
51 | | - 'file' => 'O campo :attribute deve ser um arquivo.', |
52 | | - 'filled' => 'O campo :attribute deve ter um valor.', |
| 33 | + 'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.', |
| 34 | + 'confirmed' => 'O campo :attribute de confirmação não confere.', |
| 35 | + 'current_password' => 'A senha está incorreta.', |
| 36 | + 'date' => 'O campo :attribute não é uma data válida.', |
| 37 | + 'date_equals' => 'O campo :attribute deve ser uma data igual a :date.', |
| 38 | + 'date_format' => 'O campo :attribute não corresponde ao formato :format.', |
| 39 | + 'declined' => 'O :attribute deve ser recusado.', |
| 40 | + 'declined_if' => 'O :attribute deve ser recusado quando :other for :value.', |
| 41 | + 'different' => 'Os campos :attribute e :other devem ser diferentes.', |
| 42 | + 'digits' => 'O campo :attribute deve ter :digits dígitos.', |
| 43 | + 'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.', |
| 44 | + 'dimensions' => 'O campo :attribute tem dimensões de imagem inválidas.', |
| 45 | + 'distinct' => 'O campo :attribute campo tem um valor duplicado.', |
| 46 | + 'doesnt_end_with' => 'O :attribute não pode terminar com um dos seguintes: :values.', |
| 47 | + 'doesnt_start_with' => 'O :attribute não pode começar com um dos seguintes: :values.', |
| 48 | + 'email' => 'O campo :attribute deve ser um endereço de e-mail válido.', |
| 49 | + 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values', |
| 50 | + 'enum' => 'O :attribute selecionado é inválido.', |
| 51 | + 'exists' => 'O campo :attribute selecionado é inválido.', |
| 52 | + 'file' => 'O campo :attribute deve ser um arquivo.', |
| 53 | + 'filled' => 'O campo :attribute deve ter um valor.', |
53 | 54 | 'gt' => [ |
54 | 55 | 'numeric' => 'O campo :attribute deve ser maior que :value.', |
55 | | - 'file' => 'O campo :attribute deve ser maior que :value kilobytes.', |
56 | | - 'string' => 'O campo :attribute deve ser maior que :value caracteres.', |
57 | | - 'array' => 'O campo :attribute deve conter mais de :value itens.', |
| 56 | + 'file' => 'O campo :attribute deve ser maior que :value kilobytes.', |
| 57 | + 'string' => 'O campo :attribute deve ser maior que :value caracteres.', |
| 58 | + 'array' => 'O campo :attribute deve conter mais de :value itens.', |
58 | 59 | ], |
59 | 60 | 'gte' => [ |
60 | 61 | 'numeric' => 'O campo :attribute deve ser maior ou igual a :value.', |
61 | | - 'file' => 'O campo :attribute deve ser maior ou igual a :value kilobytes.', |
62 | | - 'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.', |
63 | | - 'array' => 'O campo :attribute deve conter :value itens ou mais.', |
| 62 | + 'file' => 'O campo :attribute deve ser maior ou igual a :value kilobytes.', |
| 63 | + 'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.', |
| 64 | + 'array' => 'O campo :attribute deve conter :value itens ou mais.', |
64 | 65 | ], |
65 | | - 'image' => 'O campo :attribute deve ser uma imagem.', |
66 | | - 'in' => 'O campo :attribute selecionado é inválido.', |
67 | | - 'in_array' => 'O campo :attribute não existe em :other.', |
68 | | - 'integer' => 'O campo :attribute deve ser um número inteiro.', |
69 | | - 'ip' => 'O campo :attribute deve ser um endereço de IP válido.', |
70 | | - 'ipv4' => 'O campo :attribute deve ser um endereço IPv4 válido.', |
71 | | - 'ipv6' => 'O campo :attribute deve ser um endereço IPv6 válido.', |
72 | | - 'json' => 'O campo :attribute deve ser uma string JSON válida.', |
| 66 | + 'image' => 'O campo :attribute deve ser uma imagem.', |
| 67 | + 'in' => 'O campo :attribute selecionado é inválido.', |
| 68 | + 'in_array' => 'O campo :attribute não existe em :other.', |
| 69 | + 'integer' => 'O campo :attribute deve ser um número inteiro.', |
| 70 | + 'ip' => 'O campo :attribute deve ser um endereço de IP válido.', |
| 71 | + 'ipv4' => 'O campo :attribute deve ser um endereço IPv4 válido.', |
| 72 | + 'ipv6' => 'O campo :attribute deve ser um endereço IPv6 válido.', |
| 73 | + 'json' => 'O campo :attribute deve ser uma string JSON válida.', |
73 | 74 | 'lt' => [ |
74 | 75 | 'numeric' => 'O campo :attribute deve ser menor que :value.', |
75 | | - 'file' => 'O campo :attribute deve ser menor que :value kilobytes.', |
76 | | - 'string' => 'O campo :attribute deve ser menor que :value caracteres.', |
77 | | - 'array' => 'O campo :attribute deve conter menos de :value itens.', |
| 76 | + 'file' => 'O campo :attribute deve ser menor que :value kilobytes.', |
| 77 | + 'string' => 'O campo :attribute deve ser menor que :value caracteres.', |
| 78 | + 'array' => 'O campo :attribute deve conter menos de :value itens.', |
78 | 79 | ], |
79 | 80 | 'lte' => [ |
80 | 81 | 'numeric' => 'O campo :attribute deve ser menor ou igual a :value.', |
81 | | - 'file' => 'O campo :attribute deve ser menor ou igual a :value kilobytes.', |
82 | | - 'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.', |
83 | | - 'array' => 'O campo :attribute não deve conter mais que :value itens.', |
| 82 | + 'file' => 'O campo :attribute deve ser menor ou igual a :value kilobytes.', |
| 83 | + 'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.', |
| 84 | + 'array' => 'O campo :attribute não deve conter mais que :value itens.', |
84 | 85 | ], |
85 | 86 | 'max' => [ |
86 | 87 | 'numeric' => 'O campo :attribute não pode ser superior a :max.', |
87 | | - 'file' => 'O campo :attribute não pode ser superior a :max kilobytes.', |
88 | | - 'string' => 'O campo :attribute não pode ser superior a :max caracteres.', |
89 | | - 'array' => 'O campo :attribute não pode ter mais do que :max itens.', |
| 88 | + 'file' => 'O campo :attribute não pode ser superior a :max kilobytes.', |
| 89 | + 'string' => 'O campo :attribute não pode ser superior a :max caracteres.', |
| 90 | + 'array' => 'O campo :attribute não pode ter mais do que :max itens.', |
90 | 91 | ], |
91 | | - 'max_digits' => 'O campo :attribute não pode ser superior a :max dígitos', |
92 | | - 'mimes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', |
93 | | - 'mimetypes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', |
| 92 | + 'max_digits' => 'O campo :attribute não pode ser superior a :max dígitos', |
| 93 | + 'mimes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', |
| 94 | + 'mimetypes' => 'O campo :attribute deve ser um arquivo do tipo: :values.', |
94 | 95 | 'min' => [ |
95 | 96 | 'numeric' => 'O campo :attribute deve ser pelo menos :min.', |
96 | | - 'file' => 'O campo :attribute deve ter pelo menos :min kilobytes.', |
97 | | - 'string' => 'O campo :attribute deve ter pelo menos :min caracteres.', |
98 | | - 'array' => 'O campo :attribute deve ter pelo menos :min itens.', |
| 97 | + 'file' => 'O campo :attribute deve ter pelo menos :min kilobytes.', |
| 98 | + 'string' => 'O campo :attribute deve ter pelo menos :min caracteres.', |
| 99 | + 'array' => 'O campo :attribute deve ter pelo menos :min itens.', |
99 | 100 | ], |
100 | 101 | 'missing_with' => 'O campo :attribute não deve estar presente quando houver :values.', |
101 | | - 'min_digits' => 'O campo :attribute deve ter pelo menos :min dígitos', |
102 | | - 'not_in' => 'O campo :attribute selecionado é inválido.', |
103 | | - 'multiple_of' => 'O campo :attribute deve ser um múltiplo de :value.', |
104 | | - 'not_regex' => 'O campo :attribute possui um formato inválido.', |
105 | | - 'numeric' => 'O campo :attribute deve ser um número.', |
| 102 | + 'min_digits' => 'O campo :attribute deve ter pelo menos :min dígitos', |
| 103 | + 'not_in' => 'O campo :attribute selecionado é inválido.', |
| 104 | + 'multiple_of' => 'O campo :attribute deve ser um múltiplo de :value.', |
| 105 | + 'not_regex' => 'O campo :attribute possui um formato inválido.', |
| 106 | + 'numeric' => 'O campo :attribute deve ser um número.', |
106 | 107 | 'password' => [ |
107 | | - 'letters' => 'O campo :attribute deve conter pelo menos uma letra.', |
108 | | - 'mixed' => 'O campo :attribute deve conter pelo menos uma letra maiúscula e uma letra minúscula.', |
109 | | - 'numbers' => 'O campo :attribute deve conter pelo menos um número.', |
110 | | - 'symbols' => 'O campo :attribute deve conter pelo menos um símbolo.', |
111 | | - 'uncompromised' => 'A senha que você inseriu em :attribute está em um vazamento de dados.' |
| 108 | + 'letters' => 'O campo :attribute deve conter pelo menos uma letra.', |
| 109 | + 'mixed' => 'O campo :attribute deve conter pelo menos uma letra maiúscula e uma letra minúscula.', |
| 110 | + 'numbers' => 'O campo :attribute deve conter pelo menos um número.', |
| 111 | + 'symbols' => 'O campo :attribute deve conter pelo menos um símbolo.', |
| 112 | + 'uncompromised' => 'A senha que você inseriu em :attribute está em um vazamento de dados.' |
112 | 113 | . ' Por favor escolha uma senha diferente.', |
113 | 114 | ], |
114 | | - 'present' => 'O campo :attribute deve estar presente.', |
115 | | - 'regex' => 'O campo :attribute tem um formato inválido.', |
116 | | - 'required' => 'O campo :attribute é obrigatório.', |
117 | | - 'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.', |
118 | | - 'required_if' => 'O campo :attribute é obrigatório quando :other for :value.', |
119 | | - 'required_unless' => 'O campo :attribute é obrigatório exceto quando :other for :values.', |
120 | | - 'required_with' => 'O campo :attribute é obrigatório quando :values está presente.', |
121 | | - 'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.', |
122 | | - 'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.', |
| 115 | + 'present' => 'O campo :attribute deve estar presente.', |
| 116 | + 'regex' => 'O campo :attribute tem um formato inválido.', |
| 117 | + 'required' => 'O campo :attribute é obrigatório.', |
| 118 | + 'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.', |
| 119 | + 'required_if' => 'O campo :attribute é obrigatório quando :other for :value.', |
| 120 | + 'required_unless' => 'O campo :attribute é obrigatório exceto quando :other for :values.', |
| 121 | + 'required_with' => 'O campo :attribute é obrigatório quando :values está presente.', |
| 122 | + 'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.', |
| 123 | + 'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.', |
123 | 124 | 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values estão presentes.', |
124 | | - 'prohibited' => 'O campo :attribute é proibido.', |
125 | | - 'prohibited_if' => 'O campo :attribute é proibido quando :other for :value.', |
126 | | - 'prohibited_unless' => 'O campo :attribute é proibido exceto quando :other for :values.', |
127 | | - 'prohibits' => 'O campo :attribute proíbe :other de estar presente.', |
128 | | - 'same' => 'Os campos :attribute e :other devem corresponder.', |
129 | | - 'size' => [ |
| 125 | + 'prohibited' => 'O campo :attribute é proibido.', |
| 126 | + 'prohibited_if' => 'O campo :attribute é proibido quando :other for :value.', |
| 127 | + 'prohibited_unless' => 'O campo :attribute é proibido exceto quando :other for :values.', |
| 128 | + 'prohibits' => 'O campo :attribute proíbe :other de estar presente.', |
| 129 | + 'same' => 'Os campos :attribute e :other devem corresponder.', |
| 130 | + 'size' => [ |
130 | 131 | 'numeric' => 'O campo :attribute deve ser :size.', |
131 | | - 'file' => 'O campo :attribute deve ser :size kilobytes.', |
132 | | - 'string' => 'O campo :attribute deve ser :size caracteres.', |
133 | | - 'array' => 'O campo :attribute deve conter :size itens.', |
| 132 | + 'file' => 'O campo :attribute deve ser :size kilobytes.', |
| 133 | + 'string' => 'O campo :attribute deve ser :size caracteres.', |
| 134 | + 'array' => 'O campo :attribute deve conter :size itens.', |
134 | 135 | ], |
135 | | - 'starts_with' => 'O campo :attribute deve começar com um dos seguintes valores: :values', |
136 | | - 'string' => 'O campo :attribute deve ser uma string.', |
137 | | - 'timezone' => 'O campo :attribute deve ser uma zona válida.', |
138 | | - 'unique' => 'O campo :attribute já está sendo utilizado.', |
139 | | - 'uploaded' => 'Ocorreu uma falha no upload do campo :attribute.', |
140 | | - 'url' => 'O campo :attribute tem um formato inválido.', |
| 136 | + 'starts_with' => 'O campo :attribute deve começar com um dos seguintes valores: :values', |
| 137 | + 'string' => 'O campo :attribute deve ser uma string.', |
| 138 | + 'timezone' => 'O campo :attribute deve ser uma zona válida.', |
| 139 | + 'unique' => 'O campo :attribute já está sendo utilizado.', |
| 140 | + 'uploaded' => 'Ocorreu uma falha no upload do campo :attribute.', |
| 141 | + 'url' => 'O campo :attribute tem um formato inválido.', |
141 | 142 | 'uuid' => 'O campo :attribute deve ser um UUID válido.', |
142 | 143 |
|
143 | 144 | /* |
|
169 | 170 | */ |
170 | 171 |
|
171 | 172 | 'attributes' => [ |
172 | | - 'address' => 'endereço', |
173 | | - 'age' => 'idade', |
174 | | - 'body' => 'conteúdo', |
175 | | - 'cell' => 'célula', |
176 | | - 'city' => 'cidade', |
177 | | - 'country' => 'país', |
178 | | - 'date' => 'data', |
179 | | - 'day' => 'dia', |
180 | | - 'excerpt' => 'resumo', |
| 173 | + 'address' => 'endereço', |
| 174 | + 'age' => 'idade', |
| 175 | + 'body' => 'conteúdo', |
| 176 | + 'cell' => 'célula', |
| 177 | + 'city' => 'cidade', |
| 178 | + 'country' => 'país', |
| 179 | + 'date' => 'data', |
| 180 | + 'day' => 'dia', |
| 181 | + 'excerpt' => 'resumo', |
181 | 182 | 'first_name' => 'primeiro nome', |
182 | | - 'gender' => 'gênero', |
| 183 | + 'gender' => 'gênero', |
183 | 184 | 'marital_status' => 'estado civil', |
184 | 185 | 'profession' => 'profissão', |
185 | 186 | 'nationality' => 'nacionalidade', |
186 | | - 'hour' => 'hora', |
| 187 | + 'hour' => 'hora', |
187 | 188 | 'last_name' => 'sobrenome', |
188 | | - 'message' => 'mensagem', |
189 | | - 'minute' => 'minuto', |
190 | | - 'mobile' => 'celular', |
191 | | - 'month' => 'mês', |
192 | | - 'name' => 'nome', |
193 | | - 'zipcode' => 'cep', |
194 | | - 'company_name' => 'razão social', |
| 189 | + 'message' => 'mensagem', |
| 190 | + 'minute' => 'minuto', |
| 191 | + 'mobile' => 'celular', |
| 192 | + 'month' => 'mês', |
| 193 | + 'name' => 'nome', |
| 194 | + 'zipcode' => 'cep', |
| 195 | + 'company_name' => 'razão social', |
195 | 196 | 'neighborhood' => 'bairro', |
196 | | - 'number' => 'número', |
197 | | - 'password' => 'senha', |
198 | | - 'phone' => 'telefone', |
199 | | - 'second' => 'segundo', |
200 | | - 'sex' => 'sexo', |
201 | | - 'state' => 'estado', |
202 | | - 'street' => 'rua', |
203 | | - 'subject' => 'assunto', |
204 | | - 'text' => 'texto', |
205 | | - 'time' => 'hora', |
206 | | - 'title' => 'título', |
207 | | - 'username' => 'usuário', |
208 | | - 'year' => 'ano', |
| 197 | + 'number' => 'número', |
| 198 | + 'password' => 'senha', |
| 199 | + 'phone' => 'telefone', |
| 200 | + 'second' => 'segundo', |
| 201 | + 'sex' => 'sexo', |
| 202 | + 'state' => 'estado', |
| 203 | + 'street' => 'rua', |
| 204 | + 'subject' => 'assunto', |
| 205 | + 'text' => 'texto', |
| 206 | + 'time' => 'hora', |
| 207 | + 'title' => 'título', |
| 208 | + 'username' => 'usuário', |
| 209 | + 'year' => 'ano', |
209 | 210 | 'description' => 'descrição', |
210 | 211 | 'password_confirmation' => 'confirmação da senha', |
211 | 212 | 'current_password' => 'senha atual', |
|
0 commit comments