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

40 lines
1010 B
JSON

{
"descriptor": {
"name": "Torrent",
"description": "显示支持的服务的当前下载速度",
"settings": {
"hideComplete": {
"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": "没有找到支持的下载客户端!",
"text": "添加下载服务,查看你当前的下载量"
}
}
}
}