55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Torrent",
|
|
"description": "显示支持的Torrent客户端的torrent列表。",
|
|
"settings": {
|
|
"title": "Torrent 部件设置",
|
|
"refreshInterval": {
|
|
"label": "刷新时间间隔(秒)。"
|
|
},
|
|
"displayCompletedTorrents": {
|
|
"label": "显示已完成的种子"
|
|
},
|
|
"displayStaleTorrents": {
|
|
"label": "显示过期种子"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"table": {
|
|
"header": {
|
|
"name": "名称",
|
|
"size": "大小",
|
|
"download": "下移",
|
|
"upload": "上移",
|
|
"estimatedTimeOfArrival": "剩余时间",
|
|
"progress": "进度"
|
|
},
|
|
"body": {
|
|
"nothingFound": "没有找到种子"
|
|
}
|
|
},
|
|
"lineChart": {
|
|
"title": "当前下载速度",
|
|
"download": "下载:{{download}}",
|
|
"upload": "上传: {{upload}}",
|
|
"timeSpan": "{{seconds}} 秒前",
|
|
"totalDownload": "下载: {{download}}/秒",
|
|
"totalUpload": "上传: {{upload}}/秒"
|
|
},
|
|
"errors": {
|
|
"noDownloadClients": {
|
|
"title": "没有找到支持Torrent的客户端!",
|
|
"text": "添加一个支持Torrent的客户端来查看你当前的下载情况"
|
|
},
|
|
"generic": {
|
|
"title": "发生了一个未知的错误",
|
|
"text": "Homarr无法与您的Torrent客户端通信。请检查您的配置"
|
|
}
|
|
},
|
|
"loading": {
|
|
"title": "正在加载..."
|
|
}
|
|
}
|
|
}
|