New translations validation.php (Spanish)

This commit is contained in:
Dan Brown 2019-12-27 16:40:30 +00:00
parent d7673c6a7b
commit 2246b468bc

View File

@ -30,19 +30,19 @@ return [
'digits' => ':attribute debe ser de :digits dígitos.', 'digits' => ':attribute debe ser de :digits dígitos.',
'digits_between' => ':attribute debe ser un valor entre :min y :max dígios.', 'digits_between' => ':attribute debe ser un valor entre :min y :max dígios.',
'email' => ':attribute debe ser un correo electrónico válido.', 'email' => ':attribute debe ser un correo electrónico válido.',
'ends_with' => 'The :attribute must end with one of the following: :values', 'ends_with' => 'El :attribute debe terminar con uno de los siguientes: :values',
'filled' => 'El campo :attribute es requerido.', 'filled' => 'El campo :attribute es requerido.',
'gt' => [ 'gt' => [
'numeric' => 'The :attribute must be greater than :value.', 'numeric' => 'El :attribute debe ser mayor que :value.',
'file' => 'The :attribute must be greater than :value kilobytes.', 'file' => 'El :attribute debe ser mayor que :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.', 'string' => 'El :attribute debe ser mayor que :value caracteres.',
'array' => 'The :attribute must have more than :value items.', 'array' => 'El :attribute debe tener más de :value elementos.',
], ],
'gte' => [ 'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.', 'numeric' => 'El :attribute debe ser mayor o igual que :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'file' => 'El :attribute debe ser mayor o igual que :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.', 'string' => 'El :attribute debe ser mayor o igual que :value caracteres.',
'array' => 'The :attribute must have :value items or more.', 'array' => 'El :attribute debe tener :value o más elementos.',
], ],
'exists' => 'El :attribute seleccionado es inválido.', 'exists' => 'El :attribute seleccionado es inválido.',
'image' => 'El :attribute debe ser una imagen.', 'image' => 'El :attribute debe ser una imagen.',
@ -50,20 +50,20 @@ return [
'in' => 'El selected :attribute es inválio.', 'in' => 'El selected :attribute es inválio.',
'integer' => 'El :attribute debe ser un entero.', 'integer' => 'El :attribute debe ser un entero.',
'ip' => 'El :attribute debe ser una dirección IP válida.', 'ip' => 'El :attribute debe ser una dirección IP válida.',
'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv4' => 'El :attribute debe ser una dirección IPv4 válida.',
'ipv6' => 'The :attribute must be a valid IPv6 address.', 'ipv6' => 'El :attribute debe ser una dirección IPv6 válida.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => 'El :attribute debe ser una cadena JSON válida.',
'lt' => [ 'lt' => [
'numeric' => 'The :attribute must be less than :value.', 'numeric' => 'El :attribute debe ser menor que :value.',
'file' => 'The :attribute must be less than :value kilobytes.', 'file' => 'El :attribute debe ser menor que :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.', 'string' => 'El :attribute debe ser menor que :value caracteres.',
'array' => 'The :attribute must have less than :value items.', 'array' => 'El :attribute debe tener menos de :value elementos.',
], ],
'lte' => [ 'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.', 'numeric' => 'El :attribute debe ser menor o igual que :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.', 'file' => 'El :attribute debe ser menor o igual que :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.', 'string' => 'El :attribute debe ser menor o igual que :value caracteres.',
'array' => 'The :attribute must not have more than :value items.', 'array' => 'El :attribute no debe tener más de :value elementos.',
], ],
'max' => [ 'max' => [
'numeric' => 'El :attribute no puede ser mayor que :max.', 'numeric' => 'El :attribute no puede ser mayor que :max.',
@ -80,7 +80,7 @@ return [
], ],
'no_double_extension' => 'El :attribute solo debe tener una extensión de archivo.', 'no_double_extension' => 'El :attribute solo debe tener una extensión de archivo.',
'not_in' => 'El :attribute seleccionado es inválio.', 'not_in' => 'El :attribute seleccionado es inválio.',
'not_regex' => 'The :attribute format is invalid.', 'not_regex' => 'El formato de :attribute es inválido.',
'numeric' => 'El :attribute debe ser numérico.', 'numeric' => 'El :attribute debe ser numérico.',
'regex' => 'El formato de :attribute es inválido', 'regex' => 'El formato de :attribute es inválido',
'required' => 'El :attribute es requerido.', 'required' => 'El :attribute es requerido.',