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": "Periksa setiap startup (minimal 1 jam antara pemeriksaan)",
|
||||
"check_daily": "Periksa harian",
|
||||
"check_weekly": "Periksa mingguan",
|
||||
"check_updates_now": "Periksa pembaruan sekarang",
|
||||
"check_updates_now": "Perbarui yt-dlp",
|
||||
"update_check_title": "Pemeriksaan pembaruan",
|
||||
"could_not_determine_version": "Tidak dapat menentukan versi yt-dlp saat ini.",
|
||||
"update_available_dialog": "Pembaruan tersedia!\n\nSaat ini: {current}\nTerbaru: {latest}\n\nGunakan tombol 'Perbarui yt-dlp' di jendela utama untuk memperbarui.",
|
||||
"update_available_dialog": "Pembaruan tersedia!\n\nSaat ini: {current}\nTerbaru: {latest}\n\nKlik OK untuk melanjutkan pembaruan.",
|
||||
"up_to_date_dialog": "yt-dlp sudah terbaru!\n\nVersi saat ini: {version}",
|
||||
"error_checking_updates": "Kesalahan memeriksa pembaruan: {error}",
|
||||
"settings_saved_title": "Pengaturan disimpan",
|
||||
|
||||
Reference in New Issue
Block a user