mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-28 19:47:26 +00:00
feat(downloads): add details controls and aggregate summaries
This commit is contained in:
@@ -353,6 +353,15 @@ const zhCN = {
|
||||
addDownload: '添加下载',
|
||||
resumeAll: '全部恢复',
|
||||
pauseAll: '全部暂停',
|
||||
summary: {
|
||||
items: '{{count}} 个项目',
|
||||
selected: '已选择 {{count}}',
|
||||
downloaded: '已下载',
|
||||
remaining: '剩余',
|
||||
active: '进行中',
|
||||
unknown: '未知',
|
||||
estimated: '估计 {{value}}',
|
||||
},
|
||||
queueEmpty: '队列为空',
|
||||
noCompletedDownloads: '没有已完成的下载',
|
||||
noDownloads: '没有下载',
|
||||
|
||||
Reference in New Issue
Block a user