From a40c9ef3d47e5e988454cdcf651829202199c00c Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 17 Mar 2025 19:32:07 +0800 Subject: [PATCH] Updated layout animation and force atlas translations --- lightrag_webui/src/locales/en.json | 4 ++-- lightrag_webui/src/locales/zh.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lightrag_webui/src/locales/en.json b/lightrag_webui/src/locales/en.json index 28d1a3f2..6b80327c 100644 --- a/lightrag_webui/src/locales/en.json +++ b/lightrag_webui/src/locales/en.json @@ -101,8 +101,8 @@ }, "layoutsControl": { - "startAnimation": "Start the layout animation", - "stopAnimation": "Stop the layout animation", + "startAnimation": "Continue layout animation", + "stopAnimation": "Stop layout animation", "layoutGraph": "Layout Graph", "layouts": { "Circular": "Circular", diff --git a/lightrag_webui/src/locales/zh.json b/lightrag_webui/src/locales/zh.json index 919f605a..26a11fa2 100644 --- a/lightrag_webui/src/locales/zh.json +++ b/lightrag_webui/src/locales/zh.json @@ -99,7 +99,7 @@ "resetZoom": "重置缩放" }, "layoutsControl": { - "startAnimation": "开始布局动画", + "startAnimation": "继续布局动画", "stopAnimation": "停止布局动画", "layoutGraph": "图布局", "layouts": { @@ -108,7 +108,7 @@ "Random": "随机", "Noverlaps": "无重叠", "Force Directed": "力导向", - "Force Atlas": "力图" + "Force Atlas": "力地图" } }, "fullScreenControl": {