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": "エラー",
|
||||
"failed_save_settings": "自動更新設定の保存に失敗しました。",
|
||||
"error_saving_settings": "自動更新設定の保存エラー: {error}",
|
||||
"ytdlp_channel": "yt-dlp リリースチャンネル",
|
||||
"ytdlp_channel_stable": "安定版(テスト済みリリース)",
|
||||
"ytdlp_channel_nightly": "Nightly(毎日更新、yt-dlp推奨)",
|
||||
"ytdlp_channel_description": "安定版とNightlyリリースのどちらかを選択してください。Nightlyビルドは最新の修正と機能で毎日更新されます。いつでもチャンネルを切り替えることができます。",
|
||||
"ytdlp_switching_channel": "{channel}チャンネルに切り替え中...",
|
||||
"ytdlp_channel_switched": "✅ {channel}チャンネルへの切り替えに成功しました!",
|
||||
"ytdlp_channel_switch_failed": "❌ チャンネルの切り替えに失敗しました: {error}",
|
||||
"ytdlp_current_channel": "現在のチャンネル: {channel}",
|
||||
"auto_update_title": "自動更新設定",
|
||||
"auto_update_header": "🔄 自動更新設定",
|
||||
"auto_update_description": "yt-dlpの自動更新を設定して、最新の機能とバグ修正を確実に入手してください。",
|
||||
|
||||
Reference in New Issue
Block a user