From 17356ce5825888ebee6773c069e45b51e461b4c6 Mon Sep 17 00:00:00 2001 From: zhangtao <9480807882@qq.com> Date: Wed, 13 May 2026 21:42:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E6=9B=B4=E6=96=B0=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=88=97=E9=80=89=E6=8B=A9=E6=9C=AF=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/web/src/locales/langs/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/src/locales/langs/zh.json b/frontend/web/src/locales/langs/zh.json index 8b738aa0..c89c2168 100644 --- a/frontend/web/src/locales/langs/zh.json +++ b/frontend/web/src/locales/langs/zh.json @@ -613,7 +613,7 @@ "large": "宽松" }, "column": { - "selection": "勾选", + "selection": "复选框", "expand": "展开", "index": "序号" },