trilium
    Preparing search index...
    interface TranslationTable {
        loadError?: string;
        loading?: string;
        moreData?: string;
        noData?: string;
    }
    Index

    Properties

    loadError?: string

    "Load error!"

    loading?: string

    "Loading..." // … would be escaped when escapeTitles is true

    moreData?: string

    "More..."

    noData?: string

    "No data."