New translations validation.php (Spanish)

This commit is contained in:
James Cole
2017-08-18 17:30:06 +02:00
parent 6068cfbd70
commit 519ad64e1d

View File

@@ -57,9 +57,9 @@ return [
'json' => 'El campo :attribute debe ser una cadena JSON válida.', 'json' => 'El campo :attribute debe ser una cadena JSON válida.',
'max.numeric' => 'El campo :attribute no puede ser mayor que :max.', 'max.numeric' => 'El campo :attribute no puede ser mayor que :max.',
'max.file' => 'El campo :attribute no puede ser mayor :max de kilobytes.', 'max.file' => 'El campo :attribute no puede ser mayor :max de kilobytes.',
'max.string' => 'The :attribute may not be greater than :max characters.', 'max.string' => 'El campo :attribute debe contener menos de :max caracteres.',
'max.array' => 'The :attribute may not have more than :max items.', 'max.array' => 'El campo :attribute debe contener al menos :max elementos.',
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => 'El campo :attribute debe ser un archivo de tipo :values.',
'min.numeric' => 'The :attribute must be at least :min.', 'min.numeric' => 'The :attribute must be at least :min.',
'min.file' => 'The :attribute must be at least :min kilobytes.', 'min.file' => 'The :attribute must be at least :min kilobytes.',
'min.string' => 'The :attribute must be at least :min characters.', 'min.string' => 'The :attribute must be at least :min characters.',