New translations dashdot.json (German)

This commit is contained in:
Thomas Camlong
2022-08-25 12:09:28 +02:00
committed by ajnart
parent 9155136f3c
commit 5285f50a9e

View File

@@ -1,32 +1,60 @@
{ {
"card": { "descriptor": {
"title": "Dash.", "name": "Dash.",
"errors": { "description": "A module for displaying the graphs of your running Dash. instance.",
"noService": "Kein Dash. Service gefunden. Bitte füge einen zu deinem Homarr Dashboard hinzu oder setze eine Dash. URL in den Modul-Optionen.", "settings": {
"noInformation": "Informationen konnten nicht von Dash. geladen werden. Betriebst du die neuste Version?" "cpuMultiView": {
}, "label": "CPU Multi-Core View"
"graphs": { },
"storage": { "storageMultiView": {
"title": "Speicher", "label": "Storage Multi-Drive View"
"label": "Speicher:" },
}, "useCompactView": {
"network": { "label": "Use Compact View"
"title": "Netzwerk", },
"label": "Netzwerk:", "graphs": {
"metrics": { "label": "Graphs",
"download": "Eingehend", "options": {
"upload": "Ausgehend" "cpu": "CPU",
} "ram": "RAM",
}, "storage": "Storage",
"cpu": { "network": "Network",
"title": "CPU" "gpu": "GPU"
},
"memory": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
} }
},
"url": {
"label": "Dash. URL"
} }
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "No dash. service found. Please add one to your Homarr dashboard or set a dashdot URL in the module options",
"noInformation": "Cannot acquire information from dash. - are you running the latest version?"
},
"graphs": {
"storage": {
"title": "Storage",
"label": "Storage:"
},
"network": {
"title": "Network",
"label": "Network:",
"metrics": {
"download": "Down",
"upload": "Up"
}
},
"cpu": {
"title": "CPU"
},
"memory": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
}
}
} }