New translations validation.php (Spanish)

This commit is contained in:
James Cole
2017-05-25 16:40:07 +02:00
parent 70cd8ffb72
commit 0fad9d4ac7

View File

@@ -31,30 +31,30 @@ return [
'alpha_num' => 'El campo :attribute sólo puede contener letras y números.', 'alpha_num' => 'El campo :attribute sólo puede contener letras y números.',
'array' => 'El campo :attribute debe ser un arreglo.', 'array' => 'El campo :attribute debe ser un arreglo.',
'unique_for_user' => 'Ya hay una entrada con esto :attribute.', 'unique_for_user' => 'Ya hay una entrada con esto :attribute.',
'before' => 'The :attribute must be a date before :date.', 'before' => 'El campo :attribute debe contener una fecha anterior a :date.',
'unique_object_for_user' => 'This name is already in use', 'unique_object_for_user' => 'Este nombre ya está en uso',
'unique_account_for_user' => 'This account name is already in use', 'unique_account_for_user' => 'Este nombre cuenta ya está en uso',
'between.numeric' => 'The :attribute must be between :min and :max.', 'between.numeric' => 'El atributo :attribute debe estar entre :min y :max.',
'between.file' => 'The :attribute must be between :min and :max kilobytes.', 'between.file' => 'El atributo :attribute debe estar entre :min y :max kilobytes.',
'between.string' => 'The :attribute must be between :min and :max characters.', 'between.string' => 'El atributo :attribute debe estar entre :min y :max caracteres.',
'between.array' => 'The :attribute must have between :min and :max items.', 'between.array' => 'El atributo :attribute debe estar entre :min y :max items.',
'boolean' => 'The :attribute field must be true or false.', 'boolean' => 'El campo :attribute debe ser verdadero o falso.',
'confirmed' => 'The :attribute confirmation does not match.', 'confirmed' => 'La confirmación de :attribute no coincide.',
'date' => 'The :attribute is not a valid date.', 'date' => 'El campo :attribute no es una fecha válida.',
'date_format' => 'The :attribute does not match the format :format.', 'date_format' => 'El campo :attribute no corresponde con el formato :format.',
'different' => 'The :attribute and :other must be different.', 'different' => 'Los campos :attribute y :other han de ser diferentes.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => 'El campo :attribute debe contener un número de :digits dígitos.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => 'El campo :attribute debe contener entre :min y :max dígitos.',
'email' => 'The :attribute must be a valid email address.', 'email' => 'El campo :attribute no corresponde con una dirección de e-mail válida.',
'filled' => 'The :attribute field is required.', 'filled' => 'El campo :attribute es requerido.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'El campo :attribute seleccionado no es correcto.',
'image' => 'The :attribute must be an image.', 'image' => 'El campo :attribute debe ser una imagen.',
'in' => 'The selected :attribute is invalid.', 'in' => 'El campo :attribute seleccionado es inválido.',
'integer' => 'The :attribute must be an integer.', 'integer' => 'El campo :attribute debe ser un entero.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => 'El campo :attribute debe contener una dirección IP válida.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => 'El campo :attribute debe ser una cadena JSON válida.',
'max.numeric' => 'The :attribute may not be greater than :max.', 'max.numeric' => 'El campo :attribute no puede ser mayor que :max.',
'max.file' => 'The :attribute may not be greater than :max 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' => 'The :attribute may not be greater than :max characters.',
'max.array' => 'The :attribute may not have more than :max items.', 'max.array' => 'The :attribute may not have more than :max items.',
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => 'The :attribute must be a file of type: :values.',