Refactor yt-dlp update flow and update translations
Replaces manual update check logic in DownloadSettingsDialog with a dedicated YTDLPUpdateDialog for progress tracking. Removes the 'Update yt-dlp' button and related logic from the main window. Updates translation strings in all supported languages to reflect the new update dialog flow and button labeling.
This commit is contained in:
+2
-2
@@ -255,10 +255,10 @@
|
||||
"check_startup": "Controlla ad ogni avvio (minimo 1 ora tra i controlli)",
|
||||
"check_daily": "Controlla giornalmente",
|
||||
"check_weekly": "Controlla settimanalmente",
|
||||
"check_updates_now": "Controlla aggiornamenti ora",
|
||||
"check_updates_now": "Aggiorna yt-dlp",
|
||||
"update_check_title": "Controllo aggiornamenti",
|
||||
"could_not_determine_version": "Impossibile determinare la versione corrente di yt-dlp.",
|
||||
"update_available_dialog": "Aggiornamento disponibile!\n\nCorrente: {current}\nUltima: {latest}\n\nUsa il pulsante 'Aggiorna yt-dlp' nella finestra principale per aggiornare.",
|
||||
"update_available_dialog": "Aggiornamento disponibile!\n\nCorrente: {current}\nUltima: {latest}\n\nClicca su OK per procedere con l'aggiornamento.",
|
||||
"up_to_date_dialog": "yt-dlp è aggiornato!\n\nVersione corrente: {version}",
|
||||
"error_checking_updates": "Errore nel controllo aggiornamenti: {error}",
|
||||
"settings_saved_title": "Impostazioni salvate",
|
||||
|
||||
Reference in New Issue
Block a user