Files
Homarr/public/locales/tw/modules/dashdot.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

119 lines
2.9 KiB
JSON
Raw Permalink 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. 組件設定",
"dashName": {
"label": "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": "處理器",
"enabled": {
"label": "在組件中顯示"
},
"span": {
"label": "列寬度"
},
"multiView": {
"label": "顯示為多核心圖示"
}
},
"ram": {
"label": "記憶體",
"enabled": {
"label": "在組件中顯示"
},
"span": {
"label": "列寬度"
}
},
"gpu": {
"label": "顯示卡",
"enabled": {
"label": "在組件中顯示"
},
"span": {
"label": "列寬度"
}
}
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "未找到Dash. ,請在集成終將其添加至您的 Homarr 面板或在模塊選項中設定Dash. 網址",
"noInformation": "無法從Dash. 獲取數據,您運行的是最新版本嗎?",
"protocolDowngrade": {
"title": "檢測到協議降級",
"text": "與Dash. 實例的連結使用的是 HTTP這是一個安全風險因為 HTTP 是未加密的攻擊者可能會濫用此連結確保Dash. 使用的是 HTTPS或者將 Homarr 降級為 HTTP (不推薦)"
}
},
"graphs": {
"storage": {
"title": "儲存設備",
"label": "儲存設備:"
},
"network": {
"title": "網路",
"label": "網路:",
"metrics": {
"download": "下載",
"upload": "上傳"
}
},
"cpu": {
"title": "處理器"
},
"ram": {
"title": "記憶體"
},
"gpu": {
"title": "顯示卡"
}
}
}
}