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: "旋转", };