Files
homarr/public/locales/zh/modules/dashdot.json
T
2023-01-20 11:08:16 +09:00

55 lines
1.2 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "在Homarr中显示一个外部Dash的图表。",
"settings": {
"title": "设置Dash小部件",
"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"
}
}
}
}