60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Dash.",
|
|
"description": "Ein Modul, welches die Graphen aus einer laufenden Dash. Instanz anzeigt.",
|
|
"settings": {
|
|
"cpuMultiView": {
|
|
"label": "CPU Multi-Core View"
|
|
},
|
|
"storageMultiView": {
|
|
"label": "Speicher Multi-Laufwerk View"
|
|
},
|
|
"useCompactView": {
|
|
"label": "Kompakte Ansicht nutzen"
|
|
},
|
|
"graphs": {
|
|
"label": "Graphen",
|
|
"options": {
|
|
"cpu": "CPU",
|
|
"ram": "RAM",
|
|
"storage": "Speicher",
|
|
"network": "Netzwerk",
|
|
"gpu": "GPU"
|
|
}
|
|
},
|
|
"url": {
|
|
"label": "Dash. URL"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"title": "Dash.",
|
|
"errors": {
|
|
"noService": "Kein Dash. Service gefunden. Bitte füge einen zu deinem Homarr Dashboard hinzu oder setze eine Dash. URL in den Modul-Optionen.",
|
|
"noInformation": "Informationen konnten nicht von Dash. geladen werden. Betriebst du die neuste Version?"
|
|
},
|
|
"graphs": {
|
|
"storage": {
|
|
"title": "Speicher",
|
|
"label": "Speicher:"
|
|
},
|
|
"network": {
|
|
"title": "Netzwerk",
|
|
"label": "Netzwerk:",
|
|
"metrics": {
|
|
"download": "Eingehend",
|
|
"upload": "Ausgehend"
|
|
}
|
|
},
|
|
"cpu": {
|
|
"title": "CPU"
|
|
},
|
|
"memory": {
|
|
"title": "RAM"
|
|
},
|
|
"gpu": {
|
|
"title": "GPU"
|
|
}
|
|
}
|
|
}
|
|
} |