Files
homarr/public/locales/zh/modules/dashdot.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

53 lines
1.2 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": "一个显示运行中的仪表板实例的图表模块。",
"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"
}
}
}
}