From f537b6ca003be17fd80d2b4d4f0f13e9c4945c5a Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 21 Mar 2025 14:54:12 +0800 Subject: [PATCH] Fix: flow list translate to zh (#6371) ### What problem does this PR solve? Add the Chinese translation of 'noMoreData' on the flow list page ### Type of change - [x] Refactoring --- 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 975991fbf..518f3fdbf 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -746,6 +746,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于 }, flow: { flow: '工作流', + noMoreData: '没有更多数据了', cite: '引用', citeTip: '引用', name: '名称',