add locals - Statistics Panel
This commit is contained in:
parent
db22c444e2
commit
8f6ccf320f
@ -11,6 +11,7 @@ export default {
|
||||
|
||||
},
|
||||
data: function() {
|
||||
let _this = this;
|
||||
return {
|
||||
chart : null,
|
||||
chartOptions: {
|
||||
@ -59,7 +60,7 @@ export default {
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
name: 'Filament [m]',
|
||||
name: _this.$t('History.HistoryFilamentUsage'),
|
||||
type: 'value',
|
||||
minInterval: 10,
|
||||
maxInterval: 100,
|
||||
|
@ -11,6 +11,7 @@ export default {
|
||||
|
||||
},
|
||||
data: function() {
|
||||
let _this = this;
|
||||
return {
|
||||
chart : null,
|
||||
chartOptions: {
|
||||
@ -41,7 +42,7 @@ export default {
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
name: 'Prints',
|
||||
name: _this.$t('History.HistoryPrinttimeAVG'),
|
||||
type: 'value',
|
||||
minInterval: 10,
|
||||
maxInterval: 100,
|
||||
|
@ -165,7 +165,9 @@
|
||||
"LayerHeight": "Schichthöhe",
|
||||
"ObjectHeight": "Objekt Höhe",
|
||||
"Slicer": "Slicer",
|
||||
"SlicerVersion": "Slicer Version"
|
||||
"SlicerVersion": "Slicer Version",
|
||||
"HistoryFilamentUsage": "Filament",
|
||||
"HistoryPrinttimeAVG": "Drucke"
|
||||
},
|
||||
"Panels": {
|
||||
"ControlPanel": {
|
||||
|
@ -165,7 +165,9 @@
|
||||
"LayerHeight": "Layer Height",
|
||||
"ObjectHeight": "Object Height",
|
||||
"Slicer": "Slicer",
|
||||
"SlicerVersion": "Slicer Version"
|
||||
"SlicerVersion": "Slicer Version",
|
||||
"HistoryFilamentUsage": "Filament",
|
||||
"HistoryPrinttimeAVG": "Prints"
|
||||
},
|
||||
"Panels": {
|
||||
"ControlPanel": {
|
||||
|
@ -135,8 +135,8 @@
|
||||
"AvgPrinttime": "Среднее время печати",
|
||||
"TotalFilamentUsed": "Общая используемая нить",
|
||||
"TotalJobs": "Всего отпечатков",
|
||||
"FilamentUsage": "Потребление нитей накала",
|
||||
"PrinttimeAvg": "Продолжительность печати",
|
||||
"FilamentUsage": "потребление нитей",
|
||||
"PrinttimeAvg": "время печати",
|
||||
"PrintHistory": "История печати",
|
||||
"Search": "Поиск",
|
||||
"Jobs": "Заказы",
|
||||
@ -165,7 +165,9 @@
|
||||
"LayerHeight": "Высота слоя",
|
||||
"ObjectHeight": "Высота объекта",
|
||||
"Slicer": "Slicer",
|
||||
"SlicerVersion": "Slicer Версия"
|
||||
"SlicerVersion": "Slicer Версия",
|
||||
"HistoryFilamentUsage": "Филамент",
|
||||
"HistoryPrinttimeAVG": "Печатает"
|
||||
},
|
||||
"Panels": {
|
||||
"ControlPanel": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user