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