{
  "shell": {
    "header": {
      "home": "Home",
      "features": "Features",
      "examples": "Examples",
      "docs": "Docs",
      "faq": "FAQ",
      "playground": "Playground",
      "tools": "More",
      "toolsLsp": "NoJS LSP",
      "toolsLspDesc": "VS Code extension",
      "toolsSkill": "NoJS Skill",
      "toolsSkillDesc": "AI agent reference",
      "toolsElements": "NoJS Elements",
      "toolsElementsDesc": "Drag, drop & validation",
      "discord": "Discord",
      "github": "GitHub",
      "selectLanguage": "Select language"
    },
    "footer": {
      "desc": "The HTML-first reactive framework",
      "license": "<a href=\"https://github.com/no-js-dev/nojs/blob/main/LICENSE\" class=\"footer-link\" target=\"_blank\" rel=\"noopener noreferrer\">MIT License</a>",
      "nav": "Navigation",
      "tools": "Ecosystem",
      "community": "Community",
      "poweredBy": "Powered by"
    },
    "sidebar": {
      "gettingStarted": "Getting Started",
      "introduction": "Introduction",
      "apiReference": "API Reference",
      "directives": "Directives",
      "actionsRefs": "Actions & Refs",
      "customDirectives": "Custom Directives",
      "errorHandling": "Error Handling",
      "configuration": "Configuration",
      "guides": "Guides",
      "stateManagement": "State Management",
      "eventHandling": "Event Handling",
      "dataBinding": "Data Binding",
      "conditionals": "Conditionals",
      "loops": "Loops",
      "templates": "Templates",
      "fetchApi": "Fetch & API",
      "sse": "Server-Sent Events",
      "pagination": "Pagination & Triggers",
      "routing": "Routing",
      "headManagement": "Head Management",
      "forms": "Forms",
      "styling": "Styling",
      "dragAndDrop": "Drag & Drop",
      "animations": "Animations",
      "filters": "Filters",
      "i18n": "i18n",
      "plugins": "Plugins",
      "directiveCompatibility": "Directive Compatibility"
    },
    "demo": {
      "welcome": "Welcome to No.JS",
      "greeting": "Hello, {name}!"
    }
  }
}
