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

    Interface ActivityDashboardLabels

    Customizable text labels for the ActivityDashboard component.

    Enables i18n support for the activity overview dashboard.

    interface ActivityDashboardLabels {
        activeUsers: string;
        averageProgress: string;
        completedUsers: string;
        noActivity: string;
        progress: string;
        refreshLabel: string;
        sessions: string;
        status: string;
        timeSpent: string;
        title: string;
        totalTime: string;
        totalUsers: string;
        userName: string;
    }
    Index

    Properties

    activeUsers: string

    Active users stat label

    averageProgress: string

    Average progress stat label

    completedUsers: string

    Completed users stat label

    noActivity: string

    Empty state message when no activity exists

    progress: string

    Progress column header

    refreshLabel: string

    Refresh button label

    sessions: string

    Sessions column header

    status: string

    Status column header

    timeSpent: string

    Time spent column header

    title: string

    Dashboard title

    totalTime: string

    Total time stat label

    totalUsers: string

    Total users stat label

    userName: string

    User name column header