add locals - Misc Panel

This commit is contained in:
Emperor 2021-04-06 19:01:35 +02:00 committed by Stefan Dej
parent 59fc47cdc7
commit 3a3699e97d
4 changed files with 11 additions and 5 deletions

View File

@ -23,10 +23,10 @@
<span class="subheading"><v-icon class="mdi mdi-printer-3d" left></v-icon>{{ $t("Panels.MiscellaneousPanel.PrintSettings") }}</span>
</v-toolbar-title>
</v-toolbar>
<tool-slider label="Speed factor" :target="speed_factor" :max="200" :multi="100" :step="5" :dynamic-range="true" command="M220" attribute-name="S" ></tool-slider>
<tool-slider :v-model="speedfactor" :label="$t('Panels.MiscellaneousPanel.SpeedFactor')" :target="speed_factor" :max="200" :multi="100" :step="5" :dynamic-range="true" command="M220" attribute-name="S" ></tool-slider>
<template v-if="existsExtruder">
<v-divider></v-divider>
<tool-slider label="Extrusion factor" :target="extrude_factor" :max="200" :multi="100" :step="1" command="M221" attribute-name="S" ></tool-slider>
<tool-slider :v-model="extrusionfactor" :label="$t('Panels.MiscellaneousPanel.ExtrusionFactor')" :target="extrude_factor" :max="200" :multi="100" :step="1" command="M221" attribute-name="S" ></tool-slider>
</template>
</v-card>
<v-card class="mt-6" v-if="this['printer/getMiscellaneous'].length">

View File

@ -215,7 +215,9 @@
},
"MiscellaneousPanel": {
"PrintSettings": "Druckeinstellungen",
"Miscellaneous": "Sonstiges"
"Miscellaneous": "Sonstiges",
"SpeedFactor": "Geschwindigkeitsfaktor",
"ExtrusionFactor": "Extrusionsfaktor"
},
"MoonrakerFailedComponentsPanel": {
"MoonrakerFailedComponents": "Moonraker Ausgefallene Komponenten",

View File

@ -215,7 +215,9 @@
},
"MiscellaneousPanel": {
"PrintSettings": "Print Settings",
"Miscellaneous": "Miscellaneous"
"Miscellaneous": "Miscellaneous",
"SpeedFactor": "Speed factor",
"ExtrusionFactor": "Extrusion factor"
},
"MoonrakerFailedComponentsPanel": {
"MoonrakerFailedComponents": "Moonraker Failed Components",

View File

@ -215,7 +215,9 @@
},
"MiscellaneousPanel": {
"PrintSettings": "Настройки печати",
"Miscellaneous": "Другое"
"Miscellaneous": "Другое",
"SpeedFactor": "Коэффициент скорости",
"ExtrusionFactor": "коэффициент экструзии"
},
"MoonrakerFailedComponentsPanel": {
"MoonrakerFailedComponents": "Фантастические компоненты для лунохода",