New translations dashdot.json (English)

This commit is contained in:
Thomas Camlong
2022-08-25 12:09:15 +02:00
committed by ajnart
parent 453486cc35
commit 5ab607f46e

View File

@@ -28,33 +28,33 @@
} }
}, },
"card": { "card": {
"title": "Dash.", "title": "Dash.",
"errors": { "errors": {
"noService": "No dash. service found. Please add one to your Homarr dashboard or set a dashdot URL in the module options", "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?" "noInformation": "Cannot acquire information from dash. - are you running the latest version?"
}, },
"graphs": { "graphs": {
"storage": { "storage": {
"title": "Storage", "title": "Storage",
"label": "Storage:" "label": "Storage:"
}, },
"network": { "network": {
"title": "Network", "title": "Network",
"label": "Network:", "label": "Network:",
"metrics": { "metrics": {
"download": "Down", "download": "Down",
"upload": "Up" "upload": "Up"
}
},
"cpu": {
"title": "CPU"
},
"memory": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
} }
},
"cpu": {
"title": "CPU"
},
"memory": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
} }
}
}
} }