From 66175ed579ed612414f42e77cab3646f2626fe6a Mon Sep 17 00:00:00 2001 From: fangxiang Date: Wed, 14 Sep 2022 17:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E6=97=8B=E8=BD=AC=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 | 2 ++ src/i18n/zh-CN/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index e0b1d19..0409196 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -358,4 +358,6 @@ export default { "delete upload files .": "Delete Upload Files .", "are you sure to restore factory settings? the configuration parameters, signal source, mode, and plan will be deleted!": "Are You Sure to Restore Factory Settings? The Configuration Parameters, Signal, Signal Loop, Mode And Mode Plan Will Be Deleted!", + layout: "Layout", + rotation: "Rotation", }; diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index 8b4dd8a..e42cc2c 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -634,4 +634,6 @@ export default { "delete upload files .": "删除上传的文件", "are you sure to restore factory settings? the configuration parameters, signal source, mode, and plan will be deleted!": "确定复位吗? 系统配置、信号源、轮询、模式、语言数据将被删除!", + layout: "布局", + rotation: "旋转", };