Files
homarr/public/locales/zh/modules/dashdot.json
T
Thomas Camlong f4d936e3e5 New Crowdin updates (#829)
* New translations media-requests-list.json (Spanish)

* New translations media-requests-list.json (Danish)

* New translations media-requests-list.json (German)

* New translations media-requests-list.json (Hebrew)

* New translations media-requests-list.json (Italian)

* New translations media-requests-list.json (Norwegian)

* New translations media-requests-list.json (Slovak)

* New translations media-requests-list.json (English)

* New translations media-requests-list.json (Spanish)

* New translations media-requests-list.json (German)

* New translations media-requests-list.json (English)

* New translations rss.json (German)

* New translations media-requests-list.json (Hebrew)

* New translations media-requests-list.json (Italian)

* New translations media-requests-list.json (Chinese Simplified)

* New translations media-requests-list.json (Chinese Simplified)

* New translations media-requests-stats.json (Chinese Simplified)

* New translations search.json (Chinese Simplified)

* New translations add-app.json (Chinese Simplified)

* New translations error-boundary.json (Chinese Simplified)

* New translations media-requests-list.json (Danish)

* New translations media-requests-list.json (Dutch)

* New translations media-requests-stats.json (Dutch)

* New translations common.json (Dutch)

* New translations dashdot.json (Dutch)

* New translations ping.json (Dutch)

* New translations page-appearance.json (Dutch)

* New translations config-changer.json (Dutch)

* New translations search-engine.json (Dutch)

* New translations add-app.json (Dutch)

* New translations about.json (Dutch)

* New translations change-position.json (Dutch)

* New translations torrents-status.json (Dutch)

* New translations general.json (Dutch)

* New translations gridstack.json (Dutch)

* New translations video-stream.json (Dutch)

* New translations rss.json (Dutch)

* New translations rss.json (English)

* New translations iframe.json (Dutch)

* New translations error-boundary.json (Dutch)

* New translations dashdot.json (Chinese Simplified)

* New translations about.json (Chinese Simplified)

* New translations rss.json (Chinese Simplified)

* New translations common.json (Chinese Simplified)

* New translations rss.json (Chinese Simplified)

* New translations error-boundary.json (Chinese Simplified)
2023-04-21 10:15:47 +02:00

116 lines
2.8 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "在Homarr中显示一个外部Dash的图表。",
"settings": {
"title": "设置Dash小部件",
"url": {
"label": "Dash. 网址"
},
"usePercentages": {
"label": "显示百分比"
},
"columns": {
"label": "显示的列"
},
"graphHeight": {
"label": "图形的高度"
},
"graphsOrder": {
"label": "图形(顺序)",
"storage": {
"label": "存储",
"enabled": {
"label": "在小工具中显示"
},
"span": {
"label": "列宽度"
},
"compactView": {
"label": "显示为文本(紧凑)"
},
"multiView": {
"label": "显示为多驱动视图"
}
},
"network": {
"label": "网络",
"enabled": {
"label": "在小工具中显示"
},
"span": {
"label": "列宽度"
},
"compactView": {
"label": "显示为文本(紧凑)"
}
},
"cpu": {
"label": "CPU",
"enabled": {
"label": "在小工具中显示"
},
"span": {
"label": "列宽度"
},
"multiView": {
"label": "显示为多核视图"
}
},
"ram": {
"label": "内存",
"enabled": {
"label": "在小工具中显示"
},
"span": {
"label": "列宽度"
}
},
"gpu": {
"label": "GPU",
"enabled": {
"label": "在小工具中显示"
},
"span": {
"label": "列宽度"
}
}
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "没有找到Dash.服务。请在你的Homarr仪表板上添加,或者设置一个仪表板网址。网址在应用选项中添加",
"noInformation": "无法从仪表板获取信息。- 你运行的是最新版本吗?",
"protocolDowngrade": {
"title": "检测到协议降级",
"text": "Dash实例的协议被降级。这存在安全风险,因为HTTP是未加密的,攻击者可能会滥用此连接。确保Dash也在HTTPS上运行,或者将Homarr降级为HTTP(不推荐)。"
}
},
"graphs": {
"storage": {
"title": "存储",
"label": "存储:"
},
"network": {
"title": "网络",
"label": "网络:",
"metrics": {
"download": "下移",
"upload": "上移"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": "内存"
},
"gpu": {
"title": "GPU"
}
}
}
}