@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbBulkContentPublishingResultLabels

    The localization keys used to phrase the single result notification for a bulk publish/unpublish. Each content type (documents, elements, …) supplies its own keys so the wording matches the entity.

    interface UmbBulkContentPublishingResultLabels {
        headline: string;
        multiContent: string;
        multiVariant: string;
        partial: string;
    }
    Index
    headline: string

    Notification headline.

    multiContent: string

    Success message when a single variant was processed. Receives the succeeded count.

    multiVariant: string

    Success message when more than one variant was processed. Receives the succeeded count and the list of cultures.

    partial: string

    Warning message when only some of the selection was processed. Receives the succeeded count and the total.