Files
homarr/public/locales/zh/modules/dashdot.json
2023-02-06 21:02:59 +01:00

58 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Dash.",
"description": "在Homarr中显示一个外部Dash的图表。",
"settings": {
"title": "设置Dash小部件",
"cpuMultiView": {
"label": "CPU多核视图"
},
"storageMultiView": {
"label": "存储多驱动器视图"
},
"useCompactView": {
"label": "使用紧凑型视图"
},
"graphs": {
"label": "图表"
},
"url": {
"label": "Dash. 网址"
},
"usePercentages": {
"label": "显示百分比"
}
}
},
"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"
}
}
}
}