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

50 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Sabnzbd",
"description": "允许您查看您的Sabnzbd队列和历史进行暂停和恢复下载操作"
},
"card": {
"errors": {
"noDownloadClients": {
"title": "没有找到支持的下载客户端!",
"text": "添加下载服务,查看你当前的下载量"
}
}
},
"tabs": {
"queue": "队列",
"history": "历史"
},
"info": {
"sizeLeft": "左侧大小",
"paused": "暂停使用"
},
"queue": {
"header": {
"name": "名称",
"size": "大小",
"eta": "剩余时间",
"progress": "进度"
},
"empty": "空的",
"error": {
"title": "错误",
"message": "出错了"
},
"paused": "暂停使用"
},
"history": {
"header": {
"name": "名称",
"size": "大小",
"duration": "持续时间"
},
"empty": "空的",
"error": {
"title": "错误",
"message": "加载历史记录时出错"
},
"paused": "暂停使用"
}
}