{
    "name": {
        "short": "EN",
        "full": "English"
    },

    "welcome": "Welcome! Current time: ${time}",

    "nav": {
        "home": "Home",
        "development": {
            "default": "Development",
            "concept": "Concepet",
            "html": "HTML Template",
            "globals": "Global Variables",
            "css": "CSS",
            "i18n": "Multi-Language (i18n)",
            "quickstart": "Quick Start",
            "datatemplate": "Template Rendering with Data",
            "pwa": "PWA",
            "scripts": "Scripts / Commands"
        },
        "components": {
            "default": "React Components",
            "structures": "Code & Conpoments Structure",
            "containers": "Containers & High-order Components",
            "ui": "UI Components",
            "static": "Static Methods"
        },
        "modules": {
            "default": "NPM Modules"
        },
        "about": "About",
        "languageSwitch": "Language"
    },

    "pageAbout": {
        "test": "This is test line #1."
    }
}