diff --git a/.tx/config b/.tx/config index a0d41c32..15a9f7ad 100644 --- a/.tx/config +++ b/.tx/config @@ -9,7 +9,7 @@ source_file = src/locale/arrowdl_en_US.ts source_lang = en type = QT minimum_perc = 0 -lang_map = ar_EG: ar_EG, de_DE: de_DE, en_US: en_US, es_ES: es_ES, fr_FR: fr_FR, hu_HU: hu_HU, it_IT: it_IT, ja_JP: ja_JP, ko_KR: ko_KR, nl_NL: nl_NL, pl_PL: pl_PL, pt_BR: pt_BR, pt_PT: pt_PT, ru_RU: ru_RU, vi_VN: vi_VN, zh_CN: zh_CN +lang_map = ar_EG: ar_EG, de_DE: de_DE, en_US: en_US, es_BO: es_BO, es_ES: es_ES, es_US: es_US, fr_FR: fr_FR, hu_HU: hu_HU, it_IT: it_IT, ja_JP: ja_JP, ko_KR: ko_KR, nl_NL: nl_NL, pl_PL: pl_PL, pt_BR: pt_BR, pt_PT: pt_PT, ru_RU: ru_RU, vi_VN: vi_VN, zh_CN: zh_CN, zh_TW: zh_TW [o:arrowdl:p:arrowdl:r:web-extension] file_filter = web-extension/extension/src/base/_locales//messages.json @@ -17,12 +17,12 @@ source_file = web-extension/extension/src/base/_locales/en/messages.json source_lang = en type = CHROME minimum_perc = 0 -lang_map = ar_EG: ar, de_DE: de, en_US: en, es_ES: es, fr_FR: fr, hu_HU: hu, it_IT: it, ja_JP: ja, ko_KR: ko, nl_NL: nl, pl_PL: pl, pt_BR: pt_BR, pt_PT: pt_PT, ru_RU: ru, vi_VN: vi, zh_CN: zh_CN +lang_map = ar_EG: ar, de_DE: de, en_US: en, es_BO: es_BO, es_ES: es_ES, es_US: es_US, fr_FR: fr, hu_HU: hu, it_IT: it, ja_JP: ja, ko_KR: ko, nl_NL: nl, pl_PL: pl, pt_BR: pt_BR, pt_PT: pt_PT, ru_RU: ru, vi_VN: vi, zh_CN: zh_CN, zh_TW: zh_TW [o:arrowdl:p:arrowdl:r:windows-installer] file_filter = installer/windows/NSIS/i18n/sources/.json source_file = installer/windows/NSIS/i18n/sources/en.json source_lang = en type = KEYVALUEJSON -lang_map = ar_EG: ar, de_DE: de, en_US: en, es_ES: es, fr_FR: fr, hu_HU: hu, it_IT: it, ja_JP: ja, ko_KR: ko, nl_NL: nl, pl_PL: pl, pt_BR: pt_BR, pt_PT: pt, ru_RU: ru, vi_VN: vi, zh_CN: zh_CN +lang_map = ar_EG: ar, de_DE: de, en_US: en, es_BO: es_BO, es_ES: es_ES, es_US: es_US, fr_FR: fr, hu_HU: hu, it_IT: it, ja_JP: ja, ko_KR: ko, nl_NL: nl, pl_PL: pl, pt_BR: pt_BR, pt_PT: pt, ru_RU: ru, vi_VN: vi, zh_CN: zh_CN, zh_TW: zh_TW diff --git a/3rd/yt-dlp/bin/yt-dlp b/3rd/yt-dlp/bin/yt-dlp index e754c94b..ef67b03c 100644 Binary files a/3rd/yt-dlp/bin/yt-dlp and b/3rd/yt-dlp/bin/yt-dlp differ diff --git a/3rd/yt-dlp/bin/yt-dlp.exe b/3rd/yt-dlp/bin/yt-dlp.exe index bf990c4a..ba438068 100644 Binary files a/3rd/yt-dlp/bin/yt-dlp.exe and b/3rd/yt-dlp/bin/yt-dlp.exe differ diff --git a/3rd/yt-dlp/version b/3rd/yt-dlp/version index 9d695475..43ddce56 100644 --- a/3rd/yt-dlp/version +++ b/3rd/yt-dlp/version @@ -1 +1 @@ -2024.07.25 +2024.08.06 diff --git a/TRANSLATORS.md b/TRANSLATORS.md index c5843449..263f97ce 100644 --- a/TRANSLATORS.md +++ b/TRANSLATORS.md @@ -15,6 +15,9 @@ To add the language 'xx' in country 'XX': 2. Go to Transifex > Language > Add the language > Add xx_XX +https://app.transifex.com/arrowdl/arrowdl/languages/ + + 3. Add following line to `qt_add_translations(...)` in `./src/CMakeLists.txt`: ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_xx_XX.ts diff --git a/installer/windows/NSIS/i18n/sources/es_BO.json b/installer/windows/NSIS/i18n/sources/es_BO.json new file mode 100644 index 00000000..a88b06da --- /dev/null +++ b/installer/windows/NSIS/i18n/sources/es_BO.json @@ -0,0 +1,12 @@ +{ + "DESC_SectionMainApplication": "The main application.", + "DESC_SectionLauncher": "The launcher, used for messaging with web browser.", + "DESC_SectionStartMenuShortcut": "Create Start Menu Shortcut.", + "DESC_SectionDesktopShortcut": "Create Desktop Shortcut.", + "DESC_UninstallIconDescription": "Uninstall ArrowDL", + "DESC_ApplicationSession": "Application (required)", + "DESC_LauncherSession": "Launcher (required)", + "DESC_StartMenuGroupSession": "Start Menu Shortcut", + "DESC_DesktopShortcutSession": "Desktop Shortcut", + "DESC_VisitWebSite": "Visit our website:" +} \ No newline at end of file diff --git a/installer/windows/NSIS/i18n/sources/es_ES.json b/installer/windows/NSIS/i18n/sources/es_ES.json new file mode 100644 index 00000000..90082ce1 --- /dev/null +++ b/installer/windows/NSIS/i18n/sources/es_ES.json @@ -0,0 +1,12 @@ +{ + "DESC_SectionMainApplication": "La aplicación principal.", + "DESC_SectionLauncher": "El lanzador, utilizado para enviar mensajes con el navegador web.", + "DESC_SectionStartMenuShortcut": "Crear acceso directo al menú Inicio.", + "DESC_SectionDesktopShortcut": "Crear acceso directo del Escritorio.", + "DESC_UninstallIconDescription": "Desinstalar ArrowDL", + "DESC_ApplicationSession": "Solicitud (requerida)", + "DESC_LauncherSession": "Lanzador (requerido)", + "DESC_StartMenuGroupSession": "Acceso directo del menú Inicio", + "DESC_DesktopShortcutSession": "Acceso directo del Escritorio", + "DESC_VisitWebSite": "Visite nuestro sitio web:" +} \ No newline at end of file diff --git a/installer/windows/NSIS/i18n/sources/es_US.json b/installer/windows/NSIS/i18n/sources/es_US.json new file mode 100644 index 00000000..a88b06da --- /dev/null +++ b/installer/windows/NSIS/i18n/sources/es_US.json @@ -0,0 +1,12 @@ +{ + "DESC_SectionMainApplication": "The main application.", + "DESC_SectionLauncher": "The launcher, used for messaging with web browser.", + "DESC_SectionStartMenuShortcut": "Create Start Menu Shortcut.", + "DESC_SectionDesktopShortcut": "Create Desktop Shortcut.", + "DESC_UninstallIconDescription": "Uninstall ArrowDL", + "DESC_ApplicationSession": "Application (required)", + "DESC_LauncherSession": "Launcher (required)", + "DESC_StartMenuGroupSession": "Start Menu Shortcut", + "DESC_DesktopShortcutSession": "Desktop Shortcut", + "DESC_VisitWebSite": "Visit our website:" +} \ No newline at end of file diff --git a/installer/windows/NSIS/i18n/sources/ru.json b/installer/windows/NSIS/i18n/sources/ru.json index 159fa274..85e4ee01 100644 --- a/installer/windows/NSIS/i18n/sources/ru.json +++ b/installer/windows/NSIS/i18n/sources/ru.json @@ -1,12 +1,12 @@ { "DESC_SectionMainApplication": "Основное приложение.", - "DESC_SectionLauncher": "Программа запуска, используемая для обмена сообщениями с веб-браузером.", - "DESC_SectionStartMenuShortcut": "Создайте ярлык меню Пуск.", + "DESC_SectionLauncher": "Дополнительная программа, использующаяся для обмена сообщениями с веб-браузерами. Нужна для работы браузерных расширений.", + "DESC_SectionStartMenuShortcut": "Создать ярлыки в меню Пуск.", "DESC_SectionDesktopShortcut": "Создать ярлык на рабочем столе.", "DESC_UninstallIconDescription": "Удалить ArrowDL", - "DESC_ApplicationSession": "Заявление (обязательно)", - "DESC_LauncherSession": "Пусковая установка (обязательно)", - "DESC_StartMenuGroupSession": "Ярлык меню Пуск", - "DESC_DesktopShortcutSession": "Ярлык рабочего стола", + "DESC_ApplicationSession": "Программа (обязательно)", + "DESC_LauncherSession": "Лаунчер (обязательно)", + "DESC_StartMenuGroupSession": "Ярлык в меню Пуск", + "DESC_DesktopShortcutSession": "Ярлык на Рабочем столе", "DESC_VisitWebSite": "Посетите наш сайт:" } \ No newline at end of file diff --git a/installer/windows/NSIS/i18n/sources/zh_TW.json b/installer/windows/NSIS/i18n/sources/zh_TW.json new file mode 100644 index 00000000..39e2504b --- /dev/null +++ b/installer/windows/NSIS/i18n/sources/zh_TW.json @@ -0,0 +1,12 @@ +{ + "DESC_SectionMainApplication": "主要應應用程式。", + "DESC_SectionLauncher": "啟動器用於通過 Web 瀏覽器傳遞訊息。", + "DESC_SectionStartMenuShortcut": "建立開始選單捷徑。", + "DESC_SectionDesktopShortcut": "建立桌面捷徑。", + "DESC_UninstallIconDescription": "解除安裝 ArrowDL", + "DESC_ApplicationSession": "應用程式(必須)", + "DESC_LauncherSession": "啟動器(必須)", + "DESC_StartMenuGroupSession": "開始選單捷徑", + "DESC_DesktopShortcutSession": "桌面捷徑", + "DESC_VisitWebSite": "前往我們的網站:" +} \ No newline at end of file diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e28cc80..cd36b37e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -74,10 +74,12 @@ target_compile_definitions(${TARGET_NAME} qt_add_translations(${TARGET_NAME} TS_FILES - ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_ar_EG.ts # Arabic + ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_ar_EG.ts # Arabic (Egypt) ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_de_DE.ts # German ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_en_US.ts # English (default) - ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_es_ES.ts # Spanish + ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_es_BO.ts # Spanish (Bolivia) + ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_es_ES.ts # Spanish (Spain) + ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_es_US.ts # Spanish (United States) ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_fr_FR.ts # French ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_hu_HU.ts # Hungarian ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_it_IT.ts # Italian @@ -90,6 +92,7 @@ qt_add_translations(${TARGET_NAME} ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_ru_RU.ts # Russian ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_vi_VN.ts # Vietnamese ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_zh_CN.ts # Chinese (Simplified & Traditional) + ${CMAKE_SOURCE_DIR}/src/locale/arrowdl_zh_TW.ts # Chinese (Taiwan) QM_FILES_OUTPUT_VARIABLE qm_files ) diff --git a/src/core/downloaditem.cpp b/src/core/downloaditem.cpp index b36679a8..fb435b4b 100644 --- a/src/core/downloaditem.cpp +++ b/src/core/downloaditem.cpp @@ -309,7 +309,7 @@ QString DownloadItem::statusToHttp(QNetworkReply::NetworkError error) case QNetworkReply::InternalServerError: return tr("500 Internal server error"); case QNetworkReply::OperationNotImplementedError: return tr("501 Server does not support this functionality"); case QNetworkReply::ServiceUnavailableError: return tr("503 Service unavailable"); - case QNetworkReply::UnknownServerError: return tr("5xx Unknown serveur error"); + case QNetworkReply::UnknownServerError: return tr("5xx Unknown server error"); } Q_UNREACHABLE(); } diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 0ac44ad8..12715204 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp @@ -155,7 +155,7 @@ Settings::Settings(QObject *parent) : AbstractSettings(parent) // Tab General ExistingFileOption Settings::existingFileOption() const { - int value = getSettingInt(REGISTRY_EXISTING_FILE); + auto value = getSettingInt(REGISTRY_EXISTING_FILE); return (value >= 0 && value < static_cast(ExistingFileOption::LastOption)) ? static_cast(value) : ExistingFileOption::Skip; @@ -185,13 +185,13 @@ void Settings::setLanguage(const QString &language) */ QMap Settings::theme() const { - const QString str = getSettingString(REGISTRY_UI_THEME); + auto str = getSettingString(REGISTRY_UI_THEME); return deserialize(str); } void Settings::setTheme(const QMap &map) { - const QString value = serialize(map); + auto value = serialize(map); setSettingString(REGISTRY_UI_THEME, value); } @@ -736,13 +736,13 @@ void Settings::setTorrentPeers(const QString &value) /* Other (advanced) settings */ QMap Settings::torrentSettings() const { - const QString str = getSettingString(REGISTRY_TORRENT_ADVANCED); + auto str = getSettingString(REGISTRY_TORRENT_ADVANCED); return deserialize(str); } void Settings::setTorrentSettings(const QMap &map) { - const QString value = serialize(map); + auto value = serialize(map); setSettingString(REGISTRY_TORRENT_ADVANCED, value); } diff --git a/src/core/torrentcontext_p.cpp b/src/core/torrentcontext_p.cpp index 7ff9f844..648ef0b7 100644 --- a/src/core/torrentcontext_p.cpp +++ b/src/core/torrentcontext_p.cpp @@ -65,8 +65,8 @@ /* Show the thread, of which the debug message comes from */ -#define qDebug_1 qDebug() << " + | " -#define qDebug_2 qDebug() << " | + " +#define qDebug_1 qDebug() << " + | " // from TorrentContextPrivate +#define qDebug_2 qDebug() << " | + " // from WorkerThread using namespace Qt::Literals::StringLiterals; diff --git a/src/dialogs/batchrenamedialog.cpp b/src/dialogs/batchrenamedialog.cpp index 70674c5d..b51d3ec5 100644 --- a/src/dialogs/batchrenamedialog.cpp +++ b/src/dialogs/batchrenamedialog.cpp @@ -127,8 +127,9 @@ void BatchRenameDialog::renameToEnumeration() void BatchRenameDialog::rename(DownloadItem *downloadItem, const QString &newName) { - if (!downloadItem) + if (!downloadItem) { return; + } if (ui->safeRenameCheckBox->isChecked()) { auto resource = downloadItem->resource(); diff --git a/src/io/filewriter.cpp b/src/io/filewriter.cpp index 7df7b666..bc1f1805 100644 --- a/src/io/filewriter.cpp +++ b/src/io/filewriter.cpp @@ -27,11 +27,13 @@ FileWriter::FileWriter(QIODevice *device) : m_device(device) { + m_errorString = FileWriter::tr("Unknown error"); } FileWriter::FileWriter(const QString &fileName) : m_device(new QFile(fileName)) { + m_errorString = FileWriter::tr("Unknown error"); } FileWriter::~FileWriter() diff --git a/src/io/filewriter.h b/src/io/filewriter.h index 6ddd57e3..1b254dcd 100644 --- a/src/io/filewriter.h +++ b/src/io/filewriter.h @@ -59,7 +59,7 @@ class FileWriter /* Error */ FileWriter::FileWriterError m_fileWriterError = UnknownError; - QString m_errorString = FileWriter::tr("Unknown error"); + QString m_errorString = {}; Q_DISABLE_COPY(FileWriter) }; diff --git a/src/locale/arrowdl_ar_EG.ts b/src/locale/arrowdl_ar_EG.ts index b10c9da2..d26fc052 100644 --- a/src/locale/arrowdl_ar_EG.ts +++ b/src/locale/arrowdl_ar_EG.ts @@ -1,72 +1,70 @@ - - - + AbstractDownloadItem Idle - + Paused - + Canceled - + Preparing - + Connecting - + Downloading Metadata - + Downloading - + Finishing - + Complete - + Seeding - + Skipped - + Server error - + File error - + @@ -75,66 +73,66 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Insert batch range: - + 1 -> 10 - + 1 -> 100 - + 01 -> 10 - + 001 -> 100 - + Custom - + Batch and Single File - + Download: - + Examples: - + &Start! - + Add &paused - + @@ -144,58 +142,58 @@ You can also use batch descriptors to download multiple files at one time. Add Batch and Single File - + Batch descriptors: - + Must start with '[' or '(' - + Must contain two numbers, separated by ':', '-' or a space character - + Must end with ']' or ')' - + Insert - + Do you really want to start %0 downloads? - + Don't ask again, always download batch - + Download Batch - + It seems that you are using some batch descriptors. - + Single Download - + @@ -203,27 +201,27 @@ You can also use batch descriptors to download multiple files at one time. Collecting... - + Save files in: - + Default Mask: - + &Start! - + Add &paused - + @@ -234,60 +232,60 @@ You can also use batch descriptors to download multiple files at one time. Preferences - + Warning - + Web Page Content - + Error: The url is not valid: - + Connecting... - + Downloading... - + Collecting links... - + Finished - + The wizard can't connect to URL: - + After selecting links, click on Start! - + Selected links: %0 of %1 - + @@ -295,38 +293,38 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + Download: - + Examples: - + Continue - + Stream - + &Start! - + Add &paused - + @@ -336,12 +334,12 @@ You can also use batch descriptors to download multiple files at one time. Add Stream - + Stop - + @@ -349,37 +347,37 @@ You can also use batch descriptors to download multiple files at one time. Examples: - + Download: - + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Enter the .torrent file (or magnet link) to download - + Magnet Link and Torrent - + &Start! - + Add &paused - + @@ -389,7 +387,7 @@ You can also use batch descriptors to download multiple files at one time. Add Magnet Links and Torrent - + @@ -397,37 +395,37 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - + &Start! - + Add &paused - + Cancel - ألغِ + Add Urls - + @@ -435,80 +433,80 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Presets - + Default - + Minimize Memory Usage - + High Performance Seed - + Search for setting - + Clear - + Key - + Value - + Show modified only - + Edit - + Reset to Default - + Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -516,82 +514,82 @@ You can also use batch descriptors to download multiple files at one time. Tools - + Files to rename - + Rename Tool - + Batch Rename - + Default names - + Enumerated names - + Options - + Start enumeration from: - + Style: - + 1 ... 123456 - + 000001 ... 123456 - + Custom number of digits: - + Increment by: - + Safe Rename* - + *Rename and pause. Otherwise, could also rename already downloaded files. - + %0 selected files to rename - + @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Uncheck Selected Items - + Toggle Check for Selected Items - + Select All - + Select Filtered - + Invert Selection - + @@ -632,7 +630,7 @@ You can also use batch descriptors to download multiple files at one time. Clear History - + @@ -645,109 +643,109 @@ You can also use batch descriptors to download multiple files at one time. Compiler - + Name: - + Version: - + CPU Architecture: - + Build date: - + Plugins - + System - + OS: - + SSL Library Version: - + SSL Library Build Version: - + Found in application path: - + * OpenSSL SSL library: - + * OpenSSL Crypto library: - + Libraries and Build Version - + Info - معلومات + %0 %1 version %2 - + %0 with Qt WebEngine based on Chromium %1 - + Reading... - + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + not found - + This application supports SSL. - + @@ -755,7 +753,7 @@ You can also use batch descriptors to download multiple files at one time. ... (%0 others) - + @@ -763,210 +761,210 @@ You can also use batch descriptors to download multiple files at one time. No Error - + 3xx Redirect connection refused - + 3xx Redirect remote host closed - + 3xx Redirect host not found - + 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + 5xx Proxy not found - + 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + 404 Not found - + 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name اسم الملف - + Domain اسم النطاق - + Progress - + - + Percent - + % - + Size - + - + Est. time - + - + Speed - + @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + Error in file '%0' - + Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + Unknown error - + @@ -1023,27 +1021,27 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Edit the Urls - + Edit the Urls. Note that the number of lines should stay unchanged. - + %0 selected files to edit - + Warning: number of lines is <%0> but should be <%1>! - + @@ -1051,32 +1049,32 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + The file already exists: - + Do you want to Rename, Overwrite or Skip this file? - + Rename - غير الاسم + Overwrite - + Skip - + @@ -1084,75 +1082,76 @@ You can also use batch descriptors to download multiple files at one time. Invalid device - + File not found - + Unsupported format - + Unable to read data - + Unknown error - + Any file (all types) (%0) - + All files (%0) - + FileWriter - + Device is not set - + - + Cannot open device for writing: %1 - + - + Device not writable - + - + Unsupported format - + - + File is empty - + - + All files (%0) - + - + + Unknown error - + @@ -1161,12 +1160,12 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Fast Filtering - + @@ -1174,22 +1173,22 @@ Some examples are given below. Click to paste the example. Filters - + Fast Filtering - + Fast Filtering Tips... - + Disable other filters - + @@ -1197,72 +1196,72 @@ Some examples are given below. Click to paste the example. Unknown - + 0 byte - + 1 byte - + %0 bytes - + %0 KB - + %0 MB - + %0 GB - + %0 TB - + Yes - + No - + %0 KB/s - + %0 MB/s - + %0 GB/s - + %0 TB/s - + @@ -1271,67 +1270,67 @@ Some examples are given below. Click to paste the example. Getting Started - + Choose which category of document to download. - + Web Page Content - + Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + Video/Audio Stream - + Stream from Youtube and other video stream sites - + Magnet Link, Torrent - + Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + Close - + @@ -1339,42 +1338,42 @@ Some examples are given below. Click to paste the example. Properties - + Size: - + From: - + Unkown - + Download Information - + Options - + Messages - + Wrap line - + @@ -1382,42 +1381,42 @@ Some examples are given below. Click to paste the example. Links - + Pictures and Media - + Links (%0) - + Pictures and Media (%0) - + Mask... - + Copy Links - + Open %0 - + Open %0 Links - + @@ -1430,27 +1429,27 @@ Some examples are given below. Click to paste the example. Torrent download details - + &Help - + &File - + &Option - + &View - + @@ -1460,107 +1459,107 @@ Some examples are given below. Click to paste the example. &Edit - + File toolbar - + View toolbar - + &Quit - + About Qt... - + About ArrowDL... - + Preferences... - + Ctrl+P - + Getting Started... - + Download Content... - + Download Web Page Content - + Ctrl+X - + Download Batch... - + Download Single File, Batch of Files with Regular Expression - + Ctrl+N - + Download Stream... - + Download Video/Audio Stream - + Download Torrent... - + Download Magnet Links and Torrent - + Download Urls... - + Download a copy-pasted list of Urls - + @@ -1571,148 +1570,148 @@ Some examples are given below. Click to paste the example. Pause - + Pause (completed torrent: stop seeding) - + Up - + Alt+PgUp - + Top - + Alt+Home - + Down - + Alt+PgDown - + Bottom - + Alt+End - + Resume - + Download Information - + Alt+I - + Open File - + Rename File - + F2 - + Delete File(s) - + Ctrl+Del - + Open Directory - + Select All - + Ctrl+A - + Invert Selection - + Ctrl+I - + One More Segment - + One Fewer Segment - + Force Start - + Ctrl+Shift+R - + Import From File... - + Ctrl+Shift+O - + @@ -1722,118 +1721,118 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+S, Ctrl+S - + Remove Completed - + Remove Selected - + Del - + Remove All - + Ctrl+Shift+Del - + Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Select None - + Select Completed - + Copy - + Copy Selection to Clipboard - + Ctrl+C - + Compiler Info... - + Check for updates... - + Tutorial - + About YT-DLP... - + About %0 - + About Qt - + Advanced - + @@ -1841,179 +1840,179 @@ Some examples are given below. Click to paste the example. Error - + Remove Downloads - + Are you sure to remove %0 downloads? - + Delete - + File not found - + Destination directory not found: - + Don't ask again - + ALL - + selected - + completed - + waiting - + paused - + failed - + running - + Website URL - + URL of the HTML page: - + (ex: %0) - + The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + Can't save file. - + Can't save file %0: - + Can't load file. - + Can't load file %0: - + Start! - + File Error - + Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + File saved - + File loaded - + Save As - + Open - + @@ -2021,42 +2020,42 @@ Some examples are given below. Click to paste the example. File name - + Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,22 +2099,22 @@ Some examples are given below. Click to paste the example. Browse... - + All Files (*);;%0 (*%1) - + Please select a file - + Please select a directory - + @@ -2124,22 +2123,22 @@ Some examples are given below. Click to paste the example. General - + Defaults - + The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + @@ -2149,17 +2148,17 @@ Some examples are given below. Click to paste the example. Overwrite - + Skip - + Ask - + @@ -2169,493 +2168,493 @@ Some examples are given below. Click to paste the example. Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + Show balloon messages - + Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - + Use stream downloader if the URL host is: - + Network - + Downloads - + Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Range: - + Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Privacy - + When Manager window is closed - + Remove completed downloads - + Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + Check for updates automatically: - + Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + Filters - + Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + Torrent - + Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + * (0: unlimited) - + Connection - + Peers: - + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Advanced - + Restore default settings - + @@ -2670,68 +2669,68 @@ Some examples are given below. Click to paste the example. Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + Preferences - + Reset all filters - + - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: - + - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,190 +2738,190 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 Hz @ %2 KBit/s, codec: %3 - + ignore - + low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + Checking Files... - + Downloading Metadata... - + Downloading... - + Finished - + Seeding... - + Checking Resume Data... - + Text Files - + Json Files - + Torrent Files - + Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - + QueueItem - + %0 of %1 - + - + Unknown - + @@ -2930,22 +2929,22 @@ Some examples are given below. Click to paste the example. Download - + Resource Name - + Description - + Mask - + @@ -2953,47 +2952,47 @@ Some examples are given below. Click to paste the example. All Files - + Archives (zip, rar...) - + Application (exe, xpi...) - + Audio (mp3, wav...) - + Documents (pdf, odf...) - + Images (jpg, png...) - + Images JPEG - + Images PNG - + Video (mpeg, avi...) - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,7 +3037,7 @@ Some examples are given below. Click to paste the example. Extractors - + @@ -3048,37 +3047,37 @@ Some examples are given below. Click to paste the example. Stream Download Info - + Reading... - + Collecting... - + Error: - + YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3095,47 +3094,47 @@ Some examples are given below. Click to paste the example. Simple - + Advanced: - + Audio - + Video - + Other - + Detected media: - + Audio: - + Video: - + audio/video information is not available - + @@ -3143,32 +3142,32 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + Error: - + Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,32 +3194,32 @@ Help: if you get an error, follow these instructions: # - + File Name - + Title - + Size - + Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,57 +3501,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Metadata - + Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3560,12 +3559,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Hide when Minimized - + @@ -3576,7 +3575,7 @@ Help: if you get an error, follow these instructions: Undo - + @@ -3584,7 +3583,7 @@ Help: if you get an error, follow these instructions: Redo - + @@ -3592,7 +3591,7 @@ Help: if you get an error, follow these instructions: Cut - + @@ -3600,7 +3599,7 @@ Help: if you get an error, follow these instructions: Copy - + @@ -3608,7 +3607,7 @@ Help: if you get an error, follow these instructions: Paste - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,72 +3654,72 @@ Help: if you get an error, follow these instructions: # - + Name - + Path - + Size - + Done - + Percent - + % First Piece - + # Pieces - + Pieces - + Priority - + Modification date - + SHA-1 - + CRC-32 - + %0% of %1 pieces - + @@ -3728,62 +3727,62 @@ Help: if you get an error, follow these instructions: IP - + Port - + Client - + Downloaded - + Uploaded - + Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + %0 of %1 pieces - + @@ -3791,12 +3790,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore - + @@ -3804,47 +3803,47 @@ Help: if you get an error, follow these instructions: Url - + Id - + Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3852,17 +3851,17 @@ Help: if you get an error, follow these instructions: Torrent - + Select a torrent - + Files - + @@ -3873,268 +3872,268 @@ Help: if you get an error, follow these instructions: Downloaded: - + Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + Uploaded: - + Peers: - + Upload Speed: - + Seeds: - + Down Limit: - + Download Speed: - + Share Ratio: - + Up Limit: - + Status: - + General - + Save As: - + Added On: - + Pieces: - + Comments: - + Completed On: - + Created By: - + Total Size: - + Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy - + - + Open - + - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 - + @@ -4142,52 +4141,52 @@ Ex: Don't show this dialog again - + Close - + Tutorial - + Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,93 +4215,93 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + Starting... - + A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + &Close - + Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + Close the application - + The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,47 +4309,47 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + Mask: - + Custom filename: - + Checksum (Hash): - + Enter new file name - + Save files in: - + Download: - + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_de_DE.ts b/src/locale/arrowdl_de_DE.ts index 61340eb7..5a2d9e17 100644 --- a/src/locale/arrowdl_de_DE.ts +++ b/src/locale/arrowdl_de_DE.ts @@ -1,6 +1,4 @@ - - - + AbstractDownloadItem @@ -51,7 +49,7 @@ Seeding - + @@ -75,7 +73,7 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + @@ -159,7 +157,7 @@ You can also use batch descriptors to download multiple files at one time. Must contain two numbers, separated by ':', '-' or a space character - + @@ -174,7 +172,7 @@ You can also use batch descriptors to download multiple files at one time. Do you really want to start %0 downloads? - + @@ -190,7 +188,7 @@ You can also use batch descriptors to download multiple files at one time. It seems that you are using some batch descriptors. - + @@ -277,12 +275,12 @@ You can also use batch descriptors to download multiple files at one time. The wizard can't connect to URL: - + After selecting links, click on Start! - + @@ -295,7 +293,7 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + @@ -359,7 +357,7 @@ You can also use batch descriptors to download multiple files at one time. Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + @@ -397,17 +395,17 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - Herunterladen: + @@ -427,7 +425,7 @@ You can also use batch descriptors to download multiple files at one time. Add Urls - + @@ -498,17 +496,17 @@ You can also use batch descriptors to download multiple files at one time. Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -586,7 +584,7 @@ You can also use batch descriptors to download multiple files at one time. *Rename and pause. Otherwise, could also rename already downloaded files. - + @@ -727,7 +725,7 @@ You can also use batch descriptors to download multiple files at one time. %0 with Qt WebEngine based on Chromium %1 - + @@ -737,7 +735,7 @@ You can also use batch descriptors to download multiple files at one time. This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + @@ -768,12 +766,12 @@ You can also use batch descriptors to download multiple files at one time. 3xx Redirect connection refused - + 3xx Redirect remote host closed - + @@ -783,57 +781,57 @@ You can also use batch descriptors to download multiple files at one time. 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + @@ -843,27 +841,27 @@ You can also use batch descriptors to download multiple files at one time. 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + @@ -873,98 +871,98 @@ You can also use batch descriptors to download multiple files at one time. 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name Dateiname - + Domain Domain-Name - + Progress Fortschritt - + Percent Prozent - + Size Größe - + Est. time Geschätzte Zeit - + Speed Geschwindigkeit @@ -974,17 +972,17 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + @@ -994,22 +992,22 @@ You can also use batch descriptors to download multiple files at one time. Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + @@ -1033,7 +1031,7 @@ You can also use batch descriptors to download multiple files at one time. Edit the Urls. Note that the number of lines should stay unchanged. - + @@ -1043,7 +1041,7 @@ You can also use batch descriptors to download multiple files at one time. Warning: number of lines is <%0> but should be <%1>! - + @@ -1061,7 +1059,7 @@ You can also use batch descriptors to download multiple files at one time. Do you want to Rename, Overwrite or Skip this file? - + @@ -1120,37 +1118,38 @@ You can also use batch descriptors to download multiple files at one time. FileWriter - + Device is not set Gerät ist nicht eingestellt - + Cannot open device for writing: %1 Unmöglich Gerät zu schreiben: %1 - + Device not writable Unmöglich Gerät zu schreiben - + Unsupported format Nicht unterstütztes Format - + File is empty Datei ist leer - + All files (%0) Alle Dateien (%0) - + + Unknown error Unbekannter Fehler @@ -1161,7 +1160,7 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + @@ -1189,7 +1188,7 @@ Some examples are given below. Click to paste the example. Disable other filters - + @@ -1276,7 +1275,7 @@ Some examples are given below. Click to paste the example. Choose which category of document to download. - + @@ -1286,17 +1285,17 @@ Some examples are given below. Click to paste the example. Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + @@ -1306,7 +1305,7 @@ Some examples are given below. Click to paste the example. Stream from Youtube and other video stream sites - + @@ -1316,17 +1315,17 @@ Some examples are given below. Click to paste the example. Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + @@ -1369,12 +1368,12 @@ Some examples are given below. Click to paste the example. Messages - + Wrap line - + @@ -1397,7 +1396,7 @@ Some examples are given below. Click to paste the example. Pictures and Media (%0) - + @@ -1495,7 +1494,7 @@ Some examples are given below. Click to paste the example. Ctrl+P - + @@ -1515,7 +1514,7 @@ Some examples are given below. Click to paste the example. Ctrl+X - + @@ -1525,12 +1524,12 @@ Some examples are given below. Click to paste the example. Download Single File, Batch of Files with Regular Expression - + Ctrl+N - + @@ -1555,12 +1554,12 @@ Some examples are given below. Click to paste the example. Download Urls... - + Download a copy-pasted list of Urls - + @@ -1576,7 +1575,7 @@ Some examples are given below. Click to paste the example. Pause (completed torrent: stop seeding) - + @@ -1586,7 +1585,7 @@ Some examples are given below. Click to paste the example. Alt+PgUp - + @@ -1596,7 +1595,7 @@ Some examples are given below. Click to paste the example. Alt+Home - + @@ -1606,7 +1605,7 @@ Some examples are given below. Click to paste the example. Alt+PgDown - + @@ -1616,7 +1615,7 @@ Some examples are given below. Click to paste the example. Alt+End - + @@ -1631,7 +1630,7 @@ Some examples are given below. Click to paste the example. Alt+I - + @@ -1646,7 +1645,7 @@ Some examples are given below. Click to paste the example. F2 - + @@ -1657,7 +1656,7 @@ Some examples are given below. Click to paste the example. Ctrl+Del - + @@ -1672,7 +1671,7 @@ Some examples are given below. Click to paste the example. Ctrl+A - + @@ -1682,17 +1681,17 @@ Some examples are given below. Click to paste the example. Ctrl+I - + One More Segment - + One Fewer Segment - + @@ -1702,7 +1701,7 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+R - + @@ -1712,7 +1711,7 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+O - + @@ -1722,7 +1721,7 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+S, Ctrl+S - + @@ -1737,7 +1736,7 @@ Some examples are given below. Click to paste the example. Del - + @@ -1747,7 +1746,7 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+Del - + @@ -1797,7 +1796,7 @@ Some examples are given below. Click to paste the example. Ctrl+C - + @@ -1817,7 +1816,7 @@ Some examples are given below. Click to paste the example. About YT-DLP... - + @@ -1853,7 +1852,7 @@ Some examples are given below. Click to paste the example. Are you sure to remove %0 downloads? - + @@ -1918,32 +1917,32 @@ Some examples are given below. Click to paste the example. URL of the HTML page: - + (ex: %0) - + The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + @@ -1958,12 +1957,12 @@ Some examples are given below. Click to paste the example. Can't load file. - + Can't load file %0: - + @@ -1978,22 +1977,22 @@ Some examples are given below. Click to paste the example. Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + @@ -2003,17 +2002,17 @@ Some examples are given below. Click to paste the example. File loaded - + Save As - + Open - + @@ -2026,37 +2025,37 @@ Some examples are given below. Click to paste the example. Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,7 +2099,7 @@ Some examples are given below. Click to paste the example. Browse... - + @@ -2124,22 +2123,22 @@ Some examples are given below. Click to paste the example. General - Allgemeines + Defaults - + The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + @@ -2149,17 +2148,17 @@ Some examples are given below. Click to paste the example. Overwrite - Überschreiben + Skip - Überspringen + Ask - + @@ -2169,27 +2168,27 @@ Some examples are given below. Click to paste the example. Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + @@ -2199,267 +2198,267 @@ Some examples are given below. Click to paste the example. Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - Video/Audio Stream + Use stream downloader if the URL host is: - + Network - + Downloads - + Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Range: - + Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Privacy - + When Manager window is closed - + @@ -2469,38 +2468,38 @@ Some examples are given below. Click to paste the example. Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + @@ -2510,152 +2509,152 @@ Some examples are given below. Click to paste the example. Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + Filters - Filter + Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + Torrent - + Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + * (0: unlimited) - + Connection - + Peers: - + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Advanced - Fortgeschritten + Restore default settings - + @@ -2670,32 +2669,32 @@ Some examples are given below. Click to paste the example. Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + Preferences - Einstellungen + @@ -2703,35 +2702,35 @@ Some examples are given below. Click to paste the example. Alle Filter zurücksetzen - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: - Beispiele: + - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,27 +2738,27 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 Hz @ %2 KBit/s, codec: %3 - + @@ -2769,47 +2768,47 @@ Some examples are given below. Click to paste the example. low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + @@ -2819,27 +2818,27 @@ Some examples are given below. Click to paste the example. Downloading Metadata... - + Downloading... - Herunterladend... + Finished - Beendet + Seeding... - + Checking Resume Data... - + @@ -2859,70 +2858,70 @@ Some examples are given below. Click to paste the example. Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - Über %0 + QueueItem - + %0 of %1 - + - + Unknown - Unbekannt + @@ -2930,22 +2929,22 @@ Some examples are given below. Click to paste the example. Download - + Resource Name - + Description - + Mask - + @@ -2958,42 +2957,42 @@ Some examples are given below. Click to paste the example. Archives (zip, rar...) - + Application (exe, xpi...) - + Audio (mp3, wav...) - + Documents (pdf, odf...) - + Images (jpg, png...) - + Images JPEG - + Images PNG - + Video (mpeg, avi...) - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,7 +3037,7 @@ Some examples are given below. Click to paste the example. Extractors - + @@ -3048,17 +3047,17 @@ Some examples are given below. Click to paste the example. Stream Download Info - + Reading... - Lesen... + Collecting... - Sammeln... + @@ -3068,17 +3067,17 @@ Some examples are given below. Click to paste the example. YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3095,47 +3094,47 @@ Some examples are given below. Click to paste the example. Simple - + Advanced: - + Audio - + Video - + Other - + Detected media: - + Audio: - + Video: - + audio/video information is not available - + @@ -3143,22 +3142,22 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + @@ -3168,7 +3167,7 @@ Some examples are given below. Click to paste the example. Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,7 +3194,7 @@ Help: if you get an error, follow these instructions: # - + @@ -3205,22 +3204,22 @@ Help: if you get an error, follow these instructions: Title - + Size - Größe + Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,57 +3501,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Metadata - + Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3560,12 +3559,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Hide when Minimized - + @@ -3592,7 +3591,7 @@ Help: if you get an error, follow these instructions: Cut - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,7 +3654,7 @@ Help: if you get an error, follow these instructions: # - + @@ -3665,37 +3664,37 @@ Help: if you get an error, follow these instructions: Path - + Size - Größe + Done - + Percent - Prozent + % First Piece - + # Pieces - + Pieces - + @@ -3705,22 +3704,22 @@ Help: if you get an error, follow these instructions: Modification date - + SHA-1 - + CRC-32 - + %0% of %1 pieces - + @@ -3728,57 +3727,57 @@ Help: if you get an error, follow these instructions: IP - + Port - + Client - + Downloaded - + Uploaded - + Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + @@ -3791,10 +3790,10 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore Priorität: %0=hoch %1=normal %2=niedrig %3=ignorieren @@ -3814,37 +3813,37 @@ Help: if you get an error, follow these instructions: Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3852,7 +3851,7 @@ Help: if you get an error, follow these instructions: Torrent - + @@ -3873,37 +3872,37 @@ Help: if you get an error, follow these instructions: Downloaded: - + Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + Uploaded: - + Peers: - + @@ -3913,7 +3912,7 @@ Help: if you get an error, follow these instructions: Seeds: - + @@ -3938,7 +3937,7 @@ Help: if you get an error, follow these instructions: Status: - + @@ -3983,158 +3982,158 @@ Help: if you get an error, follow these instructions: Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy Kopieren - + Open - + - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High Priorität: Hoch - + Priorize: Normal Priorität: Normal - + Priorize: Low Priorität: Niedrig - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 - + @@ -4142,7 +4141,7 @@ Ex: Don't show this dialog again - + @@ -4152,42 +4151,42 @@ Ex: Tutorial - Lernprogramm + Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,17 +4215,17 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + @@ -4236,17 +4235,17 @@ Ex: A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + @@ -4256,38 +4255,38 @@ Ex: Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + @@ -4297,12 +4296,12 @@ Ex: The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,37 +4309,37 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + Mask: - + Custom filename: - + Checksum (Hash): - + Enter new file name - + @@ -4350,7 +4349,7 @@ Ex: Download: - Herunterladen: + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_en_US.ts b/src/locale/arrowdl_en_US.ts index 745db7f5..8ca7bc71 100644 --- a/src/locale/arrowdl_en_US.ts +++ b/src/locale/arrowdl_en_US.ts @@ -934,37 +934,37 @@ You can also use batch descriptors to download multiple files at one time. DownloadQueueView - + Download/Name - + Domain - + Progress - + Percent - + Size - + Est. time - + Speed @@ -1120,37 +1120,38 @@ You can also use batch descriptors to download multiple files at one time. FileWriter - + Device is not set - + Cannot open device for writing: %1 - + Device not writable - + Unsupported format - + File is empty - + All files (%0) - + + Unknown error @@ -2402,7 +2403,7 @@ Some examples are given below. Click to paste the example. - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. @@ -2493,7 +2494,7 @@ Some examples are given below. Click to paste the example. - + Clean Cache @@ -2703,33 +2704,33 @@ Some examples are given below. Click to paste the example. - - + + The host may be %0, %1 or %2 - + The host may be %0 but not %1 - + Examples: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + Cleaning... @@ -2915,12 +2916,12 @@ Some examples are given below. Click to paste the example. QueueItem - + %0 of %1 - + Unknown @@ -3794,7 +3795,7 @@ Help: if you get an error, follow these instructions: - + Priority: %0=high %1=normal %2=low %3=ignore @@ -4011,77 +4012,77 @@ Help: if you get an error, follow these instructions: - + Copy - + Open - + Open Containing Folder - + Scan for viruses - + Priorize by File order - + Priorize: High - + Priorize: Normal - + Priorize: Low - + Don't download - + Relocate... - + Add Peer... - + Copy Peer List - + Remove Unconnected - + Add Peer - + Enter the IP address and port number of the peer to add. Ex: - for IPv4, type 'x.x.x.x:p' @@ -4090,49 +4091,49 @@ Ex: - + Add Tracker... - + Remove Tracker - + Copy Tracker List - + Add Tracker - + Enter the URL of the tracker to add: - + %0 (%1 hashfails) - - + + %0 (total %1) - - + + %0 of %1 connected (%2 in swarm) - + %0 x %1 diff --git a/src/locale/arrowdl_es_BO.ts b/src/locale/arrowdl_es_BO.ts new file mode 100644 index 00000000..a5bb2a94 --- /dev/null +++ b/src/locale/arrowdl_es_BO.ts @@ -0,0 +1,4376 @@ + + + AbstractDownloadItem + + + Idle + + + + + Paused + + + + + Canceled + + + + + Preparing + + + + + Connecting + + + + + Downloading Metadata + + + + + Downloading + + + + + Finishing + + + + + Complete + + + + + Seeding + + + + + Skipped + + + + + Server error + + + + + File error + + + + + AddBatchDialog + + + Enter the download URL and (optionally) the referring page. +You can also use batch descriptors to download multiple files at one time. + + + + + Insert batch range: + + + + + + 1 -> 10 + + + + + + 1 -> 100 + + + + + + 01 -> 10 + + + + + + 001 -> 100 + + + + + Custom + + + + + Batch and Single File + + + + + Download: + + + + + Examples: + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Batch and Single File + + + + + Batch descriptors: + + + + + Must start with '[' or '(' + + + + + Must contain two numbers, separated by ':', '-' or a space character + + + + + Must end with ']' or ')' + + + + + Insert + + + + + Do you really want to start %0 downloads? + + + + + Don't ask again, always download batch + + + + + + Download Batch + + + + + It seems that you are using some batch descriptors. + + + + + Single Download + + + + + AddContentDialog + + + Collecting... + + + + + Save files in: + + + + + Default Mask: + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + + Preferences + + + + + Warning + + + + + Web Page Content + + + + + Error: The url is not valid: + + + + + Connecting... + + + + + + Downloading... + + + + + + Collecting links... + + + + + + Finished + + + + + The wizard can't connect to URL: + + + + + After selecting links, click on Start! + + + + + Selected links: %0 of %1 + + + + + AddStreamDialog + + + Enter the address of the stream, or a list of streams, to download. + + + + + Download: + + + + + Examples: + + + + + + Continue + + + + + Stream + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Stream + + + + + Stop + + + + + AddTorrentDialog + + + Examples: + + + + + Download: + + + + + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). + + + + + Enter the .torrent file (or magnet link) to download + + + + + Magnet Link and Torrent + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Magnet Links and Torrent + + + + + AddUrlsDialog + + + Copy-paste a list of Urls to download + + + + + List of Urls + + + + + Download: + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Urls + + + + + AdvancedSettingsWidget + + + Select a preset, or configure manually. + + + + + Presets + + + + + + Default + + + + + + Minimize Memory Usage + + + + + + High Performance Seed + + + + + Search for setting + + + + + Clear + + + + + Key + + + + + Value + + + + + Show modified only + + + + + Edit + + + + + Reset to Default + + + + + Settings optimized for a regular bittorrent client running on a desktop system. + + + + + Settings intended for embedded devices. It will significantly reduce memory usage. + + + + + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. + + + + + BatchRenameDialog + + + Tools + + + + + Files to rename + + + + + Rename Tool + + + + + Batch Rename + + + + + Default names + + + + + Enumerated names + + + + + Options + + + + + Start enumeration from: + + + + + Style: + + + + + 1 ... 123456 + + + + + 000001 ... 123456 + + + + + Custom number of digits: + + + + + Increment by: + + + + + Safe Rename* + + + + + *Rename and pause. Otherwise, could also rename already downloaded files. + + + + + %0 selected files to rename + + + + + CheckableTableView + + + Check Selected Items + + + + + Uncheck Selected Items + + + + + Toggle Check for Selected Items + + + + + Select All + + + + + Select Filtered + + + + + Invert Selection + + + + + ComboBox + + + Clear History + + + + + CompilerDialog + + + &Ok + + + + + Compiler + + + + + Name: + + + + + + Version: + + + + + + CPU Architecture: + + + + + Build date: + + + + + Plugins + + + + + System + + + + + OS: + + + + + SSL Library Version: + + + + + SSL Library Build Version: + + + + + Found in application path: + + + + + * OpenSSL SSL library: + + + + + * OpenSSL Crypto library: + + + + + Libraries and Build Version + + + + + Info + + + + + %0 %1 version %2 + + + + + %0 with Qt WebEngine based on Chromium %1 + + + + + Reading... + + + + + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). + + + + + not found + + + + + This application supports SSL. + + + + + DownloadEngine + + + ... (%0 others) + + + + + DownloadItem + + + No Error + + + + + 3xx Redirect connection refused + + + + + 3xx Redirect remote host closed + + + + + 3xx Redirect host not found + + + + + 3xx Redirect timeout + + + + + 3xx Redirect operation canceled + + + + + 3xx Redirect SSL handshake failed + + + + + 3xx Redirect temporary network failure + + + + + 3xx Redirect network session failed + + + + + 3xx Redirect background request not allowed + + + + + 3xx Too many redirects + + + + + 3xx Insecure redirect + + + + + 3xx Unknown redirect error + + + + + 5xx Proxy connection refused + + + + + 5xx Proxy connection closed + + + + + 5xx Proxy not found + + + + + 504 Proxy timeout error + + + + + 407 Proxy authentication required + + + + + 5xx Unknown proxy error + + + + + 403 Access denied + + + + + 405 Method not allowed + + + + + 404 Not found + + + + + 401 Authorization required + + + + + 4xx Resend error + + + + + 409 Conflict + + + + + 410 Content no longer available + + + + + 4xx Unknown content error + + + + + 4xx Unknown protocol error + + + + + 400 Bad request + + + + + 4xx Protocol failure + + + + + 500 Internal server error + + + + + 501 Server does not support this functionality + + + + + 503 Service unavailable + + + + + 5xx Unknown serveur error + + + + + DownloadQueueView + + + Download/Name + + + + + Domain + + + + + Progress + + + + + Percent + % + + + + Size + + + + + Est. time + + + + + Speed + + + + + DownloadTorrentItem + + + Couldn't download metadata + + + + + Couldn't download, bad .torrent format + + + + + Couldn't resolve metadata + + + + + Error in file '%0' + + + + + Bad SSL context + + + + + Bad .torrent metadata + + + + + Bad .torrent access permission + + + + + Bad part-file + + + + + Unknown error + + + + + EditionDialog + + + + Smart Edit + + + + + Edit the Urls + + + + + Edit the Urls. Note that the number of lines should stay unchanged. + + + + + %0 selected files to edit + + + + + Warning: number of lines is <%0> but should be <%1>! + + + + + FileAccessManager + + + Existing File + + + + + The file already exists: + + + + + Do you want to Rename, Overwrite or Skip this file? + + + + + Rename + + + + + Overwrite + + + + + Skip + + + + + FileReader + + + Invalid device + + + + + File not found + + + + + Unsupported format + + + + + Unable to read data + + + + + Unknown error + + + + + Any file (all types) (%0) + + + + + All files (%0) + + + + + FileWriter + + + Device is not set + + + + + Cannot open device for writing: %1 + + + + + Device not writable + + + + + Unsupported format + + + + + File is empty + + + + + All files (%0) + + + + + + Unknown error + + + + + FilterTip + + + Fast Filtering follows the Regular Expressions conventions. +Some examples are given below. Click to paste the example. + + + + + Fast Filtering + + + + + FilterWidget + + + Filters + + + + + Fast Filtering + + + + + Fast Filtering Tips... + + + + + Disable other filters + + + + + Format + + + Unknown + + + + + 0 byte + + + + + 1 byte + + + + + %0 bytes + + + + + %0 KB + + + + + %0 MB + + + + + %0 GB + + + + + %0 TB + + + + + Yes + + + + + No + + + + + %0 KB/s + + + + + %0 MB/s + + + + + %0 GB/s + + + + + %0 TB/s + + + + + HomeDialog + + + + Getting Started + + + + + Choose which category of document to download. + + + + + Web Page Content + + + + + Links and media in a HTML page + + + + + Batch of Files (with regular expression) + + + + + Single file, batch of files, regular expression link + + + + + Video/Audio Stream + + + + + Stream from Youtube and other video stream sites + + + + + Magnet Link, Torrent + + + + + Use bittorrent protocol to download a .torrent file + + + + + List of Urls + + + + + Paste a list of Urls + + + + + Close + + + + + InformationDialog + + + Properties + + + + + Size: + + + + + From: + + + + + Unkown + + + + + Download Information + + + + + Options + + + + + Messages + + + + + Wrap line + + + + + LinkWidget + + + Links + + + + + Pictures and Media + + + + + Links (%0) + + + + + Pictures and Media (%0) + + + + + Mask... + + + + + Copy Links + + + + + Open %0 + + + + + Open %0 Links + + + + + MainWindow + + + Queue + + + + + Torrent download details + + + + + &Help + + + + + &File + + + + + &Option + + + + + &View + + + + + &Queue + + + + + &Edit + + + + + File toolbar + + + + + View toolbar + + + + + &Quit + + + + + About Qt... + + + + + About ArrowDL... + + + + + Preferences... + + + + + Ctrl+P + + + + + Getting Started... + + + + + Download Content... + + + + + Download Web Page Content + + + + + Ctrl+X + + + + + Download Batch... + + + + + Download Single File, Batch of Files with Regular Expression + + + + + Ctrl+N + + + + + Download Stream... + + + + + Download Video/Audio Stream + + + + + Download Torrent... + + + + + Download Magnet Links and Torrent + + + + + Download Urls... + + + + + Download a copy-pasted list of Urls + + + + + + Cancel + + + + + Pause + + + + + Pause (completed torrent: stop seeding) + + + + + Up + + + + + Alt+PgUp + + + + + Top + + + + + Alt+Home + + + + + Down + + + + + Alt+PgDown + + + + + Bottom + + + + + Alt+End + + + + + Resume + + + + + Download Information + + + + + Alt+I + + + + + Open File + + + + + Rename File + + + + + F2 + + + + + Delete File(s) + + + + + + Ctrl+Del + + + + + Open Directory + + + + + Select All + + + + + Ctrl+A + + + + + Invert Selection + + + + + Ctrl+I + + + + + One More Segment + + + + + One Fewer Segment + + + + + Force Start + + + + + Ctrl+Shift+R + + + + + Import From File... + + + + + Ctrl+Shift+O + + + + + Export &Selected To File... + + + + + Ctrl+Shift+S, Ctrl+S + + + + + Remove Completed + + + + + Remove Selected + + + + + Del + + + + + Remove All + + + + + Ctrl+Shift+Del + + + + + Remove Waiting + + + + + Remove Running + + + + + Remove Paused + + + + + Remove Failed + + + + + Speed Limit... + + + + + Select None + + + + + Select Completed + + + + + Copy + + + + + Copy Selection to Clipboard + + + + + Ctrl+C + + + + + Compiler Info... + + + + + Check for updates... + + + + + Tutorial + + + + + About YT-DLP... + + + + + + About %0 + + + + + About Qt + + + + + Advanced + + + + + + + + Error + + + + + + Remove Downloads + + + + + + Are you sure to remove %0 downloads? + + + + + Delete + + + + + File not found + + + + + Destination directory not found: + + + + + Don't ask again + + + + + ALL + + + + + selected + + + + + completed + + + + + waiting + + + + + paused + + + + + failed + + + + + running + + + + + Website URL + + + + + URL of the HTML page: + + + + + (ex: %0) + + + + + The new name is already used or invalid. + + + + + Can't rename "%0" as its initial name. + + + + + Can't rename + + + + + as + + + + + Can't save file. + + + + + Can't save file %0: + + + + + Can't load file. + + + + + Can't load file %0: + + + + + Start! + + + + + File Error + + + + + Done: %0 Running: %1 Total: %2 + + + + + %0 of %1 (%2), %3 running %4 | Torrent: %5 + + + + + active + + + + + inactive + + + + + File saved + + + + + File loaded + + + + + Save As + + + + + Open + + + + + Mask + + + File name + + + + + Extension + + + + + Base URL + + + + + Full URL + + + + + Flat full URL + + + + + URL subdirectories + + + + + Flat URL subdirectories + + + + + Query string + + + + + MaskTip + + + Renaming Tags + + + + + MaskWidget + + + + Renaming tags reference table + + + + + NetworkManager + + + (none) + + + + + SOCKS5 + + + + + HTTP + + + + + PathWidget + + + + Browse... + + + + + All Files (*);;%0 (*%1) + + + + + Please select a file + + + + + Please select a directory + + + + + PreferenceDialog + + + + General + + + + + Defaults + + + + + The download directory, renaming mask and filters can be configured in the regular selection dialog. + + + + + When a file with the same name already exists: + + + + + Rename + + + + + Overwrite + + + + + Skip + + + + + Ask + + + + + Interface + + + + + Localization + + + + + Manager Window + + + + + Don't show "Get Started" tutorial when start the application + + + + + Show system tray icon (notification area) + + + + + Hide when minimized + + + + + Show balloon messages + + + + + Minimize when ESC key is pressed + + + + + Confirmation + + + + + Confirm removal of downloads + + + + + Confirm download batch + + + + + Style and Icons + + + + + Video/Audio Stream + + + + + Use stream downloader if the URL host is: + + + + + Network + + + + + Downloads + + + + + Concurrent downloads: + + + + + Concurrent fragments: + + + + + 20 + + + + + Proxy + + + + + Type: + + + + + Proxy: + + + + + Port: + + + + + Username: + + + + + Password: + + + + + Show + + + + + Socket + + + + + Tolerant (IPv4 or IPv6) + + + + + Use IPv4 only + + + + + Use IPv6 only + + + + + seconds + + + + + Connection Protocol: + + + + + Timeout to establish a connection: + + + + + Downloaded Files + + + + + Get time from server for the file's...: + + + + + Last modified time + + + + + Creation time (may not be not supported on UNIX) + + + + + Most recent access (e.g. read or written to) + + + + + Metadata change time + + + + + Downloaded Audio/Video + + + + + Download subtitle + + + + + Download description + + + + + Mark watched (only for Youtube) + + + + + Download thumbnail + + + + + Download metadata + + + + + Download comments + + + + + Create internet shortcut + + + + + Identification + + + + + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. + + + + + HTTP User Agent: + + + + + Filter + + + + + Enable Custom Batch Button in "Add download" Dialog + + + + + Ex: "1 -> 50", "001 -> 200", ... + + + + + Custom button label: + + + + + Ex: "[1:50]", "[001:200]", ... + + + + + Range: + + + + + Rem: must describe a range of numbers "[x:y]" with x < y + + + + + Authentication + + + + + Privacy + + + + + When Manager window is closed + + + + + Remove completed downloads + + + + + Remove canceled/failed downloads + + + + + Remove unfinished (paused) downloads + + + + + Database + + + + + The current downloads queue is temporarly saved in: + + + + + Stream Cache + + + + + + Clean Cache + + + + + Auto Update + + + + + Check for updates automatically: + + + + + Never + + + + + Once a day + + + + + Once a week + + + + + Check updates now... + + + + + Enable Referrer: + + + + + Filters + + + + + Caption + + + + + Extensions + + + + + Caption: + + + + + Filtered Extensions: + + + + + Add New Filter + + + + + Update Filter + + + + + Remove Filter + + + + + Torrent + + + + + Enable Torrent + + + + + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. + + + + + Directory + + + + + Share folder: + + + + + Bandwidth + + + + + Max Upload Rate* (kB/s): + + + + + Max Download Rate* (kB/s): + + + + + Max Number of Connections: + + + + + Max Number of Peers per Torrent: + + + + + * (0: unlimited) + + + + + Connection + + + + + Peers: + + + + + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 + + + + + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") + + + + + Advanced + + + + + Restore default settings + + + + + OK + + + + + Cancel + + + + + Queue Database + + + + + Located in %0 + + + + + (none) + + + + + Warning: The system tray is not available. + + + + + Warning: The system tray doesn't support balloon messages. + + + + + Preferences + + + + + Reset all filters + + + + + + The host may be %0, %1 or %2 + + + + + The host may be %0 but not %1 + + + + + Examples: + + + + + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. + + + + + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. + + + + + Cleaning... + + + + + QObject + + + translation '%0', locale '%1': %2 + + + + + Can't load %0 + + + + + Video %0 x %1%2%3 + + + + + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 + + + + + [%0] %1 Hz @ %2 KBit/s, codec: %3 + + + + + ignore + + + + + low + + + + + high + + + + + normal + + + + + .torrent file + + + + + program settings + + + + + magnet link + + + + + tracker exchange + + + + + no source + + + + + Stopped + + + + + Checking Files... + + + + + Downloading Metadata... + + + + + Downloading... + + + + + Finished + + + + + Seeding... + + + + + Checking Resume Data... + + + + + Text Files + + + + + Json Files + + + + + Torrent Files + + + + + Bootstrap Icons (default) + + + + + FontAwesome Flat Design + + + + + Light + + + + + Dark + + + + + %0 - %1 - version %2 - build %3 + + + + + Copyright (C) %0 %1. All rights reserved. + + + + + GNU LGPL License + + + + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + + + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + + + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + + About %0 + + + + + QueueItem + + + %0 of %1 + + + + + Unknown + + + + + ResourceModel + + + Download + + + + + Resource Name + + + + + Description + + + + + Mask + + + + + Settings + + + All Files + + + + + Archives (zip, rar...) + + + + + Application (exe, xpi...) + + + + + Audio (mp3, wav...) + + + + + Documents (pdf, odf...) + + + + + Images (jpg, png...) + + + + + Images JPEG + + + + + Images PNG + + + + + Video (mpeg, avi...) + + + + + Stream + + + The process crashed. + + + + + StreamAssetDownloader + + + Couldn't parse JSON file. + + + + + + The process crashed. + + + + + Couldn't parse playlist (no data received). + + + + + Couldn't parse playlist (ill-formed JSON file). + + + + + Cancelled. + + + + + StreamDialog + + + Extractors + + + + + &Ok + + + + + Stream Download Info + + + + + Reading... + + + + + Collecting... + + + + + Error: + + + + + YT-DLP supports %0 sites: + + + + + Site + + + + + Description + + + + + StreamExtractorListCollector + + + + The process crashed. + + + + + StreamFormatPicker + + + Simple + + + + + Advanced: + + + + + Audio + + + + + Video + + + + + Other + + + + + Detected media: + + + + + Audio: + + + + + Video: + + + + + audio/video information is not available + + + + + StreamListWidget + + + Detected Media: + + + + + Please wait, checking URL... + + + + + Choose resources to download: + + + + + Add track number to filename + + + + + Error: + + + + + Can't find the URL stream + + + + + --- +Help: if you get an error, follow these instructions: + +1. Verify the URL + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + becomes + 'https://www.abc.com/watch?video=some_video' + +2. Open the URL in a Web browser, and Play it + (Rem: the Web browser can force the server to play the video) + +3. Click 'Continue' button again + +4. Retry later + + + + + StreamTableModel + + + # + + + + + File Name + + + + + Title + + + + + Size + + + + + Format + + + + + Video unavailable + + + + + StreamToolBox + + + Overview + + + + + Do not download the video, but write all other related files + + + + + Mark watched (only for Youtube) + + + + + Subtitles + + + + + Convert to format: + + + + + Preferred format: + + + + + Download subtitles: + + + + + Hide auto-generated subtitles + + + + + Chapters + + + + + Split video into multiple files based on internal chapters + + + + + Remove chapters whose title matches the given regular expression: + + + + + Ex: "*10:15-15:00", or "intro" + + + + + Thumbnails + + + + + Download thumbnail (default image) + + + + + Download all formats of the thumbnail image + + + + + Convert the thumbnails to format: + + + + + Comments + + + + + Download comments (in the .info.json) + + + + + Sort by: + + + + + Newest first + + + + + Top comments + + + + + Limit number of comments: + + + + + Other Media + + + + + Download description as a .description file + + + + + Download metadata as a .info.json file + + + + + Create internet shortcut + + + + + Pre/Post-Processing + + + + + Command + + + + + Execute the command before the actual download: + + + + + Execute the command on the file after downloading and post-processing: + + + + + Post-Processing + + + + + Remux the video into another container if necessary : + + + + + + Ex: "aac>m4a/mov>mp4/mkv" + + + + + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. + + + + + Re-encode the video into another format if re-encoding is necessary: + + + + + Rem: The syntax and supported formats are the same as "Remux" + + + + + Keep the intermediate video file on disk after post-processing + + + + + Embed subtitles in the video (only for mp4, webm and mkv videos) + + + + + Embed thumbnail in the video as cover art + + + + + Embed metadata in the video file + + + + + Embed chapter markers in the video file + + + + + Write metadata to the video file's xattrs (using dublin core and xdg standards) + + + + + SponsorBlock + + + + + Remove segments in SponsorBlock categories from the video file: + + + + + Unpaid/Self Promotion + + + + + Interaction Reminder + + + + + Sponsor + + + + + Preview/Recap + + + + + Non-Music Section + + + + + Endcards/Credits + + + + + Intermission/Intro Animation + + + + + (default language) + + + + + All languages + + + + + (default) + + + + + StreamWidget + + + The video is not available. + + + + + Metadata + + + + + Simplified name: + + + + + Estimated size: + + + + + (no video) + + + + + + subtitles + + + + + + chapters + + + + + + thumbnails + + + + + + .description + + + + + + .info.json + + + + + + shortcut + + + + + SystemTray + + + &Restore + + + + + &Hide when Minimized + + + + + TextEditorWidget + + + + + + Undo + + + + + + + + Redo + + + + + + + + Cut + + + + + + + + Copy + + + + + + + + Paste + + + + + + + + Block Edit Mode + + + + + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection + + + + + TorrentContext + + + Bad .torrent format: Can't download it. + + + + + TorrentContextPrivate + + + Network request rejected. + + + + + Can't download metadata. + + + + + No metadata downloaded. + + + + + TorrentFileTableModel + + + # + + + + + Name + + + + + Path + + + + + Size + + + + + Done + + + + + Percent + % + + + + First Piece + + + + + # Pieces + + + + + Pieces + + + + + Priority + + + + + Modification date + + + + + SHA-1 + + + + + CRC-32 + + + + + %0% of %1 pieces + + + + + TorrentPeerTableModel + + + IP + + + + + Port + + + + + Client + + + + + Downloaded + + + + + Uploaded + + + + + Pieces + + + + + Request Time + + + + + Active Time + + + + + Queue Time + + + + + Flags + + + + + Source Flags + + + + + %0 of %1 pieces + + + + + TorrentPieceMap + + + Value: # of peers with the piece + + + + + Priority: %0=high %1=normal %2=low %3=ignore + + + + + TorrentTrackerTableModel + + + Url + + + + + Id + + + + + Number of listened sockets (endpoints) + + + + + Tier this tracker belongs to + + + + + Max number of failures + + + + + Source + + + + + Verified? + + + + + verified + + + + + not verified + + + + + TorrentWidget + + + Torrent + + + + + Select a torrent + + + + + Files + + + + + Info + + + + + + Downloaded: + + + + + Transfer + + + + + Time Elapsed: + + + + + Remaining: + + + + + Wasted: + + + + + Uploaded: + + + + + Peers: + + + + + Upload Speed: + + + + + Seeds: + + + + + Down Limit: + + + + + Download Speed: + + + + + Share Ratio: + + + + + Up Limit: + + + + + Status: + + + + + General + + + + + Save As: + + + + + Added On: + + + + + Pieces: + + + + + Comments: + + + + + Completed On: + + + + + Created By: + + + + + Total Size: + + + + + Created On: + + + + + Hash: + + + + + Magnet Link: + + + + + Peers + + + + + Trackers + + + + + Piece Map + + + + + Copy + + + + + Open + + + + + Open Containing Folder + + + + + Scan for viruses + + + + + Priorize by File order + + + + + Priorize: High + + + + + Priorize: Normal + + + + + Priorize: Low + + + + + Don't download + + + + + Relocate... + + + + + Add Peer... + + + + + Copy Peer List + + + + + Remove Unconnected + + + + + Add Peer + + + + + Enter the IP address and port number of the peer to add. +Ex: + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + + + + + + Add Tracker... + + + + + Remove Tracker + + + + + Copy Tracker List + + + + + Add Tracker + + + + + Enter the URL of the tracker to add: + + + + + %0 (%1 hashfails) + + + + + + %0 (total %1) + + + + + + %0 of %1 connected (%2 in swarm) + + + + + %0 x %1 + + + + + TutorialDialog + + + Don't show this dialog again + + + + + Close + + + + + Tutorial + + + + + Welcome to %0 + + + + + This brief tutorial will help you use the application for the first time. + + + + + Quick tutorial + + + + + Go to the Quick Sample page on the website: + + + + + Read the tutorial. The page contains quick sample files: + + + + + You can mass-download them + + + + + Try the powerful batch-download mode too! + + + + + UpdateChecker + + + + + + Network request rejected. + + + + + File '%0' currently opened. Close the file and retry. + + + + + Failed to open temporary file '%0'. + + + + + UpdateDialog + + + Check for Updates + + + + + This version is up-to-date. + + + + + Error while checking for updates + + + + + Starting... + + + + + A new version is available! + + + + + Check updates now... + + + + + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. + + + + + &Close + + + + + Downloaded to + + + + + Install new version + + + + + Checking the updates... + + + + + Downloading the update... + + + + + + Manual update required + + + + + Automatic update is not supported on this operating system. Do you want to download and install the update manually? + + + + + Current version: + + + + + Close the application + + + + + The application needs to close to continue the update. + + + + + Do you want to close now? + + + + + UrlFormWidget + + + Referring page: + + + + + Description: + + + + + Enter referrer URI + + + + + Mask: + + + + + Custom filename: + + + + + Checksum (Hash): + + + + + Enter new file name + + + + + Save files in: + + + + + Download: + + + + + UrlLineEdit + + + Enter URL to download + + + + + main + + + Another Download Manager + + + + + target URL to proceed + + + + \ No newline at end of file diff --git a/src/locale/arrowdl_es_ES.ts b/src/locale/arrowdl_es_ES.ts index 555f40e5..232250fd 100644 --- a/src/locale/arrowdl_es_ES.ts +++ b/src/locale/arrowdl_es_ES.ts @@ -1,12 +1,10 @@ - - - + AbstractDownloadItem Idle - + @@ -51,12 +49,12 @@ Seeding - + Skipped - + @@ -75,12 +73,12 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Insert batch range: - + @@ -114,7 +112,7 @@ You can also use batch descriptors to download multiple files at one time. Batch and Single File - + @@ -129,7 +127,7 @@ You can also use batch descriptors to download multiple files at one time. &Start! - + @@ -144,12 +142,12 @@ You can also use batch descriptors to download multiple files at one time. Add Batch and Single File - + Batch descriptors: - + @@ -179,7 +177,7 @@ You can also use batch descriptors to download multiple files at one time. Don't ask again, always download batch - + @@ -190,7 +188,7 @@ You can also use batch descriptors to download multiple files at one time. It seems that you are using some batch descriptors. - + @@ -218,7 +216,7 @@ You can also use batch descriptors to download multiple files at one time. &Start! - + @@ -277,12 +275,12 @@ You can also use batch descriptors to download multiple files at one time. The wizard can't connect to URL: - + After selecting links, click on Start! - + @@ -295,7 +293,7 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + @@ -316,12 +314,12 @@ You can also use batch descriptors to download multiple files at one time. Stream - + &Start! - + @@ -336,12 +334,12 @@ You can also use batch descriptors to download multiple files at one time. Add Stream - + Stop - + @@ -359,22 +357,22 @@ You can also use batch descriptors to download multiple files at one time. Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Enter the .torrent file (or magnet link) to download - + Magnet Link and Torrent - + &Start! - + @@ -389,7 +387,7 @@ You can also use batch descriptors to download multiple files at one time. Add Magnet Links and Torrent - + @@ -397,22 +395,22 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - Descargar: + &Start! - + @@ -427,7 +425,7 @@ You can also use batch descriptors to download multiple files at one time. Add Urls - + @@ -435,12 +433,12 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Presets - + @@ -458,12 +456,12 @@ You can also use batch descriptors to download multiple files at one time. High Performance Seed - + Search for setting - + @@ -483,7 +481,7 @@ You can also use batch descriptors to download multiple files at one time. Show modified only - + @@ -498,17 +496,17 @@ You can also use batch descriptors to download multiple files at one time. Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -571,27 +569,27 @@ You can also use batch descriptors to download multiple files at one time. Custom number of digits: - + Increment by: - + Safe Rename* - + *Rename and pause. Otherwise, could also rename already downloaded files. - + %0 selected files to rename - + @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Uncheck Selected Items - + Toggle Check for Selected Items - + Select All - + Select Filtered - + Invert Selection - + @@ -672,7 +670,7 @@ You can also use batch descriptors to download multiple files at one time. Plugins - + @@ -697,22 +695,22 @@ You can also use batch descriptors to download multiple files at one time. Found in application path: - + * OpenSSL SSL library: - + * OpenSSL Crypto library: - + Libraries and Build Version - + @@ -722,12 +720,12 @@ You can also use batch descriptors to download multiple files at one time. %0 %1 version %2 - + %0 with Qt WebEngine based on Chromium %1 - + @@ -737,7 +735,7 @@ You can also use batch descriptors to download multiple files at one time. This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + @@ -763,208 +761,208 @@ You can also use batch descriptors to download multiple files at one time. No Error - + 3xx Redirect connection refused - + 3xx Redirect remote host closed - + 3xx Redirect host not found - + 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + 5xx Proxy not found - + 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + 404 Not found - + 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name Nombre del fichero - + Domain Nombre de dominio - + Progress Progreso - + Percent Porcentaje - + Size Tamaño - + Est. time Tiempo est. - + Speed Velocidad @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + Error in file '%0' - + Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + Unknown error - Error desconocido + @@ -1023,17 +1021,17 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Edit the Urls - + Edit the Urls. Note that the number of lines should stay unchanged. - + @@ -1043,7 +1041,7 @@ You can also use batch descriptors to download multiple files at one time. Warning: number of lines is <%0> but should be <%1>! - + @@ -1051,17 +1049,17 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + The file already exists: - + Do you want to Rename, Overwrite or Skip this file? - + @@ -1099,7 +1097,7 @@ You can also use batch descriptors to download multiple files at one time. Unable to read data - + @@ -1109,48 +1107,49 @@ You can also use batch descriptors to download multiple files at one time. Any file (all types) (%0) - + All files (%0) - + FileWriter - + Device is not set - + - + Cannot open device for writing: %1 - + - + Device not writable - + - + Unsupported format - Formato no soportado + - + File is empty - + - + All files (%0) - + - + + Unknown error Error desconocido @@ -1161,12 +1160,12 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Fast Filtering - + @@ -1179,17 +1178,17 @@ Some examples are given below. Click to paste the example. Fast Filtering - + Fast Filtering Tips... - + Disable other filters - + @@ -1197,7 +1196,7 @@ Some examples are given below. Click to paste the example. Unknown - + @@ -1271,62 +1270,62 @@ Some examples are given below. Click to paste the example. Getting Started - + Choose which category of document to download. - + Web Page Content - Contenido de la Página Web + Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + Video/Audio Stream - + Stream from Youtube and other video stream sites - + Magnet Link, Torrent - + Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + @@ -1339,27 +1338,27 @@ Some examples are given below. Click to paste the example. Properties - + Size: - + From: - + Unkown - + Download Information - + @@ -1369,12 +1368,12 @@ Some examples are given below. Click to paste the example. Messages - + Wrap line - + @@ -1387,7 +1386,7 @@ Some examples are given below. Click to paste the example. Pictures and Media - + @@ -1397,7 +1396,7 @@ Some examples are given below. Click to paste the example. Pictures and Media (%0) - + @@ -1407,7 +1406,7 @@ Some examples are given below. Click to paste the example. Copy Links - + @@ -1417,7 +1416,7 @@ Some examples are given below. Click to paste the example. Open %0 Links - + @@ -1430,12 +1429,12 @@ Some examples are given below. Click to paste the example. Torrent download details - + &Help - + @@ -1450,7 +1449,7 @@ Some examples are given below. Click to paste the example. &View - + @@ -1460,32 +1459,32 @@ Some examples are given below. Click to paste the example. &Edit - + File toolbar - + View toolbar - + &Quit - + About Qt... - + About ArrowDL... - + @@ -1500,17 +1499,17 @@ Some examples are given below. Click to paste the example. Getting Started... - + Download Content... - + Download Web Page Content - + @@ -1525,7 +1524,7 @@ Some examples are given below. Click to paste the example. Download Single File, Batch of Files with Regular Expression - + @@ -1535,32 +1534,32 @@ Some examples are given below. Click to paste the example. Download Stream... - + Download Video/Audio Stream - + Download Torrent... - + Download Magnet Links and Torrent - + Download Urls... - + Download a copy-pasted list of Urls - + @@ -1571,62 +1570,62 @@ Some examples are given below. Click to paste the example. Pause - + Pause (completed torrent: stop seeding) - + Up - + Alt+PgUp - + Top - + Alt+Home - + Down - + Alt+PgDown - + Bottom - + Alt+End - + Resume - + Download Information - + @@ -1651,68 +1650,68 @@ Some examples are given below. Click to paste the example. Delete File(s) - + Ctrl+Del - + Open Directory - + Select All - + Ctrl+A - + Invert Selection - + Ctrl+I - + One More Segment - + One Fewer Segment - + Force Start - + Ctrl+Shift+R - + Import From File... - + Ctrl+Shift+O - + @@ -1722,67 +1721,67 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+S, Ctrl+S - + Remove Completed - + Remove Selected - + Del - + Remove All - + Ctrl+Shift+Del - + Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Select None - + Select Completed - + @@ -1792,7 +1791,7 @@ Some examples are given below. Click to paste the example. Copy Selection to Clipboard - + @@ -1802,12 +1801,12 @@ Some examples are given below. Click to paste the example. Compiler Info... - + Check for updates... - + @@ -1817,18 +1816,18 @@ Some examples are given below. Click to paste the example. About YT-DLP... - + About %0 - + About Qt - + @@ -1847,78 +1846,78 @@ Some examples are given below. Click to paste the example. Remove Downloads - + Are you sure to remove %0 downloads? - + Delete - + File not found - Archivo no encontrado + Destination directory not found: - + Don't ask again - + ALL - + selected - + completed - + waiting - + paused - + failed - + running - + Website URL - + URL of the HTML page: - + @@ -1928,92 +1927,92 @@ Some examples are given below. Click to paste the example. The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + Can't save file. - + Can't save file %0: - + Can't load file. - + Can't load file %0: - + Start! - + File Error - + Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + File saved - + File loaded - + Save As - + Open - Abrir + @@ -2021,42 +2020,42 @@ Some examples are given below. Click to paste the example. File name - + Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,22 +2099,22 @@ Some examples are given below. Click to paste the example. Browse... - + All Files (*);;%0 (*%1) - + Please select a file - + Please select a directory - + @@ -2134,12 +2133,12 @@ Some examples are given below. Click to paste the example. The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + @@ -2159,7 +2158,7 @@ Some examples are given below. Click to paste the example. Ask - + @@ -2169,72 +2168,72 @@ Some examples are given below. Click to paste the example. Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + Show balloon messages - + Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - + Use stream downloader if the URL host is: - + Network - + @@ -2244,182 +2243,182 @@ Some examples are given below. Click to paste the example. Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + @@ -2429,7 +2428,7 @@ Some examples are given below. Click to paste the example. Custom button label: - + @@ -2444,12 +2443,12 @@ Some examples are given below. Click to paste the example. Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + @@ -2459,78 +2458,78 @@ Some examples are given below. Click to paste the example. When Manager window is closed - + Remove completed downloads - + Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + Check for updates automatically: - + Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + @@ -2540,37 +2539,37 @@ Some examples are given below. Click to paste the example. Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + @@ -2580,47 +2579,47 @@ Some examples are given below. Click to paste the example. Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + @@ -2635,7 +2634,7 @@ Some examples are given below. Click to paste the example. Peers: - + @@ -2645,7 +2644,7 @@ Some examples are given below. Click to paste the example. Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + @@ -2655,7 +2654,7 @@ Some examples are given below. Click to paste the example. Restore default settings - + @@ -2670,27 +2669,27 @@ Some examples are given below. Click to paste the example. Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + @@ -2703,35 +2702,35 @@ Some examples are given below. Click to paste the example. Revertir a valores por defecto - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: Ejemplos: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,17 +2738,17 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + @@ -2764,67 +2763,67 @@ Some examples are given below. Click to paste the example. ignore - + low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + Checking Files... - + Downloading Metadata... - + Downloading... - Descargando... + @@ -2834,95 +2833,95 @@ Some examples are given below. Click to paste the example. Seeding... - + Checking Resume Data... - + Text Files - + Json Files - + Torrent Files - + Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - + QueueItem - + %0 of %1 %0 de %1 - + Unknown - + @@ -2935,12 +2934,12 @@ Some examples are given below. Click to paste the example. Resource Name - + Description - + @@ -2953,7 +2952,7 @@ Some examples are given below. Click to paste the example. All Files - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,7 +3037,7 @@ Some examples are given below. Click to paste the example. Extractors - + @@ -3048,7 +3047,7 @@ Some examples are given below. Click to paste the example. Stream Download Info - + @@ -3068,17 +3067,17 @@ Some examples are given below. Click to paste the example. YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3100,7 +3099,7 @@ Some examples are given below. Click to paste the example. Advanced: - + @@ -3115,12 +3114,12 @@ Some examples are given below. Click to paste the example. Other - + Detected media: - + @@ -3135,7 +3134,7 @@ Some examples are given below. Click to paste the example. audio/video information is not available - + @@ -3143,22 +3142,22 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + @@ -3168,7 +3167,7 @@ Some examples are given below. Click to paste the example. Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3200,12 +3199,12 @@ Help: if you get an error, follow these instructions: File Name - + Title - + @@ -3215,12 +3214,12 @@ Help: if you get an error, follow these instructions: Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,7 +3501,7 @@ Help: if you get an error, follow these instructions: The video is not available. - + @@ -3512,47 +3511,47 @@ Help: if you get an error, follow these instructions: Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3565,7 +3564,7 @@ Help: if you get an error, follow these instructions: &Hide when Minimized - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,7 +3654,7 @@ Help: if you get an error, follow these instructions: # - # + @@ -3685,17 +3684,17 @@ Help: if you get an error, follow these instructions: First Piece - + # Pieces - + Pieces - + @@ -3705,7 +3704,7 @@ Help: if you get an error, follow these instructions: Modification date - + @@ -3720,7 +3719,7 @@ Help: if you get an error, follow these instructions: %0% of %1 pieces - + @@ -3753,37 +3752,37 @@ Help: if you get an error, follow these instructions: Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + %0 of %1 pieces - + @@ -3791,12 +3790,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore - + @@ -3814,37 +3813,37 @@ Help: if you get an error, follow these instructions: Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3857,12 +3856,12 @@ Help: if you get an error, follow these instructions: Select a torrent - + Files - + @@ -3878,22 +3877,22 @@ Help: if you get an error, follow these instructions: Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + @@ -3903,37 +3902,37 @@ Help: if you get an error, follow these instructions: Peers: - + Upload Speed: - + Seeds: - + Down Limit: - + Download Speed: - + Share Ratio: - + Up Limit: - + @@ -3948,191 +3947,191 @@ Help: if you get an error, follow these instructions: Save As: - + Added On: - + Pieces: - + Comments: - + Completed On: - + Created By: - + Total Size: - + Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy Copiar - + Open Abrir - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) %0 (total %1) - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 %0 x %1 @@ -4142,7 +4141,7 @@ Ex: Don't show this dialog again - + @@ -4157,37 +4156,37 @@ Ex: Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,37 +4215,37 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + Starting... - + A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + @@ -4256,53 +4255,53 @@ Ex: Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + Close the application - + The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,17 +4309,17 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + @@ -4330,22 +4329,22 @@ Ex: Custom filename: - + Checksum (Hash): - + Enter new file name - + Save files in: - Guardar archivos en: + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_es_US.ts b/src/locale/arrowdl_es_US.ts new file mode 100644 index 00000000..f052b7c1 --- /dev/null +++ b/src/locale/arrowdl_es_US.ts @@ -0,0 +1,4376 @@ + + + AbstractDownloadItem + + + Idle + + + + + Paused + + + + + Canceled + + + + + Preparing + + + + + Connecting + + + + + Downloading Metadata + + + + + Downloading + + + + + Finishing + + + + + Complete + + + + + Seeding + + + + + Skipped + + + + + Server error + + + + + File error + + + + + AddBatchDialog + + + Enter the download URL and (optionally) the referring page. +You can also use batch descriptors to download multiple files at one time. + + + + + Insert batch range: + + + + + + 1 -> 10 + + + + + + 1 -> 100 + + + + + + 01 -> 10 + + + + + + 001 -> 100 + + + + + Custom + + + + + Batch and Single File + + + + + Download: + + + + + Examples: + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Batch and Single File + + + + + Batch descriptors: + + + + + Must start with '[' or '(' + + + + + Must contain two numbers, separated by ':', '-' or a space character + + + + + Must end with ']' or ')' + + + + + Insert + + + + + Do you really want to start %0 downloads? + + + + + Don't ask again, always download batch + + + + + + Download Batch + + + + + It seems that you are using some batch descriptors. + + + + + Single Download + + + + + AddContentDialog + + + Collecting... + + + + + Save files in: + + + + + Default Mask: + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + + Preferences + + + + + Warning + + + + + Web Page Content + + + + + Error: The url is not valid: + + + + + Connecting... + + + + + + Downloading... + + + + + + Collecting links... + + + + + + Finished + + + + + The wizard can't connect to URL: + + + + + After selecting links, click on Start! + + + + + Selected links: %0 of %1 + + + + + AddStreamDialog + + + Enter the address of the stream, or a list of streams, to download. + + + + + Download: + + + + + Examples: + + + + + + Continue + + + + + Stream + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Stream + + + + + Stop + + + + + AddTorrentDialog + + + Examples: + + + + + Download: + + + + + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). + + + + + Enter the .torrent file (or magnet link) to download + + + + + Magnet Link and Torrent + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Magnet Links and Torrent + + + + + AddUrlsDialog + + + Copy-paste a list of Urls to download + + + + + List of Urls + + + + + Download: + + + + + &Start! + + + + + Add &paused + + + + + Cancel + + + + + Add Urls + + + + + AdvancedSettingsWidget + + + Select a preset, or configure manually. + + + + + Presets + + + + + + Default + + + + + + Minimize Memory Usage + + + + + + High Performance Seed + + + + + Search for setting + + + + + Clear + + + + + Key + + + + + Value + + + + + Show modified only + + + + + Edit + + + + + Reset to Default + + + + + Settings optimized for a regular bittorrent client running on a desktop system. + + + + + Settings intended for embedded devices. It will significantly reduce memory usage. + + + + + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. + + + + + BatchRenameDialog + + + Tools + + + + + Files to rename + + + + + Rename Tool + + + + + Batch Rename + + + + + Default names + + + + + Enumerated names + + + + + Options + + + + + Start enumeration from: + + + + + Style: + + + + + 1 ... 123456 + + + + + 000001 ... 123456 + + + + + Custom number of digits: + + + + + Increment by: + + + + + Safe Rename* + + + + + *Rename and pause. Otherwise, could also rename already downloaded files. + + + + + %0 selected files to rename + + + + + CheckableTableView + + + Check Selected Items + + + + + Uncheck Selected Items + + + + + Toggle Check for Selected Items + + + + + Select All + + + + + Select Filtered + + + + + Invert Selection + + + + + ComboBox + + + Clear History + + + + + CompilerDialog + + + &Ok + + + + + Compiler + + + + + Name: + + + + + + Version: + + + + + + CPU Architecture: + + + + + Build date: + + + + + Plugins + + + + + System + + + + + OS: + + + + + SSL Library Version: + + + + + SSL Library Build Version: + + + + + Found in application path: + + + + + * OpenSSL SSL library: + + + + + * OpenSSL Crypto library: + + + + + Libraries and Build Version + + + + + Info + + + + + %0 %1 version %2 + + + + + %0 with Qt WebEngine based on Chromium %1 + + + + + Reading... + + + + + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). + + + + + not found + + + + + This application supports SSL. + + + + + DownloadEngine + + + ... (%0 others) + + + + + DownloadItem + + + No Error + + + + + 3xx Redirect connection refused + + + + + 3xx Redirect remote host closed + + + + + 3xx Redirect host not found + + + + + 3xx Redirect timeout + + + + + 3xx Redirect operation canceled + + + + + 3xx Redirect SSL handshake failed + + + + + 3xx Redirect temporary network failure + + + + + 3xx Redirect network session failed + + + + + 3xx Redirect background request not allowed + + + + + 3xx Too many redirects + + + + + 3xx Insecure redirect + + + + + 3xx Unknown redirect error + + + + + 5xx Proxy connection refused + + + + + 5xx Proxy connection closed + + + + + 5xx Proxy not found + + + + + 504 Proxy timeout error + + + + + 407 Proxy authentication required + + + + + 5xx Unknown proxy error + + + + + 403 Access denied + + + + + 405 Method not allowed + + + + + 404 Not found + + + + + 401 Authorization required + + + + + 4xx Resend error + + + + + 409 Conflict + + + + + 410 Content no longer available + + + + + 4xx Unknown content error + + + + + 4xx Unknown protocol error + + + + + 400 Bad request + + + + + 4xx Protocol failure + + + + + 500 Internal server error + + + + + 501 Server does not support this functionality + + + + + 503 Service unavailable + + + + + 5xx Unknown serveur error + + + + + DownloadQueueView + + + Download/Name + + + + + Domain + + + + + Progress + + + + + Percent + % + + + + Size + + + + + Est. time + + + + + Speed + + + + + DownloadTorrentItem + + + Couldn't download metadata + + + + + Couldn't download, bad .torrent format + + + + + Couldn't resolve metadata + + + + + Error in file '%0' + + + + + Bad SSL context + + + + + Bad .torrent metadata + + + + + Bad .torrent access permission + + + + + Bad part-file + + + + + Unknown error + + + + + EditionDialog + + + + Smart Edit + + + + + Edit the Urls + + + + + Edit the Urls. Note that the number of lines should stay unchanged. + + + + + %0 selected files to edit + + + + + Warning: number of lines is <%0> but should be <%1>! + + + + + FileAccessManager + + + Existing File + + + + + The file already exists: + + + + + Do you want to Rename, Overwrite or Skip this file? + + + + + Rename + + + + + Overwrite + + + + + Skip + + + + + FileReader + + + Invalid device + + + + + File not found + + + + + Unsupported format + + + + + Unable to read data + + + + + Unknown error + + + + + Any file (all types) (%0) + + + + + All files (%0) + + + + + FileWriter + + + Device is not set + + + + + Cannot open device for writing: %1 + + + + + Device not writable + + + + + Unsupported format + + + + + File is empty + + + + + All files (%0) + + + + + + Unknown error + + + + + FilterTip + + + Fast Filtering follows the Regular Expressions conventions. +Some examples are given below. Click to paste the example. + + + + + Fast Filtering + + + + + FilterWidget + + + Filters + + + + + Fast Filtering + + + + + Fast Filtering Tips... + + + + + Disable other filters + + + + + Format + + + Unknown + + + + + 0 byte + + + + + 1 byte + + + + + %0 bytes + + + + + %0 KB + + + + + %0 MB + + + + + %0 GB + + + + + %0 TB + + + + + Yes + + + + + No + + + + + %0 KB/s + + + + + %0 MB/s + + + + + %0 GB/s + + + + + %0 TB/s + + + + + HomeDialog + + + + Getting Started + + + + + Choose which category of document to download. + + + + + Web Page Content + + + + + Links and media in a HTML page + + + + + Batch of Files (with regular expression) + + + + + Single file, batch of files, regular expression link + + + + + Video/Audio Stream + + + + + Stream from Youtube and other video stream sites + + + + + Magnet Link, Torrent + + + + + Use bittorrent protocol to download a .torrent file + + + + + List of Urls + + + + + Paste a list of Urls + + + + + Close + + + + + InformationDialog + + + Properties + + + + + Size: + + + + + From: + + + + + Unkown + + + + + Download Information + + + + + Options + + + + + Messages + + + + + Wrap line + + + + + LinkWidget + + + Links + + + + + Pictures and Media + + + + + Links (%0) + + + + + Pictures and Media (%0) + + + + + Mask... + + + + + Copy Links + + + + + Open %0 + + + + + Open %0 Links + + + + + MainWindow + + + Queue + + + + + Torrent download details + + + + + &Help + + + + + &File + + + + + &Option + + + + + &View + + + + + &Queue + + + + + &Edit + + + + + File toolbar + + + + + View toolbar + + + + + &Quit + + + + + About Qt... + + + + + About ArrowDL... + + + + + Preferences... + + + + + Ctrl+P + + + + + Getting Started... + + + + + Download Content... + + + + + Download Web Page Content + + + + + Ctrl+X + + + + + Download Batch... + + + + + Download Single File, Batch of Files with Regular Expression + + + + + Ctrl+N + + + + + Download Stream... + + + + + Download Video/Audio Stream + + + + + Download Torrent... + + + + + Download Magnet Links and Torrent + + + + + Download Urls... + + + + + Download a copy-pasted list of Urls + + + + + + Cancel + + + + + Pause + + + + + Pause (completed torrent: stop seeding) + + + + + Up + + + + + Alt+PgUp + + + + + Top + + + + + Alt+Home + + + + + Down + + + + + Alt+PgDown + + + + + Bottom + + + + + Alt+End + + + + + Resume + + + + + Download Information + + + + + Alt+I + + + + + Open File + + + + + Rename File + + + + + F2 + + + + + Delete File(s) + + + + + + Ctrl+Del + + + + + Open Directory + + + + + Select All + + + + + Ctrl+A + + + + + Invert Selection + + + + + Ctrl+I + + + + + One More Segment + + + + + One Fewer Segment + + + + + Force Start + + + + + Ctrl+Shift+R + + + + + Import From File... + + + + + Ctrl+Shift+O + + + + + Export &Selected To File... + + + + + Ctrl+Shift+S, Ctrl+S + + + + + Remove Completed + + + + + Remove Selected + + + + + Del + + + + + Remove All + + + + + Ctrl+Shift+Del + + + + + Remove Waiting + + + + + Remove Running + + + + + Remove Paused + + + + + Remove Failed + + + + + Speed Limit... + + + + + Select None + + + + + Select Completed + + + + + Copy + + + + + Copy Selection to Clipboard + + + + + Ctrl+C + + + + + Compiler Info... + + + + + Check for updates... + + + + + Tutorial + + + + + About YT-DLP... + + + + + + About %0 + + + + + About Qt + + + + + Advanced + + + + + + + + Error + + + + + + Remove Downloads + + + + + + Are you sure to remove %0 downloads? + + + + + Delete + + + + + File not found + + + + + Destination directory not found: + + + + + Don't ask again + + + + + ALL + + + + + selected + + + + + completed + + + + + waiting + + + + + paused + + + + + failed + + + + + running + + + + + Website URL + + + + + URL of the HTML page: + + + + + (ex: %0) + + + + + The new name is already used or invalid. + + + + + Can't rename "%0" as its initial name. + + + + + Can't rename + + + + + as + + + + + Can't save file. + + + + + Can't save file %0: + + + + + Can't load file. + + + + + Can't load file %0: + + + + + Start! + + + + + File Error + + + + + Done: %0 Running: %1 Total: %2 + + + + + %0 of %1 (%2), %3 running %4 | Torrent: %5 + + + + + active + + + + + inactive + + + + + File saved + + + + + File loaded + + + + + Save As + + + + + Open + + + + + Mask + + + File name + + + + + Extension + + + + + Base URL + + + + + Full URL + + + + + Flat full URL + + + + + URL subdirectories + + + + + Flat URL subdirectories + + + + + Query string + + + + + MaskTip + + + Renaming Tags + + + + + MaskWidget + + + + Renaming tags reference table + + + + + NetworkManager + + + (none) + + + + + SOCKS5 + + + + + HTTP + + + + + PathWidget + + + + Browse... + + + + + All Files (*);;%0 (*%1) + + + + + Please select a file + + + + + Please select a directory + + + + + PreferenceDialog + + + + General + + + + + Defaults + + + + + The download directory, renaming mask and filters can be configured in the regular selection dialog. + + + + + When a file with the same name already exists: + + + + + Rename + + + + + Overwrite + + + + + Skip + + + + + Ask + + + + + Interface + + + + + Localization + + + + + Manager Window + + + + + Don't show "Get Started" tutorial when start the application + + + + + Show system tray icon (notification area) + + + + + Hide when minimized + + + + + Show balloon messages + + + + + Minimize when ESC key is pressed + + + + + Confirmation + + + + + Confirm removal of downloads + + + + + Confirm download batch + + + + + Style and Icons + + + + + Video/Audio Stream + + + + + Use stream downloader if the URL host is: + + + + + Network + + + + + Downloads + + + + + Concurrent downloads: + + + + + Concurrent fragments: + + + + + 20 + + + + + Proxy + + + + + Type: + + + + + Proxy: + + + + + Port: + + + + + Username: + + + + + Password: + + + + + Show + + + + + Socket + + + + + Tolerant (IPv4 or IPv6) + + + + + Use IPv4 only + + + + + Use IPv6 only + + + + + seconds + + + + + Connection Protocol: + + + + + Timeout to establish a connection: + + + + + Downloaded Files + + + + + Get time from server for the file's...: + + + + + Last modified time + + + + + Creation time (may not be not supported on UNIX) + + + + + Most recent access (e.g. read or written to) + + + + + Metadata change time + + + + + Downloaded Audio/Video + + + + + Download subtitle + + + + + Download description + + + + + Mark watched (only for Youtube) + + + + + Download thumbnail + + + + + Download metadata + + + + + Download comments + + + + + Create internet shortcut + + + + + Identification + + + + + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. + + + + + HTTP User Agent: + + + + + Filter + + + + + Enable Custom Batch Button in "Add download" Dialog + + + + + Ex: "1 -> 50", "001 -> 200", ... + + + + + Custom button label: + + + + + Ex: "[1:50]", "[001:200]", ... + + + + + Range: + + + + + Rem: must describe a range of numbers "[x:y]" with x < y + + + + + Authentication + + + + + Privacy + + + + + When Manager window is closed + + + + + Remove completed downloads + + + + + Remove canceled/failed downloads + + + + + Remove unfinished (paused) downloads + + + + + Database + + + + + The current downloads queue is temporarly saved in: + + + + + Stream Cache + + + + + + Clean Cache + + + + + Auto Update + + + + + Check for updates automatically: + + + + + Never + + + + + Once a day + + + + + Once a week + + + + + Check updates now... + + + + + Enable Referrer: + + + + + Filters + + + + + Caption + + + + + Extensions + + + + + Caption: + + + + + Filtered Extensions: + + + + + Add New Filter + + + + + Update Filter + + + + + Remove Filter + + + + + Torrent + + + + + Enable Torrent + + + + + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. + + + + + Directory + + + + + Share folder: + + + + + Bandwidth + + + + + Max Upload Rate* (kB/s): + + + + + Max Download Rate* (kB/s): + + + + + Max Number of Connections: + + + + + Max Number of Peers per Torrent: + + + + + * (0: unlimited) + + + + + Connection + + + + + Peers: + + + + + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 + + + + + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") + + + + + Advanced + + + + + Restore default settings + + + + + OK + + + + + Cancel + + + + + Queue Database + + + + + Located in %0 + + + + + (none) + + + + + Warning: The system tray is not available. + + + + + Warning: The system tray doesn't support balloon messages. + + + + + Preferences + + + + + Reset all filters + + + + + + The host may be %0, %1 or %2 + + + + + The host may be %0 but not %1 + + + + + Examples: + + + + + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. + + + + + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. + + + + + Cleaning... + + + + + QObject + + + translation '%0', locale '%1': %2 + + + + + Can't load %0 + + + + + Video %0 x %1%2%3 + + + + + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 + + + + + [%0] %1 Hz @ %2 KBit/s, codec: %3 + + + + + ignore + + + + + low + + + + + high + + + + + normal + + + + + .torrent file + + + + + program settings + + + + + magnet link + + + + + tracker exchange + + + + + no source + + + + + Stopped + + + + + Checking Files... + + + + + Downloading Metadata... + + + + + Downloading... + + + + + Finished + + + + + Seeding... + + + + + Checking Resume Data... + + + + + Text Files + + + + + Json Files + + + + + Torrent Files + + + + + Bootstrap Icons (default) + + + + + FontAwesome Flat Design + + + + + Light + + + + + Dark + + + + + %0 - %1 - version %2 - build %3 + + + + + Copyright (C) %0 %1. All rights reserved. + + + + + GNU LGPL License + + + + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + + + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + + + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + + About %0 + + + + + QueueItem + + + %0 of %1 + + + + + Unknown + + + + + ResourceModel + + + Download + + + + + Resource Name + + + + + Description + + + + + Mask + + + + + Settings + + + All Files + + + + + Archives (zip, rar...) + + + + + Application (exe, xpi...) + + + + + Audio (mp3, wav...) + + + + + Documents (pdf, odf...) + + + + + Images (jpg, png...) + + + + + Images JPEG + + + + + Images PNG + + + + + Video (mpeg, avi...) + + + + + Stream + + + The process crashed. + + + + + StreamAssetDownloader + + + Couldn't parse JSON file. + + + + + + The process crashed. + + + + + Couldn't parse playlist (no data received). + + + + + Couldn't parse playlist (ill-formed JSON file). + + + + + Cancelled. + + + + + StreamDialog + + + Extractors + + + + + &Ok + + + + + Stream Download Info + + + + + Reading... + + + + + Collecting... + + + + + Error: + + + + + YT-DLP supports %0 sites: + + + + + Site + + + + + Description + + + + + StreamExtractorListCollector + + + + The process crashed. + + + + + StreamFormatPicker + + + Simple + + + + + Advanced: + + + + + Audio + + + + + Video + + + + + Other + + + + + Detected media: + + + + + Audio: + + + + + Video: + + + + + audio/video information is not available + + + + + StreamListWidget + + + Detected Media: + + + + + Please wait, checking URL... + + + + + Choose resources to download: + + + + + Add track number to filename + + + + + Error: + + + + + Can't find the URL stream + + + + + --- +Help: if you get an error, follow these instructions: + +1. Verify the URL + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + becomes + 'https://www.abc.com/watch?video=some_video' + +2. Open the URL in a Web browser, and Play it + (Rem: the Web browser can force the server to play the video) + +3. Click 'Continue' button again + +4. Retry later + + + + + StreamTableModel + + + # + + + + + File Name + + + + + Title + + + + + Size + + + + + Format + + + + + Video unavailable + + + + + StreamToolBox + + + Overview + + + + + Do not download the video, but write all other related files + + + + + Mark watched (only for Youtube) + + + + + Subtitles + + + + + Convert to format: + + + + + Preferred format: + + + + + Download subtitles: + + + + + Hide auto-generated subtitles + + + + + Chapters + + + + + Split video into multiple files based on internal chapters + + + + + Remove chapters whose title matches the given regular expression: + + + + + Ex: "*10:15-15:00", or "intro" + + + + + Thumbnails + + + + + Download thumbnail (default image) + + + + + Download all formats of the thumbnail image + + + + + Convert the thumbnails to format: + + + + + Comments + + + + + Download comments (in the .info.json) + + + + + Sort by: + + + + + Newest first + + + + + Top comments + + + + + Limit number of comments: + + + + + Other Media + + + + + Download description as a .description file + + + + + Download metadata as a .info.json file + + + + + Create internet shortcut + + + + + Pre/Post-Processing + + + + + Command + + + + + Execute the command before the actual download: + + + + + Execute the command on the file after downloading and post-processing: + + + + + Post-Processing + + + + + Remux the video into another container if necessary : + + + + + + Ex: "aac>m4a/mov>mp4/mkv" + + + + + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. + + + + + Re-encode the video into another format if re-encoding is necessary: + + + + + Rem: The syntax and supported formats are the same as "Remux" + + + + + Keep the intermediate video file on disk after post-processing + + + + + Embed subtitles in the video (only for mp4, webm and mkv videos) + + + + + Embed thumbnail in the video as cover art + + + + + Embed metadata in the video file + + + + + Embed chapter markers in the video file + + + + + Write metadata to the video file's xattrs (using dublin core and xdg standards) + + + + + SponsorBlock + + + + + Remove segments in SponsorBlock categories from the video file: + + + + + Unpaid/Self Promotion + + + + + Interaction Reminder + + + + + Sponsor + + + + + Preview/Recap + + + + + Non-Music Section + + + + + Endcards/Credits + + + + + Intermission/Intro Animation + + + + + (default language) + + + + + All languages + + + + + (default) + + + + + StreamWidget + + + The video is not available. + + + + + Metadata + + + + + Simplified name: + + + + + Estimated size: + + + + + (no video) + + + + + + subtitles + + + + + + chapters + + + + + + thumbnails + + + + + + .description + + + + + + .info.json + + + + + + shortcut + + + + + SystemTray + + + &Restore + + + + + &Hide when Minimized + + + + + TextEditorWidget + + + + + + Undo + + + + + + + + Redo + + + + + + + + Cut + + + + + + + + Copy + + + + + + + + Paste + + + + + + + + Block Edit Mode + + + + + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection + + + + + TorrentContext + + + Bad .torrent format: Can't download it. + + + + + TorrentContextPrivate + + + Network request rejected. + + + + + Can't download metadata. + + + + + No metadata downloaded. + + + + + TorrentFileTableModel + + + # + + + + + Name + + + + + Path + + + + + Size + + + + + Done + + + + + Percent + % + + + + First Piece + + + + + # Pieces + + + + + Pieces + + + + + Priority + + + + + Modification date + + + + + SHA-1 + + + + + CRC-32 + + + + + %0% of %1 pieces + + + + + TorrentPeerTableModel + + + IP + + + + + Port + + + + + Client + + + + + Downloaded + + + + + Uploaded + + + + + Pieces + + + + + Request Time + + + + + Active Time + + + + + Queue Time + + + + + Flags + + + + + Source Flags + + + + + %0 of %1 pieces + + + + + TorrentPieceMap + + + Value: # of peers with the piece + + + + + Priority: %0=high %1=normal %2=low %3=ignore + + + + + TorrentTrackerTableModel + + + Url + + + + + Id + + + + + Number of listened sockets (endpoints) + + + + + Tier this tracker belongs to + + + + + Max number of failures + + + + + Source + + + + + Verified? + + + + + verified + + + + + not verified + + + + + TorrentWidget + + + Torrent + + + + + Select a torrent + + + + + Files + + + + + Info + + + + + + Downloaded: + + + + + Transfer + + + + + Time Elapsed: + + + + + Remaining: + + + + + Wasted: + + + + + Uploaded: + + + + + Peers: + + + + + Upload Speed: + + + + + Seeds: + + + + + Down Limit: + + + + + Download Speed: + + + + + Share Ratio: + + + + + Up Limit: + + + + + Status: + + + + + General + + + + + Save As: + + + + + Added On: + + + + + Pieces: + + + + + Comments: + + + + + Completed On: + + + + + Created By: + + + + + Total Size: + + + + + Created On: + + + + + Hash: + + + + + Magnet Link: + + + + + Peers + + + + + Trackers + + + + + Piece Map + + + + + Copy + + + + + Open + + + + + Open Containing Folder + + + + + Scan for viruses + + + + + Priorize by File order + + + + + Priorize: High + + + + + Priorize: Normal + + + + + Priorize: Low + + + + + Don't download + + + + + Relocate... + + + + + Add Peer... + + + + + Copy Peer List + + + + + Remove Unconnected + + + + + Add Peer + + + + + Enter the IP address and port number of the peer to add. +Ex: + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + + + + + + Add Tracker... + + + + + Remove Tracker + + + + + Copy Tracker List + + + + + Add Tracker + + + + + Enter the URL of the tracker to add: + + + + + %0 (%1 hashfails) + + + + + + %0 (total %1) + + + + + + %0 of %1 connected (%2 in swarm) + + + + + %0 x %1 + + + + + TutorialDialog + + + Don't show this dialog again + + + + + Close + + + + + Tutorial + + + + + Welcome to %0 + + + + + This brief tutorial will help you use the application for the first time. + + + + + Quick tutorial + + + + + Go to the Quick Sample page on the website: + + + + + Read the tutorial. The page contains quick sample files: + + + + + You can mass-download them + + + + + Try the powerful batch-download mode too! + + + + + UpdateChecker + + + + + + Network request rejected. + + + + + File '%0' currently opened. Close the file and retry. + + + + + Failed to open temporary file '%0'. + + + + + UpdateDialog + + + Check for Updates + + + + + This version is up-to-date. + + + + + Error while checking for updates + + + + + Starting... + + + + + A new version is available! + + + + + Check updates now... + + + + + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. + + + + + &Close + + + + + Downloaded to + + + + + Install new version + + + + + Checking the updates... + + + + + Downloading the update... + + + + + + Manual update required + + + + + Automatic update is not supported on this operating system. Do you want to download and install the update manually? + + + + + Current version: + + + + + Close the application + + + + + The application needs to close to continue the update. + + + + + Do you want to close now? + + + + + UrlFormWidget + + + Referring page: + + + + + Description: + + + + + Enter referrer URI + + + + + Mask: + + + + + Custom filename: + + + + + Checksum (Hash): + + + + + Enter new file name + + + + + Save files in: + + + + + Download: + + + + + UrlLineEdit + + + Enter URL to download + + + + + main + + + Another Download Manager + + + + + target URL to proceed + + + + \ No newline at end of file diff --git a/src/locale/arrowdl_fr_FR.ts b/src/locale/arrowdl_fr_FR.ts index f6cb3a31..2f977dea 100644 --- a/src/locale/arrowdl_fr_FR.ts +++ b/src/locale/arrowdl_fr_FR.ts @@ -1,6 +1,4 @@ - - - + AbstractDownloadItem @@ -936,37 +934,37 @@ Utiliser les délimiteurs de grappe, pour télécharger plusieurs fichiers en m DownloadQueueView - + Download/Name Fichier - + Domain Domaine - + Progress Progression - + Percent % - + Size Taille - + Est. time Temps estimé - + Speed Vitesse @@ -1122,37 +1120,38 @@ Utiliser les délimiteurs de grappe, pour télécharger plusieurs fichiers en m FileWriter - + Device is not set Périphérique non défini - + Cannot open device for writing: %1 Impossible d'ouvrir le périphérique d'écriture : %1 - + Device not writable Périphérique non accessible en écriture - + Unsupported format Format non supporté - + File is empty Fichier vide - + All files (%0) Tous les fichiers (%0) - + + Unknown error Erreur inconnue @@ -2405,7 +2404,7 @@ Des exemples sont donnés ci-dessous. Cliquer pour coller l'exemple.Identification - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. Les serveurs HTTP utilisent l'identification contenue dans la requête HTTP pour enregistrer l'identité des clients. Certains serveurs bloquent la connexion si ces informations ne sont pas envoyées. Les champs ci-dessous vous permettent de modifier et d'obfusquer ces informations, afin de protéger votre droit au respect de la vie privée. @@ -2496,7 +2495,7 @@ Des exemples sont donnés ci-dessous. Cliquer pour coller l'exemple. - + Clean Cache Vider le cache @@ -2706,33 +2705,33 @@ Des exemples sont donnés ci-dessous. Cliquer pour coller l'exemple.Réinitialiser tous les filtres - - + + The host may be %0, %1 or %2 L'hôte peut être %0, %1 ou %2 - + The host may be %0 but not %1 L'hôte peut être %0 mais pas %1 - + Examples: Exemples : - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. Certains serveurs découpent leurs fichiers en petits fragments, afin d'optimiser le partage. Cette option active le téléchargement des fragments d'un fichier en parallèle : Sélectionner le nombre de fragments à télécharger simultanément. Noter que le téléchargement de plusieurs fragments en parallèle rend théoriquement le téléchargement plus rapide (si le serveur le permet), mais la progression et le temps estimé seront imprécis (limitation dûe à l'implémentation). il faut donc choisir soit précision soit vitesse. Rem: la valeur idéale dépend de la connexion et de la machine. 20 semble être une bonne valeur. Pour désactiver l'option, mettre 1. - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. La page référente (ou Referrer) est une option HTTP qui communique au serveur l’adresse de la page web à partir de laquelle la ressource est demandée. Cela permet généralement au serveur HTTP de suivre la navigation d’un visiteur, page après page. Pour protéger votre droit à la vie privée, renseignez une adresse bidon. - + Cleaning... Nettoyage... @@ -2918,12 +2917,12 @@ Des exemples sont donnés ci-dessous. Cliquer pour coller l'exemple. QueueItem - + %0 of %1 %0 sur %1 - + Unknown Inconnu @@ -3179,15 +3178,15 @@ Des exemples sont donnés ci-dessous. Cliquer pour coller l'exemple. --- @@ -3811,7 +3810,7 @@ Astuce: si vous rencontrez une erreur : Valeur : # de pairs avec la pièce - + Priority: %0=high %1=normal %2=low %3=ignore Priorité: %0=haute %1=normale %2=basse %3=ignoré @@ -4028,81 +4027,81 @@ Astuce: si vous rencontrez une erreur : Carte des pièces - + Copy Copier - + Open Ouvrir - + Open Containing Folder Ouvrir le dossier de réception - + Scan for viruses Analyser à la recherce de virus - + Priorize by File order Priorité par ordre du fichier dans la file - + Priorize: High Priorité: Haute - + Priorize: Normal Priorité: Normale - + Priorize: Low Priorité: Basse - + Don't download Ne pas télécharger - + Relocate... Relocaliser... - + Add Peer... Ajouter un pair... - + Copy Peer List Copier la liste des pairs - + Remove Unconnected Retirer non-connectés - + Add Peer Ajouter un pair - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' Saisir l'adresse IP et le numéro de port du pair à ajouter. Ex: @@ -4111,49 +4110,49 @@ Ex: - + Add Tracker... Ajouter traqueur... - + Remove Tracker Supprimer traqueur - + Copy Tracker List Copier la liste des traqueurs - + Add Tracker Ajouter un traqueur - + Enter the URL of the tracker to add: Saisir l'URL du traqueur à ajouter : - + %0 (%1 hashfails) %0 (%1 erreurs hash) - - + + %0 (total %1) %0 (total %1) - - + + %0 of %1 connected (%2 in swarm) %0 of %1 connecté(s) (%2 dans l'essaim) - + %0 x %1 %0 x %1 @@ -4395,4 +4394,4 @@ Ex: URL cible à récupérer - + \ No newline at end of file diff --git a/src/locale/arrowdl_hu_HU.ts b/src/locale/arrowdl_hu_HU.ts index 4686a7cc..66e1dc26 100644 --- a/src/locale/arrowdl_hu_HU.ts +++ b/src/locale/arrowdl_hu_HU.ts @@ -1,6 +1,4 @@ - - - + AbstractDownloadItem @@ -562,7 +560,7 @@ A kötegleírók használatával több fájlt is letölthetsz egyszerre. 1 ... 123456 - 1 ... 123456  + 1 ... 123456  @@ -935,37 +933,37 @@ A kötegleírók használatával több fájlt is letölthetsz egyszerre. DownloadQueueView - + Download/Name Letöltés/Név - + Domain Domain - + Progress Folyamat - + Percent százalék - + Size Méret - + Est. time Becs.idő - + Speed Sebesség @@ -1121,37 +1119,38 @@ A kötegleírók használatával több fájlt is letölthetsz egyszerre. FileWriter - + Device is not set Az eszköz nincs beállítva - + Cannot open device for writing: %1 Az eszköz nem nyitható meg írásra: %1 - + Device not writable Az eszköz nem írható - + Unsupported format Nem támogatott formátum - + File is empty Üres fájl - + All files (%0) Minden fájl (%0) - + + Unknown error Ismeretlen hiba @@ -2251,12 +2250,12 @@ Néhány példa az alábbiakban látható. Kattints a példa beillesztéséhez.< Concurrent fragments: - + 20 - + @@ -2404,7 +2403,7 @@ Néhány példa az alábbiakban látható. Kattints a példa beillesztéséhez.< Azonosítás - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. A kiszolgálók használhatják a HTTP-kérésben található HTTP-azonosítót az ügyfélattribútumok naplózásához. Egyes szerverek még akkor sem válaszolnak az ügyfélnek, ha az azonosító attribútum üres. A mezők lehetővé teszik hamis információk küldését a magánélet védelme érdekében. @@ -2495,7 +2494,7 @@ Néhány példa az alábbiakban látható. Kattints a példa beillesztéséhez.< - + Clean Cache Cache tisztítása @@ -2705,33 +2704,33 @@ Néhány példa az alábbiakban látható. Kattints a példa beillesztéséhez.< Minden szűrő törlése - - + + The host may be %0, %1 or %2 A gazdagép %0, %1 vagy %2 lehet - + The host may be %0 but not %1 A gazdagép %0 lehet, de nem lehet %1 - + Examples: Példák: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. A hivatkozó oldal (vagy Hivatkozó) egy HTTP-beállítás, amely közli a szerverrel annak az előző weboldalnak a címét, amelyről az erőforrást kérték. Ez általában lehetővé teszi a HTTP-kiszolgáló számára, hogy nyomon kövesse a látogató böngészését, oldalról oldalra. A magánélet védelme érdekében, adj meg egy üres, vagy hamis hivatkozói címet. - + Cleaning... Tisztítás... @@ -2861,12 +2860,12 @@ Néhány példa az alábbiakban látható. Kattints a példa beillesztéséhez.< Bootstrap Icons (default) - + FontAwesome Flat Design - + @@ -2917,12 +2916,12 @@ Néhány példa az alábbiakban látható. Kattints a példa beillesztéséhez.< QueueItem - + %0 of %1 %1 a 0% -nak - + Unknown Ismeretlen @@ -3178,15 +3177,15 @@ Néhány példa az alábbiakban látható. Kattints a példa beillesztéséhez.< Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later --- @@ -3810,7 +3809,7 @@ címből legyen csak Érték: # peerek darabok számával - + Priority: %0=high %1=normal %2=low %3=ignore Priorítás: %0=magas %1=normál %2=alacsony %3=kihagyás @@ -4027,81 +4026,81 @@ címből legyen csak Darab térkép - + Copy Másolás - + Open Megnyitás - + Open Containing Folder Tartalmazó mappa megnyitása - + Scan for viruses Vírusok keresése - + Priorize by File order Priorizálás fájlsorrend szerint - + Priorize: High Priorizálás: magas - + Priorize: Normal Priorizálás: normál - + Priorize: Low Priorizálás: alacsony - + Don't download Ne töltse le - + Relocate... Áthelyezés... - + Add Peer... Peer hozzáadása... - + Copy Peer List Peer lista másolása - + Remove Unconnected Nem csatlakozottak eltávolítása - + Add Peer Peer hozzáadása - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' A peer IP-címének és portszámának bevitele a hozzáadáshoz. Pl: @@ -4110,49 +4109,49 @@ Pl: - + Add Tracker... Tracker hozzáadása... - + Remove Tracker Tracker eltávolítása - + Copy Tracker List Tracker lista másolása - + Add Tracker Tracker hozzáadása - + Enter the URL of the tracker to add: Add meg a hozzáadni kívánt tracker URL-jét: - + %0 (%1 hashfails) %0 (%1 sikertelen hash) - - + + %0 (total %1) %0 (összes %1) - - + + %0 of %1 connected (%2 in swarm) %0 csatlakoztatva ennyiből %1 (%2 rajban) - + %0 x %1 %0 x %1 @@ -4394,4 +4393,4 @@ Pl: cél URL a folytatáshoz - + \ No newline at end of file diff --git a/src/locale/arrowdl_it_IT.ts b/src/locale/arrowdl_it_IT.ts index 222421df..4e64c254 100644 --- a/src/locale/arrowdl_it_IT.ts +++ b/src/locale/arrowdl_it_IT.ts @@ -1,6 +1,4 @@ - - - + AbstractDownloadItem @@ -937,37 +935,37 @@ L'applicazione non verrà scaricata con socket protetti (HTTPS, FTPS). DownloadQueueView - + Download/Name Download/nome - + Domain Dominio - + Progress Progresso - + Percent Percentuale - + Size Dimensione - + Est. time Tenpo stimato - + Speed Velocità @@ -1124,37 +1122,38 @@ Nota he i numeri di linea non devono essere modificati. FileWriter - + Device is not set Dispositivo non impostato - + Cannot open device for writing: %1 Impossibile aprire il dispositivo in scrittura: %1 - + Device not writable Dispositivo non scrivibile - + Unsupported format Formato non supportato - + File is empty Il file è vuoto - + All files (%0) Tutti i file (%0) - + + Unknown error Errore sconosciuto @@ -2408,7 +2407,7 @@ Fai clic per incollare l'esempio. Identificazione - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. I server potrebbero usare l'identificazione HTTP contenuta nella richiesta HTTP per registrare gli attributi del client. Alcuni server non rispondono nemmeno al client se l'attributo di identificazione è vuoto. @@ -2501,7 +2500,7 @@ I campi consentono di inviare informazioni false, per proteggere la privacy. - + Clean Cache Svuota cache @@ -2712,23 +2711,23 @@ Condivide DHT (tabella hash distribuita) con i peer, i file .torrents che condiv Ripristina tutti i filtri - - + + The host may be %0, %1 or %2 L'host può essere %0, %1 o %2 - + The host may be %0 but not %1 L'host può essere %0 ma non %1 - + Examples: Esempi: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. Per ottimizzare i download i server potrebbero suddividere file di grandi dimensioni in più frammenti. Questa opzione abilita i download di frammenti multi-thread: selezionare il numero di frammenti che devono essere scaricati contemporaneamente. @@ -2738,14 +2737,14 @@ Il valore consigliato dipende dalla tipologia di connessione e dalla caratersich Per disabilitarlo, impostalo su 1. - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. La pagina di riferimento (o Riferimento) è un'opzione HTTP che comunica al server l'indirizzo della pagina web precedente da cui viene richiesta la risorsa. Ciò consente in genere al server HTTP di tenere traccia della navigazione di un visitatore, pagina dopo pagina. Per proteggere la privacy, inserisci un indirizzo Riferimento vuoto o falso. - + Cleaning... Pulizia.... @@ -2931,12 +2930,12 @@ Per proteggere la privacy, inserisci un indirizzo Riferimento vuoto o falso. QueueItem - + %0 of %1 %0 di %1 - + Unknown Sconosciuto @@ -3192,15 +3191,15 @@ Per proteggere la privacy, inserisci un indirizzo Riferimento vuoto o falso. --- @@ -3824,7 +3823,7 @@ Guida: se ricevi un errore, segui queste istruzioni: Valore: # di peer con il segmento - + Priority: %0=high %1=normal %2=low %3=ignore Priorità: %0=alta %1=normale %2=bassa %3=ignorata @@ -4041,81 +4040,81 @@ Guida: se ricevi un errore, segui queste istruzioni: Mappa segmento - + Copy Copia - + Open Apri - + Open Containing Folder Apri cartella contenitore - + Scan for viruses Scansiona per virus - + Priorize by File order Priorità in base ad ordine file - + Priorize: High Priorità: alta - + Priorize: Normal Priorità: normale - + Priorize: Low Priorità: bassa - + Don't download Non scaricare - + Relocate... Trasferisci... - + Add Peer... Aggiungi peer... - + Copy Peer List Copia elenco peer - + Remove Unconnected Rimuovi non connessi - + Add Peer Aggiungi peer - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' Inserisci l'indirizzo IP e il numero di porta del peer da aggiungere. Es.: @@ -4124,49 +4123,49 @@ Es.: - + Add Tracker... Aggiungi tracker... - + Remove Tracker Rimuovi tracker - + Copy Tracker List Copia elenco tracker - + Add Tracker Aggiungi tracker - + Enter the URL of the tracker to add: Inserisci l'URL del tracker da aggiungere: - + %0 (%1 hashfails) %0 (%1 hash falliti) - - + + %0 (total %1) %0 (totale %1) - - + + %0 of %1 connected (%2 in swarm) %0 di %1 connessi (%2 in swarm) - + %0 x %1 %0 x %1 @@ -4412,4 +4411,4 @@ Vuoi scaricare e installare l'aggiornamento manualmente? URL destinazione da elaborare - + \ No newline at end of file diff --git a/src/locale/arrowdl_ja_JP.ts b/src/locale/arrowdl_ja_JP.ts index 15ca4abc..e9c78ce2 100644 --- a/src/locale/arrowdl_ja_JP.ts +++ b/src/locale/arrowdl_ja_JP.ts @@ -1,72 +1,70 @@ - - - + AbstractDownloadItem Idle - + Paused - + Canceled - + Preparing - + Connecting - + Downloading Metadata - + Downloading - + Finishing - + Complete - + Seeding - + Skipped - + Server error - + File error - + @@ -75,127 +73,127 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Insert batch range: - + 1 -> 10 - + 1 -> 100 - + 01 -> 10 - + 001 -> 100 - + Custom - + Batch and Single File - + Download: - + Examples: - + &Start! - + Add &paused - + Cancel - + Add Batch and Single File - + Batch descriptors: - + Must start with '[' or '(' - + Must contain two numbers, separated by ':', '-' or a space character - + Must end with ']' or ')' - + Insert - + Do you really want to start %0 downloads? - + Don't ask again, always download batch - + Download Batch - + It seems that you are using some batch descriptors. - + Single Download - + @@ -203,91 +201,91 @@ You can also use batch descriptors to download multiple files at one time. Collecting... - + Save files in: - + Default Mask: - + &Start! - + Add &paused - + Cancel - + Preferences - + Warning - + Web Page Content - + Error: The url is not valid: - + Connecting... - + Downloading... - + Collecting links... - + Finished - + The wizard can't connect to URL: - + After selecting links, click on Start! - + Selected links: %0 of %1 - + @@ -295,53 +293,53 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + Download: - + Examples: - + Continue - + Stream - + &Start! - + Add &paused - + Cancel - + Add Stream - + Stop - + @@ -349,47 +347,47 @@ You can also use batch descriptors to download multiple files at one time. Examples: - + Download: - + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Enter the .torrent file (or magnet link) to download - + Magnet Link and Torrent - + &Start! - + Add &paused - + Cancel - + Add Magnet Links and Torrent - + @@ -397,37 +395,37 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - + &Start! - + Add &paused - + Cancel - + Add Urls - + @@ -435,80 +433,80 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Presets - + Default - + Minimize Memory Usage - + High Performance Seed - + Search for setting - + Clear - + Key - + Value - + Show modified only - + Edit - + Reset to Default - + Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -516,82 +514,82 @@ You can also use batch descriptors to download multiple files at one time. Tools - + Files to rename - + Rename Tool - + Batch Rename - + Default names - + Enumerated names - + Options - + Start enumeration from: - + Style: - + 1 ... 123456 - + 000001 ... 123456 - + Custom number of digits: - + Increment by: - + Safe Rename* - + *Rename and pause. Otherwise, could also rename already downloaded files. - + %0 selected files to rename - + @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Uncheck Selected Items - + Toggle Check for Selected Items - + Select All - + Select Filtered - + Invert Selection - + @@ -632,7 +630,7 @@ You can also use batch descriptors to download multiple files at one time. Clear History - + @@ -640,114 +638,114 @@ You can also use batch descriptors to download multiple files at one time. &Ok - + Compiler - + Name: - + Version: - + CPU Architecture: - + Build date: - + Plugins - + System - + OS: - + SSL Library Version: - + SSL Library Build Version: - + Found in application path: - + * OpenSSL SSL library: - + * OpenSSL Crypto library: - + Libraries and Build Version - + Info - + %0 %1 version %2 - + %0 with Qt WebEngine based on Chromium %1 - + Reading... - + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + not found - + This application supports SSL. - + @@ -755,7 +753,7 @@ You can also use batch descriptors to download multiple files at one time. ... (%0 others) - + @@ -763,210 +761,210 @@ You can also use batch descriptors to download multiple files at one time. No Error - + 3xx Redirect connection refused - + 3xx Redirect remote host closed - + 3xx Redirect host not found - + 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + 5xx Proxy not found - + 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + 404 Not found - + 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name - + - + Domain - + - + Progress - + - + Percent - + % - + Size - + - + Est. time - + - + Speed - + @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + Error in file '%0' - + Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + Unknown error - + @@ -1023,27 +1021,27 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Edit the Urls - + Edit the Urls. Note that the number of lines should stay unchanged. - + %0 selected files to edit - + Warning: number of lines is <%0> but should be <%1>! - + @@ -1051,32 +1049,32 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + The file already exists: - + Do you want to Rename, Overwrite or Skip this file? - + Rename - + Overwrite - + Skip - + @@ -1084,75 +1082,76 @@ You can also use batch descriptors to download multiple files at one time. Invalid device - + File not found - + Unsupported format - + Unable to read data - + Unknown error - + Any file (all types) (%0) - + All files (%0) - + FileWriter - + Device is not set - + - + Cannot open device for writing: %1 - + - + Device not writable - + - + Unsupported format - + - + File is empty - + - + All files (%0) - + - + + Unknown error - + @@ -1161,12 +1160,12 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Fast Filtering - + @@ -1174,22 +1173,22 @@ Some examples are given below. Click to paste the example. Filters - + Fast Filtering - + Fast Filtering Tips... - + Disable other filters - + @@ -1197,52 +1196,52 @@ Some examples are given below. Click to paste the example. Unknown - + 0 byte - + 1 byte - + %0 bytes - + %0 KB - + %0 MB - + %0 GB - + %0 TB - + Yes - + No - + @@ -1271,67 +1270,67 @@ Some examples are given below. Click to paste the example. Getting Started - + Choose which category of document to download. - + Web Page Content - + Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + Video/Audio Stream - + Stream from Youtube and other video stream sites - + Magnet Link, Torrent - + Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + Close - + @@ -1339,42 +1338,42 @@ Some examples are given below. Click to paste the example. Properties - + Size: - + From: - + Unkown - + Download Information - + Options - + Messages - + Wrap line - + @@ -1382,42 +1381,42 @@ Some examples are given below. Click to paste the example. Links - + Pictures and Media - + Links (%0) - + Pictures and Media (%0) - + Mask... - + Copy Links - + Open %0 - + Open %0 Links - + @@ -1425,415 +1424,415 @@ Some examples are given below. Click to paste the example. Queue - + Torrent download details - + &Help - + &File - + &Option - + &View - + &Queue - + &Edit - + File toolbar - + View toolbar - + &Quit - + About Qt... - + About ArrowDL... - + Preferences... - + Ctrl+P - + Getting Started... - + Download Content... - + Download Web Page Content - + Ctrl+X - + Download Batch... - + Download Single File, Batch of Files with Regular Expression - + Ctrl+N - + Download Stream... - + Download Video/Audio Stream - + Download Torrent... - + Download Magnet Links and Torrent - + Download Urls... - + Download a copy-pasted list of Urls - + Cancel - + Pause - + Pause (completed torrent: stop seeding) - + Up - + Alt+PgUp - + Top - + Alt+Home - + Down - + Alt+PgDown - + Bottom - + Alt+End - + Resume - + Download Information - + Alt+I - + Open File - + Rename File - + F2 - + Delete File(s) - + Ctrl+Del - + Open Directory - + Select All - + Ctrl+A - + Invert Selection - + Ctrl+I - + One More Segment - + One Fewer Segment - + Force Start - + Ctrl+Shift+R - + Import From File... - + Ctrl+Shift+O - + Export &Selected To File... - + Ctrl+Shift+S, Ctrl+S - + Remove Completed - + Remove Selected - + Del - + Remove All - + Ctrl+Shift+Del - + Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Select None - + Select Completed - + Copy - + Copy Selection to Clipboard - + Ctrl+C - + Compiler Info... - + Check for updates... - + Tutorial - + About YT-DLP... - + About %0 - + About Qt - + Advanced - + @@ -1841,179 +1840,179 @@ Some examples are given below. Click to paste the example. Error - + Remove Downloads - + Are you sure to remove %0 downloads? - + Delete - + File not found - + Destination directory not found: - + Don't ask again - + ALL - + selected - + completed - + waiting - + paused - + failed - + running - + Website URL - + URL of the HTML page: - + (ex: %0) - + The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + Can't save file. - + Can't save file %0: - + Can't load file. - + Can't load file %0: - + Start! - + File Error - + Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + File saved - + File loaded - + Save As - + Open - + @@ -2021,42 +2020,42 @@ Some examples are given below. Click to paste the example. File name - + Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,22 +2099,22 @@ Some examples are given below. Click to paste the example. Browse... - + All Files (*);;%0 (*%1) - + Please select a file - + Please select a directory - + @@ -2124,614 +2123,614 @@ Some examples are given below. Click to paste the example. General - + Defaults - + The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + Rename - + Overwrite - + Skip - + Ask - + Interface - + Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + Show balloon messages - + Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - + Use stream downloader if the URL host is: - + Network - + Downloads - + Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Range: - + Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Privacy - + When Manager window is closed - + Remove completed downloads - + Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + Check for updates automatically: - + Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + Filters - + Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + Torrent - + Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + * (0: unlimited) - + Connection - + Peers: - + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Advanced - + Restore default settings - + OK - + Cancel - + Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + Preferences - + Reset all filters - + - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: - + - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,190 +2738,190 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 Hz @ %2 KBit/s, codec: %3 - + ignore - + low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + Checking Files... - + Downloading Metadata... - + Downloading... - + Finished - + Seeding... - + Checking Resume Data... - + Text Files - + Json Files - + Torrent Files - + Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - + QueueItem - + %0 of %1 - + - + Unknown - + @@ -2930,22 +2929,22 @@ Some examples are given below. Click to paste the example. Download - + Resource Name - + Description - + Mask - + @@ -2953,47 +2952,47 @@ Some examples are given below. Click to paste the example. All Files - + Archives (zip, rar...) - + Application (exe, xpi...) - + Audio (mp3, wav...) - + Documents (pdf, odf...) - + Images (jpg, png...) - + Images JPEG - + Images PNG - + Video (mpeg, avi...) - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,47 +3037,47 @@ Some examples are given below. Click to paste the example. Extractors - + &Ok - + Stream Download Info - + Reading... - + Collecting... - + Error: - + YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3095,47 +3094,47 @@ Some examples are given below. Click to paste the example. Simple - + Advanced: - + Audio - + Video - + Other - + Detected media: - + Audio: - + Video: - + audio/video information is not available - + @@ -3143,32 +3142,32 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + Error: - + Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,32 +3194,32 @@ Help: if you get an error, follow these instructions: # - + File Name - + Title - + Size - + Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,57 +3501,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Metadata - + Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3560,12 +3559,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Hide when Minimized - + @@ -3592,7 +3591,7 @@ Help: if you get an error, follow these instructions: Cut - + @@ -3600,7 +3599,7 @@ Help: if you get an error, follow these instructions: Copy - + @@ -3608,7 +3607,7 @@ Help: if you get an error, follow these instructions: Paste - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,72 +3654,72 @@ Help: if you get an error, follow these instructions: # - + Name - + Path - + Size - + Done - + Percent - + % First Piece - + # Pieces - + Pieces - + Priority - + Modification date - + SHA-1 - + CRC-32 - + %0% of %1 pieces - + @@ -3728,62 +3727,62 @@ Help: if you get an error, follow these instructions: IP - + Port - + Client - + Downloaded - + Uploaded - + Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + %0 of %1 pieces - + @@ -3791,12 +3790,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore - + @@ -3804,47 +3803,47 @@ Help: if you get an error, follow these instructions: Url - + Id - + Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3852,289 +3851,289 @@ Help: if you get an error, follow these instructions: Torrent - + Select a torrent - + Files - + Info - + Downloaded: - + Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + Uploaded: - + Peers: - + Upload Speed: - + Seeds: - + Down Limit: - + Download Speed: - + Share Ratio: - + Up Limit: - + Status: - + General - + Save As: - + Added On: - + Pieces: - + Comments: - + Completed On: - + Created By: - + Total Size: - + Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy - + - + Open - + - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 - + @@ -4142,52 +4141,52 @@ Ex: Don't show this dialog again - + Close - + Tutorial - + Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,93 +4215,93 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + Starting... - + A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + &Close - + Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + Close the application - + The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,47 +4309,47 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + Mask: - + Custom filename: - + Checksum (Hash): - + Enter new file name - + Save files in: - + Download: - + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_ko_KR.ts b/src/locale/arrowdl_ko_KR.ts index 01170d0e..cc654a81 100644 --- a/src/locale/arrowdl_ko_KR.ts +++ b/src/locale/arrowdl_ko_KR.ts @@ -1,72 +1,70 @@ - - - + AbstractDownloadItem Idle - + Paused - + Canceled - + Preparing - + Connecting - + Downloading Metadata - + Downloading - + Finishing - + Complete - + Seeding - + Skipped - + Server error - + File error - + @@ -75,66 +73,66 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Insert batch range: - + 1 -> 10 - + 1 -> 100 - + 01 -> 10 - + 001 -> 100 - + Custom - + Batch and Single File - + Download: - + Examples: - + &Start! - + Add &paused - + @@ -144,58 +142,58 @@ You can also use batch descriptors to download multiple files at one time. Add Batch and Single File - + Batch descriptors: - + Must start with '[' or '(' - + Must contain two numbers, separated by ':', '-' or a space character - + Must end with ']' or ')' - + Insert - + Do you really want to start %0 downloads? - + Don't ask again, always download batch - + Download Batch - + It seems that you are using some batch descriptors. - + Single Download - + @@ -203,27 +201,27 @@ You can also use batch descriptors to download multiple files at one time. Collecting... - + Save files in: - + Default Mask: - + &Start! - + Add &paused - + @@ -234,60 +232,60 @@ You can also use batch descriptors to download multiple files at one time. Preferences - + Warning - + Web Page Content - + Error: The url is not valid: - + Connecting... - + Downloading... - + Collecting links... - + Finished - + The wizard can't connect to URL: - + After selecting links, click on Start! - + Selected links: %0 of %1 - + @@ -295,38 +293,38 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + Download: - + Examples: - + Continue - + Stream - + &Start! - + Add &paused - + @@ -336,12 +334,12 @@ You can also use batch descriptors to download multiple files at one time. Add Stream - + Stop - + @@ -349,37 +347,37 @@ You can also use batch descriptors to download multiple files at one time. Examples: - + Download: - + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Enter the .torrent file (or magnet link) to download - + Magnet Link and Torrent - + &Start! - + Add &paused - + @@ -389,7 +387,7 @@ You can also use batch descriptors to download multiple files at one time. Add Magnet Links and Torrent - + @@ -397,37 +395,37 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - + &Start! - + Add &paused - + Cancel - 취소 + Add Urls - + @@ -435,80 +433,80 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Presets - + Default - + Minimize Memory Usage - + High Performance Seed - + Search for setting - + Clear - + Key - + Value - + Show modified only - + Edit - + Reset to Default - + Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -516,82 +514,82 @@ You can also use batch descriptors to download multiple files at one time. Tools - + Files to rename - + Rename Tool - + Batch Rename - + Default names - + Enumerated names - + Options - + Start enumeration from: - + Style: - + 1 ... 123456 - + 000001 ... 123456 - + Custom number of digits: - + Increment by: - + Safe Rename* - + *Rename and pause. Otherwise, could also rename already downloaded files. - + %0 selected files to rename - + @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Uncheck Selected Items - + Toggle Check for Selected Items - + Select All - + Select Filtered - + Invert Selection - + @@ -632,7 +630,7 @@ You can also use batch descriptors to download multiple files at one time. Clear History - + @@ -645,109 +643,109 @@ You can also use batch descriptors to download multiple files at one time. Compiler - + Name: - + Version: - + CPU Architecture: - + Build date: - + Plugins - + System - + OS: - + SSL Library Version: - + SSL Library Build Version: - + Found in application path: - + * OpenSSL SSL library: - + * OpenSSL Crypto library: - + Libraries and Build Version - + Info - 정보 + %0 %1 version %2 - + %0 with Qt WebEngine based on Chromium %1 - + Reading... - + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + not found - + This application supports SSL. - + @@ -755,7 +753,7 @@ You can also use batch descriptors to download multiple files at one time. ... (%0 others) - + @@ -763,210 +761,210 @@ You can also use batch descriptors to download multiple files at one time. No Error - + 3xx Redirect connection refused - + 3xx Redirect remote host closed - + 3xx Redirect host not found - + 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + 5xx Proxy not found - + 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + 404 Not found - + 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name 파일 이름 - + Domain 도메인 이름 - + Progress - + - + Percent - + % - + Size - + - + Est. time - + - + Speed - + @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + Error in file '%0' - + Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + Unknown error - + @@ -1023,27 +1021,27 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Edit the Urls - + Edit the Urls. Note that the number of lines should stay unchanged. - + %0 selected files to edit - + Warning: number of lines is <%0> but should be <%1>! - + @@ -1051,32 +1049,32 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + The file already exists: - + Do you want to Rename, Overwrite or Skip this file? - + Rename - 이름 바꾸기 + Overwrite - + Skip - + @@ -1084,75 +1082,76 @@ You can also use batch descriptors to download multiple files at one time. Invalid device - + File not found - + Unsupported format - + Unable to read data - + Unknown error - + Any file (all types) (%0) - + All files (%0) - + FileWriter - + Device is not set - + - + Cannot open device for writing: %1 - + - + Device not writable - + - + Unsupported format - + - + File is empty - + - + All files (%0) - + - + + Unknown error - + @@ -1161,12 +1160,12 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Fast Filtering - + @@ -1174,22 +1173,22 @@ Some examples are given below. Click to paste the example. Filters - + Fast Filtering - + Fast Filtering Tips... - + Disable other filters - + @@ -1197,72 +1196,72 @@ Some examples are given below. Click to paste the example. Unknown - + 0 byte - + 1 byte - + %0 bytes - + %0 KB - + %0 MB - + %0 GB - + %0 TB - + Yes - + No - + %0 KB/s - + %0 MB/s - + %0 GB/s - + %0 TB/s - + @@ -1271,67 +1270,67 @@ Some examples are given below. Click to paste the example. Getting Started - + Choose which category of document to download. - + Web Page Content - + Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + Video/Audio Stream - + Stream from Youtube and other video stream sites - + Magnet Link, Torrent - + Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + Close - + @@ -1339,42 +1338,42 @@ Some examples are given below. Click to paste the example. Properties - + Size: - + From: - + Unkown - + Download Information - + Options - + Messages - + Wrap line - + @@ -1382,42 +1381,42 @@ Some examples are given below. Click to paste the example. Links - + Pictures and Media - + Links (%0) - + Pictures and Media (%0) - + Mask... - + Copy Links - + Open %0 - + Open %0 Links - + @@ -1430,27 +1429,27 @@ Some examples are given below. Click to paste the example. Torrent download details - + &Help - + &File - + &Option - + &View - + @@ -1460,107 +1459,107 @@ Some examples are given below. Click to paste the example. &Edit - + File toolbar - + View toolbar - + &Quit - + About Qt... - + About ArrowDL... - + Preferences... - + Ctrl+P - + Getting Started... - + Download Content... - + Download Web Page Content - + Ctrl+X - + Download Batch... - + Download Single File, Batch of Files with Regular Expression - + Ctrl+N - + Download Stream... - + Download Video/Audio Stream - + Download Torrent... - + Download Magnet Links and Torrent - + Download Urls... - + Download a copy-pasted list of Urls - + @@ -1571,148 +1570,148 @@ Some examples are given below. Click to paste the example. Pause - + Pause (completed torrent: stop seeding) - + Up - + Alt+PgUp - + Top - + Alt+Home - + Down - + Alt+PgDown - + Bottom - + Alt+End - + Resume - + Download Information - + Alt+I - + Open File - + Rename File - + F2 - + Delete File(s) - + Ctrl+Del - + Open Directory - + Select All - + Ctrl+A - + Invert Selection - + Ctrl+I - + One More Segment - + One Fewer Segment - + Force Start - + Ctrl+Shift+R - + Import From File... - + Ctrl+Shift+O - + @@ -1722,118 +1721,118 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+S, Ctrl+S - + Remove Completed - + Remove Selected - + Del - + Remove All - + Ctrl+Shift+Del - + Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Select None - + Select Completed - + Copy - + Copy Selection to Clipboard - + Ctrl+C - + Compiler Info... - + Check for updates... - + Tutorial - + About YT-DLP... - + About %0 - + About Qt - + Advanced - + @@ -1841,179 +1840,179 @@ Some examples are given below. Click to paste the example. Error - + Remove Downloads - + Are you sure to remove %0 downloads? - + Delete - + File not found - + Destination directory not found: - + Don't ask again - + ALL - + selected - + completed - + waiting - + paused - + failed - + running - + Website URL - + URL of the HTML page: - + (ex: %0) - + The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + Can't save file. - + Can't save file %0: - + Can't load file. - + Can't load file %0: - + Start! - + File Error - + Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + File saved - + File loaded - + Save As - + Open - + @@ -2021,42 +2020,42 @@ Some examples are given below. Click to paste the example. File name - + Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,22 +2099,22 @@ Some examples are given below. Click to paste the example. Browse... - + All Files (*);;%0 (*%1) - + Please select a file - + Please select a directory - + @@ -2124,22 +2123,22 @@ Some examples are given below. Click to paste the example. General - + Defaults - + The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + @@ -2149,17 +2148,17 @@ Some examples are given below. Click to paste the example. Overwrite - + Skip - + Ask - + @@ -2169,493 +2168,493 @@ Some examples are given below. Click to paste the example. Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + Show balloon messages - + Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - + Use stream downloader if the URL host is: - + Network - + Downloads - + Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Range: - + Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Privacy - + When Manager window is closed - + Remove completed downloads - + Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + Check for updates automatically: - + Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + Filters - + Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + Torrent - + Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + * (0: unlimited) - + Connection - + Peers: - + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Advanced - + Restore default settings - + @@ -2670,68 +2669,68 @@ Some examples are given below. Click to paste the example. Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + Preferences - + Reset all filters - + - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: - + - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,190 +2738,190 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 Hz @ %2 KBit/s, codec: %3 - + ignore - + low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + Checking Files... - + Downloading Metadata... - + Downloading... - + Finished - + Seeding... - + Checking Resume Data... - + Text Files - + Json Files - + Torrent Files - + Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - + QueueItem - + %0 of %1 - + - + Unknown - + @@ -2930,22 +2929,22 @@ Some examples are given below. Click to paste the example. Download - + Resource Name - + Description - + Mask - + @@ -2953,47 +2952,47 @@ Some examples are given below. Click to paste the example. All Files - + Archives (zip, rar...) - + Application (exe, xpi...) - + Audio (mp3, wav...) - + Documents (pdf, odf...) - + Images (jpg, png...) - + Images JPEG - + Images PNG - + Video (mpeg, avi...) - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,7 +3037,7 @@ Some examples are given below. Click to paste the example. Extractors - + @@ -3048,37 +3047,37 @@ Some examples are given below. Click to paste the example. Stream Download Info - + Reading... - + Collecting... - + Error: - + YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3095,47 +3094,47 @@ Some examples are given below. Click to paste the example. Simple - + Advanced: - + Audio - + Video - + Other - + Detected media: - + Audio: - + Video: - + audio/video information is not available - + @@ -3143,32 +3142,32 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + Error: - + Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,32 +3194,32 @@ Help: if you get an error, follow these instructions: # - + File Name - + Title - + Size - + Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,57 +3501,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Metadata - + Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3560,12 +3559,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Hide when Minimized - + @@ -3576,7 +3575,7 @@ Help: if you get an error, follow these instructions: Undo - + @@ -3584,7 +3583,7 @@ Help: if you get an error, follow these instructions: Redo - + @@ -3592,7 +3591,7 @@ Help: if you get an error, follow these instructions: Cut - + @@ -3600,7 +3599,7 @@ Help: if you get an error, follow these instructions: Copy - + @@ -3608,7 +3607,7 @@ Help: if you get an error, follow these instructions: Paste - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,72 +3654,72 @@ Help: if you get an error, follow these instructions: # - + Name - + Path - + Size - + Done - + Percent - + % First Piece - + # Pieces - + Pieces - + Priority - + Modification date - + SHA-1 - + CRC-32 - + %0% of %1 pieces - + @@ -3728,62 +3727,62 @@ Help: if you get an error, follow these instructions: IP - + Port - + Client - + Downloaded - + Uploaded - + Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + %0 of %1 pieces - + @@ -3791,12 +3790,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore - + @@ -3804,47 +3803,47 @@ Help: if you get an error, follow these instructions: Url - + Id - + Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3852,17 +3851,17 @@ Help: if you get an error, follow these instructions: Torrent - + Select a torrent - + Files - + @@ -3873,268 +3872,268 @@ Help: if you get an error, follow these instructions: Downloaded: - + Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + Uploaded: - + Peers: - + Upload Speed: - + Seeds: - + Down Limit: - + Download Speed: - + Share Ratio: - + Up Limit: - + Status: - + General - + Save As: - + Added On: - + Pieces: - + Comments: - + Completed On: - + Created By: - + Total Size: - + Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy - + - + Open - + - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 - + @@ -4142,52 +4141,52 @@ Ex: Don't show this dialog again - + Close - + Tutorial - + Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,93 +4215,93 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + Starting... - + A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + &Close - + Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + Close the application - + The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,47 +4309,47 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + Mask: - + Custom filename: - + Checksum (Hash): - + Enter new file name - + Save files in: - + Download: - + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_nl_NL.ts b/src/locale/arrowdl_nl_NL.ts index 69ca5d8f..17a1db4a 100644 --- a/src/locale/arrowdl_nl_NL.ts +++ b/src/locale/arrowdl_nl_NL.ts @@ -1,6 +1,4 @@ - - - + AbstractDownloadItem @@ -935,37 +933,37 @@ Je kunt evt. de reeksomschrijvingen gebruiken om meerdere bestanden tegelijk te DownloadQueueView - + Download/Name Download/Naam - + Domain Domein - + Progress Voortgang - + Percent Procent - + Size Grootte - + Est. time Gesch. tijdsduur - + Speed Snelheid @@ -1121,37 +1119,38 @@ Je kunt evt. de reeksomschrijvingen gebruiken om meerdere bestanden tegelijk te FileWriter - + Device is not set Er is geen apparaat ingesteld - + Cannot open device for writing: %1 Het apparaat kan niet worden geopend: %1 - + Device not writable Het apparaat is niet beschrijfbaar - + Unsupported format Dit formaat wordt niet ondersteund - + File is empty Dit bestand is blanco - + All files (%0) Alle bestanden (%0) - + + Unknown error Onbekende fout @@ -2404,7 +2403,7 @@ Hieronder volgen enkele voorbeelden. Klik om het voorbeeld te plakken.Identificatie - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. Servers kunnen http-identificatie gebruiken uit http-verzoeken om bepaalde attributen te loggen. Sommige servers geven geen terugkoppeling als het identificatie-attribuut blanco is. Met dit veld kun je nepinformatie versturen om je privacy te waarborgen. @@ -2495,7 +2494,7 @@ Hieronder volgen enkele voorbeelden. Klik om het voorbeeld te plakken. - + Clean Cache Cache wissen @@ -2705,33 +2704,33 @@ Hieronder volgen enkele voorbeelden. Klik om het voorbeeld te plakken.Alle filters herstellen - - + + The host may be %0, %1 or %2 De host kan %0, %1 of %2 zijn. - + The host may be %0 but not %1 De host kan %0 zijn, maar niet %1. - + Examples: Voorbeelden: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. Servers kunnen grote bestanden opsplitsen om het downloaden te optimaliseren. Deze optie schakelt ondersteuning daarvoor in. Geef aan hoeveel fragmenten er tegelijkertijd moeten worden gedownload (meer = snellere downloads). De voortgang en geschatte tijd kunnen hierdoor echter afwijken. Aanbevolen waarden zijn afhankelijk van de verbinding en het gebruikte apparaat, maar 20 is een goede beginwaarde. Stel in op 1 om uit te schakelen. - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. De doorverwijspagina is een http-optie waarmee het serveradres van de vorige webpagina wordt doorgestuurd en de bron wordt opgevraagd. Hierdoor kan een server mogelijk de surfgeschiedenis inzien. Voer een blanco of nepadres in om je privacy te waarborgen. - + Cleaning... Bezig met wissen… @@ -2917,12 +2916,12 @@ Hieronder volgen enkele voorbeelden. Klik om het voorbeeld te plakken. QueueItem - + %0 of %1 %0 van %1 - + Unknown Onbekend @@ -3178,15 +3177,15 @@ Hieronder volgen enkele voorbeelden. Klik om het voorbeeld te plakken. --- @@ -3810,7 +3809,7 @@ Hulp: als je een foutmelding krijgt, volg dan deze instructies: Waarde: # van peers met dit deel - + Priority: %0=high %1=normal %2=low %3=ignore Prioriteit: %0=hoog %1=normaal %2=laag %3=negeren @@ -4027,81 +4026,81 @@ Hulp: als je een foutmelding krijgt, volg dan deze instructies: Gedeeltenkaart - + Copy Kopiëren - + Open Openen - + Open Containing Folder Bijbehorende map openen - + Scan for viruses Controleren op virussen - + Priorize by File order Prioriteit instellen op bestandsvolgorde - + Priorize: High Prioriteit: hoog - + Priorize: Normal Prioriteit: normaal - + Priorize: Low Prioriteit: laag - + Don't download Niet downloaden - + Relocate... Andere locatie kiezen… - + Add Peer... Peer toevoegen… - + Copy Peer List Peerslijst kopiëren - + Remove Unconnected Niet-verbonden verwijderen - + Add Peer Peer toevoegen - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' Voer het ip-adres en poortnummer in van de toe te voegen peer. Voorbeelden: @@ -4110,49 +4109,49 @@ Voorbeelden: - + Add Tracker... Tracker toevoegen… - + Remove Tracker Tracker verwijderen - + Copy Tracker List Trackerlijst kopiëren - + Add Tracker Tracker toevoegen - + Enter the URL of the tracker to add: Voer de url in van de toe te voegen tracker: - + %0 (%1 hashfails) %0 (%1 hash-mislukkingen) - - + + %0 (total %1) %0 (totaal %1) - - + + %0 of %1 connected (%2 in swarm) %0 van %1 verbonden (%2 in groep) - + %0 x %1 %0 x %1 @@ -4394,4 +4393,4 @@ Voorbeelden: doel-url om door te gaan - + \ No newline at end of file diff --git a/src/locale/arrowdl_pl_PL.ts b/src/locale/arrowdl_pl_PL.ts index e40d6616..88fad6a3 100644 --- a/src/locale/arrowdl_pl_PL.ts +++ b/src/locale/arrowdl_pl_PL.ts @@ -1,12 +1,10 @@ - - - + AbstractDownloadItem Idle - + @@ -16,57 +14,57 @@ Canceled - + Preparing - + Connecting - + Downloading Metadata - + Downloading - + Finishing - + Complete - + Seeding - + Skipped - + Server error - + File error - + @@ -75,127 +73,127 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Insert batch range: - + 1 -> 10 - + 1 -> 100 - + 01 -> 10 - + 001 -> 100 - + Custom - + Batch and Single File - + Download: - + Examples: - + &Start! - + Add &paused - + Cancel - + Add Batch and Single File - + Batch descriptors: - + Must start with '[' or '(' - + Must contain two numbers, separated by ':', '-' or a space character - + Must end with ']' or ')' - + Insert - + Do you really want to start %0 downloads? - + Don't ask again, always download batch - + Download Batch - + It seems that you are using some batch descriptors. - + Single Download - + @@ -203,91 +201,91 @@ You can also use batch descriptors to download multiple files at one time. Collecting... - + Save files in: - + Default Mask: - + &Start! - + Add &paused - + Cancel - + Preferences - + Warning - + Web Page Content - + Error: The url is not valid: - + Connecting... - + Downloading... - + Collecting links... - + Finished - + The wizard can't connect to URL: - + After selecting links, click on Start! - + Selected links: %0 of %1 - + @@ -295,53 +293,53 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + Download: - + Examples: - + Continue - + Stream - + &Start! - + Add &paused - + Cancel - + Add Stream - + Stop - + @@ -349,47 +347,47 @@ You can also use batch descriptors to download multiple files at one time. Examples: - + Download: - + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Enter the .torrent file (or magnet link) to download - + Magnet Link and Torrent - + &Start! - + Add &paused - + Cancel - + Add Magnet Links and Torrent - + @@ -397,37 +395,37 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - + &Start! - + Add &paused - + Cancel - + Add Urls - + @@ -435,80 +433,80 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Presets - + Default - + Minimize Memory Usage - + High Performance Seed - + Search for setting - + Clear - + Key - + Value - + Show modified only - + Edit - + Reset to Default - + Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -516,82 +514,82 @@ You can also use batch descriptors to download multiple files at one time. Tools - + Files to rename - + Rename Tool - + Batch Rename - + Default names - + Enumerated names - + Options - + Start enumeration from: - + Style: - + 1 ... 123456 - + 000001 ... 123456 - + Custom number of digits: - + Increment by: - + Safe Rename* - + *Rename and pause. Otherwise, could also rename already downloaded files. - + %0 selected files to rename - + @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Uncheck Selected Items - + Toggle Check for Selected Items - + Select All - + Select Filtered - + Invert Selection - + @@ -632,7 +630,7 @@ You can also use batch descriptors to download multiple files at one time. Clear History - + @@ -640,114 +638,114 @@ You can also use batch descriptors to download multiple files at one time. &Ok - + Compiler - + Name: - + Version: - + CPU Architecture: - + Build date: - + Plugins - + System - + OS: - + SSL Library Version: - + SSL Library Build Version: - + Found in application path: - + * OpenSSL SSL library: - + * OpenSSL Crypto library: - + Libraries and Build Version - + Info - + %0 %1 version %2 - + %0 with Qt WebEngine based on Chromium %1 - + Reading... - + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + not found - + This application supports SSL. - + @@ -755,7 +753,7 @@ You can also use batch descriptors to download multiple files at one time. ... (%0 others) - + @@ -763,210 +761,210 @@ You can also use batch descriptors to download multiple files at one time. No Error - + 3xx Redirect connection refused - + 3xx Redirect remote host closed - + 3xx Redirect host not found - + 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + 5xx Proxy not found - + 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + 404 Not found - + 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name - + - + Domain - + - + Progress - + - + Percent - + % - + Size - + - + Est. time - + - + Speed - + @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + Error in file '%0' - + Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + Unknown error - + @@ -1023,27 +1021,27 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Edit the Urls - + Edit the Urls. Note that the number of lines should stay unchanged. - + %0 selected files to edit - + Warning: number of lines is <%0> but should be <%1>! - + @@ -1051,32 +1049,32 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + The file already exists: - + Do you want to Rename, Overwrite or Skip this file? - + Rename - + Overwrite - + Skip - + @@ -1084,75 +1082,76 @@ You can also use batch descriptors to download multiple files at one time. Invalid device - + File not found - + Unsupported format - + Unable to read data - + Unknown error - + Any file (all types) (%0) - + All files (%0) - + FileWriter - + Device is not set - + - + Cannot open device for writing: %1 - + - + Device not writable - + - + Unsupported format - + - + File is empty - + - + All files (%0) - + - + + Unknown error - + @@ -1161,12 +1160,12 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Fast Filtering - + @@ -1174,22 +1173,22 @@ Some examples are given below. Click to paste the example. Filters - + Fast Filtering - + Fast Filtering Tips... - + Disable other filters - + @@ -1197,72 +1196,72 @@ Some examples are given below. Click to paste the example. Unknown - + 0 byte - + 1 byte - + %0 bytes - + %0 KB - + %0 MB - + %0 GB - + %0 TB - + Yes - + No - + %0 KB/s - + %0 MB/s - + %0 GB/s - + %0 TB/s - + @@ -1271,67 +1270,67 @@ Some examples are given below. Click to paste the example. Getting Started - + Choose which category of document to download. - + Web Page Content - + Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + Video/Audio Stream - + Stream from Youtube and other video stream sites - + Magnet Link, Torrent - + Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + Close - + @@ -1339,42 +1338,42 @@ Some examples are given below. Click to paste the example. Properties - + Size: - + From: - + Unkown - + Download Information - + Options - + Messages - + Wrap line - + @@ -1382,42 +1381,42 @@ Some examples are given below. Click to paste the example. Links - + Pictures and Media - + Links (%0) - + Pictures and Media (%0) - + Mask... - + Copy Links - + Open %0 - + Open %0 Links - + @@ -1425,415 +1424,415 @@ Some examples are given below. Click to paste the example. Queue - + Torrent download details - + &Help - + &File - + &Option - + &View - + &Queue - + &Edit - + File toolbar - + View toolbar - + &Quit - + About Qt... - + About ArrowDL... - + Preferences... - + Ctrl+P - + Getting Started... - + Download Content... - + Download Web Page Content - + Ctrl+X - + Download Batch... - + Download Single File, Batch of Files with Regular Expression - + Ctrl+N - + Download Stream... - + Download Video/Audio Stream - + Download Torrent... - + Download Magnet Links and Torrent - + Download Urls... - + Download a copy-pasted list of Urls - + Cancel - + Pause - + Pause (completed torrent: stop seeding) - + Up - + Alt+PgUp - + Top - + Alt+Home - + Down - + Alt+PgDown - + Bottom - + Alt+End - + Resume - + Download Information - + Alt+I - + Open File - + Rename File - + F2 - + Delete File(s) - + Ctrl+Del - + Open Directory - + Select All - + Ctrl+A - + Invert Selection - + Ctrl+I - + One More Segment - + One Fewer Segment - + Force Start - + Ctrl+Shift+R - + Import From File... - + Ctrl+Shift+O - + Export &Selected To File... - + Ctrl+Shift+S, Ctrl+S - + Remove Completed - + Remove Selected - + Del - + Remove All - + Ctrl+Shift+Del - + Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Select None - + Select Completed - + Copy - + Copy Selection to Clipboard - + Ctrl+C - + Compiler Info... - + Check for updates... - + Tutorial - + About YT-DLP... - + About %0 - + About Qt - + Advanced - + @@ -1841,179 +1840,179 @@ Some examples are given below. Click to paste the example. Error - + Remove Downloads - + Are you sure to remove %0 downloads? - + Delete - + File not found - + Destination directory not found: - + Don't ask again - + ALL - + selected - + completed - + waiting - + paused - + failed - + running - + Website URL - + URL of the HTML page: - + (ex: %0) - + The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + Can't save file. - + Can't save file %0: - + Can't load file. - + Can't load file %0: - + Start! - + File Error - + Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + File saved - + File loaded - + Save As - + Open - + @@ -2021,42 +2020,42 @@ Some examples are given below. Click to paste the example. File name - + Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,22 +2099,22 @@ Some examples are given below. Click to paste the example. Browse... - + All Files (*);;%0 (*%1) - + Please select a file - + Please select a directory - + @@ -2124,614 +2123,614 @@ Some examples are given below. Click to paste the example. General - + Defaults - + The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + Rename - + Overwrite - + Skip - + Ask - + Interface - + Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + Show balloon messages - + Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - + Use stream downloader if the URL host is: - + Network - + Downloads - + Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Range: - + Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Privacy - + When Manager window is closed - + Remove completed downloads - + Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + Check for updates automatically: - + Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + Filters - + Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + Torrent - + Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + * (0: unlimited) - + Connection - + Peers: - + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Advanced - + Restore default settings - + OK - + Cancel - + Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + Preferences - + Reset all filters - + - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: - + - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,190 +2738,190 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 Hz @ %2 KBit/s, codec: %3 - + ignore - + low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + Checking Files... - + Downloading Metadata... - + Downloading... - + Finished - + Seeding... - + Checking Resume Data... - + Text Files - + Json Files - + Torrent Files - + Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - + QueueItem - + %0 of %1 - + - + Unknown - + @@ -2930,22 +2929,22 @@ Some examples are given below. Click to paste the example. Download - + Resource Name - + Description - + Mask - + @@ -2953,47 +2952,47 @@ Some examples are given below. Click to paste the example. All Files - + Archives (zip, rar...) - + Application (exe, xpi...) - + Audio (mp3, wav...) - + Documents (pdf, odf...) - + Images (jpg, png...) - + Images JPEG - + Images PNG - + Video (mpeg, avi...) - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,47 +3037,47 @@ Some examples are given below. Click to paste the example. Extractors - + &Ok - + Stream Download Info - + Reading... - + Collecting... - + Error: - + YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3095,47 +3094,47 @@ Some examples are given below. Click to paste the example. Simple - + Advanced: - + Audio - + Video - + Other - + Detected media: - + Audio: - + Video: - + audio/video information is not available - + @@ -3143,32 +3142,32 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + Error: - + Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,32 +3194,32 @@ Help: if you get an error, follow these instructions: # - + File Name - + Title - + Size - + Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,57 +3501,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Metadata - + Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3560,12 +3559,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Hide when Minimized - + @@ -3576,7 +3575,7 @@ Help: if you get an error, follow these instructions: Undo - + @@ -3584,7 +3583,7 @@ Help: if you get an error, follow these instructions: Redo - + @@ -3592,7 +3591,7 @@ Help: if you get an error, follow these instructions: Cut - + @@ -3600,7 +3599,7 @@ Help: if you get an error, follow these instructions: Copy - + @@ -3608,7 +3607,7 @@ Help: if you get an error, follow these instructions: Paste - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,72 +3654,72 @@ Help: if you get an error, follow these instructions: # - + Name - + Path - + Size - + Done - + Percent - + % First Piece - + # Pieces - + Pieces - + Priority - + Modification date - + SHA-1 - + CRC-32 - + %0% of %1 pieces - + @@ -3728,62 +3727,62 @@ Help: if you get an error, follow these instructions: IP - + Port - + Client - + Downloaded - + Uploaded - + Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + %0 of %1 pieces - + @@ -3791,12 +3790,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore - + @@ -3804,47 +3803,47 @@ Help: if you get an error, follow these instructions: Url - + Id - + Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3852,289 +3851,289 @@ Help: if you get an error, follow these instructions: Torrent - + Select a torrent - + Files - + Info - + Downloaded: - + Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + Uploaded: - + Peers: - + Upload Speed: - + Seeds: - + Down Limit: - + Download Speed: - + Share Ratio: - + Up Limit: - + Status: - + General - + Save As: - + Added On: - + Pieces: - + Comments: - + Completed On: - + Created By: - + Total Size: - + Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy - + - + Open - + - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 - + @@ -4142,52 +4141,52 @@ Ex: Don't show this dialog again - + Close - + Tutorial - + Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,93 +4215,93 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + Starting... - + A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + &Close - + Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + Close the application - + The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,47 +4309,47 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + Mask: - + Custom filename: - + Checksum (Hash): - + Enter new file name - + Save files in: - + Download: - + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_pt_BR.ts b/src/locale/arrowdl_pt_BR.ts index 624a74f6..21e07375 100644 --- a/src/locale/arrowdl_pt_BR.ts +++ b/src/locale/arrowdl_pt_BR.ts @@ -1,6 +1,4 @@ - - - + AbstractDownloadItem @@ -398,12 +396,12 @@ Você também pode usar indicadores de lote para baixar vários arquivos de uma Copy-paste a list of Urls to download - + List of Urls - + @@ -428,7 +426,7 @@ Você também pode usar indicadores de lote para baixar vários arquivos de uma Add Urls - + @@ -935,37 +933,37 @@ Você também pode usar indicadores de lote para baixar vários arquivos de uma DownloadQueueView - + Download/Name Arquivo - + Domain Domínio - + Progress Progresso - + Percent % - + Size Tamanho - + Est. time Tempo restante - + Speed Velocidade @@ -1121,37 +1119,38 @@ Você também pode usar indicadores de lote para baixar vários arquivos de uma FileWriter - + Device is not set O dispositivo não foi definido - + Cannot open device for writing: %1 Não é possível abrir o dispositivo para modificar: %1 - + Device not writable Dispositivo não modificável - + Unsupported format Formato não suportado - + File is empty O arquivo está vazio - + All files (%0) Todos os arquivos (%0) - + + Unknown error Erro desconhecido @@ -1323,12 +1322,12 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. List of Urls - + Paste a list of Urls - + @@ -1371,12 +1370,12 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. Messages - + Wrap line - + @@ -1557,12 +1556,12 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. Download Urls... - + Download a copy-pasted list of Urls - + @@ -1819,7 +1818,7 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. About YT-DLP... - + @@ -2221,7 +2220,7 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. Style and Icons - + @@ -2251,12 +2250,12 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. Concurrent fragments: - + 20 - + @@ -2296,107 +2295,107 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + @@ -2404,7 +2403,7 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo.Identificação - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. Os servidores podem usar a identificação HTTP contida na solicitação HTTP para registrar a identidade do cliente. Alguns servidores bloqueiam a conexão se esta informação não for enviada. Os campos abaixo permitem que você envie informações falsas e ofusque as verdadeiras, afim de proteger o seu direito à privacidade. @@ -2495,7 +2494,7 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. - + Clean Cache Limpar o cache @@ -2705,33 +2704,33 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo.Redefinir todos os filtros - - + + The host may be %0, %1 or %2 O host pode ser %0, %1 ou %2 - + The host may be %0 but not %1 O host pode ser %0 mas não %1 - + Examples: Exemplos: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. Página de referência (ou Referrer) é uma opção HTTP que comunica ao servidor o endereço da página da web anterior da qual o recurso é solicitado. Isso normalmente permite que o servidor HTTP rastreie a navegação de um visitante, página após página. Para proteger o seu direito à privacidade, digite um endereço de referência vazio ou falso. - + Cleaning... Limpando... @@ -2861,22 +2860,22 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + @@ -2917,12 +2916,12 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. QueueItem - + %0 of %1 %0 de %1 - + Unknown Desconhecido @@ -3178,15 +3177,15 @@ Alguns exemplos são fornecidos a seguir. Clique para colar o exemplo. --- @@ -3244,273 +3243,273 @@ Dica: se você se deparar com um erro, siga essas instruções: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Comentários Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3538,37 +3537,37 @@ Dica: se você se deparar com um erro, siga essas instruções: (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3810,7 +3809,7 @@ Dica: se você se deparar com um erro, siga essas instruções: Valor: # de pares com um pedaço - + Priority: %0=high %1=normal %2=low %3=ignore Prioridade: %0=alta %1=normal %2=baixa %3=ignorar @@ -4027,81 +4026,81 @@ Dica: se você se deparar com um erro, siga essas instruções: Mapa dos pedaços - + Copy Copiar - + Open Abrir - + Open Containing Folder Abrir pasta de destino - + Scan for viruses Verificar vírus - + Priorize by File order Prioridade por ordem de arquivo na fila - + Priorize: High Prioridade: Alta - + Priorize: Normal Prioridade: Normal - + Priorize: Low Prioridade: Baixa - + Don't download Não baixar - + Relocate... Realocar... - + Add Peer... Adicionar par... - + Copy Peer List Copiar lista de pares - + Remove Unconnected Remover desconectado - + Add Peer Adicionar par - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' Insira o endereço IP e o número da porta do par que deseja adicionar. Exemplo: @@ -4110,49 +4109,49 @@ Exemplo: - + Add Tracker... Adicionar rastreador... - + Remove Tracker Remover rastreador - + Copy Tracker List Copiar lista de rastreadores - + Add Tracker Adicionar rastreador - + Enter the URL of the tracker to add: Insira o URL do rastreador que deseja adicionar: - + %0 (%1 hashfails) %0 (%1 erros de hash) - - + + %0 (total %1) %0 (total %1) - - + + %0 of %1 connected (%2 in swarm) %0 de %1 conectado (%2 na multidão) - + %0 x %1 %0x %1 @@ -4223,12 +4222,12 @@ Exemplo: File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4394,4 +4393,4 @@ Exemplo: URL de destino para prosseguir - + \ No newline at end of file diff --git a/src/locale/arrowdl_pt_PT.ts b/src/locale/arrowdl_pt_PT.ts index 726e0a14..8aace67f 100644 --- a/src/locale/arrowdl_pt_PT.ts +++ b/src/locale/arrowdl_pt_PT.ts @@ -1,72 +1,70 @@ - - - + AbstractDownloadItem Idle - + Paused - + Canceled - + Preparing - + Connecting - + Downloading Metadata - + Downloading - + Finishing - + Complete - + Seeding - + Skipped - + Server error - + File error - + @@ -75,66 +73,66 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Insert batch range: - + 1 -> 10 - + 1 -> 100 - + 01 -> 10 - + 001 -> 100 - + Custom - + Batch and Single File - + Download: - + Examples: - + &Start! - + Add &paused - + @@ -144,58 +142,58 @@ You can also use batch descriptors to download multiple files at one time. Add Batch and Single File - + Batch descriptors: - + Must start with '[' or '(' - + Must contain two numbers, separated by ':', '-' or a space character - + Must end with ']' or ')' - + Insert - + Do you really want to start %0 downloads? - + Don't ask again, always download batch - + Download Batch - + It seems that you are using some batch descriptors. - + Single Download - + @@ -203,27 +201,27 @@ You can also use batch descriptors to download multiple files at one time. Collecting... - + Save files in: - + Default Mask: - + &Start! - + Add &paused - + @@ -234,60 +232,60 @@ You can also use batch descriptors to download multiple files at one time. Preferences - + Warning - + Web Page Content - + Error: The url is not valid: - + Connecting... - + Downloading... - + Collecting links... - + Finished - + The wizard can't connect to URL: - + After selecting links, click on Start! - + Selected links: %0 of %1 - + @@ -295,38 +293,38 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + Download: - + Examples: - + Continue - + Stream - + &Start! - + Add &paused - + @@ -336,12 +334,12 @@ You can also use batch descriptors to download multiple files at one time. Add Stream - + Stop - + @@ -349,37 +347,37 @@ You can also use batch descriptors to download multiple files at one time. Examples: - + Download: - + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Enter the .torrent file (or magnet link) to download - + Magnet Link and Torrent - + &Start! - + Add &paused - + @@ -389,7 +387,7 @@ You can also use batch descriptors to download multiple files at one time. Add Magnet Links and Torrent - + @@ -397,37 +395,37 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - + &Start! - + Add &paused - + Cancel - Cancelar + Add Urls - + @@ -435,80 +433,80 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Presets - + Default - + Minimize Memory Usage - + High Performance Seed - + Search for setting - + Clear - + Key - + Value - + Show modified only - + Edit - + Reset to Default - + Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -516,82 +514,82 @@ You can also use batch descriptors to download multiple files at one time. Tools - + Files to rename - + Rename Tool - + Batch Rename - + Default names - + Enumerated names - + Options - + Start enumeration from: - + Style: - + 1 ... 123456 - + 000001 ... 123456 - + Custom number of digits: - + Increment by: - + Safe Rename* - + *Rename and pause. Otherwise, could also rename already downloaded files. - + %0 selected files to rename - + @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Uncheck Selected Items - + Toggle Check for Selected Items - + Select All - + Select Filtered - + Invert Selection - + @@ -632,7 +630,7 @@ You can also use batch descriptors to download multiple files at one time. Clear History - + @@ -645,109 +643,109 @@ You can also use batch descriptors to download multiple files at one time. Compiler - + Name: - + Version: - + CPU Architecture: - + Build date: - + Plugins - + System - + OS: - + SSL Library Version: - + SSL Library Build Version: - + Found in application path: - + * OpenSSL SSL library: - + * OpenSSL Crypto library: - + Libraries and Build Version - + Info - Informação + %0 %1 version %2 - + %0 with Qt WebEngine based on Chromium %1 - + Reading... - + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + not found - + This application supports SSL. - + @@ -755,7 +753,7 @@ You can also use batch descriptors to download multiple files at one time. ... (%0 others) - + @@ -763,210 +761,210 @@ You can also use batch descriptors to download multiple files at one time. No Error - + 3xx Redirect connection refused - + 3xx Redirect remote host closed - + 3xx Redirect host not found - + 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + 5xx Proxy not found - + 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + 404 Not found - + 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name Nome do Arquivo - + Domain Nome do Domínio - + Progress - + - + Percent - + % - + Size - + - + Est. time - + - + Speed - + @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + Error in file '%0' - + Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + Unknown error - + @@ -1023,27 +1021,27 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Edit the Urls - + Edit the Urls. Note that the number of lines should stay unchanged. - + %0 selected files to edit - + Warning: number of lines is <%0> but should be <%1>! - + @@ -1051,32 +1049,32 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + The file already exists: - + Do you want to Rename, Overwrite or Skip this file? - + Rename - Renomear + Overwrite - + Skip - + @@ -1084,75 +1082,76 @@ You can also use batch descriptors to download multiple files at one time. Invalid device - + File not found - + Unsupported format - + Unable to read data - + Unknown error - + Any file (all types) (%0) - + All files (%0) - + FileWriter - + Device is not set - + - + Cannot open device for writing: %1 - + - + Device not writable - + - + Unsupported format - + - + File is empty - + - + All files (%0) - + - + + Unknown error - + @@ -1161,12 +1160,12 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Fast Filtering - + @@ -1174,22 +1173,22 @@ Some examples are given below. Click to paste the example. Filters - + Fast Filtering - + Fast Filtering Tips... - + Disable other filters - + @@ -1197,72 +1196,72 @@ Some examples are given below. Click to paste the example. Unknown - + 0 byte - + 1 byte - + %0 bytes - + %0 KB - + %0 MB - + %0 GB - + %0 TB - + Yes - + No - + %0 KB/s - + %0 MB/s - + %0 GB/s - + %0 TB/s - + @@ -1271,67 +1270,67 @@ Some examples are given below. Click to paste the example. Getting Started - + Choose which category of document to download. - + Web Page Content - + Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + Video/Audio Stream - + Stream from Youtube and other video stream sites - + Magnet Link, Torrent - + Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + Close - + @@ -1339,42 +1338,42 @@ Some examples are given below. Click to paste the example. Properties - + Size: - + From: - + Unkown - + Download Information - + Options - + Messages - + Wrap line - + @@ -1382,42 +1381,42 @@ Some examples are given below. Click to paste the example. Links - + Pictures and Media - + Links (%0) - + Pictures and Media (%0) - + Mask... - + Copy Links - + Open %0 - + Open %0 Links - + @@ -1430,27 +1429,27 @@ Some examples are given below. Click to paste the example. Torrent download details - + &Help - + &File - + &Option - + &View - + @@ -1460,107 +1459,107 @@ Some examples are given below. Click to paste the example. &Edit - + File toolbar - + View toolbar - + &Quit - + About Qt... - + About ArrowDL... - + Preferences... - + Ctrl+P - + Getting Started... - + Download Content... - + Download Web Page Content - + Ctrl+X - + Download Batch... - + Download Single File, Batch of Files with Regular Expression - + Ctrl+N - + Download Stream... - + Download Video/Audio Stream - + Download Torrent... - + Download Magnet Links and Torrent - + Download Urls... - + Download a copy-pasted list of Urls - + @@ -1571,148 +1570,148 @@ Some examples are given below. Click to paste the example. Pause - + Pause (completed torrent: stop seeding) - + Up - + Alt+PgUp - + Top - + Alt+Home - + Down - + Alt+PgDown - + Bottom - + Alt+End - + Resume - + Download Information - + Alt+I - + Open File - + Rename File - + F2 - + Delete File(s) - + Ctrl+Del - + Open Directory - + Select All - + Ctrl+A - + Invert Selection - + Ctrl+I - + One More Segment - + One Fewer Segment - + Force Start - + Ctrl+Shift+R - + Import From File... - + Ctrl+Shift+O - + @@ -1722,118 +1721,118 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+S, Ctrl+S - + Remove Completed - + Remove Selected - + Del - + Remove All - + Ctrl+Shift+Del - + Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Select None - + Select Completed - + Copy - + Copy Selection to Clipboard - + Ctrl+C - + Compiler Info... - + Check for updates... - + Tutorial - + About YT-DLP... - + About %0 - + About Qt - + Advanced - + @@ -1841,179 +1840,179 @@ Some examples are given below. Click to paste the example. Error - + Remove Downloads - + Are you sure to remove %0 downloads? - + Delete - + File not found - + Destination directory not found: - + Don't ask again - + ALL - + selected - + completed - + waiting - + paused - + failed - + running - + Website URL - + URL of the HTML page: - + (ex: %0) - + The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + Can't save file. - + Can't save file %0: - + Can't load file. - + Can't load file %0: - + Start! - + File Error - + Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + File saved - + File loaded - + Save As - + Open - + @@ -2021,42 +2020,42 @@ Some examples are given below. Click to paste the example. File name - + Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,22 +2099,22 @@ Some examples are given below. Click to paste the example. Browse... - + All Files (*);;%0 (*%1) - + Please select a file - + Please select a directory - + @@ -2124,22 +2123,22 @@ Some examples are given below. Click to paste the example. General - + Defaults - + The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + @@ -2149,17 +2148,17 @@ Some examples are given below. Click to paste the example. Overwrite - + Skip - + Ask - + @@ -2169,493 +2168,493 @@ Some examples are given below. Click to paste the example. Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + Show balloon messages - + Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - + Use stream downloader if the URL host is: - + Network - + Downloads - + Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Range: - + Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Privacy - + When Manager window is closed - + Remove completed downloads - + Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + Check for updates automatically: - + Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + Filters - + Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + Torrent - + Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + * (0: unlimited) - + Connection - + Peers: - + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Advanced - + Restore default settings - + @@ -2670,68 +2669,68 @@ Some examples are given below. Click to paste the example. Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + Preferences - + Reset all filters - + - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: - + - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,190 +2738,190 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 Hz @ %2 KBit/s, codec: %3 - + ignore - + low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + Checking Files... - + Downloading Metadata... - + Downloading... - + Finished - + Seeding... - + Checking Resume Data... - + Text Files - + Json Files - + Torrent Files - + Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - + QueueItem - + %0 of %1 - + - + Unknown - + @@ -2930,22 +2929,22 @@ Some examples are given below. Click to paste the example. Download - + Resource Name - + Description - + Mask - + @@ -2953,47 +2952,47 @@ Some examples are given below. Click to paste the example. All Files - + Archives (zip, rar...) - + Application (exe, xpi...) - + Audio (mp3, wav...) - + Documents (pdf, odf...) - + Images (jpg, png...) - + Images JPEG - + Images PNG - + Video (mpeg, avi...) - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,7 +3037,7 @@ Some examples are given below. Click to paste the example. Extractors - + @@ -3048,37 +3047,37 @@ Some examples are given below. Click to paste the example. Stream Download Info - + Reading... - + Collecting... - + Error: - + YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3095,47 +3094,47 @@ Some examples are given below. Click to paste the example. Simple - + Advanced: - + Audio - + Video - + Other - + Detected media: - + Audio: - + Video: - + audio/video information is not available - + @@ -3143,32 +3142,32 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + Error: - + Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,32 +3194,32 @@ Help: if you get an error, follow these instructions: # - + File Name - + Title - + Size - + Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,57 +3501,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Metadata - + Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3560,12 +3559,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Hide when Minimized - + @@ -3576,7 +3575,7 @@ Help: if you get an error, follow these instructions: Undo - + @@ -3584,7 +3583,7 @@ Help: if you get an error, follow these instructions: Redo - + @@ -3592,7 +3591,7 @@ Help: if you get an error, follow these instructions: Cut - + @@ -3600,7 +3599,7 @@ Help: if you get an error, follow these instructions: Copy - + @@ -3608,7 +3607,7 @@ Help: if you get an error, follow these instructions: Paste - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,72 +3654,72 @@ Help: if you get an error, follow these instructions: # - + Name - + Path - + Size - + Done - + Percent - + % First Piece - + # Pieces - + Pieces - + Priority - + Modification date - + SHA-1 - + CRC-32 - + %0% of %1 pieces - + @@ -3728,62 +3727,62 @@ Help: if you get an error, follow these instructions: IP - + Port - + Client - + Downloaded - + Uploaded - + Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + %0 of %1 pieces - + @@ -3791,12 +3790,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore - + @@ -3804,47 +3803,47 @@ Help: if you get an error, follow these instructions: Url - + Id - + Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3852,17 +3851,17 @@ Help: if you get an error, follow these instructions: Torrent - + Select a torrent - + Files - + @@ -3873,268 +3872,268 @@ Help: if you get an error, follow these instructions: Downloaded: - + Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + Uploaded: - + Peers: - + Upload Speed: - + Seeds: - + Down Limit: - + Download Speed: - + Share Ratio: - + Up Limit: - + Status: - + General - + Save As: - + Added On: - + Pieces: - + Comments: - + Completed On: - + Created By: - + Total Size: - + Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy - + - + Open - + - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 - + @@ -4142,52 +4141,52 @@ Ex: Don't show this dialog again - + Close - + Tutorial - + Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,93 +4215,93 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + Starting... - + A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + &Close - + Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + Close the application - + The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,47 +4309,47 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + Mask: - + Custom filename: - + Checksum (Hash): - + Enter new file name - + Save files in: - + Download: - + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + URL de destino para prosseguir - + \ No newline at end of file diff --git a/src/locale/arrowdl_ru_RU.ts b/src/locale/arrowdl_ru_RU.ts index 76689539..ac7ec1ae 100644 --- a/src/locale/arrowdl_ru_RU.ts +++ b/src/locale/arrowdl_ru_RU.ts @@ -1,72 +1,70 @@ - - - + AbstractDownloadItem Idle - + Простаивает Paused - + На паузе Canceled - + Отменена Preparing - + Подготовка Connecting - + Подключение Downloading Metadata - + Загрузка метаданных Downloading - + Загрузка Finishing - + Завершение Complete - + Готово Seeding - + Раздача Skipped - + Пропущена Server error - + Ошибка сервера File error - + Ошибка файла @@ -75,66 +73,66 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Введите URL-адрес загрузки и (необязательно) ссылающуюся страницу. Вы также можете использовать пакетные дескрипторы для загрузки нескольких файлов одновременно. Insert batch range: - + Вставить диапазон партии: 1 -> 10 - + 1 -> 10 1 -> 100 - + 1 -> 100 01 -> 10 - + 01 -> 10 001 -> 100 - + 001 -> 100 Custom - + Batch and Single File - + Пакетный и отдельный файл Download: - + Загрузить: Examples: - + Примеры: &Start! - + &Запустить! Add &paused - + Добавить &приостановлено @@ -144,58 +142,58 @@ You can also use batch descriptors to download multiple files at one time. Add Batch and Single File - + Добавить пакетный и отдельный файл Batch descriptors: - + Дескрипторы пакетов: Must start with '[' or '(' - + Должен начинаться с "[" или "(" Must contain two numbers, separated by ':', '-' or a space character - + Должно содержать два числа, разделенных символами ':', '-' или пробелом Must end with ']' or ')' - + Должен заканчиваться на "]" или ")" Insert - + Вставить Do you really want to start %0 downloads? - + Вы точно хотите запустить %0 загрузок? Don't ask again, always download batch - + Не спрашивать больше, всегда скачивать пакетно Download Batch - + Массовая загрузка It seems that you are using some batch descriptors. - + Кажется, вы используете какие-то пакетные дескрипторы. Single Download - + Единичная загрузка @@ -203,27 +201,27 @@ You can also use batch descriptors to download multiple files at one time. Collecting... - + Сбор... Save files in: - + Сохранить файлы в: Default Mask: - + Маска по умолчанию: &Start! - + &Запустить! Add &paused - + Добавить &приостановлено @@ -234,60 +232,60 @@ You can also use batch descriptors to download multiple files at one time. Preferences - + Настройки Warning - + Внимание Web Page Content - + Содержимое веб-страницы Error: The url is not valid: - + Ошибка: URL-адрес недействителен: Connecting... - + Подключение… Downloading... - + Загрузка… Collecting links... - + Сбор ссылок… Finished - + Завершено The wizard can't connect to URL: - + Мастер не может подключиться к URL: After selecting links, click on Start! - + После выбора ссылок нажмите «Начать!». Selected links: %0 of %1 - + Выбранны ссылки: %0 из %1 @@ -295,38 +293,38 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + Введите адрес потока или список потоков для загрузки. Download: - + Загрузить: Examples: - + Примеры: Continue - + Продолжить Stream - + Стрим &Start! - + &Запустить! Add &paused - + Добавить &приостановлено @@ -336,12 +334,12 @@ You can also use batch descriptors to download multiple files at one time. Add Stream - + Добавить поток Stop - + Остановить @@ -349,37 +347,37 @@ You can also use batch descriptors to download multiple files at one time. Examples: - + Примеры: Download: - + Загрузить: Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Примечание:: магнитная ссылка содержит метаданные информационного хеша для загрузки файла .torrent. Если указана магнитная ссылка, то приложение загружает .torrent во временный каталог вашей системы и, таким образом, добавляет его в очередь (запущенную или приостановленную). Enter the .torrent file (or magnet link) to download - + Введите .torrent файл (или магнитную ссылку) для загрузки. Magnet Link and Torrent - + Magnet-ссылки и Torrent &Start! - + &Запустить! Add &paused - + Добавить &приостановлено @@ -389,7 +387,7 @@ You can also use batch descriptors to download multiple files at one time. Add Magnet Links and Torrent - + Добавьте магнитные ссылки и торрент @@ -397,27 +395,27 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + Скопируйте и вставьте список URL-адресов для скачивания. List of Urls - + Список ссылок Download: - + Загрузить: &Start! - + &Запустить! Add &paused - + Добавить &приостановлено  @@ -427,7 +425,7 @@ You can also use batch descriptors to download multiple files at one time. Add Urls - + Добавить ссылки @@ -435,80 +433,80 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Выберите предустановку или настройте вручную. Presets - + Пресеты Default - + По умолчанию Minimize Memory Usage - + Минимальное использование памяти High Performance Seed - + Приоритет на отдачу (сидирование) Search for setting - + Поиск настройки Clear - + Очистить Key - + Ключ Value - + Значение Show modified only - + Показать только измененные Edit - + Изменить Reset to Default - + Сбросить значение Settings optimized for a regular bittorrent client running on a desktop system. - + Настройки обычного BitTorrent-клиента на персональном компьютере. Settings intended for embedded devices. It will significantly reduce memory usage. - + Настройки для встраиваемых систем. Значительно снижена нагрузка на память. Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + Настройки для сидбоксов: обслуживание множества пиров, файлы только отдаются, не загружаются. @@ -516,82 +514,82 @@ You can also use batch descriptors to download multiple files at one time. Tools - + Настройки Files to rename - + Файлы для переименования Rename Tool - + Переименовывание Batch Rename - + Массовое переименовывание Default names - + Имена по умолчанию Enumerated names - + Перечисленные имена Options - + Настройки Start enumeration from: - + Начать перечисление с: Style: - + Стиль: 1 ... 123456 - + 1 … 123456 000001 ... 123456 - + 000001 … 123456 Custom number of digits: - + Количество разрядов: Increment by: - + Шаг прибавления: Safe Rename* - + Безопасное переименование* *Rename and pause. Otherwise, could also rename already downloaded files. - + * Переименуйте и приостановите. В противном случае также можно было бы переименовать уже загруженные файлы. %0 selected files to rename - + Выделено %0 файлов для переименования @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Отметить выделенные Uncheck Selected Items - + Снять отметку с выделенных Toggle Check for Selected Items - + Переключить проверку выбранных элементов Select All - + Выбрать всё Select Filtered - + Выберите Отфильтрованное Invert Selection - + Инвертировать выбор @@ -632,7 +630,7 @@ You can also use batch descriptors to download multiple files at one time. Clear History - + Очистить историю @@ -645,109 +643,109 @@ You can also use batch descriptors to download multiple files at one time. Compiler - + Компилятор Name: - + Название: Version: - + Версия: CPU Architecture: - + Архитектура ЦП: Build date: - + Дата сборки: Plugins - + Плагины System - + Система OS: - + ОС: SSL Library Version: - + Версия библиотеки SSL: SSL Library Build Version: - + Версия библиотеки SSL: Found in application path: - + Найдено в пути к приложению: * OpenSSL SSL library: - + * Библиотека OpenSSL SSL: * OpenSSL Crypto library: - + * Библиотека OpenSSL Crypto: Libraries and Build Version - + Версии библиотек Info - Информация + Информация %0 %1 version %2 - + %0 %1 версия %2 %0 with Qt WebEngine based on Chromium %1 - + %0 с Qt WebEngine на основе Chromium %1 Reading... - + Чтение… This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + Это приложение не может найти SSL или совместимую версию (SSL %0), приложение не сможет загрузиться с использованием безопасных сокетов (HTTPS, FTPS). not found - + не найден This application supports SSL. - + Эта программа поддерживает SSL. @@ -755,7 +753,7 @@ You can also use batch descriptors to download multiple files at one time. ... (%0 others) - + … (%0 другие) @@ -763,210 +761,210 @@ You can also use batch descriptors to download multiple files at one time. No Error - + Без ошибок 3xx Redirect connection refused - + 3xx Redirect connection refused 3xx Redirect remote host closed - + 3xx Redirect remote host closed 3xx Redirect host not found - + 3xx Redirect host not found 3xx Redirect timeout - + 3xx Redirect timeout 3xx Redirect operation canceled - + 3xx Redirect operation canceled 3xx Redirect SSL handshake failed - + 3xx Redirect SSL handshake failed 3xx Redirect temporary network failure - + 3xx Redirect temporary network failure 3xx Redirect network session failed - + 3xx Redirect network session failed 3xx Redirect background request not allowed - + 3xx Redirect background request not allowed 3xx Too many redirects - + 3xx Too many redirects 3xx Insecure redirect - + 3xx Insecure redirect 3xx Unknown redirect error - + 3xx Unknown redirect error 5xx Proxy connection refused - + 5xx Proxy connection refused 5xx Proxy connection closed - + 5xx Proxy connection closed 5xx Proxy not found - + 5xx Proxy not found 504 Proxy timeout error - + 504 Proxy timeout error 407 Proxy authentication required - + 407 Proxy authentication required 5xx Unknown proxy error - + 5xx Unknown proxy error 403 Access denied - + 403 Access denied 405 Method not allowed - + 405 Method not allowed 404 Not found - + 404 Not found 401 Authorization required - + 401 Authorization required 4xx Resend error - + 4xx Resend error 409 Conflict - + 409 Conflict 410 Content no longer available - + 410 Content no longer available 4xx Unknown content error - + 4xx Unknown content error 4xx Unknown protocol error - + 4xx Unknown protocol error 400 Bad request - + 400 Bad request 4xx Protocol failure - + 4xx Protocol failure 500 Internal server error - + 500 Internal server error 501 Server does not support this functionality - + 501 Server does not support this functionality 503 Service unavailable - + 503 Service unavailable 5xx Unknown serveur error - + 5xx Unknown server error DownloadQueueView - + Download/Name Имя файла - + Domain Домен - + Progress - + Прогресс - + Percent - + % - + Size - + Ращмер - + Est. time - + Осталось - + Speed - + Скорость @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Не удалось загрузить метаданные Couldn't download, bad .torrent format - + Не удалось скачать, плохой формат .torrent. Couldn't resolve metadata - + Не удалось разрешить метаданные Error in file '%0' - + Ошибка в файле "%0" Bad SSL context - + Плохой контекст SSL Bad .torrent metadata - + Неверные метаданные .torrent Bad .torrent access permission - + Неверное разрешение на доступ к .torrent Bad part-file - + Плохой файл детали Unknown error - + Неизвестная ошибка @@ -1023,27 +1021,27 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Умное редактирование Edit the Urls - + Править ссылки Edit the Urls. Note that the number of lines should stay unchanged. - + Отредактируйте URL-адреса. Обратите внимание, что количество строк должно оставаться неизменным. %0 selected files to edit - + Выделено %0 файлов для изменения Warning: number of lines is <%0> but should be <%1>! - + Внимание: количество строк <%0>, но должно быть <%1>! @@ -1051,32 +1049,32 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + Существующий файл The file already exists: - + Файл уже существует: Do you want to Rename, Overwrite or Skip this file? - + Вы хотите Переименовать, Перезаписать или Пропустить этот файл? Rename - Переименовать + Переименовать Overwrite - + Перезаписать Skip - + Пропустить @@ -1084,75 +1082,76 @@ You can also use batch descriptors to download multiple files at one time. Invalid device - + Неверное устройство File not found - + Файл не найден Unsupported format - + Неподдерживаемый формат Unable to read data - + Невозможно прочитать данные Unknown error - + Неизвестная ошибка Any file (all types) (%0) - + Все файлы (любого формата) (%0) All files (%0) - + Все файлы (%0) FileWriter - + Device is not set - + Устройство не установлено - + Cannot open device for writing: %1 - + Невозможно открыть устройство для записи: %1 - + Device not writable - + Устройство недоступно для записи - + Unsupported format - + Неподдерживаемый формат - + File is empty - + Файл пуст - + All files (%0) - + Все файлы (%0) - + + Unknown error - + Неизвестная ошибка @@ -1161,12 +1160,13 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Быстрая фильтрация соответствует соглашениям о регулярных выражениях. +Некоторые примеры приведены ниже. Нажмите, чтобы вставить пример. Fast Filtering - + Быстрый фильтр @@ -1174,22 +1174,22 @@ Some examples are given below. Click to paste the example. Filters - + Фильтры Fast Filtering - + Быстрый фильтр Fast Filtering Tips... - + Советы по быстрой фильтрации... Disable other filters - + Выключить другие фильтры @@ -1197,72 +1197,72 @@ Some examples are given below. Click to paste the example. Unknown - + Неизвестно 0 byte - + 0 байт 1 byte - + 1 байт %0 bytes - + %0 байт %0 KB - + %0 КБ %0 MB - + %0 МБ %0 GB - + %0 ГБ %0 TB - + %0 ТБ Yes - + Да No - + Нет %0 KB/s - + %0 КБ/с %0 MB/s - + %0 МБ/с %0 GB/s - + %0 ГБ/с %0 TB/s - + %0 ТБ/с @@ -1271,67 +1271,67 @@ Some examples are given below. Click to paste the example. Getting Started - + Начиная Choose which category of document to download. - + Выберите категорию документов для загрузки. Web Page Content - + Содержимое веб-страницы Links and media in a HTML page - + Ссылки и медиа на HTML-странице Batch of Files (with regular expression) - + Пакет файлов (с регулярным выражением) Single file, batch of files, regular expression link - + Отдельный файл, пакет файлов, ссылка на регулярное выражение Video/Audio Stream - + Аудио/видео-потоки Stream from Youtube and other video stream sites - + Трансляция с Youtube и других сайтов видеопотоков Magnet Link, Torrent - + Magnet-ссылки, torrent Use bittorrent protocol to download a .torrent file - + Использовать протокол bittorrent для загрузки .torrent-файла List of Urls - + Список ссылок Paste a list of Urls - + Вставить список ссылок Close - + Закрыть @@ -1339,42 +1339,42 @@ Some examples are given below. Click to paste the example. Properties - + Настройки Size: - + Размер: From: - + От: Unkown - + Неизвестно Download Information - + Загрузить информацию Options - + Настройки Messages - + Сообщения Wrap line - + линия переноса @@ -1382,42 +1382,42 @@ Some examples are given below. Click to paste the example. Links - + Ссылки Pictures and Media - + Изображения и медиа Links (%0) - + Ссылки (%0) Pictures and Media (%0) - + Изображения и медиа (%0) Mask... - + Маска… Copy Links - + Копировать ссылки Open %0 - + Открыть %0 Open %0 Links - + Открыть %0 ссылок @@ -1430,27 +1430,27 @@ Some examples are given below. Click to paste the example. Torrent download details - + Подробности о загрузке торрента &Help - + &Справка &File - + &Файл &Option - + &Настройки &View - + &Вид @@ -1460,107 +1460,107 @@ Some examples are given below. Click to paste the example. &Edit - + &Правка File toolbar - + Панель инструментов View toolbar - + Cмотреть панели инструментов &Quit - + &Выход About Qt... - + О Qt… About ArrowDL... - + Об ArrowDL… Preferences... - + Настройки… Ctrl+P - + Ctrl+P Getting Started... - + Начиная... Download Content... - + Загрузить содержимое… Download Web Page Content - + Загрузить содержимое веб-страницы Ctrl+X - + Ctrl+X Download Batch... - + Массовая загрузка… Download Single File, Batch of Files with Regular Expression - + Загрузка одного файла или пакета файлов с помощью регулярного выражения Ctrl+N - + Ctrl+N Download Stream... - + Загрузить поток… Download Video/Audio Stream - + Download Torrent... - + Загрузить torrent… Download Magnet Links and Torrent - + Download Urls... - + Загрузить ссылки… Download a copy-pasted list of Urls - + @@ -1571,148 +1571,148 @@ Some examples are given below. Click to paste the example. Pause - + Пауза Pause (completed torrent: stop seeding) - + Up - + Выше Alt+PgUp - + Alt+PgUp Top - + В начало Alt+Home - + Alt+Home Down - + Ниже Alt+PgDown - + Alt+PgDown Bottom - + В конец Alt+End - + Alt+End Resume - + Продолжить Download Information - + Загрузить информацию Alt+I - + Alt+I Open File - + Открыть файл Rename File - + Переименовать файл F2 - + F2 Delete File(s) - + Удалить файл(ы) Ctrl+Del - + Ctrl+Del Open Directory - + Открыть директорию Select All - + Выбрать всё Ctrl+A - + Ctrl+A Invert Selection - + Инвертировать выделение Ctrl+I - + Ctrl+I One More Segment - + One Fewer Segment - + Force Start - + Принудительная загрузка Ctrl+Shift+R - + Ctrl+Shift+R Import From File... - + Импортировать из файла… Ctrl+Shift+O - + Ctrl+Shift+O @@ -1722,118 +1722,118 @@ Some examples are given below. Click to paste the example. Ctrl+Shift+S, Ctrl+S - + Ctrl+Shift+S, Ctrl+S Remove Completed - + Удалить завершенные Remove Selected - + Удалить выделенные Del - + Del Remove All - + Удалить всё Ctrl+Shift+Del - + Ctrl+Shift+Del Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Ограничение скорости… Select None - + Снять выделение Select Completed - + Выбрать завершённые Copy - + Копировать Copy Selection to Clipboard - + Ctrl+C - + Ctrl+C Compiler Info... - + Информация о компиляторе… Check for updates... - + Проверить обновления… Tutorial - + About YT-DLP... - + О yt-dlp… About %0 - + О %0 About Qt - + О Qt Advanced - + Продвинутые @@ -1841,179 +1841,179 @@ Some examples are given below. Click to paste the example. Error - + Ошибка Remove Downloads - + Удалить загрузки Are you sure to remove %0 downloads? - + Вы уверены, что хотите удалить %0 загрузок? Delete - + Удалить File not found - + Файл не найден Destination directory not found: - + Целевая директория не найдена: Don't ask again - + Больше не спрашивать ALL - + ВСЕ selected - + выбранные completed - + завершённые waiting - + ожидающие paused - + на паузе failed - + неудавшиеся running - + в процессе Website URL - + Ссылка на сайт URL of the HTML page: - + (ex: %0) - + (пример: %0) The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + Не удалось переименовать as - + как Can't save file. - + Не удалось сохранить файл. Can't save file %0: - + Не удалось сохранить файл %0: Can't load file. - + Не удалось загрузить файл. Can't load file %0: - + Не удалось загрузить файл %0: Start! - + &Запустить! File Error - + Ошибка файла Done: %0 Running: %1 Total: %2 - + Завершено: %0 В процессе: %1 Всего: %2 %0 of %1 (%2), %3 running %4 | Torrent: %5 - + %0 из %1 (%2), %3 в процессе %4 | Torrent: %5 active - + inactive - + File saved - + Файл сохранён File loaded - + Файл загружен Save As - + Сохранить как Open - + Открыть @@ -2021,42 +2021,42 @@ Some examples are given below. Click to paste the example. File name - + Имя файла Extension - + Расширение Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2064,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2073,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2081,17 @@ Some examples are given below. Click to paste the example. (none) - + (нет) SOCKS5 - + SOCKS5 HTTP - + HTTP @@ -2100,22 +2100,22 @@ Some examples are given below. Click to paste the example. Browse... - + Обзор… All Files (*);;%0 (*%1) - + Все файлы (*);;%0 (*%1) Please select a file - + Пожалуйста, выберите файл Please select a directory - + Пожалуйста, выберите директорию @@ -2124,22 +2124,22 @@ Some examples are given below. Click to paste the example. General - + Общие Defaults - + Умолчания The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + @@ -2149,17 +2149,17 @@ Some examples are given below. Click to paste the example. Overwrite - + Перезаписать Skip - + Пропустить Ask - + Спросить @@ -2169,493 +2169,493 @@ Some examples are given below. Click to paste the example. Localization - + Язык Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Показать иконку в системном лотке Hide when minimized - + Сворачивать в системный лоток Show balloon messages - + Показывать всплывающие уведомления Minimize when ESC key is pressed - + Сворачивать при нажатии клавиши Esc Confirmation - + Подтверждение Confirm removal of downloads - + Подтверждать удаление загрузок Confirm download batch - + Подтверждать массовую загрузку Style and Icons - + Стиль и иконки Video/Audio Stream - + Аудио/Видео потоки Use stream downloader if the URL host is: - + Network - + Сеть Downloads - + Загрузки Concurrent downloads: - + Одновременных загрузок: Concurrent fragments: - + Одновременных фрагментов: 20 - + 20 Proxy - + Прокси Type: - + Тип: Proxy: - + Прокси: Port: - + Порт: Username: - + Имя пользователя: Password: - + Пароль: Show - + Показать Socket - + Сокет Tolerant (IPv4 or IPv6) - + IPv4 или IPv6 Use IPv4 only - + Только IPv4 Use IPv6 only - + Только IPv6 seconds - + секунд Connection Protocol: - + Протокол: Timeout to establish a connection: - + Downloaded Files - + Загруженные файлы Get time from server for the file's...: - + Last modified time - + Время последнего изменения Creation time (may not be not supported on UNIX) - + Дата создания (не поддерживается на некоторых UNIX-системах) Most recent access (e.g. read or written to) - + Metadata change time - + Время изменения метаданных Downloaded Audio/Video - + Загруженные аудио/видео Download subtitle - + Загрузить субтитры Download description - + Загрузить описание Mark watched (only for Youtube) - + Отметить просмотренным (только для YouTube) Download thumbnail - + Загрузить миниатюру Download metadata - + Загрузить метаданные Download comments - + Загрузить комментарии Create internet shortcut - + Identification - + Идентификация - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + HTTP User Agent: Filter - + Фильтр Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Например: "1 -> 50", "001 -> 200", … Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Например: "[1:50]", "[001:200]", … Range: - + Диапазон: Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Аутентификация Privacy - + Приватность When Manager window is closed - + Remove completed downloads - + Удалить завершенные загрузки Remove canceled/failed downloads - + Удалить отменённые/неудачные загрузки Remove unfinished (paused) downloads - + Удалить незавершенные загрузки (на паузе) Database - + База данных The current downloads queue is temporarly saved in: - + Текущая очередь загрузки временно сохранена в: Stream Cache - + Кеш потока - + Clean Cache - + Очистить кеш Auto Update - + Автообновление Check for updates automatically: - + Проверять автоматически: Never - + Никогда Once a day - + Ежедневно Once a week - + Еженедельно Check updates now... - + Проверить сейчас… Enable Referrer: - + Использовать Referrer: Filters - + Фильтры Caption - + Название Extensions - + Расширения Caption: - + Название: Filtered Extensions: - + Расширения фильтра: Add New Filter - + Добавить новый фильтр Update Filter - + Обновить фильтр Remove Filter - + Удалить фильтр Torrent - + Torrent Enable Torrent - + Включить Torrent If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Директория Share folder: - + Bandwidth - + Ограничения пропускной способности Max Upload Rate* (kB/s): - + Максимальная скорость отдачи* (кБ/с): Max Download Rate* (kB/s): - + Максимальная скорость загрузки* (кБ/с): Max Number of Connections: - + Максимальное число подключений: Max Number of Peers per Torrent: - + Максимальное число пиров на один торрент: * (0: unlimited) - + * (0: без ограничений) Connection - + Подключение Peers: - + Пиры: Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Пример: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Узлы, перечисленные выше, будут добавлены ко всем торрентам. Формат: <IP:port>. Примеры: "123.45.6.78:56789, 127.0.0.65:7894…") Advanced - + Продвинутые Restore default settings - + Сбросить настройки @@ -2670,68 +2670,68 @@ Some examples are given below. Click to paste the example. Queue Database - + Located in %0 - + Располагается в %0 (none) - + (нет) Warning: The system tray is not available. - + Внимание: системный лоток не доступен. Warning: The system tray doesn't support balloon messages. - + Внимание: системный лоток не поддерживает всплывающие уведомления. Preferences - + Настройки Reset all filters - + Сбросить фильтры - - + + The host may be %0, %1 or %2 - + Хост может быть %0, %1 или %2 - + The host may be %0 but not %1 - + Хост может быть %0, но не %1 - + Examples: - + Примеры: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + Очистка… @@ -2739,190 +2739,190 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + перевод "%0", локаль "%1": %2 Can't load %0 - + Не удалось загрузить %0 Video %0 x %1%2%3 - + Видео %0 x %1%2%3 [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 x %2 (%3 fps) @ %4 Кбит/с, кодек: %5 [%0] %1 Hz @ %2 KBit/s, codec: %3 - + [%0] %1 Гц @ %2 Кбит/с, кодек: %3 ignore - + low - + низкий high - + высокий normal - + обычный .torrent file - + .torrent-файл program settings - + настройки программы magnet link - + magnet-ссылка tracker exchange - + обмен трекером no source - + нет источника Stopped - + Остановлен Checking Files... - + Проверка файлов… Downloading Metadata... - + Загрузка метаданных… Downloading... - + Загрузка… Finished - + Готово Seeding... - + Раздача… Checking Resume Data... - + Проверка данных возобновления... Text Files - + Текстовые файлы Json Files - + JSON-файлы Torrent Files - + Torrent-файлы Bootstrap Icons (default) - + Иконки Bootstrap (по умолчанию) FontAwesome Flat Design - + Плоский дизайн FontAwesome Light - + Светлая Dark - + Тёмная %0 - %1 - version %2 - build %3 - + %0 - %1 - версия %2 - сборка %3 Copyright (C) %0 %1. All rights reserved. - + Авторское право (C) %0 %1. Все права защищены. GNU LGPL License - + Лицензия GNU LGPL Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + Настоящим разрешение бесплатно предоставляется любому лицу, получившему копию этого программного обеспечения и связанных с ним файлов документации («Программное обеспечение»), на использование Программного обеспечения без ограничений, включая, помимо прочего, права на использование, копирование, изменение, объединение. публиковать, распространять, сублицензировать и/или продавать копии Программного обеспечения, а также разрешать лицам, которым предоставлено Программное обеспечение, делать это при соблюдении следующих условий: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + Вышеупомянутое уведомление об авторских правах и настоящее уведомление о разрешении должны быть включены во все копии или существенные части Программного обеспечения. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + ПРОГРАММНОЕ ОБЕСПЕЧЕНИЕ ПРЕДОСТАВЛЯЕТСЯ «КАК ЕСТЬ», БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, ЯВНЫХ ИЛИ ПОДРАЗУМЕВАЕМЫХ, ВКЛЮЧАЯ, НО НЕ ОГРАНИЧИВАЯСЬ, ГАРАНТИЯМИ ТОВАРНОЙ ЦЕННОСТИ, ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЕННОЙ ЦЕЛИ И НЕНАРУШЕНИЯ ПРАВ. НИ ПРИ КАКИХ ОБСТОЯТЕЛЬСТВАХ АВТОРЫ ИЛИ ОБЛАДАТЕЛИ АВТОРСКИХ ПРАВ НЕ НЕСУТ ОТВЕТСТВЕННОСТИ ЗА ЛЮБЫЕ ПРЕТЕНЗИИ, УБЫТКИ ИЛИ ДРУГУЮ ОТВЕТСТВЕННОСТЬ, БУДЬ В ДЕЙСТВИЯХ ПО КОНТРАКТУ, ПРАВОНАРУШЕНИЮ ИЛИ ДРУГИМ ОБРАЗОМ, ВОЗНИКАЮЩИЕ ОТ, ИЗ ИЛИ В СВЯЗИ С ПРОГРАММНЫМ ОБЕСПЕЧЕНИЕМ ИЛИ ИСПОЛЬЗОВАНИЕМ ИЛИ ДРУГИМИ СДЕЛКАМИ, ПРОГРАММНОЕ ОБЕСПЕЧЕНИЕ. About %0 - + О %0 QueueItem - + %0 of %1 - + %0 из %1 - + Unknown - + Неизвестно @@ -2930,22 +2930,22 @@ Some examples are given below. Click to paste the example. Download - + Загрузить Resource Name - + Имя ресурса Description - + Описание Mask - + Маска @@ -2953,47 +2953,47 @@ Some examples are given below. Click to paste the example. All Files - + Все файлы Archives (zip, rar...) - + Архивы (zip, rar…) Application (exe, xpi...) - + Программы (exe, xpi…) Audio (mp3, wav...) - + Аудио (mp3, wav…) Documents (pdf, odf...) - + Документы (pdf, odf…) Images (jpg, png...) - + Изображения (jpg, png…) Images JPEG - + Изображения JPEG Images PNG - + Изображения PNG Video (mpeg, avi...) - + Видео (mpeg, avi…) @@ -3001,7 +3001,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + Процесс завершился с ошибкой. @@ -3009,28 +3009,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + Не удалось разобрать JSON-файл. The process crashed. - + Процесс завершился с ошибкой. Couldn't parse playlist (no data received). - + Не удалось разобрать плейлист (данные не были получены). Couldn't parse playlist (ill-formed JSON file). - + Не удалось разобрать плейлист (неверно сформированный JSON-файл). Cancelled. - + Отменено. @@ -3038,7 +3038,7 @@ Some examples are given below. Click to paste the example. Extractors - + Экстракторы @@ -3048,37 +3048,37 @@ Some examples are given below. Click to paste the example. Stream Download Info - + Reading... - + Чтение… Collecting... - + Сбор... Error: - + Ошибка: YT-DLP supports %0 sites: - + yt-dlp поддерживает %0 сайтов: Site - + Сайт Description - + Описание @@ -3087,7 +3087,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + Процесс завершился с ошибкой. @@ -3095,47 +3095,47 @@ Some examples are given below. Click to paste the example. Simple - + Простой Advanced: - + Продвинутый: Audio - + Аудио Video - + Видео Other - + Другое Detected media: - + Audio: - + Аудио: Video: - + Видео: audio/video information is not available - + @@ -3143,32 +3143,32 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Пожалуйста, подождите, ссылка исследуется… Choose resources to download: - + Выберите ресурс для загрузки: Add track number to filename - + Добавить номер трека к имени файла Error: - + Ошибка: Can't find the URL stream - + @@ -3176,18 +3176,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,32 +3195,32 @@ Help: if you get an error, follow these instructions: # - + File Name - + Имя файла Title - + Название Size - + Размер Format - + Формат Video unavailable - + Видео недоступно @@ -3228,273 +3228,273 @@ Help: if you get an error, follow these instructions: Overview - + Обзор Do not download the video, but write all other related files - + Не загружать видео, но записать все остальные относящиеся к нему файлы Mark watched (only for Youtube) - + Отметить просмотренным (только для YouTube) Subtitles - + Субтитры Convert to format: - + Конвертировать в формат: Preferred format: - + Предпочитаемый формат: Download subtitles: - + Загрузить субтитры: Hide auto-generated subtitles - + Скрыть автоматически созданные субтитры Chapters - + Главы Split video into multiple files based on internal chapters - + Разделить видео на несколько файлов по главам Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Пример: "*10:15-15:00" или "вступление" Thumbnails - + Миниатюры Download thumbnail (default image) - + Загрузить миниатюру (картинка по умолчанию) Download all formats of the thumbnail image - + Загрузить все форматы миниатюры Convert the thumbnails to format: - + Конвертировать миниатюру в формат: Comments - + Комментарии Download comments (in the .info.json) - + Загрузить комментарии (в формате .info.json) Sort by: - + Сортировать: Newest first - + Сначала новые Top comments - + По популярности Limit number of comments: - + Ограничить количество комментариев: Other Media - + Download description as a .description file - + Загрузить описание в файл .description Download metadata as a .info.json file - + Загрузить метаданные в файл .info.json Create internet shortcut - + Pre/Post-Processing - + Пре-/Пост-обработка Command - + Команда Execute the command before the actual download: - + Выполнить команду перед началом загрузки: Execute the command on the file after downloading and post-processing: - + Выполнить команду над файлом после завершения загрузки и конвертации: Post-Processing - + Пост-обработка Remux the video into another container if necessary : - + Преобразовать видео в другой формат при необходимости: Ex: "aac>m4a/mov>mp4/mkv" - + Пример: "aac>m4a/mov>mp4/mkv" Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Пример: "aac>m4a/mov>mp4/mkv" будет конвертировать aac в m4a, mov в mp4, а всё остальное в mkv. Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Встроить субтитры в видео (только для mp4, webm, и mkv) Embed thumbnail in the video as cover art - + Встроить миниатюру в видео как обложку Embed metadata in the video file - + Встроить метаданные в видео Embed chapter markers in the video file - + Встроить оглавление в видео Write metadata to the video file's xattrs (using dublin core and xdg standards) - + Записать метаданные в xattrs файла (по стандартам Dublin core и XDG) SponsorBlock - + SponsorBlock Remove segments in SponsorBlock categories from the video file: - + Удалить сегменты видео по следующим категориям SponsorBlock: Unpaid/Self Promotion - + Самопиар Interaction Reminder - + Напоминание о подписке Sponsor - + Спонсорство Preview/Recap - + Non-Music Section - + Endcards/Credits - + Титры в конце Intermission/Intro Animation - + Заставка в начале (default language) - + (язык по умолчанию) All languages - + Все языки (default) - + (по умолчанию) @@ -3502,57 +3502,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Видео недоступно. Metadata - + Метаданные Simplified name: - + Estimated size: - + Примерный размер: (no video) - + (без видео) + subtitles - + + субтитры + chapters - + + оглавление + thumbnails - + + миниатюра + .description - + + описание + .info.json - + + .info.json + shortcut - + + ярлык @@ -3560,12 +3560,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Восстановить &Hide when Minimized - + &Скрывать при сворачивании @@ -3576,7 +3576,7 @@ Help: if you get an error, follow these instructions: Undo - + Отменить @@ -3584,7 +3584,7 @@ Help: if you get an error, follow these instructions: Redo - + Повторить @@ -3592,7 +3592,7 @@ Help: if you get an error, follow these instructions: Cut - + Вырезать @@ -3600,7 +3600,7 @@ Help: if you get an error, follow these instructions: Copy - + Копировать @@ -3608,7 +3608,7 @@ Help: if you get an error, follow these instructions: Paste - + Вставить @@ -3616,12 +3616,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3629,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3637,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Сетевой запрос отклонён. Can't download metadata. - + Не удалось загрузить метаданные. No metadata downloaded. - + Метаданные не загружены. @@ -3655,72 +3655,72 @@ Help: if you get an error, follow these instructions: # - + Name - + Имя Path - + Путь Size - + Размер Done - + Готово Percent - + % First Piece - + Первый фрагмент # Pieces - + кол-во фрагментов Pieces - + Фрагменты Priority - + риоритет Modification date - + Дата изменения SHA-1 - + SHA-1 CRC-32 - + CRC-32 %0% of %1 pieces - + Фрагмент %0% из %1 @@ -3728,62 +3728,62 @@ Help: if you get an error, follow these instructions: IP - + IP Port - + Порт Client - + Клиент Downloaded - + Загружено Uploaded - + Отдано Pieces - + Фрагменты Request Time - + Active Time - + Queue Time - + Flags - + Флаги Source Flags - + %0 of %1 pieces - + Фрагмент %0% из %1 @@ -3791,12 +3791,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + Значение: № пиров с этим фрагментом - + Priority: %0=high %1=normal %2=low %3=ignore - + Приоритет: %0=высокий %1=нормальный %2=низкий %3=игнорировать @@ -3804,47 +3804,47 @@ Help: if you get an error, follow these instructions: Url - + Ссылка Id - + ID Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Максимальное количество неудачных попыток Source - + Источник Verified? - + verified - + not verified - + @@ -3852,17 +3852,17 @@ Help: if you get an error, follow these instructions: Torrent - + Torrent Select a torrent - + Выберите torrent Files - + Файлы @@ -3873,268 +3873,270 @@ Help: if you get an error, follow these instructions: Downloaded: - + Загружено: Transfer - + Time Elapsed: - + Времени затрачено: Remaining: - + Осталось: Wasted: - + Потеряно: Uploaded: - + Отдано: Peers: - + Пиры: Upload Speed: - + Скорость отдачи: Seeds: - + Сиды: Down Limit: - + Ограничение загузки: Download Speed: - + Скорость загрузки: Share Ratio: - + Коэфицент отдачи: Up Limit: - + Ограничение отдачи: Status: - + Состояние: General - + Общие Save As: - + Сохранить как: Added On: - + Добавлен: Pieces: - + Фрагменты: Comments: - + Комментарии: Completed On: - + Завершён: Created By: - + Создан: Total Size: - + Общий размер: Created On: - + Создан в: Hash: - + Хэш: Magnet Link: - + Magnet-ссылка: Peers - + Пиры Trackers - + Трекеры Piece Map - + Карта фрагментов - + Copy - + Копировать - + Open - + Открыть - + Open Containing Folder - + Открыть директорию - + Scan for viruses - + Сканировать на вирусы - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + Не загружать - + Relocate... - + - + Add Peer... - + Добавить пира… - + Copy Peer List - + Копировать список пиров - + Remove Unconnected - + - + Add Peer - + Добавить пира - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + Укажите IP-адрес и порт пира. Примеры: +- IPv4: "x.x.x.x:p" +- IPv6: "[x:x:x:x:x:x:x:x]:p" - + Add Tracker... - + Добавить трекер… - + Remove Tracker - + Удалить трекер - + Copy Tracker List - + Копировать список трекеров - + Add Tracker - + Добавит трекер - + Enter the URL of the tracker to add: - + Введите ссылку трекера для добавления: - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + %0 (всего%1) - - + + %0 of %1 connected (%2 in swarm) - + %0 из %1 подключено (%2 в swarm) - + %0 x %1 - + %0 x %1 @@ -4142,52 +4144,52 @@ Ex: Don't show this dialog again - + Больше не показывать Close - + Закрыть Tutorial - + Welcome to %0 - + Добро пожаловать в %0 This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4200,17 @@ Ex: Network request rejected. - + Сетевой запрос отклонён. File '%0' currently opened. Close the file and retry. - + Файл "%0" сейчас открыт. Закройте файл для продолжения. Failed to open temporary file '%0'. - + Не удалось открыть временный файл "%0". @@ -4216,93 +4218,93 @@ Ex: Check for Updates - + Проверить обновления This version is up-to-date. - + Ваша версия самая последняя. Error while checking for updates - + Ошибка при проверке обновлений Starting... - + Запуск… A new version is available! - + Доступна новая версия! Check updates now... - + Проверить обновления… Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + &Close - + &Закрыть Downloaded to - + Загружено в Install new version - + Установить новую версию Checking the updates... - + Проверка обновлений… Downloading the update... - + Загрузка обновления… Manual update required - + Требуется ручное обновление Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Автоматическое обновление не поддерживается на этой операционной системе. Вы хотите загрузить и установить обновление вручную? Current version: - + Текущая версия: Close the application - + Закрыть программу The application needs to close to continue the update. - + Для продолжения обновления необходимо закрыть программу. Do you want to close now? - + Закрыть сейчас? @@ -4310,47 +4312,47 @@ Ex: Referring page: - + Description: - + Описание: Enter referrer URI - + Mask: - + Маска: Custom filename: - + Checksum (Hash): - + Контрольная сумма (хеш): Enter new file name - + Введите новое имя файла Save files in: - + Сохранить файлы в: Download: - + Загрузить: @@ -4358,7 +4360,7 @@ Ex: Enter URL to download - + Введите ссылку для загрузки @@ -4366,12 +4368,12 @@ Ex: Another Download Manager - + Другой менеджер закачек target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_vi_VN.ts b/src/locale/arrowdl_vi_VN.ts index 1a99b642..d6cb18fc 100644 --- a/src/locale/arrowdl_vi_VN.ts +++ b/src/locale/arrowdl_vi_VN.ts @@ -1,72 +1,70 @@ - - - + AbstractDownloadItem Idle - + Paused - + Canceled - + Preparing - + Connecting - + Downloading Metadata - + Downloading - + Finishing - + Complete - + Seeding - + Skipped - + Server error - + File error - + @@ -75,127 +73,127 @@ Enter the download URL and (optionally) the referring page. You can also use batch descriptors to download multiple files at one time. - + Insert batch range: - + 1 -> 10 - + 1 -> 100 - + 01 -> 10 - + 001 -> 100 - + Custom - + Batch and Single File - + Download: - + Examples: - + &Start! - + Add &paused - + Cancel - + Add Batch and Single File - + Batch descriptors: - + Must start with '[' or '(' - + Must contain two numbers, separated by ':', '-' or a space character - + Must end with ']' or ')' - + Insert - + Do you really want to start %0 downloads? - + Don't ask again, always download batch - + Download Batch - + It seems that you are using some batch descriptors. - + Single Download - + @@ -203,91 +201,91 @@ You can also use batch descriptors to download multiple files at one time. Collecting... - + Save files in: - + Default Mask: - + &Start! - + Add &paused - + Cancel - + Preferences - + Warning - + Web Page Content - + Error: The url is not valid: - + Connecting... - + Downloading... - + Collecting links... - + Finished - + The wizard can't connect to URL: - + After selecting links, click on Start! - + Selected links: %0 of %1 - + @@ -295,53 +293,53 @@ You can also use batch descriptors to download multiple files at one time. Enter the address of the stream, or a list of streams, to download. - + Download: - + Examples: - + Continue - + Stream - + &Start! - + Add &paused - + Cancel - + Add Stream - + Stop - + @@ -349,47 +347,47 @@ You can also use batch descriptors to download multiple files at one time. Examples: - + Download: - + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). - + Enter the .torrent file (or magnet link) to download - + Magnet Link and Torrent - + &Start! - + Add &paused - + Cancel - + Add Magnet Links and Torrent - + @@ -397,37 +395,37 @@ You can also use batch descriptors to download multiple files at one time. Copy-paste a list of Urls to download - + List of Urls - + Download: - + &Start! - + Add &paused - + Cancel - + Add Urls - + @@ -435,80 +433,80 @@ You can also use batch descriptors to download multiple files at one time. Select a preset, or configure manually. - + Presets - + Default - + Minimize Memory Usage - + High Performance Seed - + Search for setting - + Clear - + Key - + Value - + Show modified only - + Edit - + Reset to Default - + Settings optimized for a regular bittorrent client running on a desktop system. - + Settings intended for embedded devices. It will significantly reduce memory usage. - + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. - + @@ -516,82 +514,82 @@ You can also use batch descriptors to download multiple files at one time. Tools - + Files to rename - + Rename Tool - + Batch Rename - + Default names - + Enumerated names - + Options - + Start enumeration from: - + Style: - + 1 ... 123456 - + 000001 ... 123456 - + Custom number of digits: - + Increment by: - + Safe Rename* - + *Rename and pause. Otherwise, could also rename already downloaded files. - + %0 selected files to rename - + @@ -599,32 +597,32 @@ You can also use batch descriptors to download multiple files at one time. Check Selected Items - + Uncheck Selected Items - + Toggle Check for Selected Items - + Select All - + Select Filtered - + Invert Selection - + @@ -632,7 +630,7 @@ You can also use batch descriptors to download multiple files at one time. Clear History - + @@ -640,114 +638,114 @@ You can also use batch descriptors to download multiple files at one time. &Ok - + Compiler - + Name: - + Version: - + CPU Architecture: - + Build date: - + Plugins - + System - + OS: - + SSL Library Version: - + SSL Library Build Version: - + Found in application path: - + * OpenSSL SSL library: - + * OpenSSL Crypto library: - + Libraries and Build Version - + Info - + %0 %1 version %2 - + %0 with Qt WebEngine based on Chromium %1 - + Reading... - + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). - + not found - + This application supports SSL. - + @@ -755,7 +753,7 @@ You can also use batch descriptors to download multiple files at one time. ... (%0 others) - + @@ -763,210 +761,210 @@ You can also use batch descriptors to download multiple files at one time. No Error - + 3xx Redirect connection refused - + 3xx Redirect remote host closed - + 3xx Redirect host not found - + 3xx Redirect timeout - + 3xx Redirect operation canceled - + 3xx Redirect SSL handshake failed - + 3xx Redirect temporary network failure - + 3xx Redirect network session failed - + 3xx Redirect background request not allowed - + 3xx Too many redirects - + 3xx Insecure redirect - + 3xx Unknown redirect error - + 5xx Proxy connection refused - + 5xx Proxy connection closed - + 5xx Proxy not found - + 504 Proxy timeout error - + 407 Proxy authentication required - + 5xx Unknown proxy error - + 403 Access denied - + 405 Method not allowed - + 404 Not found - + 401 Authorization required - + 4xx Resend error - + 409 Conflict - + 410 Content no longer available - + 4xx Unknown content error - + 4xx Unknown protocol error - + 400 Bad request - + 4xx Protocol failure - + 500 Internal server error - + 501 Server does not support this functionality - + 503 Service unavailable - + 5xx Unknown serveur error - + DownloadQueueView - + Download/Name - + - + Domain - + - + Progress - + - + Percent - + % - + Size - + - + Est. time - + - + Speed - + @@ -974,47 +972,47 @@ You can also use batch descriptors to download multiple files at one time. Couldn't download metadata - + Couldn't download, bad .torrent format - + Couldn't resolve metadata - + Error in file '%0' - + Bad SSL context - + Bad .torrent metadata - + Bad .torrent access permission - + Bad part-file - + Unknown error - + @@ -1023,27 +1021,27 @@ You can also use batch descriptors to download multiple files at one time. Smart Edit - + Edit the Urls - + Edit the Urls. Note that the number of lines should stay unchanged. - + %0 selected files to edit - + Warning: number of lines is <%0> but should be <%1>! - + @@ -1051,32 +1049,32 @@ You can also use batch descriptors to download multiple files at one time. Existing File - + The file already exists: - + Do you want to Rename, Overwrite or Skip this file? - + Rename - + Overwrite - + Skip - + @@ -1084,75 +1082,76 @@ You can also use batch descriptors to download multiple files at one time. Invalid device - + File not found - + Unsupported format - + Unable to read data - + Unknown error - + Any file (all types) (%0) - + All files (%0) - + FileWriter - + Device is not set - + - + Cannot open device for writing: %1 - + - + Device not writable - + - + Unsupported format - + - + File is empty - + - + All files (%0) - + - + + Unknown error - + @@ -1161,12 +1160,12 @@ You can also use batch descriptors to download multiple files at one time. Fast Filtering follows the Regular Expressions conventions. Some examples are given below. Click to paste the example. - + Fast Filtering - + @@ -1174,22 +1173,22 @@ Some examples are given below. Click to paste the example. Filters - + Fast Filtering - + Fast Filtering Tips... - + Disable other filters - + @@ -1197,72 +1196,72 @@ Some examples are given below. Click to paste the example. Unknown - + 0 byte - + 1 byte - + %0 bytes - + %0 KB - + %0 MB - + %0 GB - + %0 TB - + Yes - + No - + %0 KB/s - + %0 MB/s - + %0 GB/s - + %0 TB/s - + @@ -1271,67 +1270,67 @@ Some examples are given below. Click to paste the example. Getting Started - + Choose which category of document to download. - + Web Page Content - + Links and media in a HTML page - + Batch of Files (with regular expression) - + Single file, batch of files, regular expression link - + Video/Audio Stream - + Stream from Youtube and other video stream sites - + Magnet Link, Torrent - + Use bittorrent protocol to download a .torrent file - + List of Urls - + Paste a list of Urls - + Close - + @@ -1339,42 +1338,42 @@ Some examples are given below. Click to paste the example. Properties - + Size: - + From: - + Unkown - + Download Information - + Options - + Messages - + Wrap line - + @@ -1382,42 +1381,42 @@ Some examples are given below. Click to paste the example. Links - + Pictures and Media - + Links (%0) - + Pictures and Media (%0) - + Mask... - + Copy Links - + Open %0 - + Open %0 Links - + @@ -1425,415 +1424,415 @@ Some examples are given below. Click to paste the example. Queue - + Torrent download details - + &Help - + &File - + &Option - + &View - + &Queue - + &Edit - + File toolbar - + View toolbar - + &Quit - + About Qt... - + About ArrowDL... - + Preferences... - + Ctrl+P - + Getting Started... - + Download Content... - + Download Web Page Content - + Ctrl+X - + Download Batch... - + Download Single File, Batch of Files with Regular Expression - + Ctrl+N - + Download Stream... - + Download Video/Audio Stream - + Download Torrent... - + Download Magnet Links and Torrent - + Download Urls... - + Download a copy-pasted list of Urls - + Cancel - + Pause - + Pause (completed torrent: stop seeding) - + Up - + Alt+PgUp - + Top - + Alt+Home - + Down - + Alt+PgDown - + Bottom - + Alt+End - + Resume - + Download Information - + Alt+I - + Open File - + Rename File - + F2 - + Delete File(s) - + Ctrl+Del - + Open Directory - + Select All - + Ctrl+A - + Invert Selection - + Ctrl+I - + One More Segment - + One Fewer Segment - + Force Start - + Ctrl+Shift+R - + Import From File... - + Ctrl+Shift+O - + Export &Selected To File... - + Ctrl+Shift+S, Ctrl+S - + Remove Completed - + Remove Selected - + Del - + Remove All - + Ctrl+Shift+Del - + Remove Waiting - + Remove Running - + Remove Paused - + Remove Failed - + Speed Limit... - + Select None - + Select Completed - + Copy - + Copy Selection to Clipboard - + Ctrl+C - + Compiler Info... - + Check for updates... - + Tutorial - + About YT-DLP... - + About %0 - + About Qt - + Advanced - + @@ -1841,179 +1840,179 @@ Some examples are given below. Click to paste the example. Error - + Remove Downloads - + Are you sure to remove %0 downloads? - + Delete - + File not found - + Destination directory not found: - + Don't ask again - + ALL - + selected - + completed - + waiting - + paused - + failed - + running - + Website URL - + URL of the HTML page: - + (ex: %0) - + The new name is already used or invalid. - + Can't rename "%0" as its initial name. - + Can't rename - + as - + Can't save file. - + Can't save file %0: - + Can't load file. - + Can't load file %0: - + Start! - + File Error - + Done: %0 Running: %1 Total: %2 - + %0 of %1 (%2), %3 running %4 | Torrent: %5 - + active - + inactive - + File saved - + File loaded - + Save As - + Open - + @@ -2021,42 +2020,42 @@ Some examples are given below. Click to paste the example. File name - + Extension - + Base URL - + Full URL - + Flat full URL - + URL subdirectories - + Flat URL subdirectories - + Query string - + @@ -2064,7 +2063,7 @@ Some examples are given below. Click to paste the example. Renaming Tags - + @@ -2073,7 +2072,7 @@ Some examples are given below. Click to paste the example. Renaming tags reference table - + @@ -2081,17 +2080,17 @@ Some examples are given below. Click to paste the example. (none) - + SOCKS5 - + HTTP - + @@ -2100,22 +2099,22 @@ Some examples are given below. Click to paste the example. Browse... - + All Files (*);;%0 (*%1) - + Please select a file - + Please select a directory - + @@ -2124,614 +2123,614 @@ Some examples are given below. Click to paste the example. General - + Defaults - + The download directory, renaming mask and filters can be configured in the regular selection dialog. - + When a file with the same name already exists: - + Rename - + Overwrite - + Skip - + Ask - + Interface - + Localization - + Manager Window - + Don't show "Get Started" tutorial when start the application - + Show system tray icon (notification area) - + Hide when minimized - + Show balloon messages - + Minimize when ESC key is pressed - + Confirmation - + Confirm removal of downloads - + Confirm download batch - + Style and Icons - + Video/Audio Stream - + Use stream downloader if the URL host is: - + Network - + Downloads - + Concurrent downloads: - + Concurrent fragments: - + 20 - + Proxy - + Type: - + Proxy: - + Port: - + Username: - + Password: - + Show - + Socket - + Tolerant (IPv4 or IPv6) - + Use IPv4 only - + Use IPv6 only - + seconds - + Connection Protocol: - + Timeout to establish a connection: - + Downloaded Files - + Get time from server for the file's...: - + Last modified time - + Creation time (may not be not supported on UNIX) - + Most recent access (e.g. read or written to) - + Metadata change time - + Downloaded Audio/Video - + Download subtitle - + Download description - + Mark watched (only for Youtube) - + Download thumbnail - + Download metadata - + Download comments - + Create internet shortcut - + Identification - + - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. - + HTTP User Agent: - + Filter - + Enable Custom Batch Button in "Add download" Dialog - + Ex: "1 -> 50", "001 -> 200", ... - + Custom button label: - + Ex: "[1:50]", "[001:200]", ... - + Range: - + Rem: must describe a range of numbers "[x:y]" with x < y - + Authentication - + Privacy - + When Manager window is closed - + Remove completed downloads - + Remove canceled/failed downloads - + Remove unfinished (paused) downloads - + Database - + The current downloads queue is temporarly saved in: - + Stream Cache - + - + Clean Cache - + Auto Update - + Check for updates automatically: - + Never - + Once a day - + Once a week - + Check updates now... - + Enable Referrer: - + Filters - + Caption - + Extensions - + Caption: - + Filtered Extensions: - + Add New Filter - + Update Filter - + Remove Filter - + Torrent - + Enable Torrent - + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. - + Directory - + Share folder: - + Bandwidth - + Max Upload Rate* (kB/s): - + Max Download Rate* (kB/s): - + Max Number of Connections: - + Max Number of Peers per Torrent: - + * (0: unlimited) - + Connection - + Peers: - + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 - + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") - + Advanced - + Restore default settings - + OK - + Cancel - + Queue Database - + Located in %0 - + (none) - + Warning: The system tray is not available. - + Warning: The system tray doesn't support balloon messages. - + Preferences - + Reset all filters - + - - + + The host may be %0, %1 or %2 - + - + The host may be %0 but not %1 - + - + Examples: - + - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. - + - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. - + - + Cleaning... - + @@ -2739,190 +2738,190 @@ Some examples are given below. Click to paste the example. translation '%0', locale '%1': %2 - + Can't load %0 - + Video %0 x %1%2%3 - + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 - + [%0] %1 Hz @ %2 KBit/s, codec: %3 - + ignore - + low - + high - + normal - + .torrent file - + program settings - + magnet link - + tracker exchange - + no source - + Stopped - + Checking Files... - + Downloading Metadata... - + Downloading... - + Finished - + Seeding... - + Checking Resume Data... - + Text Files - + Json Files - + Torrent Files - + Bootstrap Icons (default) - + FontAwesome Flat Design - + Light - + Dark - + %0 - %1 - version %2 - build %3 - + Copyright (C) %0 %1. All rights reserved. - + GNU LGPL License - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + About %0 - + QueueItem - + %0 of %1 - + - + Unknown - + @@ -2930,22 +2929,22 @@ Some examples are given below. Click to paste the example. Download - + Resource Name - + Description - + Mask - + @@ -2953,47 +2952,47 @@ Some examples are given below. Click to paste the example. All Files - + Archives (zip, rar...) - + Application (exe, xpi...) - + Audio (mp3, wav...) - + Documents (pdf, odf...) - + Images (jpg, png...) - + Images JPEG - + Images PNG - + Video (mpeg, avi...) - + @@ -3001,7 +3000,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3009,28 +3008,28 @@ Some examples are given below. Click to paste the example. Couldn't parse JSON file. - + The process crashed. - + Couldn't parse playlist (no data received). - + Couldn't parse playlist (ill-formed JSON file). - + Cancelled. - + @@ -3038,47 +3037,47 @@ Some examples are given below. Click to paste the example. Extractors - + &Ok - + Stream Download Info - + Reading... - + Collecting... - + Error: - + YT-DLP supports %0 sites: - + Site - + Description - + @@ -3087,7 +3086,7 @@ Some examples are given below. Click to paste the example. The process crashed. - + @@ -3095,47 +3094,47 @@ Some examples are given below. Click to paste the example. Simple - + Advanced: - + Audio - + Video - + Other - + Detected media: - + Audio: - + Video: - + audio/video information is not available - + @@ -3143,32 +3142,32 @@ Some examples are given below. Click to paste the example. Detected Media: - + Please wait, checking URL... - + Choose resources to download: - + Add track number to filename - + Error: - + Can't find the URL stream - + @@ -3176,18 +3175,18 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later - + @@ -3195,32 +3194,32 @@ Help: if you get an error, follow these instructions: # - + File Name - + Title - + Size - + Format - + Video unavailable - + @@ -3228,273 +3227,273 @@ Help: if you get an error, follow these instructions: Overview - + Do not download the video, but write all other related files - + Mark watched (only for Youtube) - + Subtitles - + Convert to format: - + Preferred format: - + Download subtitles: - + Hide auto-generated subtitles - + Chapters - + Split video into multiple files based on internal chapters - + Remove chapters whose title matches the given regular expression: - + Ex: "*10:15-15:00", or "intro" - + Thumbnails - + Download thumbnail (default image) - + Download all formats of the thumbnail image - + Convert the thumbnails to format: - + Comments - + Download comments (in the .info.json) - + Sort by: - + Newest first - + Top comments - + Limit number of comments: - + Other Media - + Download description as a .description file - + Download metadata as a .info.json file - + Create internet shortcut - + Pre/Post-Processing - + Command - + Execute the command before the actual download: - + Execute the command on the file after downloading and post-processing: - + Post-Processing - + Remux the video into another container if necessary : - + Ex: "aac>m4a/mov>mp4/mkv" - + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. - + Re-encode the video into another format if re-encoding is necessary: - + Rem: The syntax and supported formats are the same as "Remux" - + Keep the intermediate video file on disk after post-processing - + Embed subtitles in the video (only for mp4, webm and mkv videos) - + Embed thumbnail in the video as cover art - + Embed metadata in the video file - + Embed chapter markers in the video file - + Write metadata to the video file's xattrs (using dublin core and xdg standards) - + SponsorBlock - + Remove segments in SponsorBlock categories from the video file: - + Unpaid/Self Promotion - + Interaction Reminder - + Sponsor - + Preview/Recap - + Non-Music Section - + Endcards/Credits - + Intermission/Intro Animation - + (default language) - + All languages - + (default) - + @@ -3502,57 +3501,57 @@ Help: if you get an error, follow these instructions: The video is not available. - + Metadata - + Simplified name: - + Estimated size: - + (no video) - + + subtitles - + + chapters - + + thumbnails - + + .description - + + .info.json - + + shortcut - + @@ -3560,12 +3559,12 @@ Help: if you get an error, follow these instructions: &Restore - + &Hide when Minimized - + @@ -3592,7 +3591,7 @@ Help: if you get an error, follow these instructions: Cut - + @@ -3600,7 +3599,7 @@ Help: if you get an error, follow these instructions: Copy - + @@ -3608,7 +3607,7 @@ Help: if you get an error, follow these instructions: Paste - + @@ -3616,12 +3615,12 @@ Help: if you get an error, follow these instructions: Block Edit Mode - + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection - + @@ -3629,7 +3628,7 @@ Help: if you get an error, follow these instructions: Bad .torrent format: Can't download it. - + @@ -3637,17 +3636,17 @@ Help: if you get an error, follow these instructions: Network request rejected. - + Can't download metadata. - + No metadata downloaded. - + @@ -3655,72 +3654,72 @@ Help: if you get an error, follow these instructions: # - + Name - + Path - + Size - + Done - + Percent - + % First Piece - + # Pieces - + Pieces - + Priority - + Modification date - + SHA-1 - + CRC-32 - + %0% of %1 pieces - + @@ -3728,62 +3727,62 @@ Help: if you get an error, follow these instructions: IP - + Port - + Client - + Downloaded - + Uploaded - + Pieces - + Request Time - + Active Time - + Queue Time - + Flags - + Source Flags - + %0 of %1 pieces - + @@ -3791,12 +3790,12 @@ Help: if you get an error, follow these instructions: Value: # of peers with the piece - + - + Priority: %0=high %1=normal %2=low %3=ignore - + @@ -3804,47 +3803,47 @@ Help: if you get an error, follow these instructions: Url - + Id - + Number of listened sockets (endpoints) - + Tier this tracker belongs to - + Max number of failures - + Source - + Verified? - + verified - + not verified - + @@ -3852,289 +3851,289 @@ Help: if you get an error, follow these instructions: Torrent - + Select a torrent - + Files - + Info - + Downloaded: - + Transfer - + Time Elapsed: - + Remaining: - + Wasted: - + Uploaded: - + Peers: - + Upload Speed: - + Seeds: - + Down Limit: - + Download Speed: - + Share Ratio: - + Up Limit: - + Status: - + General - + Save As: - + Added On: - + Pieces: - + Comments: - + Completed On: - + Created By: - + Total Size: - + Created On: - + Hash: - + Magnet Link: - + Peers - + Trackers - + Piece Map - + - + Copy - + - + Open - + - + Open Containing Folder - + - + Scan for viruses - + - + Priorize by File order - + - + Priorize: High - + - + Priorize: Normal - + - + Priorize: Low - + - + Don't download - + - + Relocate... - + - + Add Peer... - + - + Copy Peer List - + - + Remove Unconnected - + - + Add Peer - + - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' - + - + Add Tracker... - + - + Remove Tracker - + - + Copy Tracker List - + - + Add Tracker - + - + Enter the URL of the tracker to add: - + - + %0 (%1 hashfails) - + - - + + %0 (total %1) - + - - + + %0 of %1 connected (%2 in swarm) - + - + %0 x %1 - + @@ -4142,52 +4141,52 @@ Ex: Don't show this dialog again - + Close - + Tutorial - + Welcome to %0 - + This brief tutorial will help you use the application for the first time. - + Quick tutorial - + Go to the Quick Sample page on the website: - + Read the tutorial. The page contains quick sample files: - + You can mass-download them - + Try the powerful batch-download mode too! - + @@ -4198,17 +4197,17 @@ Ex: Network request rejected. - + File '%0' currently opened. Close the file and retry. - + Failed to open temporary file '%0'. - + @@ -4216,93 +4215,93 @@ Ex: Check for Updates - + This version is up-to-date. - + Error while checking for updates - + Starting... - + A new version is available! - + Check updates now... - + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. - + &Close - + Downloaded to - + Install new version - + Checking the updates... - + Downloading the update... - + Manual update required - + Automatic update is not supported on this operating system. Do you want to download and install the update manually? - + Current version: - + Close the application - + The application needs to close to continue the update. - + Do you want to close now? - + @@ -4310,47 +4309,47 @@ Ex: Referring page: - + Description: - + Enter referrer URI - + Mask: - + Custom filename: - + Checksum (Hash): - + Enter new file name - + Save files in: - + Download: - + @@ -4358,7 +4357,7 @@ Ex: Enter URL to download - + @@ -4366,12 +4365,12 @@ Ex: Another Download Manager - + target URL to proceed - + - + \ No newline at end of file diff --git a/src/locale/arrowdl_zh_CN.ts b/src/locale/arrowdl_zh_CN.ts index f7a4343d..19143dbc 100644 --- a/src/locale/arrowdl_zh_CN.ts +++ b/src/locale/arrowdl_zh_CN.ts @@ -1,6 +1,4 @@ - - - + AbstractDownloadItem @@ -935,37 +933,37 @@ You can also use batch descriptors to download multiple files at one time. DownloadQueueView - + Download/Name 文件名 - + Domain - + Progress 进度 - + Percent 百分比 - + Size 大小 - + Est. time 已用时间 - + Speed 速度 @@ -1121,37 +1119,38 @@ You can also use batch descriptors to download multiple files at one time. FileWriter - + Device is not set 设备未设置 - + Cannot open device for writing: %1 无法打开设备进行写入: %1 - + Device not writable 设备不可写 - + Unsupported format 不支持的格式 - + File is empty 文件为空 - + All files (%0) 所有文件(%0) - + + Unknown error 未知错误 @@ -2404,7 +2403,7 @@ Some examples are given below. Click to paste the example. 鉴别 - + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. 服务器可能会使用 HTTP 请求中包含的 HTTP 标识来记录客户端属性。 如果标识属性为空,某些服务器甚至不响应客户端。 这些字段允许您发送虚假信息,以保护隐私。 @@ -2495,7 +2494,7 @@ Some examples are given below. Click to paste the example. - + Clean Cache 清除缓存 @@ -2705,33 +2704,33 @@ Some examples are given below. Click to paste the example. 重置所有过滤器 - - + + The host may be %0, %1 or %2 主机可能是 %0,%1 或 %2 - + The host may be %0 but not %1 主机可能是 %0 但不是 %1 - + Examples: 示例: - + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. 服务器可能会将大文件分割成多个片段,以优化下载。 此选项启用多线程片段下载:选择应同时下载的片段数量。 请注意,并发性使下载速度更快(如果可用),但进度状态和估计时间可能不准确(根据设计)。 在精度和速度之间进行选择。 建议值取决于您的连接和机器。 20 是一个好的开始。 要禁用它,请将其设置为 1。 - + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. 引用页面(或引用页面)是一个 HTTP 选项,用于将请求资源的前一个网页的地址传递给服务器。 这通常允许 HTTP 服务器逐页跟踪访问者的浏览情况。 为保护隐私,请输入空的或虚假的推荐人地址。 - + Cleaning... 清除中... @@ -2917,12 +2916,12 @@ Some examples are given below. Click to paste the example. QueueItem - + %0 of %1 %0 of %1 - + Unknown 未知 @@ -3178,15 +3177,15 @@ Some examples are given below. Click to paste the example. Help: if you get an error, follow these instructions: 1. Verify the URL - Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: - Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' becomes - 'https://www.abc.com/watch?video=some_video' + 'https://www.abc.com/watch?video=some_video' 2. Open the URL in a Web browser, and Play it (Rem: the Web browser can force the server to play the video) -3. Click 'Continue' button again +3. Click 'Continue' button again 4. Retry later --- @@ -3809,7 +3808,7 @@ Help: if you get an error, follow these instructions: 值:# 拥有该段的同行人数 - + Priority: %0=high %1=normal %2=low %3=ignore 优先级:%0=高 %1=正常 %2=低 %3=忽略 @@ -4026,81 +4025,81 @@ Help: if you get an error, follow these instructions: 片段地图 - + Copy 复制 - + Open 打开 - + Open Containing Folder 打开包含文件夹 - + Scan for viruses 扫描病毒 - + Priorize by File order 按文件顺序优先 - + Priorize: High 优先级:高 - + Priorize: Normal 优先级:正常 - + Priorize: Low 优先级:低 - + Don't download 不下载 - + Relocate... 搬迁... - + Add Peer... 添加节点... - + Copy Peer List 复制节点列表 - + Remove Unconnected 删除未连接 - + Add Peer 添加节点 - + Enter the IP address and port number of the peer to add. Ex: - - for IPv4, type 'x.x.x.x:p' - - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' 输入对方的 IP 地址和端口号来添加。 例如: @@ -4109,49 +4108,49 @@ Ex: - + Add Tracker... 添加跟踪器... - + Remove Tracker 移除追踪器 - + Copy Tracker List 复制跟踪器列表 - + Add Tracker 添加跟踪器 - + Enter the URL of the tracker to add: 输入要添加的跟踪器的 URL: - + %0 (%1 hashfails) %0 (%1 次哈希失败) - - + + %0 (total %1) %0(总计 %1) - - + + %0 of %1 connected (%2 in swarm) %0 of %1 已连接(%2 在群中) - + %0 x %1 %0 x %1 @@ -4393,4 +4392,4 @@ Ex: 要继续的目标 URL - + \ No newline at end of file diff --git a/src/locale/arrowdl_zh_TW.ts b/src/locale/arrowdl_zh_TW.ts new file mode 100644 index 00000000..aeb69b24 --- /dev/null +++ b/src/locale/arrowdl_zh_TW.ts @@ -0,0 +1,4396 @@ + + + AbstractDownloadItem + + + Idle + 閒置 + + + + Paused + 已暫停 + + + + Canceled + 已取消 + + + + Preparing + 準備中 + + + + Connecting + 正在連接 + + + + Downloading Metadata + 下載詮釋資料 + + + + Downloading + 正在下載 + + + + Finishing + 正在完成 + + + + Complete + 完成 + + + + Seeding + 正在做種 + + + + Skipped + 已略過 + + + + Server error + 伺服器錯誤 + + + + File error + 檔案錯誤 + + + + AddBatchDialog + + + Enter the download URL and (optionally) the referring page. +You can also use batch descriptors to download multiple files at one time. + 輸入下載 URL(可選)與參考頁面。 +您也可以使用批次描述在同一時間下載多檔案。 + + + + Insert batch range: + 插入批次範圍: + + + + + 1 -> 10 + 1 -> 10 + + + + + 1 -> 100 + 1 -> 100 + + + + + 01 -> 10 + 01 -> 10 + + + + + 001 -> 100 + 001 -> 100 + + + + Custom + 自訂 + + + + Batch and Single File + 批次與單一檔案 + + + + Download: + 下載: + + + + Examples: + 範例: + + + + &Start! + 開始!(&S) + + + + Add &paused + 新增已暫停(&P) + + + + Cancel + 取消 + + + + Add Batch and Single File + 新增批次與單一檔案 + + + + Batch descriptors: + 批次描述: + + + + Must start with '[' or '(' + 必須以 '[' 或 '(' 開頭 + + + + Must contain two numbers, separated by ':', '-' or a space character + 必須包含兩個數字,並以 ':'、'-' 或空格字元分隔 + + + + Must end with ']' or ')' + 必須以 ']' 或 ')' 結尾 + + + + Insert + 插入 + + + + Do you really want to start %0 downloads? + 您真的想要開始 %0 下載嗎? + + + + Don't ask again, always download batch + 不要再次詢問,總是批次下載 + + + + + Download Batch + 批次下載 + + + + It seems that you are using some batch descriptors. + 您似乎正在使用一些批次描述。 + + + + Single Download + 單一下載 + + + + AddContentDialog + + + Collecting... + 正在收集… + + + + Save files in: + 儲存檔案於: + + + + Default Mask: + 預設遮罩: + + + + &Start! + 開始!(&S) + + + + Add &paused + 新增已暫停(&P) + + + + Cancel + 取消 + + + + + Preferences + 偏好設定 + + + + Warning + 警告 + + + + Web Page Content + 網頁內容 + + + + Error: The url is not valid: + 錯誤:此 URL 無效: + + + + Connecting... + 正在連接… + + + + + Downloading... + 正在下載… + + + + + Collecting links... + 正在收集連結… + + + + + Finished + 已完成 + + + + The wizard can't connect to URL: + 精靈無法連接至 URL: + + + + After selecting links, click on Start! + 選擇連結之後,點擊開始! + + + + Selected links: %0 of %1 + 選取的連結:%1 之 %0 個 + + + + AddStreamDialog + + + Enter the address of the stream, or a list of streams, to download. + 輸入串流的位址或串流清單。 + + + + Download: + 下載: + + + + Examples: + 範例: + + + + + Continue + 繼續 + + + + Stream + 串流 + + + + &Start! + 開始!(&S) + + + + Add &paused + 新增已暫停(&P) + + + + Cancel + 取消 + + + + Add Stream + 新增串流 + + + + Stop + 停止 + + + + AddTorrentDialog + + + Examples: + 範例: + + + + Download: + 下載: + + + + Note: a magnet link contains info-hash metadata to download the .torrent file. If a magnet link is given, the application downloads the .torrent to your system's temporary directory, and thus adds it to the queue (started or paused). + 注意:磁力聯結包含資訊雜湊詮釋資料以下載 .torrent 檔案。假如提供了磁力連結,此應用程式將會下載 .torrent 至您的系統的站存目錄中,並且將其加入至隊列中(已啟動或已暫停)。 + + + + Enter the .torrent file (or magnet link) to download + 輸入 .torrent 檔案(或磁力連結)以下載 + + + + Magnet Link and Torrent + 磁力連結與 Torrent + + + + &Start! + 開始!(&S) + + + + Add &paused + 新增已暫停(&P) + + + + Cancel + 取消 + + + + Add Magnet Links and Torrent + 新增磁力連結與 Torrent + + + + AddUrlsDialog + + + Copy-paste a list of Urls to download + 複製貼上 URL 清單以下載: + + + + List of Urls + URL 清單 + + + + Download: + 下載: + + + + &Start! + 開始!(&S) + + + + Add &paused + 新增已暫停(&P) + + + + Cancel + 取消 + + + + Add Urls + 新增 URL + + + + AdvancedSettingsWidget + + + Select a preset, or configure manually. + 選擇 Preset 或手動設定。 + + + + Presets + Presets + + + + + Default + 預設 + + + + + Minimize Memory Usage + 最小化記憶體使用 + + + + + High Performance Seed + 高性能種子 + + + + Search for setting + 搜尋設定 + + + + Clear + 清除 + + + + Key + + + + + Value + + + + + Show modified only + 僅顯示已修改 + + + + Edit + 編輯 + + + + Reset to Default + 重置為預設 + + + + Settings optimized for a regular bittorrent client running on a desktop system. + 對於 Bittorrent 客戶端在桌面系統的運行最佳化設定。 + + + + Settings intended for embedded devices. It will significantly reduce memory usage. + 用於嵌入式裝置的設定。他將顯著地減少記憶體使用。 + + + + Settings optimized for a seed box, serving many peers and that doesn't do any downloading. + 對於沙盒的最佳化,服務許多 Peer 並且 不進行任何下載。 + + + + BatchRenameDialog + + + Tools + 工具 + + + + Files to rename + 重新命名檔案 + + + + Rename Tool + 重新命名工具 + + + + Batch Rename + 批次重新命名 + + + + Default names + 預設名稱 + + + + Enumerated names + 列舉名稱 + + + + Options + 選項 + + + + Start enumeration from: + 從以下位置開始列舉: + + + + Style: + 樣式: + + + + 1 ... 123456 + 1 ... 123456 + + + + 000001 ... 123456 + 000001 ... 123456 + + + + Custom number of digits: + 自訂數字的位數: + + + + Increment by: + 依此遞增: + + + + Safe Rename* + 安全重新命名* + + + + *Rename and pause. Otherwise, could also rename already downloaded files. + *重新命名並暫停。 否則,也可以重新命名已下載的檔案。 + + + + %0 selected files to rename + %0 選取的檔案進行重新命名 + + + + CheckableTableView + + + Check Selected Items + 檢查選取的項目 + + + + Uncheck Selected Items + 取消檢查選取的項目 + + + + Toggle Check for Selected Items + 切換檢查選取的項目 + + + + Select All + 全選 + + + + Select Filtered + 選擇已篩選 + + + + Invert Selection + 反向選擇 + + + + ComboBox + + + Clear History + 清除歷史紀錄 + + + + CompilerDialog + + + &Ok + 確定(&O) + + + + Compiler + 編譯器 + + + + Name: + 名稱: + + + + + Version: + 版本: + + + + + CPU Architecture: + CPU 架構: + + + + Build date: + 建置日期: + + + + Plugins + 外掛程式 + + + + System + 系統 + + + + OS: + OS: + + + + SSL Library Version: + SSL 函式庫版本: + + + + SSL Library Build Version: + SSL 函式庫建置日期: + + + + Found in application path: + 在應用程式路徑中找到: + + + + * OpenSSL SSL library: + * OpenSSL SSL 函式庫: + + + + * OpenSSL Crypto library: + * OpenSSL SSL 加密函式庫: + + + + Libraries and Build Version + 函式庫與建置版本 + + + + Info + 資訊 + + + + %0 %1 version %2 + %0 %1 版本 %2 + + + + %0 with Qt WebEngine based on Chromium %1 + %0 使用基於 Chromium %1 的 Qt WebEngine + + + + Reading... + 讀取中… + + + + This application can't find SSL or a compatible version (SSL %0), the application will fail to download with secure sockets (HTTPS, FTPS). + 此應用程式找不到 SSL 或相容版本(SSL %0),應用程式將無法使用安全通訊端(HTTPS、FTPS)下載。 + + + + not found + 指不到 + + + + This application supports SSL. + 此應用程式支援 SSL。 + + + + DownloadEngine + + + ... (%0 others) + …(%0 其它) + + + + DownloadItem + + + No Error + 沒有錯誤 + + + + 3xx Redirect connection refused + 3xx 重定向連接被拒絕 + + + + 3xx Redirect remote host closed + 3xx 重定向遠端主機已關閉 + + + + 3xx Redirect host not found + 3xx 重定向找不到主機 + + + + 3xx Redirect timeout + 3xx 重定向逾時 + + + + 3xx Redirect operation canceled + 3xx 重定向操作已取消 + + + + 3xx Redirect SSL handshake failed + 3xx 重定向 SSL 交握失敗 + + + + 3xx Redirect temporary network failure + 3xx 重定向臨時網路故障 + + + + 3xx Redirect network session failed + 3xx 重定向網路對話失敗 + + + + 3xx Redirect background request not allowed + 3xx 重定向不允許背景請求 + + + + 3xx Too many redirects + 3xx 重新定向太多 + + + + 3xx Insecure redirect + 3xx 不安全重定向 + + + + 3xx Unknown redirect error + 3xx 未知重新定向錯誤 + + + + 5xx Proxy connection refused + 5xx Proxy 連接被拒絕 + + + + 5xx Proxy connection closed + 5xx Proxy 連接已關閉 + + + + 5xx Proxy not found + 5xx 找不到 Proxy + + + + 504 Proxy timeout error + 504 Proxy 逾時錯誤 + + + + 407 Proxy authentication required + 407 需要代理身分驗證 + + + + 5xx Unknown proxy error + 5xx 未知 Proxy 錯誤 + + + + 403 Access denied + 403 拒絕存取 + + + + 405 Method not allowed + 405 方法不允許 + + + + 404 Not found + 404 找不到 + + + + 401 Authorization required + 401 需要授權 + + + + 4xx Resend error + 4xx 重發錯誤 + + + + 409 Conflict + 409 衝突 + + + + 410 Content no longer available + 410 內容不再可用 + + + + 4xx Unknown content error + 4xx 未知內容錯誤 + + + + 4xx Unknown protocol error + 4xx 未知協定錯誤 + + + + 400 Bad request + 400 錯誤請求 + + + + 4xx Protocol failure + 4xx 協定失敗 + + + + 500 Internal server error + 500 內部伺服器錯誤 + + + + 501 Server does not support this functionality + 501 伺服器不支援此功能 + + + + 503 Service unavailable + 503 服務不可用 + + + + 5xx Unknown serveur error + 5xx 未知伺服器錯誤 + + + + DownloadQueueView + + + Download/Name + 下載/名稱 + + + + Domain + 域名 + + + + Progress + 進度 + + + + Percent + % + + + + Size + 大小 + + + + Est. time + 耗時 + + + + Speed + 速度 + + + + DownloadTorrentItem + + + Couldn't download metadata + 無法下載詮釋資料 + + + + Couldn't download, bad .torrent format + 無法下載,損壞的 .torrent 格式 + + + + Couldn't resolve metadata + 無法解析詮釋資料 + + + + Error in file '%0' + 檔案「%0」錯誤 + + + + Bad SSL context + 錯誤 SSL 上下文 + + + + Bad .torrent metadata + 損壞的 .torrent 詮釋資料 + + + + Bad .torrent access permission + .torrent 存取權限錯誤 + + + + Bad part-file + 部分檔案損壞 + + + + Unknown error + 未知錯誤 + + + + EditionDialog + + + + Smart Edit + 智慧型編輯 + + + + Edit the Urls + 編輯 URL + + + + Edit the Urls. Note that the number of lines should stay unchanged. + 編輯 URL。注意行數應該維持不變。 + + + + %0 selected files to edit + %0 個選取的檔案進行編輯 + + + + Warning: number of lines is <%0> but should be <%1>! + 警告:行數為 <%0> 但應為 <%1>! + + + + FileAccessManager + + + Existing File + 現有檔案 + + + + The file already exists: + 檔案已存在: + + + + Do you want to Rename, Overwrite or Skip this file? + 您想要重新命名、覆蓋或者略過此檔案? + + + + Rename + 重新命名 + + + + Overwrite + 覆蓋 + + + + Skip + 略過 + + + + FileReader + + + Invalid device + 無效的裝置 + + + + File not found + 找不到檔案 + + + + Unsupported format + 不支援的格式 + + + + Unable to read data + 無法讀取資料 + + + + Unknown error + 未知的錯誤 + + + + Any file (all types) (%0) + 所有檔案(所有類型)(%0) + + + + All files (%0) + 所有檔案(%0) + + + + FileWriter + + + Device is not set + 裝置未設定 + + + + Cannot open device for writing: %1 + 無法開啟裝置進行寫入:%1 + + + + Device not writable + 裝置不可寫入 + + + + Unsupported format + 不支援的格式 + + + + File is empty + 檔案為空 + + + + All files (%0) + 所有檔案(%0) + + + + + Unknown error + 未知錯誤 + + + + FilterTip + + + Fast Filtering follows the Regular Expressions conventions. +Some examples are given below. Click to paste the example. + 快速篩選遵循正規表示式規約。 +下方給出了一些範例。點擊以貼上範例。 + + + + Fast Filtering + 快速篩選 + + + + FilterWidget + + + Filters + 篩選 + + + + Fast Filtering + 快速篩選 + + + + Fast Filtering Tips... + 快速篩選提示… + + + + Disable other filters + 禁用其他篩選 + + + + Format + + + Unknown + 未知 + + + + 0 byte + 0 位元組 + + + + 1 byte + 1 位元組 + + + + %0 bytes + %0 位元組 + + + + %0 KB + %0 KB + + + + %0 MB + %0 MB + + + + %0 GB + %0 GB + + + + %0 TB + %0 TB + + + + Yes + + + + + No + + + + + %0 KB/s + %0 KB/s + + + + %0 MB/s + %0 MB/s + + + + %0 GB/s + %0 GB/s + + + + %0 TB/s + %0 TB/s + + + + HomeDialog + + + + Getting Started + 入門指引 + + + + Choose which category of document to download. + 選擇要下載的文件類別。 + + + + Web Page Content + 網頁內容 + + + + Links and media in a HTML page + 在 HTML 網頁中的連結與媒體 + + + + Batch of Files (with regular expression) + 批次的檔案(包含正規表示式) + + + + Single file, batch of files, regular expression link + 單一檔案、批次檔案、正規表示式連結 + + + + Video/Audio Stream + 視訊/音訊串流 + + + + Stream from Youtube and other video stream sites + 從 Youtube 與其他影片串流網站串流 + + + + Magnet Link, Torrent + 磁力連結、Torrent + + + + Use bittorrent protocol to download a .torrent file + 使用 Bittorrent 協定以下載 .torrent 檔案 + + + + List of Urls + URL 清單 + + + + Paste a list of Urls + 貼上 URL 清單 + + + + Close + 關閉 + + + + InformationDialog + + + Properties + 屬性 + + + + Size: + 大小: + + + + From: + 從: + + + + Unkown + 未知 + + + + Download Information + 下載資訊 + + + + Options + 選項 + + + + Messages + 訊息 + + + + Wrap line + 換行 + + + + LinkWidget + + + Links + 連結 + + + + Pictures and Media + 圖片與媒體 + + + + Links (%0) + 連結(%0) + + + + Pictures and Media (%0) + 圖片與媒體(%0) + + + + Mask... + 遮罩… + + + + Copy Links + 複製連結 + + + + Open %0 + 開啟 %0 + + + + Open %0 Links + 開啟 %0 連結 + + + + MainWindow + + + Queue + 隊列 + + + + Torrent download details + Torrent 下載詳細資料 + + + + &Help + 說明(&H) + + + + &File + 檔案(&F) + + + + &Option + 選項(&O) + + + + &View + 檢視(&V) + + + + &Queue + 隊列(&Q) + + + + &Edit + 編輯(&E) + + + + File toolbar + 檔案工具列 + + + + View toolbar + 檢視工具列 + + + + &Quit + 退出(&Q) + + + + About Qt... + 關於 Qt… + + + + About ArrowDL... + 關於 ArrowDL… + + + + Preferences... + 偏好設定… + + + + Ctrl+P + Ctrl+P + + + + Getting Started... + 入門指引… + + + + Download Content... + 下載內容… + + + + Download Web Page Content + 下載網頁內容 + + + + Ctrl+X + Ctrl+X + + + + Download Batch... + 批次下載… + + + + Download Single File, Batch of Files with Regular Expression + 使用正規表示式下載單一檔案、批次的檔案 + + + + Ctrl+N + Ctrl+N + + + + Download Stream... + 下載串流… + + + + Download Video/Audio Stream + 下載視訊/音訊串流 + + + + Download Torrent... + 下載 Torrent… + + + + Download Magnet Links and Torrent + 下載磁力連結與 Torrent + + + + Download Urls... + 下載 URL… + + + + Download a copy-pasted list of Urls + 下載複製貼上的 URL 清單 + + + + + Cancel + 取消 + + + + Pause + 暫停 + + + + Pause (completed torrent: stop seeding) + 暫停(已完成的 Torrent:停止做種) + + + + Up + 向上 + + + + Alt+PgUp + Alt+PgUp + + + + Top + 頂部 + + + + Alt+Home + Alt+Home + + + + Down + 向下 + + + + Alt+PgDown + Alt+PgDown + + + + Bottom + 底部 + + + + Alt+End + Alt+End + + + + Resume + 復原 + + + + Download Information + 下載資訊 + + + + Alt+I + Alt+I + + + + Open File + 開啟檔案 + + + + Rename File + 重新命名檔案 + + + + F2 + F2 + + + + Delete File(s) + 刪除檔案 + + + + + Ctrl+Del + Ctrl+Del + + + + Open Directory + 開啟目錄 + + + + Select All + 全選 + + + + Ctrl+A + Ctrl+A + + + + Invert Selection + 反向選擇 + + + + Ctrl+I + Ctrl+I + + + + One More Segment + 多一個分段 + + + + One Fewer Segment + 少一個分段 + + + + Force Start + 強制開始 + + + + Ctrl+Shift+R + Ctrl+Shift+R + + + + Import From File... + 從檔案匯入… + + + + Ctrl+Shift+O + Ctrl+Shift+O + + + + Export &Selected To File... + 匯出選取項目至檔案…(&S) + + + + Ctrl+Shift+S, Ctrl+S + Ctrl+Shift+S, Ctrl+S + + + + Remove Completed + 移除已完成 + + + + Remove Selected + 移除選取 + + + + Del + Del + + + + Remove All + 移除所有 + + + + Ctrl+Shift+Del + Ctrl+Shift+Del + + + + Remove Waiting + 移除等待 + + + + Remove Running + 移除正在執行 + + + + Remove Paused + 移除已暫停 + + + + Remove Failed + 移除已失敗 + + + + Speed Limit... + 速度限制… + + + + Select None + 選擇無 + + + + Select Completed + 選擇已完成 + + + + Copy + 複製 + + + + Copy Selection to Clipboard + 複製選擇至剪貼簿 + + + + Ctrl+C + Ctrl+C + + + + Compiler Info... + 編譯器資訊… + + + + Check for updates... + 檢查更新… + + + + Tutorial + 教學 + + + + About YT-DLP... + 關於 YT-DLP… + + + + + About %0 + 關於 %0 + + + + About Qt + 關於 Qt + + + + Advanced + 進階 + + + + + + + Error + 錯誤 + + + + + Remove Downloads + 移除下載 + + + + + Are you sure to remove %0 downloads? + 您確定要移除 %0 下載? + + + + Delete + 刪除 + + + + File not found + 找不到檔案 + + + + Destination directory not found: + 找不到目標目錄: + + + + Don't ask again + 不再詢問 + + + + ALL + 所有 + + + + selected + 已選擇 + + + + completed + 已完成 + + + + waiting + 等待中 + + + + paused + 已暫停 + + + + failed + 已失敗 + + + + running + 正在執行 + + + + Website URL + 網站 URL + + + + URL of the HTML page: + HTML 網頁的 URL: + + + + (ex: %0) + (例如:%0) + + + + The new name is already used or invalid. + 新名稱已被使用或無效。 + + + + Can't rename "%0" as its initial name. + 無法重新命名「%0」為其初始名稱。 + + + + Can't rename + 無法重新命名 + + + + as + + + + + Can't save file. + 無法儲存檔案。 + + + + Can't save file %0: + 無法儲存檔案 %0: + + + + Can't load file. + 無法載入檔案。 + + + + Can't load file %0: + 無法載入檔案 %0: + + + + Start! + 開始! + + + + File Error + 檔案錯誤 + + + + Done: %0 Running: %1 Total: %2 + 完成:%0 正在執行:%1 總共:%2 + + + + %0 of %1 (%2), %3 running %4 | Torrent: %5 + %1 之 %0 個(%2),%3 正在執行 %4 | Torrent:%5 + + + + active + 活躍 + + + + inactive + 不活躍 + + + + File saved + 檔案已儲存 + + + + File loaded + 檔案已載入 + + + + Save As + 另存為 + + + + Open + 開啟 + + + + Mask + + + File name + 檔案名稱 + + + + Extension + 副檔名 + + + + Base URL + 基本 URL + + + + Full URL + 完整 URL + + + + Flat full URL + 展開完整 URL + + + + URL subdirectories + URL 子目錄 + + + + Flat URL subdirectories + 展開 URL 子目錄 + + + + Query string + 查詢字串 + + + + MaskTip + + + Renaming Tags + 重新命名標籤 + + + + MaskWidget + + + + Renaming tags reference table + 重新命名標籤參考表 + + + + NetworkManager + + + (none) + (無) + + + + SOCKS5 + SOCKS5 + + + + HTTP + HTTP + + + + PathWidget + + + + Browse... + 瀏覽… + + + + All Files (*);;%0 (*%1) + 所有檔案 (*);;%0 (*%1) + + + + Please select a file + 請選擇一個檔案 + + + + Please select a directory + 請選擇一個目錄 + + + + PreferenceDialog + + + + General + 一般 + + + + Defaults + 詳細資料 + + + + The download directory, renaming mask and filters can be configured in the regular selection dialog. + 在正規選擇對話中可以組態下載目錄、重新命名遮罩與篩選器。 + + + + When a file with the same name already exists: + 當相同名稱的檔案已存在: + + + + Rename + 重新命名 + + + + Overwrite + 覆蓋 + + + + Skip + 略過 + + + + Ask + 詢問 + + + + Interface + 介面 + + + + Localization + 在地化 + + + + Manager Window + 管理器視窗 + + + + Don't show "Get Started" tutorial when start the application + 啟動影用程式時不顯示「入門指引」教學 + + + + Show system tray icon (notification area) + 顯示系統匣圖式(通知區域) + + + + Hide when minimized + 最小化時隱藏 + + + + Show balloon messages + 顯示氣球訊息 + + + + Minimize when ESC key is pressed + 按下 ESC 鍵時最小化 + + + + Confirmation + 確認 + + + + Confirm removal of downloads + 確認移除下載 + + + + Confirm download batch + 確認批次下載 + + + + Style and Icons + 樣式與圖示 + + + + Video/Audio Stream + 視訊/音訊串流 + + + + Use stream downloader if the URL host is: + 假如 URL 主機為此,使用串流下載器: + + + + Network + 網路 + + + + Downloads + 下載 + + + + Concurrent downloads: + 並行下載: + + + + Concurrent fragments: + 並行片段: + + + + 20 + 20 + + + + Proxy + Proxy + + + + Type: + 類型: + + + + Proxy: + Proxy: + + + + Port: + 通訊埠: + + + + Username: + 使用者名稱: + + + + Password: + 密碼: + + + + Show + 顯示 + + + + Socket + 通訊端 + + + + Tolerant (IPv4 or IPv6) + 寬容(IPv4 或 IPv6) + + + + Use IPv4 only + 僅使用 IPv4 + + + + Use IPv6 only + 僅使用 IPv6 + + + + seconds + + + + + Connection Protocol: + 連接協定: + + + + Timeout to establish a connection: + 建立連接逾時: + + + + Downloaded Files + 下載檔案 + + + + Get time from server for the file's...: + 從伺服器取得檔案時間…: + + + + Last modified time + 最後修改時間 + + + + Creation time (may not be not supported on UNIX) + 建立時間(在 UNIX 上也許不被支援) + + + + Most recent access (e.g. read or written to) + 最近存取(例如讀取或寫入) + + + + Metadata change time + 詮釋資料變更時間 + + + + Downloaded Audio/Video + 下載音訊/視訊 + + + + Download subtitle + 下載字幕 + + + + Download description + 下載描述 + + + + Mark watched (only for Youtube) + 標記已觀看(僅適用於 Youtube) + + + + Download thumbnail + 下載縮圖 + + + + Download metadata + 下載詮釋資料 + + + + Download comments + 下載評論 + + + + Create internet shortcut + 建立 Internet 捷徑 + + + + Identification + 識別 + + + + Servers might use HTTP identification contained in the HTTP request to log client attributes. Some server even don't respond to the client if the identification attribute is empty. The fields allow you to send fake information, to protect privacy. + 伺服器可能會使用 HTTP 請求中包含的 HTTP 認證以紀錄客戶端屬性。如果認證屬性為空,某些伺服器甚至不回應客戶端。此欄位允許你發送虛假的資訊,以保護隱私。 + + + + HTTP User Agent: + HTTP 使用者代理: + + + + Filter + 篩選器 + + + + Enable Custom Batch Button in "Add download" Dialog + 在「新增下載」對話中啟用自訂批次按鈕 + + + + Ex: "1 -> 50", "001 -> 200", ... + 例如: "1 -> 50", "001 -> 200", ... + + + + Custom button label: + 自訂按鈕標籤: + + + + Ex: "[1:50]", "[001:200]", ... + 例如:"[1:50]", "[001:200]", ... + + + + Range: + 範圍: + + + + Rem: must describe a range of numbers "[x:y]" with x < y + 注意:必須描述一個數字範圍 "[x:y]" 並且 x < y + + + + Authentication + 驗證 + + + + Privacy + 隱私 + + + + When Manager window is closed + 當管理器視窗關閉時 + + + + Remove completed downloads + 移除完成的下載 + + + + Remove canceled/failed downloads + 移除已取消/已失敗的下載 + + + + Remove unfinished (paused) downloads + 移除未完成的(已暫停)下載 + + + + Database + 資料庫 + + + + The current downloads queue is temporarly saved in: + 目前的下載對列暫時儲存於: + + + + Stream Cache + 串流快取 + + + + + Clean Cache + 清除快取 + + + + Auto Update + 自動更新 + + + + Check for updates automatically: + 自動檢查更新: + + + + Never + 永不 + + + + Once a day + 每日一次 + + + + Once a week + 每周一次 + + + + Check updates now... + 立即檢查更新… + + + + Enable Referrer: + 啟用推薦: + + + + Filters + 篩選器 + + + + Caption + 標題 + + + + Extensions + 副檔名 + + + + Caption: + 標題: + + + + Filtered Extensions: + 篩選副檔名: + + + + Add New Filter + 新增新的篩選器 + + + + Update Filter + 更新篩選器 + + + + Remove Filter + 移除篩選器 + + + + Torrent + Torrent + + + + Enable Torrent + 啟用 Torrent + + + + If enabled, this software becomes a torrent client. It shares DHT (distributed hash table) with peers, .torrents files you share (those in your torrent share folder actually) and .torrents files currently downloading in the download queue. + 如果啟用,此軟體將成為 Torrent 客戶端。它與 Peer 分享 DHT(分散式雜湊表)、您分享的 .torrent 檔案(實際上這些在您的 Torrent 中分享資料夾)以及在下載隊列中目前下載的 .torrent 檔案。 + + + + Directory + 目錄 + + + + Share folder: + 分享資料夾: + + + + Bandwidth + 頻寬: + + + + Max Upload Rate* (kB/s): + 最大上傳速率* (kB/s): + + + + Max Download Rate* (kB/s): + 最大下載速率* (kB/s): + + + + Max Number of Connections: + 最大連接數量: + + + + Max Number of Peers per Torrent: + 每個 Torrent 最大數量的 Peer : + + + + * (0: unlimited) + *(0:無限制) + + + + Connection + 連接 + + + + Peers: + Peers: + + + + Ex: 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894, 123.45.6.78:56789, 127.0.0.65:7894 + 例如:123.45.6.78:56789、127.0.0.65:7894、123.45.6.78:56789、127.0.0.65:7894、123.45.6.78:56789、127.0.0.65:7894 + + + + Note: If not empty, these peers will be added to all torrents (format is <IP:port>. Ex: "123.45.6.78:56789, 127.0.0.65:7894...") + 注意:如果不為空,這些 Peer 將被新增至所有的 Torrent 中(格式為 1 例如:"123.45.6.78:56789, 127.0.0.65:7894...") + + + + Advanced + 進階 + + + + Restore default settings + 還原預設設定 + + + + OK + 確定 + + + + Cancel + 取消 + + + + Queue Database + 隊列資料庫 + + + + Located in %0 + 位於 %0 + + + + (none) + (無) + + + + Warning: The system tray is not available. + 警告:系統匣不可用。 + + + + Warning: The system tray doesn't support balloon messages. + 警告:系統匣不支援氣球訊息。 + + + + Preferences + 偏好設定 + + + + Reset all filters + 重置所有篩選器 + + + + + The host may be %0, %1 or %2 + 主機可能是 %0、%1 或 %2 + + + + The host may be %0 but not %1 + 主機可能是 %0 但不是 %1 + + + + Examples: + 範例: + + + + Servers might split large files into multiple fragments, to optimize downloads. This option enables multi-threaded fragment downloads: Select the number of fragments that should be downloaded concurrently. Note that the concurrency makes download faster (when available), but the progress status and estimated time could be inaccurate (by design). Choose between precision and speed. Recommended value depends on your connection and machine. 20 is a good start. To disable it, set it to 1. + 伺服器可能分割大檔案為多個分段,以最佳化下載。此選項啟用多執行緒片段下載:選擇應同時下載的分段的數量。注意並行使得下載更快(當可用時),但進度狀態與預計時間可能不準確(根據設計)。在精確與速度間抉擇。推薦值取決於您的連線以及機器。以 20 開始為佳。若要禁用,將其設定為 1。 + + + + Referring Page (or Referrer) is an HTTP option that communicates to the server the address of the previous web page from which the resource is requested. This typically allows the HTTP server to track a visitor's browsing, page after page. To protect privacy, enter an empty or fake Referrer address. + 參照位址(Referer 或 Referring page)是 HTTP 選項從請求資源的前一個網頁位址傳送給伺服器。這通常允許 HTTP 伺服器追蹤訪客的瀏覽,一頁又一頁。為保護隱私,請輸入一個空或假的參照位址。 + + + + Cleaning... + 正在清除… + + + + QObject + + + translation '%0', locale '%1': %2 + 翻譯「%0」,地區「%1」:%2 + + + + Can't load %0 + 無法載入 %0 + + + + Video %0 x %1%2%3 + 視訊 %0 x %1%2%3 + + + + [%0] %1 x %2 (%3 fps) @ %4 KBit/s, codec: %5 + [%0] %1 x %2 (%3 fps) @ %4 KBit/s,編解碼器:%5 + + + + [%0] %1 Hz @ %2 KBit/s, codec: %3 + [%0] %1 Hz @ %2 KBit/,編解碼器:%3 + + + + ignore + 忽略 + + + + low + + + + + high + + + + + normal + 正常 + + + + .torrent file + .torrent 檔案 + + + + program settings + 程式設定 + + + + magnet link + 磁力連結 + + + + tracker exchange + 追蹤器交換 + + + + no source + 沒有來源 + + + + Stopped + 已停止 + + + + Checking Files... + 正在檢查檔案… + + + + Downloading Metadata... + 正在下載詮釋資料… + + + + Downloading... + 正在下載… + + + + Finished + 已完成 + + + + Seeding... + 正在做種… + + + + Checking Resume Data... + 正在檢查復原資料… + + + + Text Files + 文字檔案 + + + + Json Files + JSON 檔案 + + + + Torrent Files + Torrent 檔案 + + + + Bootstrap Icons (default) + Bootstrap 圖示(預設) + + + + FontAwesome Flat Design + FontAwesome 扁平化設計 + + + + Light + 淺色 + + + + Dark + 深色 + + + + %0 - %1 - version %2 - build %3 + %0 - %1 - 版本 %2 - 建置 %3 + + + + Copyright (C) %0 %1. All rights reserved. + Copyright (C) %0 %1. All rights reserved. + + + + GNU LGPL License + GNU LGPL License + + + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + About %0 + 關於 %0 + + + + QueueItem + + + %0 of %1 + %1 之 %0 個 + + + + Unknown + 未知 + + + + ResourceModel + + + Download + 下載 + + + + Resource Name + 資源名稱 + + + + Description + 描述 + + + + Mask + 遮罩 + + + + Settings + + + All Files + 所有檔案 + + + + Archives (zip, rar...) + 壓縮檔 (zip, rar...) + + + + Application (exe, xpi...) + 應用程式 (exe, xpi...) + + + + Audio (mp3, wav...) + 音訊 (mp3, wav...) + + + + Documents (pdf, odf...) + 文件 (pdf, odf...) + + + + Images (jpg, png...) + 圖片 (jpg, png...) + + + + Images JPEG + JPEG 圖片 + + + + Images PNG + PNG 圖片 + + + + Video (mpeg, avi...) + 影片 (mpeg, avi...) + + + + Stream + + + The process crashed. + 程序已崩潰。 + + + + StreamAssetDownloader + + + Couldn't parse JSON file. + 無法分析 JSON 檔案。 + + + + + The process crashed. + 程序已崩潰。 + + + + Couldn't parse playlist (no data received). + 無法分析播放清單(沒有收到資料)。 + + + + Couldn't parse playlist (ill-formed JSON file). + 無法分析播放清單(錯誤的 JSON 格式檔案)。 + + + + Cancelled. + 已取消。 + + + + StreamDialog + + + Extractors + 提取器 + + + + &Ok + 確定(&O) + + + + Stream Download Info + 串流下載資訊 + + + + Reading... + 正在讀取… + + + + Collecting... + 正在收集… + + + + Error: + 錯誤: + + + + YT-DLP supports %0 sites: + YT-DLP 支援 %0 個站點: + + + + Site + 站點 + + + + Description + 描述 + + + + StreamExtractorListCollector + + + + The process crashed. + 程序已崩潰。 + + + + StreamFormatPicker + + + Simple + 簡易 + + + + Advanced: + 進階: + + + + Audio + 音訊 + + + + Video + 視訊 + + + + Other + 其它 + + + + Detected media: + 已檢測的媒體: + + + + Audio: + 音訊: + + + + Video: + 視訊: + + + + audio/video information is not available + 音訊/視訊資訊不可用 + + + + StreamListWidget + + + Detected Media: + 已檢測的媒體: + + + + Please wait, checking URL... + 請稍後,正在檢查 URL… + + + + Choose resources to download: + 選擇資源進行下載: + + + + Add track number to filename + 新增曲目編號至檔案名稱 + + + + Error: + 錯誤: + + + + Can't find the URL stream + 無法找到 URL 串流 + + + + --- +Help: if you get an error, follow these instructions: + +1. Verify the URL + Eventually, simplify the URL: remove the optional PHP arguments, in the query, after '?' in the URL: + Ex: 'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + becomes + 'https://www.abc.com/watch?video=some_video' + +2. Open the URL in a Web browser, and Play it + (Rem: the Web browser can force the server to play the video) + +3. Click 'Continue' button again + +4. Retry later + --- +說明:假如您遇到了錯誤,遵循這些 follow these 指示: + +1. 驗證 URL + 最終,簡化網址:在查詢中移除可選的 PHP 參數,在 '?' 之後的 URL: + 例如:'https://www.abc.com/watch?video=some_video&t=154&h=144&w=278' + 變成 + 'https://www.abc.com/watch?video=some_video' + +2. 在網頁瀏覽器中開啟 URL,並且播放它 + (注意:Web 瀏覽器可以強制伺服器播放影片) + +3. 再次點擊「繼續」按鈕 + +4. 稍後重試 + + + + StreamTableModel + + + # + # + + + + File Name + 檔案名稱 + + + + Title + 標題 + + + + Size + 大小 + + + + Format + 格式 + + + + Video unavailable + 影片不可用 + + + + StreamToolBox + + + Overview + 概觀 + + + + Do not download the video, but write all other related files + 不要下載影片,而是寫入所有其它相關檔案 + + + + Mark watched (only for Youtube) + 標記已觀看(僅適用於 Youtube) + + + + Subtitles + 字幕 + + + + Convert to format: + 轉換格式: + + + + Preferred format: + 偏好的格式: + + + + Download subtitles: + 下載字幕: + + + + Hide auto-generated subtitles + 隱藏自動產生的字幕 + + + + Chapters + 章節 + + + + Split video into multiple files based on internal chapters + 根據內部章節分割影片為多個檔案 + + + + Remove chapters whose title matches the given regular expression: + 移除標題與給定正規表示式匹配的章節: + + + + Ex: "*10:15-15:00", or "intro" + 例如:"*10:15-15:00"或 "intro" + + + + Thumbnails + 縮圖 + + + + Download thumbnail (default image) + 下載縮圖(預設圖片) + + + + Download all formats of the thumbnail image + 下載所有格式的縮圖 + + + + Convert the thumbnails to format: + 轉換縮圖格式: + + + + Comments + 評論 + + + + Download comments (in the .info.json) + 下載評論(在 .info.json 中) + + + + Sort by: + 排序方式: + + + + Newest first + 最新的首先 + + + + Top comments + 熱門評論 + + + + Limit number of comments: + 評論數量限制: + + + + Other Media + 其他媒體 + + + + Download description as a .description file + 下載描述為 .description 檔案 + + + + Download metadata as a .info.json file + 下載詮釋資料為 .info.json 檔案 + + + + Create internet shortcut + 建立網際網路捷徑 + + + + Pre/Post-Processing + 預/後處理 + + + + Command + 命令 + + + + Execute the command before the actual download: + 在實際下載之前執行命令: + + + + Execute the command on the file after downloading and post-processing: + 在下載與後處理之後對檔案執行此命令: + + + + Post-Processing + 後處理 + + + + Remux the video into another container if necessary : + 假如有必要,重封裝影片至另一種容器: + + + + + Ex: "aac>m4a/mov>mp4/mkv" + 例如:"aac>m4a/mov>mp4/mkv" + + + + Ex: "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv. + 例如:"aac>m4a/mov>mp4/mkv" 將封裝 aac 至 m4a,mov 至 mp4,以及其他格式至 mkv。 + + + + Re-encode the video into another format if re-encoding is necessary: + 假如需要重新編碼,重新編碼視訊至另一種格式: + + + + Rem: The syntax and supported formats are the same as "Remux" + 註釋:語法與支援的格式等同於「重新封裝」 + + + + Keep the intermediate video file on disk after post-processing + 後處裡之後保留中間影片檔在磁碟上 + + + + Embed subtitles in the video (only for mp4, webm and mkv videos) + 在影片中嵌入字幕(僅限 mp4、webm 與 mkv 影片) + + + + Embed thumbnail in the video as cover art + 在影片中嵌入縮圖為封面 + + + + Embed metadata in the video file + 在影片檔中嵌入詮釋資料 + + + + Embed chapter markers in the video file + 在影片檔中嵌入章節標記 + + + + Write metadata to the video file's xattrs (using dublin core and xdg standards) + 寫入詮釋資料至影片檔的 xattrs(使用 dublin core 與 xdg standards 標準) + + + + SponsorBlock + 贊助商攔截器 + + + + Remove segments in SponsorBlock categories from the video file: + 從影片中刪除在贊助商攔截器類別中的片段: + + + + Unpaid/Self Promotion + 無償/自我推銷 + + + + Interaction Reminder + 互動提醒 + + + + Sponsor + 贊助商 + + + + Preview/Recap + 預覽/回顧 + + + + Non-Music Section + 非音樂部分 + + + + Endcards/Credits + 結束卡/鳴謝 + + + + Intermission/Intro Animation + 中場休息/介紹動畫 + + + + (default language) + (預設語言) + + + + All languages + 所有語言 + + + + (default) + (預設) + + + + StreamWidget + + + The video is not available. + 此影片不可用。 + + + + Metadata + 詮釋資料 + + + + Simplified name: + 簡化名稱: + + + + Estimated size: + 預估大小: + + + + (no video) + (沒有視訊) + + + + + subtitles + + 字幕 + + + + + chapters + + 章節 + + + + + thumbnails + + 縮圖 + + + + + .description + + .description + + + + + .info.json + + .info.json + + + + + shortcut + + 捷徑 + + + + SystemTray + + + &Restore + 復原(&R) + + + + &Hide when Minimized + 最小化時隱藏(&H) + + + + TextEditorWidget + + + + + + Undo + 復原動作 + + + + + + + Redo + 取消復原 + + + + + + + Cut + 剪下 + + + + + + + Copy + 複製 + + + + + + + Paste + 貼上 + + + + + + + Block Edit Mode + 區塊編輯模式 + + + + Tip: 'Alt'+'Mouse' or 'Alt'+'Shift'+Arrow for block selection + 提示:『Alt』+『滑鼠』或『Alt』+『Shift』+方向鍵用於區塊選擇 + + + + TorrentContext + + + Bad .torrent format: Can't download it. + 錯誤的 .torrent 格式:無法下載。 + + + + TorrentContextPrivate + + + Network request rejected. + 網路請求已被拒絕。 + + + + Can't download metadata. + 無法下載詮釋資料。 + + + + No metadata downloaded. + 沒有已下載的詮釋資料。 + + + + TorrentFileTableModel + + + # + # + + + + Name + 名稱 + + + + Path + 路徑 + + + + Size + 大小 + + + + Done + 完成 + + + + Percent + % + + + + First Piece + 第一個片段 + + + + # Pieces + # 片段 + + + + Pieces + 片段 + + + + Priority + 優先等級 + + + + Modification date + 修改日期 + + + + SHA-1 + SHA-1 + + + + CRC-32 + CRC-32 + + + + %0% of %1 pieces + %1 之 %0 個片段 + + + + TorrentPeerTableModel + + + IP + IP + + + + Port + 通訊埠 + + + + Client + 客戶端 + + + + Downloaded + 已下載 + + + + Uploaded + 已上傳 + + + + Pieces + 片段 + + + + Request Time + 請求時間 + + + + Active Time + 活動時間 + + + + Queue Time + 排隊時間 + + + + Flags + 標誌 + + + + Source Flags + 來源標誌 + + + + %0 of %1 pieces + %1 之 %0 個片段 + + + + TorrentPieceMap + + + Value: # of peers with the piece + 直:# 個 Peer 擁有該片段 + + + + Priority: %0=high %1=normal %2=low %3=ignore + 優先等級:%0=高 %1=正常 %2=低 %3=忽略 + + + + TorrentTrackerTableModel + + + Url + URL + + + + Id + ID + + + + Number of listened sockets (endpoints) + 監聽的通訊端數(端點) + + + + Tier this tracker belongs to + 該追蹤器屬於 + + + + Max number of failures + 最大失敗次數 + + + + Source + 來源 + + + + Verified? + 已驗證? + + + + verified + 已驗證 + + + + not verified + 未驗證 + + + + TorrentWidget + + + Torrent + Torrent + + + + Select a torrent + 選擇 Torrent + + + + Files + 檔案 + + + + Info + 資訊 + + + + + Downloaded: + 已下載: + + + + Transfer + 傳輸 + + + + Time Elapsed: + 經過時間: + + + + Remaining: + 剩餘: + + + + Wasted: + 浪費: + + + + Uploaded: + 已上傳: + + + + Peers: + Peers: + + + + Upload Speed: + 上傳速度: + + + + Seeds: + 種子: + + + + Down Limit: + 下載限制: + + + + Download Speed: + 下載速度: + + + + Share Ratio: + 分享率: + + + + Up Limit: + 上傳限制: + + + + Status: + 狀態: + + + + General + 一般 + + + + Save As: + 另存為: + + + + Added On: + 新增於: + + + + Pieces: + 片段: + + + + Comments: + 評論: + + + + Completed On: + 完成於: + + + + Created By: + 建立者: + + + + Total Size: + 總大小: + + + + Created On: + 建立於: + + + + Hash: + 雜湊: + + + + Magnet Link: + 磁力連結: + + + + Peers + Peers + + + + Trackers + 追蹤器 + + + + Piece Map + 片段地圖 + + + + Copy + 複製 + + + + Open + 開啟 + + + + Open Containing Folder + 開啟包含資料夾 + + + + Scan for viruses + 掃描病毒 + + + + Priorize by File order + 依檔案順序優先 + + + + Priorize: High + 優先等級:高 + + + + Priorize: Normal + 優先等級:正常 + + + + Priorize: Low + 優先等級:低 + + + + Don't download + 不要下載 + + + + Relocate... + 搬遷… + + + + Add Peer... + 新增 Peer… + + + + Copy Peer List + 複製 Peer 清單 + + + + Remove Unconnected + 移除未連接 + + + + Add Peer + 新增 Peer + + + + Enter the IP address and port number of the peer to add. +Ex: + - for IPv4, type 'x.x.x.x:p' + - for IPv6, type '[x:x:x:x:x:x:x:x]:p' + + 輸入 IP 位址與 Peer 的通訊埠號碼以新增。 +例如: + - 對於 IPv4,輸入 'x.x.x.x:p' + - 對於 IPv6,輸入 '[x:x:x:x:x:x:x:x]:p' + + + + + Add Tracker... + 新增追蹤器… + + + + Remove Tracker + 移除追蹤器 + + + + Copy Tracker List + 複製追蹤器清單 + + + + Add Tracker + 新增追蹤器 + + + + Enter the URL of the tracker to add: + 輸入要新增的追蹤器的 URL: + + + + %0 (%1 hashfails) + %0(%1 次雜湊失敗) + + + + + %0 (total %1) + %0(總共 %1) + + + + + %0 of %1 connected (%2 in swarm) + %1 之 %0 個已連接(%2 在群中) + + + + %0 x %1 + %0 x %1 + + + + TutorialDialog + + + Don't show this dialog again + 不要再次顯示此對話 + + + + Close + 關閉 + + + + Tutorial + 教學 + + + + Welcome to %0 + 歡迎使用 %0 + + + + This brief tutorial will help you use the application for the first time. + 這個簡短的教學將會幫助您第一次使用此應用程式。 + + + + Quick tutorial + 快速教學 + + + + Go to the Quick Sample page on the website: + 前往網站上的快速樣本頁面: + + + + Read the tutorial. The page contains quick sample files: + 閱讀教學。該頁面包含快速樣本檔案: + + + + You can mass-download them + 您可以大量下載它們 + + + + Try the powerful batch-download mode too! + 也嘗試強大的批次下載模式吧! + + + + UpdateChecker + + + + + + Network request rejected. + 網路請求已被拒絕。 + + + + File '%0' currently opened. Close the file and retry. + 檔案「%0」目前已被開啟。關閉此檔案並重試。 + + + + Failed to open temporary file '%0'. + 無法開啟暫存檔案「%0」。 + + + + UpdateDialog + + + Check for Updates + 檢查更新 + + + + This version is up-to-date. + 目前已是最新的版本。 + + + + Error while checking for updates + 檢查更新時發生錯誤 + + + + Starting... + 正在開始… + + + + A new version is available! + 一個新版本可用! + + + + Check updates now... + 立即檢查更新… + + + + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. + Privacy policy: No data will be submitted to the server. This software will download the latest release tag file from Github.com, and compare it with your local version. If it doesn't match and if you accept to install the new version, the software will download the latest release to your local Temp directory. The software doesn't send any personal data, including your version of the software, your operating system or your CPU architecture. + + + + &Close + 關閉(&C) + + + + Downloaded to + 已下載至 + + + + Install new version + 無效的新版本 + + + + Checking the updates... + 正在檢查更新… + + + + Downloading the update... + 正在下載更新… + + + + + Manual update required + 需要手動更新 + + + + Automatic update is not supported on this operating system. Do you want to download and install the update manually? + 在此作業系統不支援自動更新。您想要下載並手動安裝更新嗎。 + + + + Current version: + 目前的版本: + + + + Close the application + 關閉此應用程式 + + + + The application needs to close to continue the update. + 應用程式需要關閉以繼續更新。 + + + + Do you want to close now? + 您是否要立即關閉? + + + + UrlFormWidget + + + Referring page: + 參考頁面: + + + + Description: + 描述: + + + + Enter referrer URI + 輸入參考 URL + + + + Mask: + 遮罩: + + + + Custom filename: + 自訂檔名: + + + + Checksum (Hash): + 核對和(雜湊): + + + + Enter new file name + 輸入新檔案名稱 + + + + Save files in: + 儲存檔案於: + + + + Download: + 下載: + + + + UrlLineEdit + + + Enter URL to download + 輸入 URL 以下載 + + + + main + + + Another Download Manager + Another 下載管理器 + + + + target URL to proceed + 要繼續的目標 URL + + + \ No newline at end of file diff --git a/version b/version index 1454f6ed..4d54dadd 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.0.1 +4.0.2 diff --git a/web-extension/README.md b/web-extension/README.md index 22aea71d..5efa0536 100644 --- a/web-extension/README.md +++ b/web-extension/README.md @@ -26,4 +26,4 @@ __Organisation__ Contains several scripts and files that install/uninstall the launcher. -(*) for Chrome, Firefox, WaterFox, Thunderbird +(*) for Chrome, Edge, Firefox, WaterFox, Thunderbird diff --git a/web-extension/extension/src/base/_locales/ar/messages.json b/web-extension/extension/src/base/_locales/ar/messages.json index 2ea6d075..3eb8fda6 100644 --- a/web-extension/extension/src/base/_locales/ar/messages.json +++ b/web-extension/extension/src/base/_locales/ar/messages.json @@ -1,24 +1,24 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "الطريقة السهلة لتنزيل الصور والسيول ومقاطع الفيديو والموسيقى من أي موقع ويب", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, "contextMenuSavePage": { - "message": "Save page", + "message": "احفظ الصفحة", "description": "Title of the context menu for Save page" }, "contextMenuSaveFrame": { - "message": "Save frame", + "message": "حفظ الإطار", "description": "Title of the context menu for Save frame" }, "contextMenuSaveSelection": { - "message": "Save selection", + "message": "اختيار حفظ", "description": "Title of the context menu for Save selection" }, "contextMenuSaveLink": { @@ -48,15 +48,15 @@ "popupDownload": { - "message": "Download...", + "message": "تحميل...", "description": "Title of the context menu for Download..." }, "popupDownloadLinks": { - "message": "Download links", + "message": "روابط التحميل", "description": "Title of the context menu for Download links" }, "popupDownloadLinksPaused": { - "message": "Download links (paused)", + "message": "روابط التحميل (متوقفة مؤقتا)", "description": "Title of the context menu for Download links (paused)" }, "popupDownloadContent": { @@ -68,19 +68,19 @@ "description": "Title of the context menu for Download content (paused)" }, "popupOpen": { - "message": "Open ArrowDL", + "message": "افتح ArrowDL", "description": "Title of the context menu for Open ArrowDL" }, "popupPreferences": { - "message": "Preferences...", + "message": "التفضيلات...", "description": "Title of the context menu for Preferences..." }, "popupOptions": { - "message": "Options...", + "message": "خيارات...", "description": "Title of the context menu for Options..." }, "popupVisitWebsite": { - "message": "Visit ArrowDL website", + "message": "قم بزيارة موقع ArrowDL", "description": "Title of the context menu for Visit ArrowDL website" }, @@ -89,11 +89,11 @@ "description": "Title of Error" }, "popupError1": { - "message": "Can't find the application", + "message": "لا يمكن العثور على التطبيق", "description": "Error message 1" }, "popupError2": { - "message": "Open 'Options' to check", + "message": "افتح \"الخيارات\" للتحقق", "description": "Error message 2" }, "popupRemark": { @@ -115,11 +115,11 @@ "description": "Title of Toolbar Menu" }, "optionsShowSimpleMenu": { - "message": "Show simple menu (always ask what to do)", + "message": "عرض قائمة بسيطة (اسأل دائمًا عما يجب فعله)", "description": "Title of Show simple menu" }, "optionsShowFullMenu": { - "message": "Show full menu", + "message": "عرض القائمة الكاملة", "description": "Title of Show full menu" }, "optionsShowFullMenuDescription": { @@ -139,7 +139,7 @@ "description": "Title of Start paused" }, "optionsAbout": { - "message": "About", + "message": "عن", "description": "Title of About" }, "optionsInstall": { @@ -147,11 +147,11 @@ "description": "Title of Installation" }, "optionsInstallMessage": { - "message": "Go to link below to install the application for your operating system.", + "message": "انتقل إلى الرابط أدناه لتثبيت التطبيق لنظام التشغيل الخاص بك.", "description": "Tells the user how to install the application." }, "optionsInstallMessageLink": { - "message": "Visit ArrowDL website", + "message": "قم بزيارة موقع ArrowDL", "description": "Link to the application URL." }, "optionsRefresh": { @@ -169,19 +169,19 @@ "description": "Title of Status" }, "optionsOk": { - "message": "Ok", + "message": "نعم", "description": "Title of Ok" }, "optionsDetectedPath": { - "message": "Detected path:", + "message": "المسار المكتشف:", "description": "Title of Detected path" }, "optionsError": { - "message": "Error: Can't find the launcher", + "message": "خطأ: لا يمكن العثور على المشغل", "description": "Title of Error" }, "optionsInstructions": { - "message": "Follow the instructions below.", + "message": "اتبع التعليمات التالية.", "description": "Title of Instructions" } } diff --git a/web-extension/extension/src/base/_locales/de/messages.json b/web-extension/extension/src/base/_locales/de/messages.json index 2ea6d075..69bab69b 100644 --- a/web-extension/extension/src/base/_locales/de/messages.json +++ b/web-extension/extension/src/base/_locales/de/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "Der einfache Weg, Bilder, Torrents, Videos und Musik von jeder Website herunterzuladen", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/en/messages.json b/web-extension/extension/src/base/_locales/en/messages.json index 2ea6d075..fc045078 100644 --- a/web-extension/extension/src/base/_locales/en/messages.json +++ b/web-extension/extension/src/base/_locales/en/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "The easy way to download images, torrents, videos and music, from any website", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/es/messages.json b/web-extension/extension/src/base/_locales/es/messages.json index 1e2656e0..f27d24f4 100644 --- a/web-extension/extension/src/base/_locales/es/messages.json +++ b/web-extension/extension/src/base/_locales/es/messages.json @@ -1,48 +1,48 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "La forma fácil de descargar imágenes, torrents, vídeos y música desde cualquier sitio web", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, "contextMenuSavePage": { - "message": "Save page", + "message": "Guardar página", "description": "Title of the context menu for Save page" }, "contextMenuSaveFrame": { - "message": "Save frame", + "message": "Guardar marco", "description": "Title of the context menu for Save frame" }, "contextMenuSaveSelection": { - "message": "Save selection", + "message": "Guardar selección", "description": "Title of the context menu for Save selection" }, "contextMenuSaveLink": { - "message": "Save link", + "message": "Guardar enlace", "description": "Title of the context menu for Save link" }, "contextMenuSaveEditable": { - "message": "Save editable", + "message": "Guarda editable", "description": "Title of the context menu for Save editable" }, "contextMenuSaveImage": { - "message": "Save image", + "message": "Guardar imagen", "description": "Title of the context menu for Save image" }, "contextMenuSaveVideo": { - "message": "Save video", + "message": "Guardar video", "description": "Title of the context menu for Save video" }, "contextMenuSaveAudio": { - "message": "Save audio", + "message": "Guardar sonido", "description": "Title of the context menu for Save audio" }, "contextMenuSaveLauncher": { - "message": "Save launcher", + "message": "Guardar lanzador", "description": "Title of the context menu for Save launcher" }, @@ -52,19 +52,19 @@ "description": "Title of the context menu for Download..." }, "popupDownloadLinks": { - "message": "Download links", + "message": "Descargar enlaces", "description": "Title of the context menu for Download links" }, "popupDownloadLinksPaused": { - "message": "Download links (paused)", + "message": "Descargar enlaces (en pausa)", "description": "Title of the context menu for Download links (paused)" }, "popupDownloadContent": { - "message": "Download content", + "message": "Descargar contenido", "description": "Title of the context menu for Download content" }, "popupDownloadContentPaused": { - "message": "Download content (paused)", + "message": "Descargar contenido (en pausa)", "description": "Title of the context menu for Download content (paused)" }, "popupOpen": { @@ -93,7 +93,7 @@ "description": "Error message 1" }, "popupError2": { - "message": "Open 'Options' to check", + "message": "Abra 'Opciones' para comprobar", "description": "Error message 2" }, "popupRemark": { @@ -101,7 +101,7 @@ "description": "Title of Remark" }, "popupRemark1": { - "message": "Incognito Mode disables
download features", + "message": "El modo incógnito desactiva
funciones de descarga", "description": "Remark message 1" }, @@ -115,15 +115,15 @@ "description": "Title of Toolbar Menu" }, "optionsShowSimpleMenu": { - "message": "Show simple menu (always ask what to do)", + "message": "Mostrar menú simple (preguntar siempre qué hacer)", "description": "Title of Show simple menu" }, "optionsShowFullMenu": { - "message": "Show full menu", + "message": "Mostrar menú completo", "description": "Title of Show full menu" }, "optionsShowFullMenuDescription": { - "message": "Simple download, and immediate download for:", + "message": "Descarga simple y descarga inmediata para:", "description": "Description of Show full menu" }, "optionsChoiceGetLinks": { @@ -131,31 +131,31 @@ "description": "Title of Links" }, "optionsChoiceGetContent": { - "message": "Content", + "message": "Contenido", "description": "Title of Content" }, "optionsChoiceStartPaused": { - "message": "Start paused", + "message": "Inicio en pausa", "description": "Title of Start paused" }, "optionsAbout": { - "message": "About", + "message": "Sobre", "description": "Title of About" }, "optionsInstall": { - "message": "Installation", + "message": "Instalación", "description": "Title of Installation" }, "optionsInstallMessage": { - "message": "Go to link below to install the application for your operating system.", + "message": "Vaya al siguiente enlace para instalar la aplicación para su sistema operativo.", "description": "Tells the user how to install the application." }, "optionsInstallMessageLink": { - "message": "Visit ArrowDL website", + "message": "Visite el sitio web de ArrowDL", "description": "Link to the application URL." }, "optionsRefresh": { - "message": "Refresh information $SYMBOL$", + "message": "Refrescar información $SYMBOL$", "description": "Title of Refresh information", "placeholders": { "symbol" : { @@ -173,15 +173,15 @@ "description": "Title of Ok" }, "optionsDetectedPath": { - "message": "Detected path:", + "message": "Camino detectado:", "description": "Title of Detected path" }, "optionsError": { - "message": "Error: Can't find the launcher", + "message": "Error: no puedo encontrar el lanzador", "description": "Title of Error" }, "optionsInstructions": { - "message": "Follow the instructions below.", + "message": "Sigue las instrucciones de abajo.", "description": "Title of Instructions" } } diff --git a/web-extension/extension/src/base/_locales/es_BO/messages.json b/web-extension/extension/src/base/_locales/es_BO/messages.json new file mode 100644 index 00000000..fc045078 --- /dev/null +++ b/web-extension/extension/src/base/_locales/es_BO/messages.json @@ -0,0 +1,187 @@ +{ + "extensionName": { + "message": "ArrowDL - Arrow Downloader", + "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." + }, + "extensionDescription": { + "message": "The easy way to download images, torrents, videos and music, from any website", + "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." + }, + + + "contextMenuSavePage": { + "message": "Save page", + "description": "Title of the context menu for Save page" + }, + "contextMenuSaveFrame": { + "message": "Save frame", + "description": "Title of the context menu for Save frame" + }, + "contextMenuSaveSelection": { + "message": "Save selection", + "description": "Title of the context menu for Save selection" + }, + "contextMenuSaveLink": { + "message": "Save link", + "description": "Title of the context menu for Save link" + }, + "contextMenuSaveEditable": { + "message": "Save editable", + "description": "Title of the context menu for Save editable" + }, + "contextMenuSaveImage": { + "message": "Save image", + "description": "Title of the context menu for Save image" + }, + "contextMenuSaveVideo": { + "message": "Save video", + "description": "Title of the context menu for Save video" + }, + "contextMenuSaveAudio": { + "message": "Save audio", + "description": "Title of the context menu for Save audio" + }, + "contextMenuSaveLauncher": { + "message": "Save launcher", + "description": "Title of the context menu for Save launcher" + }, + + + "popupDownload": { + "message": "Download...", + "description": "Title of the context menu for Download..." + }, + "popupDownloadLinks": { + "message": "Download links", + "description": "Title of the context menu for Download links" + }, + "popupDownloadLinksPaused": { + "message": "Download links (paused)", + "description": "Title of the context menu for Download links (paused)" + }, + "popupDownloadContent": { + "message": "Download content", + "description": "Title of the context menu for Download content" + }, + "popupDownloadContentPaused": { + "message": "Download content (paused)", + "description": "Title of the context menu for Download content (paused)" + }, + "popupOpen": { + "message": "Open ArrowDL", + "description": "Title of the context menu for Open ArrowDL" + }, + "popupPreferences": { + "message": "Preferences...", + "description": "Title of the context menu for Preferences..." + }, + "popupOptions": { + "message": "Options...", + "description": "Title of the context menu for Options..." + }, + "popupVisitWebsite": { + "message": "Visit ArrowDL website", + "description": "Title of the context menu for Visit ArrowDL website" + }, + + "popupError": { + "message": "Error", + "description": "Title of Error" + }, + "popupError1": { + "message": "Can't find the application", + "description": "Error message 1" + }, + "popupError2": { + "message": "Open 'Options' to check", + "description": "Error message 2" + }, + "popupRemark": { + "message": "Remark", + "description": "Title of Remark" + }, + "popupRemark1": { + "message": "Incognito Mode disables
download features", + "description": "Remark message 1" + }, + + + "optionsMainTitle": { + "message": "Options", + "description": "Title of Options" + }, + "optionsToolbarMenu": { + "message": "Toolbar Menu", + "description": "Title of Toolbar Menu" + }, + "optionsShowSimpleMenu": { + "message": "Show simple menu (always ask what to do)", + "description": "Title of Show simple menu" + }, + "optionsShowFullMenu": { + "message": "Show full menu", + "description": "Title of Show full menu" + }, + "optionsShowFullMenuDescription": { + "message": "Simple download, and immediate download for:", + "description": "Description of Show full menu" + }, + "optionsChoiceGetLinks": { + "message": "Links", + "description": "Title of Links" + }, + "optionsChoiceGetContent": { + "message": "Content", + "description": "Title of Content" + }, + "optionsChoiceStartPaused": { + "message": "Start paused", + "description": "Title of Start paused" + }, + "optionsAbout": { + "message": "About", + "description": "Title of About" + }, + "optionsInstall": { + "message": "Installation", + "description": "Title of Installation" + }, + "optionsInstallMessage": { + "message": "Go to link below to install the application for your operating system.", + "description": "Tells the user how to install the application." + }, + "optionsInstallMessageLink": { + "message": "Visit ArrowDL website", + "description": "Link to the application URL." + }, + "optionsRefresh": { + "message": "Refresh information $SYMBOL$", + "description": "Title of Refresh information", + "placeholders": { + "symbol" : { + "content" : "$1" + } + } + }, + + "optionsStatus": { + "message": "Status:", + "description": "Title of Status" + }, + "optionsOk": { + "message": "Ok", + "description": "Title of Ok" + }, + "optionsDetectedPath": { + "message": "Detected path:", + "description": "Title of Detected path" + }, + "optionsError": { + "message": "Error: Can't find the launcher", + "description": "Title of Error" + }, + "optionsInstructions": { + "message": "Follow the instructions below.", + "description": "Title of Instructions" + } +} diff --git a/web-extension/extension/src/base/_locales/es_ES/messages.json b/web-extension/extension/src/base/_locales/es_ES/messages.json new file mode 100644 index 00000000..f27d24f4 --- /dev/null +++ b/web-extension/extension/src/base/_locales/es_ES/messages.json @@ -0,0 +1,187 @@ +{ + "extensionName": { + "message": "ArrowDL - Arrow Downloader", + "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." + }, + "extensionDescription": { + "message": "La forma fácil de descargar imágenes, torrents, vídeos y música desde cualquier sitio web", + "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." + }, + + + "contextMenuSavePage": { + "message": "Guardar página", + "description": "Title of the context menu for Save page" + }, + "contextMenuSaveFrame": { + "message": "Guardar marco", + "description": "Title of the context menu for Save frame" + }, + "contextMenuSaveSelection": { + "message": "Guardar selección", + "description": "Title of the context menu for Save selection" + }, + "contextMenuSaveLink": { + "message": "Guardar enlace", + "description": "Title of the context menu for Save link" + }, + "contextMenuSaveEditable": { + "message": "Guarda editable", + "description": "Title of the context menu for Save editable" + }, + "contextMenuSaveImage": { + "message": "Guardar imagen", + "description": "Title of the context menu for Save image" + }, + "contextMenuSaveVideo": { + "message": "Guardar video", + "description": "Title of the context menu for Save video" + }, + "contextMenuSaveAudio": { + "message": "Guardar sonido", + "description": "Title of the context menu for Save audio" + }, + "contextMenuSaveLauncher": { + "message": "Guardar lanzador", + "description": "Title of the context menu for Save launcher" + }, + + + "popupDownload": { + "message": "Descargar...", + "description": "Title of the context menu for Download..." + }, + "popupDownloadLinks": { + "message": "Descargar enlaces", + "description": "Title of the context menu for Download links" + }, + "popupDownloadLinksPaused": { + "message": "Descargar enlaces (en pausa)", + "description": "Title of the context menu for Download links (paused)" + }, + "popupDownloadContent": { + "message": "Descargar contenido", + "description": "Title of the context menu for Download content" + }, + "popupDownloadContentPaused": { + "message": "Descargar contenido (en pausa)", + "description": "Title of the context menu for Download content (paused)" + }, + "popupOpen": { + "message": "Abrir ArrowDL", + "description": "Title of the context menu for Open ArrowDL" + }, + "popupPreferences": { + "message": "Preferencias...", + "description": "Title of the context menu for Preferences..." + }, + "popupOptions": { + "message": "Opciones...", + "description": "Title of the context menu for Options..." + }, + "popupVisitWebsite": { + "message": "Visitar ArrowDL sitio", + "description": "Title of the context menu for Visit ArrowDL website" + }, + + "popupError": { + "message": "Error", + "description": "Title of Error" + }, + "popupError1": { + "message": "No se pudo encontrar la aplicación", + "description": "Error message 1" + }, + "popupError2": { + "message": "Abra 'Opciones' para comprobar", + "description": "Error message 2" + }, + "popupRemark": { + "message": "Nota", + "description": "Title of Remark" + }, + "popupRemark1": { + "message": "El modo incógnito desactiva
funciones de descarga", + "description": "Remark message 1" + }, + + + "optionsMainTitle": { + "message": "Opciones", + "description": "Title of Options" + }, + "optionsToolbarMenu": { + "message": "Menú de barra de herramientas", + "description": "Title of Toolbar Menu" + }, + "optionsShowSimpleMenu": { + "message": "Mostrar menú simple (preguntar siempre qué hacer)", + "description": "Title of Show simple menu" + }, + "optionsShowFullMenu": { + "message": "Mostrar menú completo", + "description": "Title of Show full menu" + }, + "optionsShowFullMenuDescription": { + "message": "Descarga simple y descarga inmediata para:", + "description": "Description of Show full menu" + }, + "optionsChoiceGetLinks": { + "message": "Enlaces", + "description": "Title of Links" + }, + "optionsChoiceGetContent": { + "message": "Contenido", + "description": "Title of Content" + }, + "optionsChoiceStartPaused": { + "message": "Inicio en pausa", + "description": "Title of Start paused" + }, + "optionsAbout": { + "message": "Sobre", + "description": "Title of About" + }, + "optionsInstall": { + "message": "Instalación", + "description": "Title of Installation" + }, + "optionsInstallMessage": { + "message": "Vaya al siguiente enlace para instalar la aplicación para su sistema operativo.", + "description": "Tells the user how to install the application." + }, + "optionsInstallMessageLink": { + "message": "Visite el sitio web de ArrowDL", + "description": "Link to the application URL." + }, + "optionsRefresh": { + "message": "Refrescar información $SYMBOL$", + "description": "Title of Refresh information", + "placeholders": { + "symbol" : { + "content" : "$1" + } + } + }, + + "optionsStatus": { + "message": "Estatus:", + "description": "Title of Status" + }, + "optionsOk": { + "message": "Aceptar", + "description": "Title of Ok" + }, + "optionsDetectedPath": { + "message": "Camino detectado:", + "description": "Title of Detected path" + }, + "optionsError": { + "message": "Error: no puedo encontrar el lanzador", + "description": "Title of Error" + }, + "optionsInstructions": { + "message": "Sigue las instrucciones de abajo.", + "description": "Title of Instructions" + } +} diff --git a/web-extension/extension/src/base/_locales/es_US/messages.json b/web-extension/extension/src/base/_locales/es_US/messages.json new file mode 100644 index 00000000..fc045078 --- /dev/null +++ b/web-extension/extension/src/base/_locales/es_US/messages.json @@ -0,0 +1,187 @@ +{ + "extensionName": { + "message": "ArrowDL - Arrow Downloader", + "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." + }, + "extensionDescription": { + "message": "The easy way to download images, torrents, videos and music, from any website", + "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." + }, + + + "contextMenuSavePage": { + "message": "Save page", + "description": "Title of the context menu for Save page" + }, + "contextMenuSaveFrame": { + "message": "Save frame", + "description": "Title of the context menu for Save frame" + }, + "contextMenuSaveSelection": { + "message": "Save selection", + "description": "Title of the context menu for Save selection" + }, + "contextMenuSaveLink": { + "message": "Save link", + "description": "Title of the context menu for Save link" + }, + "contextMenuSaveEditable": { + "message": "Save editable", + "description": "Title of the context menu for Save editable" + }, + "contextMenuSaveImage": { + "message": "Save image", + "description": "Title of the context menu for Save image" + }, + "contextMenuSaveVideo": { + "message": "Save video", + "description": "Title of the context menu for Save video" + }, + "contextMenuSaveAudio": { + "message": "Save audio", + "description": "Title of the context menu for Save audio" + }, + "contextMenuSaveLauncher": { + "message": "Save launcher", + "description": "Title of the context menu for Save launcher" + }, + + + "popupDownload": { + "message": "Download...", + "description": "Title of the context menu for Download..." + }, + "popupDownloadLinks": { + "message": "Download links", + "description": "Title of the context menu for Download links" + }, + "popupDownloadLinksPaused": { + "message": "Download links (paused)", + "description": "Title of the context menu for Download links (paused)" + }, + "popupDownloadContent": { + "message": "Download content", + "description": "Title of the context menu for Download content" + }, + "popupDownloadContentPaused": { + "message": "Download content (paused)", + "description": "Title of the context menu for Download content (paused)" + }, + "popupOpen": { + "message": "Open ArrowDL", + "description": "Title of the context menu for Open ArrowDL" + }, + "popupPreferences": { + "message": "Preferences...", + "description": "Title of the context menu for Preferences..." + }, + "popupOptions": { + "message": "Options...", + "description": "Title of the context menu for Options..." + }, + "popupVisitWebsite": { + "message": "Visit ArrowDL website", + "description": "Title of the context menu for Visit ArrowDL website" + }, + + "popupError": { + "message": "Error", + "description": "Title of Error" + }, + "popupError1": { + "message": "Can't find the application", + "description": "Error message 1" + }, + "popupError2": { + "message": "Open 'Options' to check", + "description": "Error message 2" + }, + "popupRemark": { + "message": "Remark", + "description": "Title of Remark" + }, + "popupRemark1": { + "message": "Incognito Mode disables
download features", + "description": "Remark message 1" + }, + + + "optionsMainTitle": { + "message": "Options", + "description": "Title of Options" + }, + "optionsToolbarMenu": { + "message": "Toolbar Menu", + "description": "Title of Toolbar Menu" + }, + "optionsShowSimpleMenu": { + "message": "Show simple menu (always ask what to do)", + "description": "Title of Show simple menu" + }, + "optionsShowFullMenu": { + "message": "Show full menu", + "description": "Title of Show full menu" + }, + "optionsShowFullMenuDescription": { + "message": "Simple download, and immediate download for:", + "description": "Description of Show full menu" + }, + "optionsChoiceGetLinks": { + "message": "Links", + "description": "Title of Links" + }, + "optionsChoiceGetContent": { + "message": "Content", + "description": "Title of Content" + }, + "optionsChoiceStartPaused": { + "message": "Start paused", + "description": "Title of Start paused" + }, + "optionsAbout": { + "message": "About", + "description": "Title of About" + }, + "optionsInstall": { + "message": "Installation", + "description": "Title of Installation" + }, + "optionsInstallMessage": { + "message": "Go to link below to install the application for your operating system.", + "description": "Tells the user how to install the application." + }, + "optionsInstallMessageLink": { + "message": "Visit ArrowDL website", + "description": "Link to the application URL." + }, + "optionsRefresh": { + "message": "Refresh information $SYMBOL$", + "description": "Title of Refresh information", + "placeholders": { + "symbol" : { + "content" : "$1" + } + } + }, + + "optionsStatus": { + "message": "Status:", + "description": "Title of Status" + }, + "optionsOk": { + "message": "Ok", + "description": "Title of Ok" + }, + "optionsDetectedPath": { + "message": "Detected path:", + "description": "Title of Detected path" + }, + "optionsError": { + "message": "Error: Can't find the launcher", + "description": "Title of Error" + }, + "optionsInstructions": { + "message": "Follow the instructions below.", + "description": "Title of Instructions" + } +} diff --git a/web-extension/extension/src/base/_locales/fr/messages.json b/web-extension/extension/src/base/_locales/fr/messages.json index f7396aeb..826f9940 100644 --- a/web-extension/extension/src/base/_locales/fr/messages.json +++ b/web-extension/extension/src/base/_locales/fr/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "Gestionnaire de téléchargement de masse pour votre navigateur", + "message": "Le moyen facile de télécharger des images, des torrents, des vidéos et de la musique depuis n'importe quel site Web.", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/hu/messages.json b/web-extension/extension/src/base/_locales/hu/messages.json index aa52d006..14353d6e 100644 --- a/web-extension/extension/src/base/_locales/hu/messages.json +++ b/web-extension/extension/src/base/_locales/hu/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "A megfelelő letöltéskezelő a böngészőhöz", + "message": "A képek, torrentek, videók és zene letöltésének egyszerű módja bármely webhelyről", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/it/messages.json b/web-extension/extension/src/base/_locales/it/messages.json index 722c2bb7..d632f5cc 100644 --- a/web-extension/extension/src/base/_locales/it/messages.json +++ b/web-extension/extension/src/base/_locales/it/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "Il perfetto gestore download per il tuo browser", + "message": "Il modo più semplice per scaricare immagini, torrent, video e musica da qualsiasi sito web", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/ja/messages.json b/web-extension/extension/src/base/_locales/ja/messages.json index 2ea6d075..0102bc81 100644 --- a/web-extension/extension/src/base/_locales/ja/messages.json +++ b/web-extension/extension/src/base/_locales/ja/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "あらゆる Web サイトから画像、トレント、ビデオ、音楽を簡単にダウンロードする方法", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/ko/messages.json b/web-extension/extension/src/base/_locales/ko/messages.json index 2ea6d075..31c3f008 100644 --- a/web-extension/extension/src/base/_locales/ko/messages.json +++ b/web-extension/extension/src/base/_locales/ko/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "모든 웹사이트에서 이미지, 토렌트, 비디오, 음악을 다운로드하는 쉬운 방법", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/nl/messages.json b/web-extension/extension/src/base/_locales/nl/messages.json index 6df4964a..4daf0032 100644 --- a/web-extension/extension/src/base/_locales/nl/messages.json +++ b/web-extension/extension/src/base/_locales/nl/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "De gemakkelijke manier om afbeeldingen, torrents, video's en muziek te downloaden vanaf elke website", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, @@ -48,7 +48,7 @@ "popupDownload": { - "message": "Download...", + "message": "Downloaden...", "description": "Title of the context menu for Download..." }, "popupDownloadLinks": { @@ -56,7 +56,7 @@ "description": "Title of the context menu for Download links" }, "popupDownloadLinksPaused": { - "message": "Download links (paused)", + "message": "Download links (onderbroken)", "description": "Title of the context menu for Download links (paused)" }, "popupDownloadContent": { diff --git a/web-extension/extension/src/base/_locales/pl/messages.json b/web-extension/extension/src/base/_locales/pl/messages.json index 2ea6d075..2fb7c0b8 100644 --- a/web-extension/extension/src/base/_locales/pl/messages.json +++ b/web-extension/extension/src/base/_locales/pl/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "Łatwy sposób pobierania obrazów, torrentów, filmów i muzyki z dowolnej witryny internetowej", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/pt_BR/messages.json b/web-extension/extension/src/base/_locales/pt_BR/messages.json index 5a026143..9d6b3768 100644 --- a/web-extension/extension/src/base/_locales/pt_BR/messages.json +++ b/web-extension/extension/src/base/_locales/pt_BR/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "O gerenciador de downloads certo para o seu navegador.", + "message": "A maneira fácil de baixar imagens, torrents, vídeos e músicas de qualquer site", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, @@ -131,7 +131,7 @@ "description": "Title of Links" }, "optionsChoiceGetContent": { - "message": "Conteúdo contido na página", + "message": "Conteúdo", "description": "Title of Content" }, "optionsChoiceStartPaused": { @@ -169,7 +169,7 @@ "description": "Title of Status" }, "optionsOk": { - "message": "Ok", + "message": "OK", "description": "Title of Ok" }, "optionsDetectedPath": { diff --git a/web-extension/extension/src/base/_locales/pt_PT/messages.json b/web-extension/extension/src/base/_locales/pt_PT/messages.json index 2ea6d075..bb1cafb3 100644 --- a/web-extension/extension/src/base/_locales/pt_PT/messages.json +++ b/web-extension/extension/src/base/_locales/pt_PT/messages.json @@ -1,129 +1,129 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "A maneira fácil de baixar imagens, torrents, vídeos e músicas de qualquer site", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, "contextMenuSavePage": { - "message": "Save page", + "message": "Salvar página", "description": "Title of the context menu for Save page" }, "contextMenuSaveFrame": { - "message": "Save frame", + "message": "Salvar quadro", "description": "Title of the context menu for Save frame" }, "contextMenuSaveSelection": { - "message": "Save selection", + "message": "Inverter seleção", "description": "Title of the context menu for Save selection" }, "contextMenuSaveLink": { - "message": "Save link", + "message": "Salvar link", "description": "Title of the context menu for Save link" }, "contextMenuSaveEditable": { - "message": "Save editable", + "message": "Salvar editável", "description": "Title of the context menu for Save editable" }, "contextMenuSaveImage": { - "message": "Save image", + "message": "Salvar imagem", "description": "Title of the context menu for Save image" }, "contextMenuSaveVideo": { - "message": "Save video", + "message": "Salvar vídeo", "description": "Title of the context menu for Save video" }, "contextMenuSaveAudio": { - "message": "Save audio", + "message": "Salvar áudio", "description": "Title of the context menu for Save audio" }, "contextMenuSaveLauncher": { - "message": "Save launcher", + "message": "Salvar lançador", "description": "Title of the context menu for Save launcher" }, "popupDownload": { - "message": "Download...", + "message": "Baixar...", "description": "Title of the context menu for Download..." }, "popupDownloadLinks": { - "message": "Download links", + "message": "Baixar links", "description": "Title of the context menu for Download links" }, "popupDownloadLinksPaused": { - "message": "Download links (paused)", + "message": "Baixar links (pausado)", "description": "Title of the context menu for Download links (paused)" }, "popupDownloadContent": { - "message": "Download content", + "message": "Baixar conteúdo", "description": "Title of the context menu for Download content" }, "popupDownloadContentPaused": { - "message": "Download content (paused)", + "message": "Baixar conteúdo (pausado)", "description": "Title of the context menu for Download content (paused)" }, "popupOpen": { - "message": "Open ArrowDL", + "message": "Abrir o ArrowDL", "description": "Title of the context menu for Open ArrowDL" }, "popupPreferences": { - "message": "Preferences...", + "message": "Preferências...", "description": "Title of the context menu for Preferences..." }, "popupOptions": { - "message": "Options...", + "message": "Opções...", "description": "Title of the context menu for Options..." }, "popupVisitWebsite": { - "message": "Visit ArrowDL website", + "message": "Visitar o site do ArrowDL", "description": "Title of the context menu for Visit ArrowDL website" }, "popupError": { - "message": "Error", + "message": "Erro", "description": "Title of Error" }, "popupError1": { - "message": "Can't find the application", + "message": "Aplicativo não encontrado", "description": "Error message 1" }, "popupError2": { - "message": "Open 'Options' to check", + "message": "Clique em 'Opções' para obter detalhes", "description": "Error message 2" }, "popupRemark": { - "message": "Remark", + "message": "Observação", "description": "Title of Remark" }, "popupRemark1": { - "message": "Incognito Mode disables
download features", + "message": "O modo de navegação anônima desativa
as funções de download", "description": "Remark message 1" }, "optionsMainTitle": { - "message": "Options", + "message": "Opções", "description": "Title of Options" }, "optionsToolbarMenu": { - "message": "Toolbar Menu", + "message": "Menu da barra de ferramentas", "description": "Title of Toolbar Menu" }, "optionsShowSimpleMenu": { - "message": "Show simple menu (always ask what to do)", + "message": "Exibir menu simplificado (sempre perguntar o que fazer)", "description": "Title of Show simple menu" }, "optionsShowFullMenu": { - "message": "Show full menu", + "message": "Exibir menu completo", "description": "Title of Show full menu" }, "optionsShowFullMenuDescription": { - "message": "Simple download, and immediate download for:", + "message": "Download simples e instantâneo de:", "description": "Description of Show full menu" }, "optionsChoiceGetLinks": { @@ -131,31 +131,31 @@ "description": "Title of Links" }, "optionsChoiceGetContent": { - "message": "Content", + "message": "Conteúdo", "description": "Title of Content" }, "optionsChoiceStartPaused": { - "message": "Start paused", + "message": "Iniciar pausado", "description": "Title of Start paused" }, "optionsAbout": { - "message": "About", + "message": "Sobre", "description": "Title of About" }, "optionsInstall": { - "message": "Installation", + "message": "Instalação", "description": "Title of Installation" }, "optionsInstallMessage": { - "message": "Go to link below to install the application for your operating system.", + "message": "Vá até a página abaixo para instalar o aplicativo em seu sistema operacional.", "description": "Tells the user how to install the application." }, "optionsInstallMessageLink": { - "message": "Visit ArrowDL website", + "message": "Visitar o site do ArrowDL", "description": "Link to the application URL." }, "optionsRefresh": { - "message": "Refresh information $SYMBOL$", + "message": "Atualizar informações $SYMBOL$", "description": "Title of Refresh information", "placeholders": { "symbol" : { @@ -165,23 +165,23 @@ }, "optionsStatus": { - "message": "Status:", + "message": "Estado:", "description": "Title of Status" }, "optionsOk": { - "message": "Ok", + "message": "OK", "description": "Title of Ok" }, "optionsDetectedPath": { - "message": "Detected path:", + "message": "Caminho detectado:", "description": "Title of Detected path" }, "optionsError": { - "message": "Error: Can't find the launcher", + "message": "Erro: lançador do aplicativo não encontrado", "description": "Title of Error" }, "optionsInstructions": { - "message": "Follow the instructions below.", + "message": "Siga as instruções abaixo.", "description": "Title of Instructions" } } diff --git a/web-extension/extension/src/base/_locales/ru/messages.json b/web-extension/extension/src/base/_locales/ru/messages.json index 2ea6d075..77593205 100644 --- a/web-extension/extension/src/base/_locales/ru/messages.json +++ b/web-extension/extension/src/base/_locales/ru/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "Простой способ загрузки изображений, торрентов, видео и музыки с любого веб-сайта", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/vi/messages.json b/web-extension/extension/src/base/_locales/vi/messages.json index 2ea6d075..250a32ec 100644 --- a/web-extension/extension/src/base/_locales/vi/messages.json +++ b/web-extension/extension/src/base/_locales/vi/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "ArrowDL", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "The Right Download Manager for your browser", + "message": "Cách dễ dàng để tải xuống hình ảnh, torrent, video và nhạc từ bất kỳ trang web nào", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/zh_CN/messages.json b/web-extension/extension/src/base/_locales/zh_CN/messages.json index 8416ccd0..d465678b 100644 --- a/web-extension/extension/src/base/_locales/zh_CN/messages.json +++ b/web-extension/extension/src/base/_locales/zh_CN/messages.json @@ -1,10 +1,10 @@ { "extensionName": { - "message": "立即下载", + "message": "ArrowDL - Arrow Downloader", "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." }, "extensionDescription": { - "message": "适合您浏览器的下载管理器", + "message": "从任何网站下载图像、种子、视频和音乐的简单方法", "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." }, diff --git a/web-extension/extension/src/base/_locales/zh_TW/messages.json b/web-extension/extension/src/base/_locales/zh_TW/messages.json new file mode 100644 index 00000000..e6464f42 --- /dev/null +++ b/web-extension/extension/src/base/_locales/zh_TW/messages.json @@ -0,0 +1,187 @@ +{ + "extensionName": { + "message": "ArrowDL - Arrow 下載器", + "description": "Name of the extension, displayed in the web store. Should not exceed 45 characters." + }, + "extensionDescription": { + "message": "輕易地從任何網站下載圖片、Torrent、影片以及音樂", + "description": "Description of the extension, displayed in the web store. Should not exceed 132 characters." + }, + + + "contextMenuSavePage": { + "message": "儲存頁面", + "description": "Title of the context menu for Save page" + }, + "contextMenuSaveFrame": { + "message": "儲存影格", + "description": "Title of the context menu for Save frame" + }, + "contextMenuSaveSelection": { + "message": "儲存選擇", + "description": "Title of the context menu for Save selection" + }, + "contextMenuSaveLink": { + "message": "儲存連結", + "description": "Title of the context menu for Save link" + }, + "contextMenuSaveEditable": { + "message": "儲存可編輯", + "description": "Title of the context menu for Save editable" + }, + "contextMenuSaveImage": { + "message": "儲存圖片", + "description": "Title of the context menu for Save image" + }, + "contextMenuSaveVideo": { + "message": "儲存影片", + "description": "Title of the context menu for Save video" + }, + "contextMenuSaveAudio": { + "message": "儲存音訊", + "description": "Title of the context menu for Save audio" + }, + "contextMenuSaveLauncher": { + "message": "儲存啟動器", + "description": "Title of the context menu for Save launcher" + }, + + + "popupDownload": { + "message": "下載…", + "description": "Title of the context menu for Download..." + }, + "popupDownloadLinks": { + "message": "下載連結", + "description": "Title of the context menu for Download links" + }, + "popupDownloadLinksPaused": { + "message": "下載連結(已暫停)", + "description": "Title of the context menu for Download links (paused)" + }, + "popupDownloadContent": { + "message": "下載內容", + "description": "Title of the context menu for Download content" + }, + "popupDownloadContentPaused": { + "message": "下載內容(已暫停)", + "description": "Title of the context menu for Download content (paused)" + }, + "popupOpen": { + "message": "開啟 ArrowDL", + "description": "Title of the context menu for Open ArrowDL" + }, + "popupPreferences": { + "message": "偏好設定…", + "description": "Title of the context menu for Preferences..." + }, + "popupOptions": { + "message": "選項…", + "description": "Title of the context menu for Options..." + }, + "popupVisitWebsite": { + "message": "前往 ArrowDL 網站", + "description": "Title of the context menu for Visit ArrowDL website" + }, + + "popupError": { + "message": "錯誤", + "description": "Title of Error" + }, + "popupError1": { + "message": "找不到到應用程式", + "description": "Error message 1" + }, + "popupError2": { + "message": "開啟「選項」以檢查", + "description": "Error message 2" + }, + "popupRemark": { + "message": "註釋", + "description": "Title of Remark" + }, + "popupRemark1": { + "message": "隱身模式禁用
下載功能", + "description": "Remark message 1" + }, + + + "optionsMainTitle": { + "message": "選項", + "description": "Title of Options" + }, + "optionsToolbarMenu": { + "message": "工具列選單", + "description": "Title of Toolbar Menu" + }, + "optionsShowSimpleMenu": { + "message": "顯示簡易選單(總是詢問做什麼)", + "description": "Title of Show simple menu" + }, + "optionsShowFullMenu": { + "message": "顯示完整選單", + "description": "Title of Show full menu" + }, + "optionsShowFullMenuDescription": { + "message": "簡易下載,並立即下載:", + "description": "Description of Show full menu" + }, + "optionsChoiceGetLinks": { + "message": "連結", + "description": "Title of Links" + }, + "optionsChoiceGetContent": { + "message": "內容", + "description": "Title of Content" + }, + "optionsChoiceStartPaused": { + "message": "開始已暫停", + "description": "Title of Start paused" + }, + "optionsAbout": { + "message": "關於", + "description": "Title of About" + }, + "optionsInstall": { + "message": "安裝", + "description": "Title of Installation" + }, + "optionsInstallMessage": { + "message": "前往以下連結以為您的作業系統安裝應用程式。", + "description": "Tells the user how to install the application." + }, + "optionsInstallMessageLink": { + "message": "前往 ArrowDL 網站", + "description": "Link to the application URL." + }, + "optionsRefresh": { + "message": "重新整理資訊 $SYMBOL$", + "description": "Title of Refresh information", + "placeholders": { + "symbol" : { + "content" : "$1" + } + } + }, + + "optionsStatus": { + "message": "狀態:", + "description": "Title of Status" + }, + "optionsOk": { + "message": "確認", + "description": "Title of Ok" + }, + "optionsDetectedPath": { + "message": "檢測到的路徑:", + "description": "Title of Detected path" + }, + "optionsError": { + "message": "錯誤:找不到啟動器", + "description": "Title of Error" + }, + "optionsInstructions": { + "message": "請遵從以下說明。", + "description": "Title of Instructions" + } +} diff --git a/web-extension/launcher/.gitignore b/web-extension/launcher/.gitignore deleted file mode 100644 index b4887908..00000000 --- a/web-extension/launcher/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# ============================================================================== -# Below we forbid everything and only allow what we know, that's much easier -# than blocking about 500 different test files and bug report outputs. -# ============================================================================== -/.* -/* -!/.gitignore -!/macx -!/unix -!/windows -!/CMakeLists.txt -!/launcher.cpp -!/launcher.pro diff --git a/web-extension/launcher/macx/launcher-manifest-chrome.json b/web-extension/launcher/macx/launcher-manifest-chrome.json index 4b419971..f6556c1a 100644 --- a/web-extension/launcher/macx/launcher-manifest-chrome.json +++ b/web-extension/launcher/macx/launcher-manifest-chrome.json @@ -1,5 +1,5 @@ { - "name": "com.setvisible.arrowdl", + "name": "com.arrowdl.extension", "description": "ArrowDL Launcher Host for Native Messaging", "path": "/ABSOLUTE/PATH/TO/APP/DIRECTORY/launcher", "type": "stdio", diff --git a/web-extension/launcher/macx/launcher-manifest-edge.json b/web-extension/launcher/macx/launcher-manifest-edge.json new file mode 100644 index 00000000..89fc267a --- /dev/null +++ b/web-extension/launcher/macx/launcher-manifest-edge.json @@ -0,0 +1,7 @@ +{ + "name": "com.arrowdl.extension", + "description": "ArrowDL Launcher Host for Native Messaging", + "path": "/ABSOLUTE/PATH/TO/APP/DIRECTORY/launcher", + "type": "stdio", + "allowed_origins": [ "chrome-extension://dncbgpeljmbgmohpfbhpaieglgkplbfj/" ] +} diff --git a/web-extension/launcher/macx/launcher-manifest-firefox.json b/web-extension/launcher/macx/launcher-manifest-firefox.json index 31e3d3b4..b52014b5 100644 --- a/web-extension/launcher/macx/launcher-manifest-firefox.json +++ b/web-extension/launcher/macx/launcher-manifest-firefox.json @@ -1,5 +1,5 @@ { - "name": "ArrowDL", + "name": "com.arrowdl.extension", "description": "ArrowDL Launcher Host for Native Messaging", "path": "/ABSOLUTE/PATH/TO/APP/DIRECTORY/launcher", "type": "stdio", diff --git a/web-extension/launcher/unix/launcher-manifest-chrome.json b/web-extension/launcher/unix/launcher-manifest-chrome.json index 4b419971..f6556c1a 100644 --- a/web-extension/launcher/unix/launcher-manifest-chrome.json +++ b/web-extension/launcher/unix/launcher-manifest-chrome.json @@ -1,5 +1,5 @@ { - "name": "com.setvisible.arrowdl", + "name": "com.arrowdl.extension", "description": "ArrowDL Launcher Host for Native Messaging", "path": "/ABSOLUTE/PATH/TO/APP/DIRECTORY/launcher", "type": "stdio", diff --git a/web-extension/launcher/unix/launcher-manifest-edge.json b/web-extension/launcher/unix/launcher-manifest-edge.json new file mode 100644 index 00000000..89fc267a --- /dev/null +++ b/web-extension/launcher/unix/launcher-manifest-edge.json @@ -0,0 +1,7 @@ +{ + "name": "com.arrowdl.extension", + "description": "ArrowDL Launcher Host for Native Messaging", + "path": "/ABSOLUTE/PATH/TO/APP/DIRECTORY/launcher", + "type": "stdio", + "allowed_origins": [ "chrome-extension://dncbgpeljmbgmohpfbhpaieglgkplbfj/" ] +} diff --git a/web-extension/launcher/unix/launcher-manifest-firefox.json b/web-extension/launcher/unix/launcher-manifest-firefox.json index 31e3d3b4..b52014b5 100644 --- a/web-extension/launcher/unix/launcher-manifest-firefox.json +++ b/web-extension/launcher/unix/launcher-manifest-firefox.json @@ -1,5 +1,5 @@ { - "name": "ArrowDL", + "name": "com.arrowdl.extension", "description": "ArrowDL Launcher Host for Native Messaging", "path": "/ABSOLUTE/PATH/TO/APP/DIRECTORY/launcher", "type": "stdio", diff --git a/web-extension/launcher/windows/launcher-manifest-edge.json b/web-extension/launcher/windows/launcher-manifest-edge.json new file mode 100644 index 00000000..3c728eef --- /dev/null +++ b/web-extension/launcher/windows/launcher-manifest-edge.json @@ -0,0 +1,7 @@ +{ + "name": "com.arrowdl.extension", + "description": "ArrowDL Launcher Host for Native Messaging", + "path": "launcher.exe", + "type": "stdio", + "allowed_origins": [ "chrome-extension://dncbgpeljmbgmohpfbhpaieglgkplbfj/" ] +} diff --git a/web-extension/setup/unix/install.sh b/web-extension/setup/unix/install.sh index 1bc49b32..9835db79 100644 --- a/web-extension/setup/unix/install.sh +++ b/web-extension/setup/unix/install.sh @@ -27,7 +27,7 @@ install_manifest () { echo "" } -TITLE='Mozilla' +TITLE='Mozilla Firefox' SOURCE=./launcher-manifest-firefox.json DESTINATION=~/.mozilla/native-messaging-hosts TARGET_NAME="com.arrowdl.extension" @@ -39,3 +39,17 @@ SOURCE=./launcher-manifest-chrome.json DESTINATION=~/.config/chromium/NativeMessagingHosts/ TARGET_NAME="com.arrowdl.extension" install_manifest $TITLE $SOURCE $DESTINATION $TARGET_NAME + + +TITLE='Google (Chromium) Chrome' +SOURCE=./launcher-manifest-chrome.json +DESTINATION=~/.config/google-chrome/NativeMessagingHosts/ +TARGET_NAME="com.arrowdl.extension" +install_manifest $TITLE $SOURCE $DESTINATION $TARGET_NAME + + +TITLE='Microsoft (Chromium) Edge' +SOURCE=./launcher-manifest-edge.json +DESTINATION=~/.config/microsoft-edge/NativeMessagingHosts/ +TARGET_NAME="com.arrowdl.extension" +install_manifest $TITLE $SOURCE $DESTINATION $TARGET_NAME diff --git a/web-extension/setup/unix/uninstall.sh b/web-extension/setup/unix/uninstall.sh index 11091ea3..f2c40e03 100644 --- a/web-extension/setup/unix/uninstall.sh +++ b/web-extension/setup/unix/uninstall.sh @@ -17,7 +17,7 @@ uninstall_manifest () { echo "" } -TITLE='Mozilla' +TITLE='Mozilla Firefox' SOURCE=./launcher-manifest-firefox.json DESTINATION=~/.mozilla/native-messaging-hosts TARGET_NAME="com.arrowdl.extension" @@ -29,3 +29,17 @@ SOURCE=./launcher-manifest-chrome.json DESTINATION=~/.config/chromium/NativeMessagingHosts/ TARGET_NAME="com.arrowdl.extension" uninstall_manifest $TITLE $SOURCE $DESTINATION $TARGET_NAME + + +TITLE='Google (Chromium) Chrome' +SOURCE=./launcher-manifest-chrome.json +DESTINATION=~/.config/google-chrome/NativeMessagingHosts/ +TARGET_NAME="com.arrowdl.extension" +uninstall_manifest $TITLE $SOURCE $DESTINATION $TARGET_NAME + + +TITLE='Microsoft (Chromium) Edge' +SOURCE=./launcher-manifest-edge.json +DESTINATION=~/.config/microsoft-edge/NativeMessagingHosts/ +TARGET_NAME="com.arrowdl.extension" +uninstall_manifest $TITLE $SOURCE $DESTINATION $TARGET_NAME diff --git a/web-extension/setup/windows/install.bat b/web-extension/setup/windows/install.bat index e9094bba..fbe3d993 100644 --- a/web-extension/setup/windows/install.bat +++ b/web-extension/setup/windows/install.bat @@ -40,6 +40,12 @@ ECHO --------------------------------- ECHO Key: HKCU\SOFTWARE\Mozilla\NativeMessagingHosts\com.arrowdl.extension REG ADD "HKCU\SOFTWARE\Mozilla\NativeMessagingHosts\com.arrowdl.extension" /ve /t REG_SZ /d "%INSTALL_PATH%\launcher-manifest-firefox.json" /f +ECHO. +ECHO Writting to Edge Registry... +ECHO --------------------------------- +ECHO Key: HKCU\Software\Microsoft\Edge\NativeMessagingHosts\com.arrowdl.extension +REG ADD "HKCU\Software\Microsoft\Edge\NativeMessagingHosts\com.arrowdl.extension" /ve /t REG_SZ /d "%INSTALL_PATH%\launcher-manifest-edge.json" /f + ECHO. ECHO Writting to Waterfox Registry... ECHO --------------------------------- diff --git a/web-extension/setup/windows/uninstall.bat b/web-extension/setup/windows/uninstall.bat index fca342f4..84441690 100644 --- a/web-extension/setup/windows/uninstall.bat +++ b/web-extension/setup/windows/uninstall.bat @@ -24,6 +24,11 @@ ECHO Deleting Chrome Registry... ECHO --------------------------------- REG DELETE "HKCU\Software\Google\Chrome\NativeMessagingHosts\com.arrowdl.extension" /f +ECHO. +ECHO Deleting Edge Registry... +ECHO --------------------------------- +REG DELETE "HKCU\Software\Microsoft\Edge\NativeMessagingHosts\com.arrowdl.extension" /f + ECHO. ECHO Deleting Firefox Registry... ECHO ---------------------------------