mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-21 08:26:40 +00:00
feat(downloads): add details controls and aggregate summaries
This commit is contained in:
@@ -353,6 +353,15 @@ const ru = {
|
||||
addDownload: 'Добавить загрузку',
|
||||
resumeAll: 'Возобновить все',
|
||||
pauseAll: 'Приостановить все',
|
||||
summary: {
|
||||
items: '{{count}} элементов',
|
||||
selected: 'Выбрано: {{count}}',
|
||||
downloaded: 'Загружено',
|
||||
remaining: 'Осталось',
|
||||
active: 'Активные',
|
||||
unknown: 'Неизвестно',
|
||||
estimated: 'Около {{value}}',
|
||||
},
|
||||
queueEmpty: 'Очередь пуста',
|
||||
noCompletedDownloads: 'Нет завершённых загрузок',
|
||||
noDownloads: 'Нет загрузок',
|
||||
|
||||
Reference in New Issue
Block a user