* docs: 重构文档结构,添加独立模块区域 - 新增 /modules/ 目录用于功能模块文档 - 移动 behavior-tree 从 /guide/ 到 /modules/ - 添加模块总览页面 - 更新导航栏添加"模块"入口 - 更新侧边栏:模块区域独立侧边栏 - 更新 i18n 配置支持新模块 * style(docs): 提高文字对比度
108 lines
4.2 KiB
JSON
108 lines
4.2 KiB
JSON
{
|
|
"nav": {
|
|
"home": "Home",
|
|
"quickStart": "Quick Start",
|
|
"guide": "Guide",
|
|
"modules": "Modules",
|
|
"api": "API",
|
|
"examples": "Examples",
|
|
"workerDemo": "Worker System Demo",
|
|
"lawnMowerDemo": "Lawn Mower Demo",
|
|
"changelog": "Changelog"
|
|
},
|
|
"sidebar": {
|
|
"gettingStarted": "Getting Started",
|
|
"quickStart": "Quick Start",
|
|
"guideOverview": "Guide Overview",
|
|
"coreConcepts": "Core Concepts",
|
|
"entity": "Entity",
|
|
"hierarchy": "Hierarchy",
|
|
"component": "Component",
|
|
"entityQuery": "Entity Query",
|
|
"system": "System",
|
|
"workerSystem": "Worker System (Multithreading)",
|
|
"scene": "Scene",
|
|
"sceneManager": "SceneManager",
|
|
"worldManager": "WorldManager",
|
|
"persistentEntity": "Persistent Entity",
|
|
"behaviorTree": "Behavior Tree",
|
|
"btGettingStarted": "Getting Started",
|
|
"btCoreConcepts": "Core Concepts",
|
|
"btEditorGuide": "Editor Guide",
|
|
"btEditorWorkflow": "Editor Workflow",
|
|
"btCustomActions": "Custom Actions",
|
|
"btCocosIntegration": "Cocos Creator Integration",
|
|
"btLayaIntegration": "Laya Engine Integration",
|
|
"btAdvancedUsage": "Advanced Usage",
|
|
"btBestPractices": "Best Practices",
|
|
"serialization": "Serialization",
|
|
"eventSystem": "Event System",
|
|
"timeAndTimers": "Time and Timers",
|
|
"logging": "Logging",
|
|
"advancedFeatures": "Advanced Features",
|
|
"serviceContainer": "Service Container",
|
|
"pluginSystem": "Plugin System",
|
|
"platformAdapters": "Platform Adapters",
|
|
"browserAdapter": "Browser Adapter",
|
|
"wechatAdapter": "WeChat Mini Game Adapter",
|
|
"nodejsAdapter": "Node.js Adapter",
|
|
"examples": "Examples",
|
|
"examplesOverview": "Examples Overview",
|
|
"apiReference": "API Reference",
|
|
"overview": "Overview",
|
|
"coreClasses": "Core Classes",
|
|
"systemClasses": "System Classes",
|
|
"utilities": "Utilities",
|
|
"interfaces": "Interfaces",
|
|
"decorators": "Decorators",
|
|
"enums": "Enums",
|
|
"modulesOverview": "Modules Overview",
|
|
"aiModules": "AI Modules",
|
|
"gameplayModules": "Gameplay",
|
|
"toolModules": "Tools",
|
|
"networkModules": "Network",
|
|
"fsm": "State Machine (FSM)",
|
|
"fsmOverview": "Overview",
|
|
"timer": "Timer System",
|
|
"timerOverview": "Overview",
|
|
"spatial": "Spatial Index",
|
|
"spatialOverview": "Overview",
|
|
"pathfinding": "Pathfinding",
|
|
"pathfindingOverview": "Overview",
|
|
"blueprint": "Visual Scripting",
|
|
"blueprintOverview": "Overview",
|
|
"procgen": "Procedural Generation",
|
|
"procgenOverview": "Overview",
|
|
"network": "Network Sync",
|
|
"networkOverview": "Overview"
|
|
},
|
|
"home": {
|
|
"title": "ESEngine - High-performance TypeScript ECS Framework",
|
|
"quickLinks": "Quick Links",
|
|
"viewDocs": "View Docs",
|
|
"getStarted": "Get Started",
|
|
"getStartedDesc": "From installation to your first ECS app, learn the core concepts in 5 minutes.",
|
|
"aiSystem": "AI System",
|
|
"behaviorTreeEditor": "Visual Behavior Tree Editor",
|
|
"behaviorTreeDesc": "Built-in AI behavior tree system with visual editing and real-time debugging.",
|
|
"coreFeatures": "Core Features",
|
|
"ecsArchitecture": "High-performance ECS Architecture",
|
|
"ecsArchitectureDesc": "Data-driven entity component system for large-scale entity processing with cache-friendly memory layout.",
|
|
"typeSupport": "Full Type Support",
|
|
"typeSupportDesc": "100% TypeScript with complete type definitions and compile-time checking for the best development experience.",
|
|
"visualBehaviorTree": "Visual Behavior Tree",
|
|
"visualBehaviorTreeDesc": "Built-in AI behavior tree system with visual editor, custom nodes, and real-time debugging.",
|
|
"multiPlatform": "Multi-Platform Support",
|
|
"multiPlatformDesc": "Support for browsers, Node.js, WeChat Mini Games, and seamless integration with major game engines.",
|
|
"modularDesign": "Modular Design",
|
|
"modularDesignDesc": "Core features packaged independently, import only what you need. Support for custom plugin extensions.",
|
|
"devTools": "Developer Tools",
|
|
"devToolsDesc": "Built-in performance monitoring, debugging tools, serialization system, and complete development toolchain.",
|
|
"learnMore": "Learn more →"
|
|
},
|
|
"common": {
|
|
"editOnGithub": "Edit this page on GitHub",
|
|
"onThisPage": "On this page"
|
|
}
|
|
}
|