Files
homarr/public/locales/zh/modules/usenet.json
2022-11-06 10:05:35 -06: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": "用户网",
"description": "允许您查看您的用户网Sabnzbd 或 NZBGet队列和历史记录暂停和恢复下载。"
},
"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": "暂停使用"
}
}