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": "Bei jedem Start prüfen (mindestens 1 Stunde zwischen Prüfungen)",
|
||||
"check_daily": "Täglich prüfen",
|
||||
"check_weekly": "Wöchentlich prüfen",
|
||||
"check_updates_now": "Jetzt nach Updates suchen",
|
||||
"check_updates_now": "yt-dlp aktualisieren",
|
||||
"update_check_title": "Update-Prüfung",
|
||||
"could_not_determine_version": "Aktuelle yt-dlp-Version konnte nicht bestimmt werden.",
|
||||
"update_available_dialog": "Update verfügbar!\n\nAktuell: {current}\nNeuest: {latest}\n\nVerwenden Sie die Schaltfläche 'yt-dlp aktualisieren' im Hauptfenster zum Aktualisieren.",
|
||||
"update_available_dialog": "Update verfügbar!\n\nAktuell: {current}\nNeuest: {latest}\n\nKlicken Sie auf OK, um mit dem Update fortzufahren.",
|
||||
"up_to_date_dialog": "yt-dlp ist aktuell!\n\nAktuelle Version: {version}",
|
||||
"error_checking_updates": "Fehler bei der Update-Prüfung: {error}",
|
||||
"settings_saved_title": "Einstellungen gespeichert",
|
||||
|
||||
Reference in New Issue
Block a user