New translations validation.php (Spanish)

This commit is contained in:
Miguel Nogueira 2020-09-04 21:02:08 +01:00
parent a5e1ab5af8
commit 3c966036d9
1 changed files with 89 additions and 89 deletions

View File

@ -13,110 +13,110 @@ return [
| |
*/ */
'accepted' => 'The :attribute must be accepted.', 'accepted' => 'El campo :attribute debe ser aceptado.',
'active_url' => 'The :attribute is not a valid URL.', 'active_url' => ':attribute no es una URL válida.',
'after' => 'The :attribute must be a date after :date.', 'after' => ':attribute debe ser una fecha posterior a :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'after_or_equal' => ':attribute debe ser una fecha posterior o igual a :date.',
'alpha' => 'The :attribute may only contain letters.', 'alpha' => ':attribute sólo puede contener letras.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', 'alpha_dash' => ':attribute sólo puede contener letras, números, guiones y guiones bajos.',
'alpha_num' => 'The :attribute may only contain letters and numbers.', 'alpha_num' => ':attribute sólo puede contener letras y números.',
'array' => 'The :attribute must be an array.', 'array' => 'El campo :attribute debe ser un array.',
'before' => 'The :attribute must be a date before :date.', 'before' => ':attribute debe ser una fecha anterior a :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'before_or_equal' => ':attribute debe ser una fecha anterior o igual a :date.',
'between' => [ 'between' => [
'numeric' => 'The :attribute must be between :min and :max.', 'numeric' => ':attribute debe estar entre :min y :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.', 'file' => ':attribute debe estar entre :min y :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.', 'string' => ':attribute debe tener entre :min y :max caracteres.',
'array' => 'The :attribute must have between :min and :max items.', 'array' => ':attribute debe tener entre :min y :max elementos.',
], ],
'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' => 'El :attribute de confirmación no coincide.',
'date' => 'The :attribute is not a valid date.', 'date' => ':attribute no es una fecha válida.',
'date_equals' => 'The :attribute must be a date equal to :date.', 'date_equals' => ':attribute debe ser una fecha igual a :date.',
'date_format' => 'The :attribute does not match the format :format.', 'date_format' => ':attribute no coincide con el formato :format.',
'different' => 'The :attribute and :other must be different.', 'different' => ':attribute y :other deben ser diferentes.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => ':attribute debe tener :digits dígitos.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => ':attribute debe tener entre :min y :max dígitos.',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => 'El campo :attribute tiene dimensiones de imagen inválidas.',
'distinct' => 'The :attribute field has a duplicate value.', 'distinct' => 'El campo :attribute tiene un valor duplicado.',
'email' => 'The :attribute must be a valid email address.', 'email' => ':attribute debe ser una dirección de correo electrónico válida.',
'ends_with' => 'The :attribute must end with one of the following: :values.', 'ends_with' => 'El campo :attribute debe terminar con uno de los siguientes: :values.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'El :attribute seleccionado no es válido.',
'file' => 'The :attribute must be a file.', 'file' => ':attribute debe ser un archivo.',
'filled' => 'The :attribute field must have a value.', 'filled' => 'El campo :attribute debe tener un valor.',
'gt' => [ 'gt' => [
'numeric' => 'The :attribute must be greater than :value.', 'numeric' => 'El campo :attribute debe ser mayor que :value.',
'file' => 'The :attribute must be greater than :value kilobytes.', 'file' => ':attribute debe ser mayor que :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.', 'string' => ':attribute debe ser mayor que :value caracteres.',
'array' => 'The :attribute must have more than :value items.', 'array' => 'El campo :attribute debe tener más de :value items.',
], ],
'gte' => [ 'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.', 'numeric' => 'El campo :attribute debe ser mayor o igual a :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'file' => ':attribute debe ser mayor o igual a :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.', 'string' => 'El campo :attribute debe ser mayor o igual a :value caracteres.',
'array' => 'The :attribute must have :value items or more.', 'array' => ':attribute debe tener :value o más.',
], ],
'image' => 'The :attribute must be an image.', 'image' => 'El campo :attribute debe ser una imagen.',
'in' => 'The selected :attribute is invalid.', 'in' => 'El :attribute seleccionado no es válido.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => 'El campo :attribute no existe en :other.',
'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' => ':attribute debe ser una dirección IP válida.',
'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv4' => ':attribute debe ser una dirección IPv4 válida.',
'ipv6' => 'The :attribute must be a valid IPv6 address.', 'ipv6' => ':attribute debe ser una dirección IPv6 válida.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => ':attribute debe ser una cadena JSON válida.',
'lt' => [ 'lt' => [
'numeric' => 'The :attribute must be less than :value.', 'numeric' => 'El campo :attribute debe ser menor que :value.',
'file' => 'The :attribute must be less than :value kilobytes.', 'file' => ':attribute debe ser menor que :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.', 'string' => ':attribute debe tener menos de :value caracteres.',
'array' => 'The :attribute must have less than :value items.', 'array' => ':attribute debe tener menos de :value elementos.',
], ],
'lte' => [ 'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.', 'numeric' => 'El campo :attribute debe ser menor o igual a :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.', 'file' => ':attribute debe ser menor o igual a :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.', 'string' => ':attribute debe ser menor o igual a :value caracteres.',
'array' => 'The :attribute must not have more than :value items.', 'array' => 'El campo :attribute no debe tener más de :value items.',
], ],
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => ':attribute no puede ser mayor que :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => ':attribute no puede ser mayor que :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => ':attribute no puede ser mayor que :max caracteres.',
'array' => 'The :attribute may not have more than :max items.', 'array' => ':attribute no puede tener más de :max elementos.',
], ],
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => 'El campo :attribute debe ser un archivo de tipo: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'El campo :attribute debe ser un archivo de tipo: :values.',
'min' => [ 'min' => [
'numeric' => 'The :attribute must be at least :min.', 'numeric' => ':attribute debe ser al menos :min.',
'file' => 'The :attribute must be at least :min kilobytes.', 'file' => ':attribute debe tener al menos :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.', 'string' => ':attribute debe tener al menos :min caracteres.',
'array' => 'The :attribute must have at least :min items.', 'array' => ':attribute debe tener al menos :min items.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'El :attribute seleccionado no es válido.',
'not_regex' => 'The :attribute format is invalid.', 'not_regex' => 'El formato :attribute no es válido.',
'numeric' => 'The :attribute must be a number.', 'numeric' => ':attribute debe ser un número.',
'password' => 'The password is incorrect.', 'password' => 'La contraseña es incorrecta.',
'present' => 'The :attribute field must be present.', 'present' => 'El campo :attribute debe estar presente.',
'regex' => 'The :attribute format is invalid.', 'regex' => 'El formato :attribute no es válido.',
'required' => 'The :attribute field is required.', 'required' => 'El campo :attribute es obligatorio.',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => 'El campo :attribute es obligatorio cuando :other es :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_unless' => 'El campo :attribute es obligatorio a menos que :other esté en :values.',
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.',
'required_with_all' => 'The :attribute field is required when :values are present.', 'required_with_all' => 'El campo :attribute es obligatorio cuando :values están presentes.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de :values están presentes.',
'same' => 'The :attribute and :other must match.', 'same' => ':attribute y :other deben coincidir.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => 'El campo :attribute debe ser :size.',
'file' => 'The :attribute must be :size kilobytes.', 'file' => ':attribute debe ser :size kilobytes.',
'string' => 'The :attribute must be :size characters.', 'string' => 'El campo :attribute debe tener :size caracteres.',
'array' => 'The :attribute must contain :size items.', 'array' => 'El campo :attribute debe contener :size items.',
], ],
'starts_with' => 'The :attribute must start with one of the following: :values.', 'starts_with' => 'El campo :attribute debe comenzar con uno de los siguientes: :values.',
'string' => 'The :attribute must be a string.', 'string' => 'El campo :attribute debe ser una cadena.',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => ':attribute debe ser una zona válida.',
'unique' => 'The :attribute has already been taken.', 'unique' => 'El atributo :attribute ya está en uso.',
'uploaded' => 'The :attribute failed to upload.', 'uploaded' => 'El atributo :attribute no se pudo cargar.',
'url' => 'The :attribute format is invalid.', 'url' => 'El formato :attribute no es válido.',
'uuid' => 'The :attribute must be a valid UUID.', 'uuid' => ':attribute debe ser un UUID válido.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -131,7 +131,7 @@ return [
'custom' => [ 'custom' => [
'attribute-name' => [ 'attribute-name' => [
'rule-name' => 'custom-message', 'rule-name' => 'mensaje personalizado',
], ],
], ],