fix: add missing translation keys (#714)
This commit is contained in:
parent
adf922c048
commit
96d502dcc6
@ -12,7 +12,7 @@
|
|||||||
<v-select
|
<v-select
|
||||||
v-model="root"
|
v-model="root"
|
||||||
:items="registeredDirectories"
|
:items="registeredDirectories"
|
||||||
label="Root"
|
:label="$t('Machine.ConfigFilesPanel.Root')"
|
||||||
outlined
|
outlined
|
||||||
hide-details
|
hide-details
|
||||||
dense
|
dense
|
||||||
|
@ -350,8 +350,8 @@ export default class SettingsGeneralTab extends Mixins(BaseMixin) {
|
|||||||
|
|
||||||
get calcEstimateItems() {
|
get calcEstimateItems() {
|
||||||
return [
|
return [
|
||||||
{ value: 'file', text: 'File' },
|
{ value: 'file', text: this.$t('Settings.GeneralTab.EstimateValues.File') },
|
||||||
{ value: 'filament', text: 'Filament' },
|
{ value: 'filament', text: this.$t('Settings.GeneralTab.EstimateValues.Filament') },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -365,9 +365,9 @@ export default class SettingsGeneralTab extends Mixins(BaseMixin) {
|
|||||||
|
|
||||||
get calcEtaTimeItems() {
|
get calcEtaTimeItems() {
|
||||||
return [
|
return [
|
||||||
{ value: 'file', text: 'File' },
|
{ value: 'file', text: this.$t('Settings.GeneralTab.EstimateValues.File') },
|
||||||
{ value: 'filament', text: 'Filament' },
|
{ value: 'filament', text: this.$t('Settings.GeneralTab.EstimateValues.Filament') },
|
||||||
{ value: 'slicer', text: 'Slicer' },
|
{ value: 'slicer', text: this.$t('Settings.GeneralTab.EstimateValues.Slicer') },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -344,6 +344,7 @@
|
|||||||
"Rename": "Umbenennen",
|
"Rename": "Umbenennen",
|
||||||
"RenameDirectory": "Verzeichnis umbenennen",
|
"RenameDirectory": "Verzeichnis umbenennen",
|
||||||
"RenameFile": "Datei umbenennen",
|
"RenameFile": "Datei umbenennen",
|
||||||
|
"Root": "Stammverzeichnis",
|
||||||
"SetupCurrentList": "Einstellungen",
|
"SetupCurrentList": "Einstellungen",
|
||||||
"ShowFile": "Zeige Dateien",
|
"ShowFile": "Zeige Dateien",
|
||||||
"Total": "Gesamt",
|
"Total": "Gesamt",
|
||||||
@ -709,6 +710,11 @@
|
|||||||
"DbTimelapseSettings": "Zeitraffer Einstellungen",
|
"DbTimelapseSettings": "Zeitraffer Einstellungen",
|
||||||
"DbView": "Ansichtseinstellungen",
|
"DbView": "Ansichtseinstellungen",
|
||||||
"DbWebcams": "Webcams",
|
"DbWebcams": "Webcams",
|
||||||
|
"EstimateValues": {
|
||||||
|
"Filament": "Filament",
|
||||||
|
"File": "Datei",
|
||||||
|
"Slicer": "Slicer"
|
||||||
|
},
|
||||||
"FactoryDialog": "Bitte wähle alle Abschnitte die du zurücksetzen möchtest:",
|
"FactoryDialog": "Bitte wähle alle Abschnitte die du zurücksetzen möchtest:",
|
||||||
"FactoryReset": "Werkseinstellungen",
|
"FactoryReset": "Werkseinstellungen",
|
||||||
"General": "Allgemein",
|
"General": "Allgemein",
|
||||||
|
@ -246,7 +246,7 @@
|
|||||||
},
|
},
|
||||||
"History": {
|
"History": {
|
||||||
"AllJobs": "All",
|
"AllJobs": "All",
|
||||||
"AvgPrinttime": "Avg. Printtime",
|
"AvgPrinttime": "Printtime - Ø",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
"DeleteSelectedQuestion": "Do you really want to delete {count} selected jobs?",
|
"DeleteSelectedQuestion": "Do you really want to delete {count} selected jobs?",
|
||||||
@ -275,7 +275,7 @@
|
|||||||
"PrintDuration": "Print Time",
|
"PrintDuration": "Print Time",
|
||||||
"PrintHistory": "Print History",
|
"PrintHistory": "Print History",
|
||||||
"PrintTime": "Print Time",
|
"PrintTime": "Print Time",
|
||||||
"PrinttimeAvg": "Printtime AVG",
|
"PrinttimeAvg": "Printtime - Ø",
|
||||||
"Reprint": "Reprint",
|
"Reprint": "Reprint",
|
||||||
"Search": "search",
|
"Search": "search",
|
||||||
"SelectedFilamentUsed": "Selected Filament Used",
|
"SelectedFilamentUsed": "Selected Filament Used",
|
||||||
@ -341,6 +341,7 @@
|
|||||||
"Rename": "Rename",
|
"Rename": "Rename",
|
||||||
"RenameDirectory": "Rename Directory",
|
"RenameDirectory": "Rename Directory",
|
||||||
"RenameFile": "Rename File",
|
"RenameFile": "Rename File",
|
||||||
|
"Root": "Root",
|
||||||
"SetupCurrentList": "Setup current list",
|
"SetupCurrentList": "Setup current list",
|
||||||
"ShowFile": "Show file",
|
"ShowFile": "Show file",
|
||||||
"Total": "Total",
|
"Total": "Total",
|
||||||
@ -712,6 +713,11 @@
|
|||||||
"DbTimelapseSettings": "Timelapse Settings",
|
"DbTimelapseSettings": "Timelapse Settings",
|
||||||
"DbView": "View Settings",
|
"DbView": "View Settings",
|
||||||
"DbWebcams": "Webcams",
|
"DbWebcams": "Webcams",
|
||||||
|
"EstimateValues": {
|
||||||
|
"Filament": "Filament",
|
||||||
|
"File": "File",
|
||||||
|
"Slicer": "Slicer"
|
||||||
|
},
|
||||||
"FactoryDialog": "Please select all the sections you want to reset:",
|
"FactoryDialog": "Please select all the sections you want to reset:",
|
||||||
"FactoryReset": "Factory reset",
|
"FactoryReset": "Factory reset",
|
||||||
"General": "General",
|
"General": "General",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user