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

    Interface TranscriptionViewLabels

    Label overrides for the TranscriptionView component.

    interface TranscriptionViewLabels {
        noTranscriptions: string;
        title: string;
        transcribing: string;
        you: string;
    }
    Index

    Properties

    noTranscriptions: string

    Message shown when there are no transcription entries.

    'No transcriptions yet'

    title: string

    Title displayed in the header.

    'Transcription'

    transcribing: string

    Status text shown next to the active indicator.

    'Transcribing...'

    you: string

    Display name used for the local user.

    'You'