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

    Interface RecurrenceSelectorLabels

    Labels for RecurrenceSelector component

    interface RecurrenceSelectorLabels {
        alsoRepeatsOn: string;
        daily: string;
        days: string;
        daysOfWeekHelper: string;
        endDate: string;
        ends: string;
        endsAfter: string;
        endsNever: string;
        endsOnDate: string;
        eventsUnit: string;
        friday: string;
        interval: string;
        monday: string;
        monthly: string;
        months: string;
        noEndDate: string;
        pattern: string;
        saturday: string;
        sunday: string;
        thursday: string;
        title: string;
        tuesday: string;
        wednesday: string;
        weekly: string;
        weeks: string;
    }
    Index

    Properties

    alsoRepeatsOn: string

    Helper text when startDate is provided, showing the locked start day

    daily: string

    Pattern options

    days: string

    Interval units

    daysOfWeekHelper: string

    Helper text below day-of-week toggles (when no startDate)

    endDate: string

    End date label (kept for backwards compat)

    ends: string

    "Ends" section label

    endsAfter: string

    "After" N events option

    endsNever: string

    "Never" end option

    endsOnDate: string

    "On date" end option

    eventsUnit: string

    "events" unit label

    friday: string
    interval: string

    Interval label

    monday: string
    monthly: string
    months: string
    noEndDate: string

    No end date option (kept for backwards compat)

    pattern: string

    Pattern label

    saturday: string
    sunday: string

    Days of week

    thursday: string
    title: string

    Section title

    tuesday: string
    wednesday: string
    weekly: string
    weeks: string