Add concurrent connections i18n keys
Add new i18n keys "concurrent_fragments" and "concurrent_fragments_help" to multiple language JSON files (ar, de, en, es, fr, hi, id, it, ja, pl, pt, ru, tr, zh). These expose a UI option for the number of concurrent connections per download with a help string (default: 1, warns about throttling/temporary blocks). Strings were added in English across locales and may need translation.
This commit is contained in:
@@ -342,7 +342,9 @@
|
||||
"filename_format_help": "Доступные переменные: %(title)s, %(uploader)s, %(upload_date)s, %(resolution)s, %(id)s, %(ext)s. Поддерживается стандартный синтаксис шаблона вывода yt-dlp.",
|
||||
"tab_general": "Общие",
|
||||
"tab_format": "Формат",
|
||||
"tab_file": "Файл"
|
||||
"tab_file": "Файл",
|
||||
"concurrent_fragments": "Concurrent Connections",
|
||||
"concurrent_fragments_help": "Number of connections per download. Higher values bypass throttling but may cause temporary blocks if set too high. Default: 1."
|
||||
},
|
||||
"main_ui": {
|
||||
"url_placeholder": "Введите URL видео или плейлиста YouTube",
|
||||
@@ -624,4 +626,4 @@
|
||||
"update_failed": "❌ Ошибка обновления: {error}",
|
||||
"check_failed": "Не удалось проверить обновления. Проверьте подключение к Интернету."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user