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