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:
@@ -330,7 +330,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": "输入 YouTube 视频或播放列表网址",
|
||||
@@ -605,4 +607,4 @@
|
||||
"update_failed": "❌ 更新失败:{error}",
|
||||
"check_failed": "检查更新失败。请检查您的网络连接。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user