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

60 lines
1.1 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "Модуль для отображения графиков из Dash.",
"settings": {
"cpuMultiView": {
"label": ""
},
"storageMultiView": {
"label": ""
},
"useCompactView": {
"label": ""
},
"graphs": {
"label": "",
"options": {
"cpu": "",
"ram": "",
"storage": "",
"network": "",
"gpu": ""
}
},
"url": {
"label": ""
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "",
"noInformation": ""
},
"graphs": {
"storage": {
"title": "",
"label": "Хранилище:"
},
"network": {
"title": "",
"label": "Сеть:",
"metrics": {
"download": "",
"upload": ""
}
},
"cpu": {
"title": ""
},
"memory": {
"title": ""
},
"gpu": {
"title": ""
}
}
}
}