Files
homarr/public/locales/de/modules/dashdot-module.json
2022-08-24 21:01:29 +02:00

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"
}
}
}
}