From 6864213d673c977bf571b54bf666797a34e0752c Mon Sep 17 00:00:00 2001 From: miao <2514145421@qq.com> Date: Mon, 30 Jan 2023 14:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0=E9=AD=94?= =?UTF-8?q?=E5=A2=99=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/index.ts | 1 + src/i18n/zh-CN/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index f1e9110..ada3458 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -403,6 +403,7 @@ export default { "Please Input Vaild Host. Example: 192.168.1.1 or 192.168.1.1:8080", "equipment data": "Equipment Data", "set magic wall":"Set Magic wall", + "update magic wall":"Update Magic Wall", "magic wall":"Magic Wall", "angle":"Angle", "topology diagram":"Topology Diagram", diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index f038641..e2a6a65 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -669,6 +669,7 @@ export default { "edit user or password": "修改用户名和密码", "old password error": "旧密码不匹配", "set magic wall":"设置魔墙", + "update magic wall":"更新魔墙", "magic wall":"魔墙", "angle":"角度", "topology diagram":"拓扑图",