':attribute debe ser aceptado.', 'accepted_if' => ':attribute debe ser aceptado cuando :other sea :value.', 'active_url' => ':attribute no es una URL válida.', 'after' => ':attribute debe ser una fecha posterior a :date.', 'after_or_equal' => ':attribute debe ser una fecha posterior o igual a :date.', 'alpha' => 'The :attribute must only contain letters.', 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute must only contain letters and numbers.', 'array' => ':attribute debe ser un conjunto de datos.', 'before' => ':attribute debe ser una fecha anterior a :date.', 'before_or_equal' => ':attribute debe ser una fecha anterior o igual a :date.', 'between' => [ 'array' => ':attribute tiene que tener entre :min - :max elementos.', 'file' => ':attribute debe pesar entre :min - :max kilobytes.', 'numeric' => ':attribute tiene que estar entre :min - :max.', 'string' => ':attribute tiene que tener entre :min - :max caracteres.', ], 'boolean' => 'El campo :attribute debe tener un valor verdadero o falso.', 'confirmed' => 'La confirmación de :attribute no coincide.', 'current_password' => 'La contraseña es incorrecta.', 'date' => ':attribute no es una fecha válida.', 'date_equals' => ':attribute debe ser una fecha igual a :date.', 'date_format' => ':attribute no corresponde al formato :format.', 'declined' => ':attribute debe ser rechazado.', 'declined_if' => ':attribute debe ser rechazado cuando :other sea :value.', 'different' => ':attribute y :other deben ser diferentes.', 'digits' => ':attribute debe tener :digits dígitos.', 'digits_between' => ':attribute debe tener entre :min y :max dígitos.', 'dimensions' => 'Las dimensiones de la imagen :attribute no son válidas.', 'distinct' => 'El campo :attribute contiene un valor duplicado.', 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.', 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.', 'email' => ':attribute no es un correo válido.', 'ends_with' => 'El campo :attribute debe finalizar con uno de los siguientes valores: :values', 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute es inválido.', 'file' => 'El campo :attribute debe ser un archivo.', 'filled' => 'El campo :attribute es obligatorio.', 'gt' => [ 'array' => 'El campo :attribute debe tener más de :value elementos.', 'file' => 'El campo :attribute debe tener más de :value kilobytes.', 'numeric' => 'El campo :attribute debe ser mayor que :value.', 'string' => 'El campo :attribute debe tener más de :value caracteres.', ], 'gte' => [ 'array' => 'El campo :attribute debe tener como mínimo :value elementos.', 'file' => 'The :attribute must be greater than or equal to :value kilobytes.', 'numeric' => 'The :attribute must be greater than or equal to :value.', 'string' => 'The :attribute must be greater than or equal to :value characters.', ], 'image' => ':attribute debe ser una imagen.', 'in' => ':attribute es inválido.', 'in_array' => 'El campo :attribute no existe en :other.', 'integer' => ':attribute debe ser un número entero.', 'ip' => ':attribute debe ser una dirección IP válida.', 'ipv4' => ':attribute debe ser una dirección IPv4 válida.', 'ipv6' => ':attribute debe ser una dirección IPv6 válida.', 'json' => 'El campo :attribute debe ser una cadena JSON válida.', 'lt' => [ 'array' => 'El campo :attribute debe tener menos de :value elementos.', 'file' => 'El campo :attribute debe tener menos de :value kilobytes.', 'numeric' => 'El campo :attribute debe ser menor que :value.', 'string' => 'El campo :attribute debe tener menos de :value caracteres.', ], 'lte' => [ 'array' => 'El campo :attribute debe tener como máximo :value elementos.', 'file' => 'The :attribute must be less than or equal to :value kilobytes.', 'numeric' => 'The :attribute must be less than or equal to :value.', 'string' => 'The :attribute must be less than or equal to :value characters.', ], 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'The :attribute must not have more than :max items.', 'file' => 'The :attribute must not be greater than :max kilobytes.', 'numeric' => 'The :attribute must not be greater than :max.', 'string' => 'The :attribute must not be greater than :max characters.', ], 'max_digits' => 'The :attribute must not have more than :max digits.', 'mimes' => ':attribute debe ser un archivo con formato: :values.', 'mimetypes' => ':attribute debe ser un archivo con formato: :values.', 'min' => [ 'array' => ':attribute debe tener al menos :min elementos.', 'file' => 'El tamaño de :attribute debe ser de al menos :min kilobytes.', 'numeric' => 'El tamaño de :attribute debe ser de al menos :min.', 'string' => ':attribute debe contener al menos :min caracteres.', ], 'min_digits' => 'The :attribute must have at least :min digits.', 'multiple_of' => ':attribute debe ser un múltiplo de :value.', 'not_in' => ':attribute es inválido.', 'not_regex' => 'El formato del campo :attribute no es válido.', 'numeric' => ':attribute debe ser numérico.', 'password' => [ 'letters' => 'The :attribute must contain at least one letter.', 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.', 'numbers' => 'The :attribute must contain at least one number.', 'symbols' => 'The :attribute must contain at least one symbol.', 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', ], 'present' => 'El campo :attribute debe estar presente.', 'prohibited' => 'El campo :attribute está prohibido.', 'prohibited_if' => 'El campo :attribute está prohibido cuando :other es :value.', 'prohibited_unless' => 'El campo :attribute está prohibido a menos que :other sea :values.', 'prohibits' => 'El campo :attribute prohíbe que :other esté presente.', 'regex' => 'El formato de :attribute es inválido.', 'required' => 'El campo :attribute es obligatorio.', 'required_array_keys' => 'The :attribute field must contain entries for: :values.', 'required_if' => 'El campo :attribute es obligatorio cuando :other es :value.', 'required_if_accepted' => 'The :attribute field is required when :other is accepted.', 'required_unless' => 'El campo :attribute es obligatorio a menos que :other esté en :values.', 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.', 'required_with_all' => 'El campo :attribute es obligatorio cuando :values están presentes.', 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.', 'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de :values está presente.', 'same' => ':attribute y :other deben coincidir.', 'size' => [ 'array' => ':attribute debe contener :size elementos.', 'file' => 'El tamaño de :attribute debe ser :size kilobytes.', 'numeric' => 'El tamaño de :attribute debe ser :size.', 'string' => ':attribute debe contener :size caracteres.', ], 'starts_with' => 'El campo :attribute debe comenzar con uno de los siguientes valores: :values', 'string' => 'El campo :attribute debe ser una cadena de caracteres.', 'timezone' => 'The :attribute must be a valid timezone.', 'unique' => 'El campo :attribute ya ha sido registrado.', 'uploaded' => 'Subir :attribute ha fallado.', 'url' => 'The :attribute must be a valid URL.', 'uuid' => 'El campo :attribute debe ser un UUID válido.', 'single' => 'Cuando se usa :attribute, éste debe ser el único parámetro en este cuerpo de la solicitud', 'onlyCustomOtpWithUri' => 'El parámetro uri debe ser proporcionado solo o sólo en combinación con el parámetro \'custom_otp\'', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'icon' => [ 'image' => 'Los formatos soportados son: jpeg, png, bmp, gif, svg o webp.', ], 'qrcode' => [ 'image' => 'Los formatos soportados son: jpeg, png, bmp, gif, svg o webp.', ], 'uri' => [ 'regex' => ':attribute no es una otpauth uri válida.', ], 'otp_type' => [ 'in' => ':attribute no está soportado.', ], 'email' => [ 'exists' => 'No se ha encontrado ninguna cuenta con este correo electrónico.', ], 'secret' => [ 'isBase32Encoded' => ':attribute debe ser una cadena codificada en base32.', ], 'account' => [ 'regex' => ':attribute no debe contener dos puntos.', ], 'service' => [ 'regex' => ':attribute no debe contener dos puntos.', ], 'label' => [ 'required' => 'La uri debe tener una etiqueta.', ], 'ids' => [ 'regex' => 'Los IDs deben estar separados por comas, sin comas finales.', ] ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap our attribute placeholder | with something more reader friendly such as "E-Mail Address" instead | of "email". This simply helps us make our message more expressive. | */ 'attributes' => [], ];