mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-07 21:01:03 +01:00
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Torrent",
|
|
"description": "显示支持的Torrent客户端的torrent列表。",
|
|
"settings": {
|
|
"title": "Torrent 部件设置",
|
|
"refreshInterval": {
|
|
"label": "刷新时间间隔(秒)。"
|
|
},
|
|
"displayCompletedTorrents": {
|
|
"label": "显示已完成的种子"
|
|
},
|
|
"displayStaleTorrents": {
|
|
"label": "显示过期种子"
|
|
},
|
|
"labelFilterIsWhitelist": {
|
|
"label": "标签列表是白名单 (而不是黑名单)"
|
|
},
|
|
"labelFilter": {
|
|
"label": "标签列表",
|
|
"description": "当选择“白名单”时,这将成为白名单。如果不选中,这将是黑名单。当空时不会做任何事情。"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"footer": {
|
|
"error": "错误",
|
|
"lastUpdated": "最后更新于 {{time}} "
|
|
},
|
|
"table": {
|
|
"header": {
|
|
"name": "名称",
|
|
"size": "大小",
|
|
"download": "下移",
|
|
"upload": "上移",
|
|
"estimatedTimeOfArrival": "剩余时间",
|
|
"progress": "进度"
|
|
},
|
|
"item": {
|
|
"text": "由 {{appName}}, {{ratio}} 管理的比率"
|
|
},
|
|
"body": {
|
|
"nothingFound": "没有找到种子",
|
|
"filterHidingItems": "您的过滤器隐藏了 {{count}} 条记录"
|
|
}
|
|
},
|
|
"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": "正在加载..."
|
|
},
|
|
"popover": {
|
|
"introductionPrefix": "管理的是",
|
|
"metrics": {
|
|
"queuePosition": "队列位置 - {{position}}",
|
|
"progress": "进展 - {{progress}}%",
|
|
"totalSelectedSize": "共计 - {{totalSize}}",
|
|
"state": "国家 - {{state}}",
|
|
"ratio": "比率-",
|
|
"completed": "已完成"
|
|
}
|
|
}
|
|
}
|
|
}
|