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