|
42 | 42 | 'exists' => ':attribute selecionado é inválido.',
|
43 | 43 | 'file' => ':attribute deve ser um arquivo.',
|
44 | 44 | 'filled' => 'Campo :attribute é requerido.',
|
45 |
| - 'gt' => [ |
| 45 | + 'gt' => [ |
46 | 46 | 'numeric' => 'The :attribute must be greater than :value.',
|
47 |
| - 'file' => 'The :attribute must be greater than :value kilobytes.', |
48 |
| - 'string' => 'The :attribute must be greater than :value characters.', |
49 |
| - 'array' => 'The :attribute must have more than :value items.', |
| 47 | + 'file' => 'The :attribute must be greater than :value kilobytes.', |
| 48 | + 'string' => 'The :attribute must be greater than :value characters.', |
| 49 | + 'array' => 'The :attribute must have more than :value items.', |
50 | 50 | ],
|
51 | 51 | 'gte' => [
|
52 | 52 | 'numeric' => 'The :attribute must be greater than or equal :value.',
|
53 |
| - 'file' => 'The :attribute must be greater than or equal :value kilobytes.', |
54 |
| - 'string' => 'The :attribute must be greater than or equal :value characters.', |
55 |
| - 'array' => 'The :attribute must have :value items or more.', |
| 53 | + 'file' => 'The :attribute must be greater than or equal :value kilobytes.', |
| 54 | + 'string' => 'The :attribute must be greater than or equal :value characters.', |
| 55 | + 'array' => 'The :attribute must have :value items or more.', |
56 | 56 | ],
|
57 | 57 | 'image' => 'Campo :attribute deve ser uma imagem.',
|
58 | 58 | 'in' => ':attribute selecionado é inválido.',
|
|
62 | 62 | 'ipv4' => ':attribute deve ser um endereço de IPv4 válido.',
|
63 | 63 | 'ipv6' => ':attribute deve ser um endereço de IPv6 válido.',
|
64 | 64 | 'json' => ':attribute deve ser uma string JSON válida.',
|
65 |
| - 'lt' => [ |
| 65 | + 'lt' => [ |
66 | 66 | 'numeric' => 'The :attribute must be less than :value.',
|
67 |
| - 'file' => 'The :attribute must be less than :value kilobytes.', |
68 |
| - 'string' => 'The :attribute must be less than :value characters.', |
69 |
| - 'array' => 'The :attribute must have less than :value items.', |
| 67 | + 'file' => 'The :attribute must be less than :value kilobytes.', |
| 68 | + 'string' => 'The :attribute must be less than :value characters.', |
| 69 | + 'array' => 'The :attribute must have less than :value items.', |
70 | 70 | ],
|
71 | 71 | 'lte' => [
|
72 | 72 | 'numeric' => 'The :attribute must be less than or equal :value.',
|
73 |
| - 'file' => 'The :attribute must be less than or equal :value kilobytes.', |
74 |
| - 'string' => 'The :attribute must be less than or equal :value characters.', |
75 |
| - 'array' => 'The :attribute must not have more than :value items.', |
| 73 | + 'file' => 'The :attribute must be less than or equal :value kilobytes.', |
| 74 | + 'string' => 'The :attribute must be less than or equal :value characters.', |
| 75 | + 'array' => 'The :attribute must not have more than :value items.', |
76 | 76 | ],
|
77 | 77 | 'max' => [
|
78 | 78 | 'numeric' => ':attribute pode não ser maior que :max.',
|
|
89 | 89 | 'array' => ':attribute deve ter no mínimo :min itens.',
|
90 | 90 | ],
|
91 | 91 | 'not_in' => 'The selected :attribute is invalid.',
|
92 |
| - 'not_regex' => 'The :attribute format is invalid.', |
| 92 | + 'not_regex' => 'The :attribute format is invalid.', |
93 | 93 | 'numeric' => ':attribute deve ser um número.',
|
94 | 94 | 'present' => 'Campo :attribute deve estar presente.',
|
95 | 95 | 'regex' => 'Formato do :attribute é invalid.',
|
|
108 | 108 | 'array' => ':attribute deve conter :size itens.',
|
109 | 109 | ],
|
110 | 110 | 'starts_with' => 'The :attribute must start with one of the following: :values',
|
111 |
| - 'string' => ':attribute deve ser uma string.', |
112 |
| - 'timezone' => ':attribute deve estar em uma zona válida.', |
113 |
| - 'unique' => ':attribute já foi escolhido.', |
114 |
| - 'uploaded' => ':attribute falhou no envio.', |
115 |
| - 'url' => 'Formato do :attribute é inválido.', |
116 |
| - 'uuid' => 'The :attribute must be a valid UUID.', |
| 111 | + 'string' => ':attribute deve ser uma string.', |
| 112 | + 'timezone' => ':attribute deve estar em uma zona válida.', |
| 113 | + 'unique' => ':attribute já foi escolhido.', |
| 114 | + 'uploaded' => ':attribute falhou no envio.', |
| 115 | + 'url' => 'Formato do :attribute é inválido.', |
| 116 | + 'uuid' => 'The :attribute must be a valid UUID.', |
117 | 117 |
|
118 | 118 | /*
|
119 | 119 | |--------------------------------------------------------------------------
|
|
0 commit comments