mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-02 14:07:57 +00:00
feat(downloads): add dedicated Torrent category
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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: 'اشتراکگذاری تورنت',
|
||||
|
||||
@@ -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: 'שיתוף טורנט',
|
||||
|
||||
@@ -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: 'Раздача торрента',
|
||||
|
||||
@@ -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: 'Роздача торрента',
|
||||
|
||||
@@ -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 做种',
|
||||
|
||||
Reference in New Issue
Block a user