From d7f77e7744bc5ef155032d088e707657e30c656f Mon Sep 17 00:00:00 2001 From: "Gabriel S. Vieira" Date: Wed, 6 May 2026 16:30:25 -0300 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- web/frontend/src/i18n/locales/zh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/frontend/src/i18n/locales/zh.json b/web/frontend/src/i18n/locales/zh.json index 64dbd8e5b..832b3790b 100644 --- a/web/frontend/src/i18n/locales/zh.json +++ b/web/frontend/src/i18n/locales/zh.json @@ -706,8 +706,8 @@ "mcp_enabled_hint": "开启或关闭 MCP 服务集成", "mcp_discovery_enabled": "启用 MCP 发现", "mcp_discovery_enabled_hint": "允许 MCP 发现工具检索已注册的 MCP 服务器", - "mcp_discovery_ttl": "发现缓存 TTL(分钟)", - "mcp_discovery_ttl_hint": "MCP 发现结果在缓存中的保留时长", + "mcp_discovery_ttl": "发现工具解锁保持轮数", + "mcp_discovery_ttl_hint": "已发现的工具保持解锁状态的对话轮数", "mcp_discovery_max_results": "发现最大结果数", "mcp_discovery_max_results_hint": "每次查询返回的 MCP 发现结果上限", "mcp_discovery_use_bm25": "使用 BM25 排序",