修改windows拼写错误
This commit is contained in:
parent
f5c84b432f
commit
9ad8dd45ed
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
};
|
||||
|
|
|
@ -33,7 +33,7 @@ export default {
|
|||
|
||||
root: "根节点",
|
||||
|
||||
"close all windwos": "关闭所有窗口",
|
||||
"close all windows": "关闭所有窗口",
|
||||
"close this window": "关闭当前窗口",
|
||||
"close other windows": "关闭其它窗口",
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue