diff --git a/ccw/src/templates/dashboard-js/i18n.js b/ccw/src/templates/dashboard-js/i18n.js index 13fd7e34..e29d2096 100644 --- a/ccw/src/templates/dashboard-js/i18n.js +++ b/ccw/src/templates/dashboard-js/i18n.js @@ -91,6 +91,7 @@ const i18n = { // Sidebar - Loops section 'nav.loops': 'Loops', 'nav.loopMonitor': 'Monitor', + 'nav.inDevelopment': 'In Dev', // Sidebar - MCP section 'nav.mcpServers': 'MCP Servers', @@ -2672,6 +2673,7 @@ const i18n = { // Sidebar - Loops section 'nav.loops': '循环', 'nav.loopMonitor': '监控器', + 'nav.inDevelopment': '开发中', // Sidebar - MCP section 'nav.mcpServers': 'MCP 服务器', diff --git a/ccw/src/templates/dashboard.html b/ccw/src/templates/dashboard.html index 9a33ba20..4d247d46 100644 --- a/ccw/src/templates/dashboard.html +++ b/ccw/src/templates/dashboard.html @@ -535,6 +535,7 @@