Add translations for en & de in Dashdot; Fix PR comments
This commit is contained in:
@@ -4,23 +4,77 @@
|
||||
"description": "Displays the graphs of an external Dash. instance inside of Homarr.",
|
||||
"settings": {
|
||||
"title": "Settings for Dash. widget",
|
||||
"cpuMultiView": {
|
||||
"label": "CPU Multi-Core View"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Storage Multi-Drive View"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Use Compact View"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Graphs"
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": "Display percentages"
|
||||
},
|
||||
"columns": {
|
||||
"label": "Display columns"
|
||||
},
|
||||
"graphHeight": {
|
||||
"label": "Height of graphs"
|
||||
},
|
||||
"graphsOrder": {
|
||||
"label": "Graphs (Order)",
|
||||
"storage": {
|
||||
"label": "Storage",
|
||||
"enabled": {
|
||||
"label": "Show in widget"
|
||||
},
|
||||
"span": {
|
||||
"label": "Column span"
|
||||
},
|
||||
"compactView": {
|
||||
"label": "Show as text (compact)"
|
||||
},
|
||||
"multiView": {
|
||||
"label": "Show as multi-drive-view"
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"label": "Network",
|
||||
"enabled": {
|
||||
"label": "Show in widget"
|
||||
},
|
||||
"span": {
|
||||
"label": "Column span"
|
||||
},
|
||||
"compactView": {
|
||||
"label": "Show as text (compact)"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"label": "CPU",
|
||||
"enabled": {
|
||||
"label": "Show in widget"
|
||||
},
|
||||
"span": {
|
||||
"label": "Column span"
|
||||
},
|
||||
"multiView": {
|
||||
"label": "Show as multi-core-view"
|
||||
}
|
||||
},
|
||||
"ram": {
|
||||
"label": "RAM",
|
||||
"enabled": {
|
||||
"label": "Show in widget"
|
||||
},
|
||||
"span": {
|
||||
"label": "Column span"
|
||||
}
|
||||
},
|
||||
"gpu": {
|
||||
"label": "GPU",
|
||||
"enabled": {
|
||||
"label": "Show in widget"
|
||||
},
|
||||
"span": {
|
||||
"label": "Column span"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -50,7 +104,7 @@
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"ram": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
|
||||
Reference in New Issue
Block a user