From 9ad8dd45edb4af2103ea3cf5c3efdd70ed1f67eb Mon Sep 17 00:00:00 2001 From: fangxiang Date: Wed, 13 Jul 2022 15:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9windows=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Window.vue | 2 +- src/i18n/en-US/index.ts | 4 ++++ src/i18n/zh-CN/index.ts | 2 +- src/pad/ContentWall.vue | 2 +- src/pages/WallPage.vue | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Window.vue b/src/components/Window.vue index 576ddf6..4452e56 100644 --- a/src/components/Window.vue +++ b/src/components/Window.vue @@ -76,7 +76,7 @@ :disable="$props.disable" @click="$emit('close_all_windows', $props.window.window_id)" > - {{ $t("close all windwos") }} + {{ $t("close all windows") }} {{ $t("trimming window") }} diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 3ca38cf..bd8559e 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -290,4 +290,8 @@ export default { "picture quality": "Picture Quality", "open left tool bar": "Open Left Tool Bar", "open right tool bar": "Open Right Tool Bar", + fail: " Fail", + "edit group": "Edit Group", + "open window": "Open Window", + "close all windows": "Close All Windows", }; diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index 11a0ac5..c7c70c4 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -33,7 +33,7 @@ export default { root: "根节点", - "close all windwos": "关闭所有窗口", + "close all windows": "关闭所有窗口", "close this window": "关闭当前窗口", "close other windows": "关闭其它窗口", diff --git a/src/pad/ContentWall.vue b/src/pad/ContentWall.vue index 4e49afe..693ec3e 100644 --- a/src/pad/ContentWall.vue +++ b/src/pad/ContentWall.vue @@ -123,7 +123,7 @@ - {{ $t("close all windwos") }} + {{ $t("close all windows") }} diff --git a/src/pages/WallPage.vue b/src/pages/WallPage.vue index 41af651..f1d6c22 100644 --- a/src/pages/WallPage.vue +++ b/src/pages/WallPage.vue @@ -122,7 +122,7 @@ - {{ $t("close all windwos") }} + {{ $t("close all windows") }}