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") }}