🌎 New Crowdin updates

This commit is contained in:
Thomas Camlong
2022-10-11 05:18:12 +09:00
committed by GitHub
parent e23a6bfc3b
commit ba7786d337
22 changed files with 129 additions and 129 deletions
+15 -15
View File
@@ -1,38 +1,38 @@
{
"descriptor": {
"name": "酷刑",
"name": "Torrent",
"description": "显示支持的服务的当前下载速度",
"settings": {
"hideComplete": {
"label": "隐藏已完成的torrent"
"label": "隐藏已完成的种子"
}
}
},
"card": {
"table": {
"header": {
"name": "名",
"size": "尺寸",
"download": "下",
"upload": "上",
"estimatedTimeOfArrival": "ETA",
"progress": "进"
"name": "名",
"size": "大小",
"download": "下",
"upload": "上",
"estimatedTimeOfArrival": "剩余时间",
"progress": "进"
},
"body": {
"nothingFound": "没有找到山洪资源"
"nothingFound": "没有找到种子"
}
},
"lineChart": {
"title": "当前下载速度",
"download": "下载{{download}}",
"upload": "上传 {{upload}}",
"title": "当前下载速度",
"download": "下载{{download}}",
"upload": "上传 {{upload}}",
"timeSpan": "{{seconds}} 秒前",
"totalDownload": "下载 {{download}}/s",
"totalUpload": "上传 {{upload}}/s"
"totalDownload": "下载 {{download}}/",
"totalUpload": "上传 {{upload}}/"
},
"errors": {
"noDownloadClients": {
"title": "没有找到支持的下载客户端!",
"title": "没有找到支持的下载客户端",
"text": "添加下载服务,查看你当前的下载量"
}
}