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": "Her başlangıçta kontrol et (kontroller arası en az 1 saat)",
|
||||
"check_daily": "Günlük kontrol et",
|
||||
"check_weekly": "Haftalık kontrol et",
|
||||
"check_updates_now": "Şimdi güncellemeleri kontrol et",
|
||||
"check_updates_now": "yt-dlp'yi güncelle",
|
||||
"update_check_title": "Güncelleme kontrolü",
|
||||
"could_not_determine_version": "Mevcut yt-dlp sürümü belirlenemedi.",
|
||||
"update_available_dialog": "Güncelleme mevcut!\n\nMevcut: {current}\nEn son: {latest}\n\nGüncellemek için ana penceredeki 'yt-dlp'yi güncelle' düğmesini kullanın.",
|
||||
"update_available_dialog": "Güncelleme mevcut!\n\nMevcut: {current}\nEn son: {latest}\n\nGüncellemeye devam etmek için Tamam'a tıklayın.",
|
||||
"up_to_date_dialog": "yt-dlp güncel!\n\nMevcut sürüm: {version}",
|
||||
"error_checking_updates": "Güncelleme kontrol hatası: {error}",
|
||||
"settings_saved_title": "Ayarlar kaydedildi",
|
||||
|
||||
Reference in New Issue
Block a user