🌎 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

View File

@@ -1,48 +1,48 @@
{
"descriptor": {
"name": "Sabnzbd",
"description": "允许您查看您的Sabnzbd队列和历史暂停和恢复下载"
"description": "允许您查看您的Sabnzbd队列和历史进行暂停和恢复下载操作"
},
"card": {
"errors": {
"noDownloadClients": {
"title": "没有找到支持的下载客户端!",
"title": "没有找到支持的下载客户端",
"text": "添加下载服务,查看你当前的下载量"
}
}
},
"tabs": {
"queue": "队",
"queue": "队",
"history": "历史"
},
"info": {
"sizeLeft": "左侧尺寸",
"sizeLeft": "左侧大小",
"paused": "暂停使用"
},
"queue": {
"header": {
"name": "名",
"size": "尺寸",
"eta": "ETA",
"progress": "进"
"name": "名",
"size": "大小",
"eta": "剩余时间",
"progress": "进"
},
"empty": "空的",
"error": {
"title": "误",
"message": "发生了一个错误"
"title": "误",
"message": "出错了"
},
"paused": "暂停使用"
},
"history": {
"header": {
"name": "名",
"size": "尺寸",
"duration": "时间"
"name": "名",
"size": "大小",
"duration": "持续时间"
},
"empty": "空的",
"error": {
"title": "误",
"message": "错误加载历史记录"
"title": "误",
"message": "加载历史记录时出错"
},
"paused": "暂停使用"
}