|
13 | 13 | | |
14 | 14 | */ |
15 | 15 |
|
16 | | - "accepted" => "The :attribute must be accepted.", |
17 | | - "active_url" => "The :attribute is not a valid URL.", |
18 | | - "after" => "The :attribute must be a date after :date.", |
19 | | - "alpha" => "The :attribute may only contain letters.", |
20 | | - "alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", |
21 | | - "alpha_num" => "The :attribute may only contain letters and numbers.", |
22 | | - "array" => "The :attribute must be an array.", |
23 | | - "before" => "The :attribute must be a date before :date.", |
| 16 | + "accepted" => "El :attribute debe ser aceptada.", |
| 17 | + "active_url" => "El :attribute no es una URL válida.", |
| 18 | + "after" => "El :attribute debe ser una fecha después de :date.", |
| 19 | + "alpha" => "El :attribute sólo puede contener letras.", |
| 20 | + "alpha_dash" => "El :attribute sólo puede contener letras, números y guiones.", |
| 21 | + "alpha_num" => "El :attribute sólo puede contener letras y números.", |
| 22 | + "array" => "El :attribute debe ser una matriz.", |
| 23 | + "before" => "El :attribute debe ser una fecha antes: Fecha.", |
24 | 24 | "between" => array( |
25 | 25 | "numeric" => "El :attribute debe estar entre :min y :max", |
26 | 26 | "file" => "El :attribute debe estar entre :min y :max kilobytes.", |
27 | 27 | "string" => "The :attribute debe tener entre :min y :max caracteres.", |
28 | 28 | "array" => "El :attribute debe tener entre :min y :max items.", |
29 | 29 | ), |
30 | | - "confirmed" => "The :attribute confirmation does not match.", |
31 | | - "date" => "The :attribute is not a valid date.", |
32 | | - "date_format" => "The :attribute does not match the format :format.", |
33 | | - "different" => "The :attribute and :other must be different.", |
34 | | - "digits" => "The :attribute must be :digits digits.", |
35 | | - "digits_between" => "The :attribute must be between :min and :max digits.", |
36 | | - "email" => "The :attribute format is invalid.", |
37 | | - "exists" => "The selected :attribute is invalid.", |
38 | | - "image" => "The :attribute must be an image.", |
39 | | - "in" => "The selected :attribute is invalid.", |
40 | | - "integer" => "The :attribute must be an integer.", |
41 | | - "ip" => "The :attribute must be a valid IP address.", |
| 30 | + "confirmed" => "La confirmación :attribute no coincide.", |
| 31 | + "date" => "El :attribute no es una fecha válida.", |
| 32 | + "date_format" => "El atributo: no coincide con el formato :format.", |
| 33 | + "different" => "El atributo: y :other deben ser diferentes.", |
| 34 | + "digits" => "El :attribute debe ser: dígitos dígitos.", |
| 35 | + "digits_between" => "El :attribute debe estar entre :min y :max dígitos.", |
| 36 | + "email" => "El Formato de :attribute no es válido.", |
| 37 | + "exists" => "El seleccionado :attribute no es válido.", |
| 38 | + "image" => "El :attribute debe ser una imagen.", |
| 39 | + "in" => "El seleccionado :attribute no es válido.", |
| 40 | + "integer" => "El :attribute debe ser un entero.", |
| 41 | + "ip" => "El :attribute debe ser una dirección IP válida.", |
42 | 42 | "max" => array( |
43 | 43 | "numeric" => "El :attribute debe estar entre :min y :max", |
44 | 44 | "file" => "El :attribute debe estar entre :min y :max kilobytes.", |
45 | | - "string" => "The :attribute debe tener entre :min y :max caracteres.", |
| 45 | + "string" => "El :attribute debe tener entre :min y :max caracteres.", |
46 | 46 | "array" => "El :attribute debe tener entre :min y :max items.", |
47 | 47 | ), |
48 | | - "mimes" => "The :attribute must be a file of type: :values.", |
| 48 | + "mimes" => "El :attribute debe ser un archivo de tipo :values.", |
49 | 49 | "min" => array( |
50 | 50 | "numeric" => "El :attribute debe estar entre :min y :max", |
51 | 51 | "file" => "El :attribute debe estar entre :min y :max kilobytes.", |
52 | 52 | "string" => "The :attribute debe tener entre :min y :max caracteres.", |
53 | 53 | "array" => "El :attribute debe tener entre :min y :max items.", |
54 | 54 | ), |
55 | | - "not_in" => "The selected :attribute is invalid.", |
56 | | - "numeric" => "The :attribute must be a number.", |
57 | | - "regex" => "The :attribute format is invalid.", |
58 | | - "required" => "The :attribute field is required.", |
59 | | - "required_if" => "The :attribute field is required when :other is :value.", |
60 | | - "required_with" => "The :attribute field is required when :values is present.", |
61 | | - "required_without" => "The :attribute field is required when :values is not present.", |
62 | | - "same" => "The :attribute and :other must match.", |
| 55 | + "not_in" => "El seleccionado :attribute no es válido.", |
| 56 | + "numeric" => "El :attribute debe ser un número.", |
| 57 | + "regex" => "El Formato de :attribute no es válido.", |
| 58 | + "required" => "Se requiere campo de :attribute El.", |
| 59 | + "required_if" => "El: campo de :attributes es necesario cuando :other es :value.", |
| 60 | + "required_with" => "Se requiere campo de :attributes cuando: El :value está presente.", |
| 61 | + "required_without" => "El: campo de :attributes es necesario cuando los :values no están presentes.", |
| 62 | + "same" => "El :attribute e :other deben coincidir.", |
63 | 63 | "size" => array( |
64 | 64 | "numeric" => "El :attribute debe estar entre :min y :max", |
65 | 65 | "file" => "El :attribute debe estar entre :min y :max kilobytes.", |
66 | 66 | "string" => "The :attribute debe tener entre :min y :max caracteres.", |
67 | 67 | "array" => "El :attribute debe tener entre :min y :max items.", |
68 | 68 | ), |
69 | | - "unique" => "The :attribute has already been taken.", |
70 | | - "url" => "The :attribute format is invalid.", |
71 | | - "alpha_spaces" => "The :attribute may only contain letters and spaces.", |
| 69 | + "unique" => "El :attribute ya se ha tomado.", |
| 70 | + "url" => "El Formato de :attribute no es válido.", |
| 71 | + "alpha_spaces" => "El :attribute sólo puede contener letras y espacios.", |
72 | 72 |
|
73 | 73 | /* |
74 | 74 | |-------------------------------------------------------------------------- |
|
0 commit comments