Add yt-dlp release channel selection to updater UI
Introduces UI elements and logic for selecting between stable and nightly yt-dlp release channels in the updater tab, with support for switching channels and displaying status. Updates all language files with new strings for channel selection and status messages, and adds a default 'ytdlp_channel' config key.
This commit is contained in:
@@ -267,6 +267,14 @@
|
||||
"error_title": "Erro",
|
||||
"failed_save_settings": "Falha ao salvar configurações de auto-atualização.",
|
||||
"error_saving_settings": "Erro ao salvar configurações de auto-atualização: {error}",
|
||||
"ytdlp_channel": "Canal de Lançamento do yt-dlp",
|
||||
"ytdlp_channel_stable": "Estável (Lançamentos testados)",
|
||||
"ytdlp_channel_nightly": "Nightly (Atualizações diárias, recomendado pelo yt-dlp)",
|
||||
"ytdlp_channel_description": "Escolha entre lançamentos estáveis e nightly. Builds nightly são atualizadas diariamente com as últimas correções e recursos. Você pode trocar de canal a qualquer momento.",
|
||||
"ytdlp_switching_channel": "Mudando para o canal {channel}...",
|
||||
"ytdlp_channel_switched": "✅ Mudado com sucesso para o canal {channel}!",
|
||||
"ytdlp_channel_switch_failed": "❌ Falha ao trocar de canal: {error}",
|
||||
"ytdlp_current_channel": "Canal atual: {channel}",
|
||||
"auto_update_title": "Configurações de Auto-Atualização",
|
||||
"auto_update_header": "🔄 Configurações de Auto-Atualização",
|
||||
"auto_update_description": "Configure atualizações automáticas para o yt-dlp para garantir que você sempre tenha os recursos mais recentes e correções de bugs.",
|
||||
|
||||
Reference in New Issue
Block a user