32 lines
880 B
JSON
32 lines
880 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |