From 8edea3aee564f64582cc854810f211bd8f17e2a1 Mon Sep 17 00:00:00 2001 From: zoumingjun <846027729@qq.com> Date: Sat, 18 Oct 2025 21:20:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4zh-CN/system.json?= =?UTF-8?q?=E4=B8=AD<"title":=20"=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86">?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BD=8D=E7=BD=AE=EF=BC=8C=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=8Een-US/system.json=E4=B8=AD=E4=BD=8D=E7=BD=AE=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/locales/langs/zh-CN/system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/src/locales/langs/zh-CN/system.json b/playground/src/locales/langs/zh-CN/system.json index b0f5e7fa..be5a7ae3 100644 --- a/playground/src/locales/langs/zh-CN/system.json +++ b/playground/src/locales/langs/zh-CN/system.json @@ -1,4 +1,5 @@ { + "title": "系统管理", "dept": { "list": "部门列表", "createTime": "创建时间", @@ -62,6 +63,5 @@ "operation": "操作", "permissions": "权限", "setPermissions": "授权" - }, - "title": "系统管理" + } }