Files
homarr/public/locales/pl/modules/dashdot.json
2022-08-30 12:49:55 +02:00

60 lines
1.0 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "Moduł do wyświetlania wykresów z uruchomionej instancji Dash.",
"settings": {
"cpuMultiView": {
"label": ""
},
"storageMultiView": {
"label": ""
},
"useCompactView": {
"label": ""
},
"graphs": {
"label": "",
"options": {
"cpu": "CPU",
"ram": "RAM",
"storage": "",
"network": "",
"gpu": "GPU"
}
},
"url": {
"label": ""
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "",
"noInformation": ""
},
"graphs": {
"storage": {
"title": "",
"label": ""
},
"network": {
"title": "",
"label": "",
"metrics": {
"download": "",
"upload": ""
}
},
"cpu": {
"title": "CPU"
},
"memory": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
}
}
}