53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Dash.",
|
|
"description": "一个显示运行中的仪表板实例的图表模块。",
|
|
"settings": {
|
|
"cpuMultiView": {
|
|
"label": "CPU多核视图"
|
|
},
|
|
"storageMultiView": {
|
|
"label": "存储多驱动器视图"
|
|
},
|
|
"useCompactView": {
|
|
"label": "使用紧凑型视图"
|
|
},
|
|
"graphs": {
|
|
"label": "图表"
|
|
},
|
|
"url": {
|
|
"label": "Dash. 网址"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"title": "Dash.",
|
|
"errors": {
|
|
"noService": "没有找到Dash.服务。请在你的Homarr仪表板上添加,或者设置一个仪表板网址。网址在应用选项中添加",
|
|
"noInformation": "无法从仪表板获取信息。- 你运行的是最新版本吗?"
|
|
},
|
|
"graphs": {
|
|
"storage": {
|
|
"title": "存储",
|
|
"label": "存储:"
|
|
},
|
|
"network": {
|
|
"title": "网络",
|
|
"label": "网络:",
|
|
"metrics": {
|
|
"download": "下移",
|
|
"upload": "上移"
|
|
}
|
|
},
|
|
"cpu": {
|
|
"title": "CPU"
|
|
},
|
|
"memory": {
|
|
"title": "内存"
|
|
},
|
|
"gpu": {
|
|
"title": "GPU"
|
|
}
|
|
}
|
|
}
|
|
} |