Hiyve Components - v1.0.0
    Preparing search index...

    Interface PollsSessionViewerLabels

    Labels for PollsSessionViewer i18n support.

    interface PollsSessionViewerLabels {
        activePolls: string;
        anonymous: string;
        endedPolls: string;
        exportTime: string;
        multipleChoice: string;
        multipleSelect: string;
        noPolls: string;
        rating: string;
        savedAt: string;
        savedBy: string;
        sessionName: string;
        text: string;
        title: string;
        totalPolls: string;
        voters: string;
        votes: string;
        yesNo: string;
    }
    Index

    Properties

    activePolls: string

    Active polls section title

    anonymous: string

    Anonymous label

    endedPolls: string

    Ended polls section title

    exportTime: string

    Export time label

    multipleChoice: string

    Multiple choice label

    multipleSelect: string

    Multiple select label

    noPolls: string

    No polls message

    rating: string

    Rating label

    savedAt: string

    Saved at label

    savedBy: string

    Saved by label

    sessionName: string

    Session name label

    text: string

    Text label

    title: string

    Viewer title

    totalPolls: string

    Total polls label

    voters: string

    Voters label

    votes: string

    Votes label

    yesNo: string

    Yes/No label