feat(downloads): add dedicated Torrent category

This commit is contained in:
NimBold
2026-08-10 14:20:50 +03:30
parent 23991c3dea
commit 472da5a681
22 changed files with 150 additions and 25 deletions
+2
View File
@@ -14,6 +14,7 @@ const common = {
documents: 'Documents',
pictures: 'Pictures',
applications: 'Applications',
torrents: 'Torrents',
other: 'Other',
},
folders: 'Folders',
@@ -667,6 +668,7 @@ const common = {
refreshMetadata: 'Refresh Metadata',
files: 'Files',
torrentFiles: 'Torrent files',
torrent: 'Torrent',
chooseTorrentFiles: 'Add .torrent files',
torrentMetadataPending: 'Aria2 will resolve the magnet metadata when the transfer starts.',
torrentSeeding: 'Torrent seeding',
+2
View File
@@ -14,6 +14,7 @@ const fa = {
documents: 'اسناد',
pictures: 'تصاویر',
applications: 'برنامه‌ها',
torrents: 'تورنت‌ها',
other: 'سایر',
},
folders: 'پوشه‌ها',
@@ -667,6 +668,7 @@ const fa = {
refreshMetadata: 'تازه‌سازی متادیتا',
files: 'فایل‌ها',
torrentFiles: 'فایل‌های تورنت',
torrent: 'تورنت',
chooseTorrentFiles: 'افزودن فایل‌های .torrent',
torrentMetadataPending: 'آریا۲ هنگام شروع انتقال، متادیتای مگنت را دریافت می‌کند.',
torrentSeeding: 'اشتراک‌گذاری تورنت',
+2
View File
@@ -14,6 +14,7 @@ const he = {
documents: 'מסמכים',
pictures: 'תמונות',
applications: 'יישומים',
torrents: 'טורנטים',
other: 'אחר',
},
folders: 'תיקיות',
@@ -667,6 +668,7 @@ const he = {
refreshMetadata: 'רענון מטא נתונים',
files: 'קבצים',
torrentFiles: 'קובצי טורנט',
torrent: 'טורנט',
chooseTorrentFiles: 'הוספת קובצי .torrent',
torrentMetadataPending: 'Aria2 יאתר את נתוני המגנט כשההעברה תתחיל.',
torrentSeeding: 'שיתוף טורנט',
+2
View File
@@ -14,6 +14,7 @@ const ru = {
documents: 'Документы',
pictures: 'Изображения',
applications: 'Программы',
torrents: 'Торренты',
other: 'Другое',
},
folders: 'Папки',
@@ -667,6 +668,7 @@ const ru = {
refreshMetadata: 'Обновить метаданные',
files: 'Файлы',
torrentFiles: 'Торрент-файлы',
torrent: 'Торрент',
chooseTorrentFiles: 'Добавить файлы .torrent',
torrentMetadataPending: 'Aria2 получит метаданные магнита при запуске передачи.',
torrentSeeding: 'Раздача торрента',
+2
View File
@@ -14,6 +14,7 @@ const uk = {
documents: 'Документи',
pictures: 'Зображення',
applications: 'Програми',
torrents: 'Торенти',
other: 'Інше',
},
folders: 'Папки',
@@ -667,6 +668,7 @@ const uk = {
refreshMetadata: 'Оновити метадані',
files: 'Файли',
torrentFiles: 'Торрент-файли',
torrent: 'Торрент',
chooseTorrentFiles: 'Додати файли .torrent',
torrentMetadataPending: 'Aria2 отримає метадані магнітного посилання після початку передачі.',
torrentSeeding: 'Роздача торрента',
+2
View File
@@ -14,6 +14,7 @@ const zhCN = {
documents: '文档',
pictures: '图片',
applications: '应用程序',
torrents: '种子',
other: '其他',
},
folders: '文件夹',
@@ -667,6 +668,7 @@ const zhCN = {
refreshMetadata: '刷新元数据',
files: '文件',
torrentFiles: '种子文件',
torrent: '种子',
chooseTorrentFiles: '添加 .torrent 文件',
torrentMetadataPending: '传输开始时,Aria2 将解析磁力链接元数据。',
torrentSeeding: 'BT 做种',