修改windows拼写错误

This commit is contained in:
fangxiang 2022-07-13 15:50:35 +08:00
parent f5c84b432f
commit 9ad8dd45ed
5 changed files with 8 additions and 4 deletions

View File

@ -76,7 +76,7 @@
:disable="$props.disable"
@click="$emit('close_all_windows', $props.window.window_id)"
>
<q-item-section> {{ $t("close all windwos") }} </q-item-section>
<q-item-section> {{ $t("close all windows") }} </q-item-section>
</q-item>
<q-item clickable v-if="false">
<q-item-section>{{ $t("trimming window") }}</q-item-section>

View File

@ -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",
};

View File

@ -33,7 +33,7 @@ export default {
root: "根节点",
"close all windwos": "关闭所有窗口",
"close all windows": "关闭所有窗口",
"close this window": "关闭当前窗口",
"close other windows": "关闭其它窗口",

View File

@ -123,7 +123,7 @@
<q-icon name="close" color="red" />
</q-item-section>
<q-item-section>
{{ $t("close all windwos") }}
{{ $t("close all windows") }}
</q-item-section>
</q-item>
</q-list>

View File

@ -122,7 +122,7 @@
<q-item-section avatar>
<q-icon name="close" color="red" />
</q-item-section>
<q-item-section> {{ $t("close all windwos") }} </q-item-section>
<q-item-section> {{ $t("close all windows") }} </q-item-section>
</q-item>
</q-list>
</q-popup-proxy>