Files
homarr/public/locales/lol/modules/dashdot.json
Larvey 39c89c3f6d Added dashName variable to locales
In preparation for the dashName variable addition
2023-04-25 13:37:49 -04:00

119 lines
2.3 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "",
"settings": {
"title": "Settings 4 Dash. Widget",
"dashName": {
"label": "Dash. Namez"
},
"url": {
"label": "Dash. URL"
},
"usePercentages": {
"label": ""
},
"columns": {
"label": ""
},
"graphHeight": {
"label": ""
},
"graphsOrder": {
"label": "",
"storage": {
"label": "Storagzzz",
"enabled": {
"label": ""
},
"span": {
"label": ""
},
"compactView": {
"label": ""
},
"multiView": {
"label": ""
}
},
"network": {
"label": "Netwerk",
"enabled": {
"label": ""
},
"span": {
"label": ""
},
"compactView": {
"label": ""
}
},
"cpu": {
"label": "CPU",
"enabled": {
"label": ""
},
"span": {
"label": ""
},
"multiView": {
"label": ""
}
},
"ram": {
"label": "",
"enabled": {
"label": ""
},
"span": {
"label": ""
}
},
"gpu": {
"label": "GPU",
"enabled": {
"label": ""
},
"span": {
"label": ""
}
}
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "No Dash. survis findz. plz add wan 2 ur Homarr dashboard or set Dash. URL in teh moduel opshuns",
"noInformation": "Cannot acquier informashun frum dash. - r u runnin teh latest vershun?",
"protocolDowngrade": {
"title": "",
"text": ""
}
},
"graphs": {
"storage": {
"title": "Storagzzz",
"label": "Storagzzz:"
},
"network": {
"title": "Netwerk",
"label": "Netwerk:",
"metrics": {
"download": "Down",
"upload": "Up"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": ""
},
"gpu": {
"title": "GPU"
}
}
}
}