@evlmaistrenko/tools-antd
    Preparing search index...

    Type Alias I18nextResources

    type I18nextResources = {
        application: {
            "Collapse menu": string;
            "Collapse sidebar": string;
            "Color scheme": string;
            Common: string;
            Compact: string;
            Dark: string;
            Device: string;
            "Expand menu": string;
            "Expand sidebar": string;
            Language: string;
            Light: string;
            "Open settings": string;
            Settings: string;
            Theme: string;
        };
        applicationHelloPage: {
            "Choose your language:": string;
            "Welcome!": string;
        };
    }
    Index

    Properties

    application: {
        "Collapse menu": string;
        "Collapse sidebar": string;
        "Color scheme": string;
        Common: string;
        Compact: string;
        Dark: string;
        Device: string;
        "Expand menu": string;
        "Expand sidebar": string;
        Language: string;
        Light: string;
        "Open settings": string;
        Settings: string;
        Theme: string;
    }
    applicationHelloPage: { "Choose your language:": string; "Welcome!": string }