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

    Interface TranscriptionLabels

    Labels for internationalization of the TranscriptViewer.

    interface TranscriptionLabels {
        loading: string;
        noTranscriptions: string;
        scrollToBottom: string;
        today: string;
        unknownSpeaker: string;
        you: string;
    }
    Index

    Properties

    loading: string

    Loading state message.

    noTranscriptions: string

    Message when no transcriptions exist.

    scrollToBottom: string

    Aria label for scroll to bottom button.

    today: string

    Label for today's date divider.

    unknownSpeaker: string

    Label for unknown speakers.

    you: string

    Label for the local user.