From 67a94e758760e83d6616cd8f6a64e83886606110 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:58:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=B7=BB=E5=8A=A0=E6=9C=AA?= =?UTF-8?q?=E6=89=BE=E5=88=B0=E7=9F=A5=E8=AF=86=E5=BA=93=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在中文本地化文件中新增了 "noKnowledgeBaseFound" 错误提示信息 - 优化了用户在没有找到知识库时的错误提示,提高了用户体验 --- web/src/locales/zh.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 418ed3d..e7a1ac6 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -601,6 +601,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于 modelTemperatureLabel: "模型温度", fetchKnowledgeBaseFailed: "获取知识库列表失败", defaultKnowledgeBase: "默认知识库", + noKnowledgeBaseFound: "未找到知识库", technicalDocsKnowledgeBase: "技术文档知识库", aiRequestFailedError: "问答模型请求失败", },