修改pad端工具栏英文翻译

This commit is contained in:
fangxiang 2022-04-24 19:30:18 +08:00
parent d8dfb60b36
commit e1198cfbc3
5 changed files with 22 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -6,4 +6,13 @@ export default {
failed: "Action failed",
success: "Action was successful",
CN_BERWEEN_SUFFIX: "",
"clean screen": "Clear",
"full screen window": "Maximize",
"restore window size": "Restore",
"win top": "Top",
"win lower": "Bottom",
"center control": "RS232",
"power on": "PowerOn",
"power off": "PowerOff",
"stop plan": "StopPlan",
};

View File

@ -4,8 +4,7 @@
style="flex-wrap: wrap"
>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -15,8 +14,7 @@
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -26,8 +24,7 @@
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -37,8 +34,7 @@
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -48,8 +44,7 @@
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -58,8 +53,7 @@
@click="topWindow"
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -68,8 +62,7 @@
@click="lowerWindow"
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -78,8 +71,7 @@
@click="$refs.center_control_dialog.showDialog()"
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -88,8 +80,7 @@
@click="powerOn"
/>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
@ -103,20 +94,18 @@
stack
icon="img:pad/toolbar/stop_plan.png"
:label="$t('stop plan')"
class="col-auto"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
v-if="plan_running"
@click="stopPlan"
/>
<q-space />
<q-btn
class="col-auto"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat
icon="img:pad/toolbar/other_setting.png"
:label="$t('other setting')"
:label="$t('other')"
>
<q-popup-proxy>
<q-list class="shadow-2 text-primary">
@ -155,10 +144,8 @@
</q-list>
</q-popup-proxy>
</q-btn>
<div class="col"></div>
<q-btn
class="col"
:class="$store.state.landspace ? 'q-mx-sm' : ''"
class="col-1"
stretch
stack
flat