From 519ad64e1d01ed5dd5cdb66ebe0063701a9d2034 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Aug 2017 17:30:06 +0200 Subject: [PATCH] New translations validation.php (Spanish) --- resources/lang/es_ES/validation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index cf55f8a024..150c44d8d7 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -57,9 +57,9 @@ return [ 'json' => 'El campo :attribute debe ser una cadena JSON vĂ¡lida.', 'max.numeric' => 'El campo :attribute no puede ser mayor que :max.', 'max.file' => 'El campo :attribute no puede ser mayor :max de kilobytes.', - 'max.string' => 'The :attribute may not be greater than :max characters.', - 'max.array' => 'The :attribute may not have more than :max items.', - 'mimes' => 'The :attribute must be a file of type: :values.', + 'max.string' => 'El campo :attribute debe contener menos de :max caracteres.', + 'max.array' => 'El campo :attribute debe contener al menos :max elementos.', + 'mimes' => 'El campo :attribute debe ser un archivo de tipo :values.', 'min.numeric' => 'The :attribute must be at least :min.', 'min.file' => 'The :attribute must be at least :min kilobytes.', 'min.string' => 'The :attribute must be at least :min characters.',