{
    "validation.accepted": "El campo :attribute debe ser aceptado.",
    "validation.accepted_if": "El campo :attribute debe ser aceptado cuando :other es :value.",
    "validation.active_url": "El campo :attribute debe ser una URL válida.",
    "validation.after": "El campo :attribute debe ser una fecha posterior a :date.",
    "validation.after_or_equal": "El campo :attribute debe ser una fecha posterior o igual a :date.",
    "validation.alpha": "El campo :attribute solo debe contener letras.",
    "validation.alpha_dash": "El campo :attribute solo debe contener letras, números, guiones y guiones bajos.",
    "validation.alpha_num": "El campo :attribute solo debe contener letras y números.",
    "validation.any_of": "El campo :attribute no es válido.",
    "validation.array": "El campo :attribute debe ser un arreglo.",
    "validation.ascii": "El campo :attribute solo debe contener caracteres alfanuméricos y símbolos de un solo byte.",
    "validation.before": "El campo :attribute debe ser una fecha anterior a :date.",
    "validation.before_or_equal": "El campo :attribute debe ser una fecha anterior o igual a :date.",
    "validation.between.array": "El campo :attribute debe tener entre :min y :max elementos.",
    "validation.between.file": "El campo :attribute debe pesar entre :min y :max kilobytes.",
    "validation.between.numeric": "El campo :attribute debe estar entre :min y :max.",
    "validation.between.string": "El campo :attribute debe tener entre :min y :max caracteres.",
    "validation.boolean": "El campo :attribute debe ser verdadero o falso.",
    "validation.can": "El campo :attribute contiene un valor no autorizado.",
    "validation.confirmed": "La confirmación del campo :attribute no coincide.",
    "validation.contains": "Al campo :attribute le falta un valor requerido.",
    "validation.current_password": "La contraseña es incorrecta.",
    "validation.date": "El campo :attribute debe ser una fecha válida.",
    "validation.date_equals": "El campo :attribute debe ser una fecha igual a :date.",
    "validation.date_format": "El campo :attribute debe coincidir con el formato :format.",
    "validation.decimal": "El campo :attribute debe tener :decimal decimales.",
    "validation.declined": "El campo :attribute debe ser rechazado.",
    "validation.declined_if": "El campo :attribute debe ser rechazado cuando :other es :value.",
    "validation.different": "El campo :attribute y :other deben ser diferentes.",
    "validation.digits": "El campo :attribute debe tener :digits dígitos.",
    "validation.digits_between": "El campo :attribute debe tener entre :min y :max dígitos.",
    "validation.dimensions": "El campo :attribute tiene dimensiones de imagen no válidas.",
    "validation.distinct": "El campo :attribute tiene un valor duplicado.",
    "validation.doesnt_contain": "El campo :attribute no debe contener ninguno de los siguientes valores: :values.",
    "validation.doesnt_end_with": "El campo :attribute no debe terminar con uno de los siguientes valores: :values.",
    "validation.doesnt_start_with": "El campo :attribute no debe comenzar con uno de los siguientes valores: :values.",
    "validation.email": "El campo :attribute debe ser una dirección de correo electrónico válida.",
    "validation.encoding": "El campo :attribute debe estar codificado en :encoding.",
    "validation.ends_with": "El campo :attribute debe terminar con uno de los siguientes valores: :values.",
    "validation.enum": "El :attribute seleccionado no es válido.",
    "validation.exists": "El :attribute seleccionado no es válido.",
    "validation.extensions": "El campo :attribute debe tener una de las siguientes extensiones: :values.",
    "validation.file": "El campo :attribute debe ser un archivo.",
    "validation.filled": "El campo :attribute debe tener un valor.",
    "validation.gt.array": "El campo :attribute debe tener más de :value elementos.",
    "validation.gt.file": "El campo :attribute debe pesar más de :value kilobytes.",
    "validation.gt.numeric": "El campo :attribute debe ser mayor que :value.",
    "validation.gt.string": "El campo :attribute debe tener más de :value caracteres.",
    "validation.gte.array": "El campo :attribute debe tener :value elementos o más.",
    "validation.gte.file": "El campo :attribute debe pesar más de o igual a :value kilobytes.",
    "validation.gte.numeric": "El campo :attribute debe ser mayor o igual que :value.",
    "validation.gte.string": "El campo :attribute debe tener :value caracteres o más.",
    "validation.hex_color": "El campo :attribute debe ser un color hexadecimal válido.",
    "validation.image": "El campo :attribute debe ser una imagen.",
    "validation.in": "El :attribute seleccionado no es válido.",
    "validation.in_array": "El campo :attribute debe existir en :other.",
    "validation.in_array_keys": "El campo :attribute debe contener al menos una de las siguientes claves: :values.",
    "validation.integer": "El campo :attribute debe ser un número entero.",
    "validation.ip": "El campo :attribute debe ser una dirección IP válida.",
    "validation.ipv4": "El campo :attribute debe ser una dirección IPv4 válida.",
    "validation.ipv6": "El campo :attribute debe ser una dirección IPv6 válida.",
    "validation.json": "El campo :attribute debe ser una cadena JSON válida.",
    "validation.list": "El campo :attribute debe ser una lista.",
    "validation.lowercase": "El campo :attribute debe estar en minúsculas.",
    "validation.lt.array": "El campo :attribute debe tener menos de :value elementos.",
    "validation.lt.file": "El campo :attribute debe pesar menos de :value kilobytes.",
    "validation.lt.numeric": "El campo :attribute debe ser menor que :value.",
    "validation.lt.string": "El campo :attribute debe tener menos de :value caracteres.",
    "validation.lte.array": "El campo :attribute no debe tener más de :value elementos.",
    "validation.lte.file": "El campo :attribute debe pesar menos de o igual a :value kilobytes.",
    "validation.lte.numeric": "El campo :attribute debe ser menor o igual que :value.",
    "validation.lte.string": "El campo :attribute no debe tener más de :value caracteres.",
    "validation.mac_address": "El campo :attribute debe ser una dirección MAC válida.",
    "validation.max.array": "El campo :attribute no debe tener más de :max elementos.",
    "validation.max.file": "El campo :attribute no debe pesar más de :max kilobytes.",
    "validation.max.numeric": "El campo :attribute no debe ser mayor que :max.",
    "validation.max.string": "El campo :attribute no debe tener más de :max caracteres.",
    "validation.max_digits": "El campo :attribute no debe tener más de :max dígitos.",
    "validation.mimes": "El campo :attribute debe ser un archivo de tipo: :values.",
    "validation.mimetypes": "El campo :attribute debe ser un archivo de tipo: :values.",
    "validation.min.array": "El campo :attribute debe tener al menos :min elementos.",
    "validation.min.file": "El campo :attribute debe pesar al menos :min kilobytes.",
    "validation.min.numeric": "El campo :attribute debe ser al menos :min.",
    "validation.min.string": "El campo :attribute debe tener al menos :min caracteres.",
    "validation.min_digits": "El campo :attribute debe tener al menos :min dígitos.",
    "validation.missing": "El campo :attribute debe estar ausente.",
    "validation.missing_if": "El campo :attribute debe estar ausente cuando :other es :value.",
    "validation.missing_unless": "El campo :attribute debe estar ausente a menos que :other sea :value.",
    "validation.missing_with": "El campo :attribute debe estar ausente cuando :values está presente.",
    "validation.missing_with_all": "El campo :attribute debe estar ausente cuando :values están presentes.",
    "validation.multiple_of": "El campo :attribute debe ser un múltiplo de :value.",
    "validation.not_in": "El :attribute seleccionado no es válido.",
    "validation.not_regex": "El formato del campo :attribute no es válido.",
    "validation.numeric": "El campo :attribute debe ser un número.",
    "validation.password.letters": "El campo :attribute debe contener al menos una letra.",
    "validation.password.mixed": "El campo :attribute debe contener al menos una letra mayúscula y una minúscula.",
    "validation.password.numbers": "El campo :attribute debe contener al menos un número.",
    "validation.password.symbols": "El campo :attribute debe contener al menos un símbolo.",
    "validation.password.uncompromised": "El :attribute proporcionado ha aparecido en una filtración de datos. Por favor elija un :attribute diferente.",
    "validation.present": "El campo :attribute debe estar presente.",
    "validation.present_if": "El campo :attribute debe estar presente cuando :other es :value.",
    "validation.present_unless": "El campo :attribute debe estar presente a menos que :other sea :value.",
    "validation.present_with": "El campo :attribute debe estar presente cuando :values está presente.",
    "validation.present_with_all": "El campo :attribute debe estar presente cuando :values están presentes.",
    "validation.prohibited": "El campo :attribute está prohibido.",
    "validation.prohibited_if": "El campo :attribute está prohibido cuando :other es :value.",
    "validation.prohibited_if_accepted": "El campo :attribute está prohibido cuando :other es aceptado.",
    "validation.prohibited_if_declined": "El campo :attribute está prohibido cuando :other es rechazado.",
    "validation.prohibited_unless": "El campo :attribute está prohibido a menos que :other esté en :values.",
    "validation.prohibits": "El campo :attribute prohíbe que :other esté presente.",
    "validation.regex": "El formato del campo :attribute no es válido.",
    "validation.required": "El campo :attribute es obligatorio.",
    "validation.required_array_keys": "El campo :attribute debe contener entradas para: :values.",
    "validation.required_if": "El campo :attribute es obligatorio cuando :other es :value.",
    "validation.required_if_accepted": "El campo :attribute es obligatorio cuando :other es aceptado.",
    "validation.required_if_declined": "El campo :attribute es obligatorio cuando :other es rechazado.",
    "validation.required_unless": "El campo :attribute es obligatorio a menos que :other esté en :values.",
    "validation.required_with": "El campo :attribute es obligatorio cuando :values está presente.",
    "validation.required_with_all": "El campo :attribute es obligatorio cuando :values están presentes.",
    "validation.required_without": "El campo :attribute es obligatorio cuando :values no está presente.",
    "validation.required_without_all": "El campo :attribute es obligatorio cuando ninguno de :values está presente.",
    "validation.same": "El campo :attribute debe coincidir con :other.",
    "validation.size.array": "El campo :attribute debe contener :size elementos.",
    "validation.size.file": "El campo :attribute debe pesar :size kilobytes.",
    "validation.size.numeric": "El campo :attribute debe ser :size.",
    "validation.size.string": "El campo :attribute debe tener :size caracteres.",
    "validation.starts_with": "El campo :attribute debe comenzar con uno de los siguientes valores: :values.",
    "validation.string": "El campo :attribute debe ser una cadena de texto.",
    "validation.timezone": "El campo :attribute debe ser una zona horaria válida.",
    "validation.ulid": "El campo :attribute debe ser un ULID válido.",
    "validation.unique": "El :attribute ya está en uso.",
    "validation.uploaded": "El :attribute no se pudo subir.",
    "validation.uppercase": "El campo :attribute debe estar en mayúsculas.",
    "validation.url": "El campo :attribute debe ser una URL válida.",
    "validation.uuid": "El campo :attribute debe ser un UUID válido."
}
