From 32af090ab8ac3acf62b3644a7ef9ced1cd457c78 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Tue, 2 Jun 2026 12:08:35 +0800 Subject: [PATCH] refactor: update skill and MCP tool labels for consistency in English and Chinese translations --- web/messages/en-US.json | 4 ++-- web/messages/zh-CN.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/messages/en-US.json b/web/messages/en-US.json index 7f4341d..dfac034 100644 --- a/web/messages/en-US.json +++ b/web/messages/en-US.json @@ -2272,8 +2272,8 @@ "knowledge": "Knowledge Base", "aiConfigs": "Model Settings", "aiAgents": "AI Agents", - "skillDefinition": "Skill Orchestration", - "mcp": "Tool Debugging", + "skillDefinition": "Skills", + "mcp": "MCP tools", "agentRunLogs": "Run Logs", "system": "System", "users": "Users", diff --git a/web/messages/zh-CN.json b/web/messages/zh-CN.json index 33edddc..99bf6fa 100644 --- a/web/messages/zh-CN.json +++ b/web/messages/zh-CN.json @@ -2270,10 +2270,10 @@ "channels": "接入渠道", "aiCapabilities": "AI能力", "knowledge": "知识库", - "aiConfigs": "模型配置", - "aiAgents": "智能客服", - "skillDefinition": "能力编排", - "mcp": "工具调试", + "aiConfigs": "AI模型", + "aiAgents": "AI Agents", + "skillDefinition": "Skills", + "mcp": "MCP tools", "agentRunLogs": "运行日志", "system": "系统管理", "users": "用户管理",