From f1755f69783bd36887981458ea5a3be3cf6b793a Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 20 Mar 2025 03:34:39 +0800 Subject: [PATCH] Update Chinese locale for "minDegree" translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed "最小度数" to "最小邻边数" --- lightrag_webui/src/locales/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag_webui/src/locales/zh.json b/lightrag_webui/src/locales/zh.json index 6049db62..19839ea6 100644 --- a/lightrag_webui/src/locales/zh.json +++ b/lightrag_webui/src/locales/zh.json @@ -99,7 +99,7 @@ "hideUnselectedEdges": "隐藏未选中的边", "edgeEvents": "边事件", "maxQueryDepth": "最大查询深度", - "minDegree": "最小度数", + "minDegree": "最小邻边数", "maxLayoutIterations": "最大布局迭代次数", "depth": "深度", "degree": "邻边",