Show error dialog for invalid URLs in GUI

Replaces status label updates with QMessageBox warnings for invalid video URLs in the main UI. Adds 'error_title' translation key to all supported languages for consistent error dialog titles.
This commit is contained in:
oop7
2025-10-31 17:54:02 +02:00
parent 97aaa16cc4
commit 32c2d899ba
15 changed files with 16 additions and 2 deletions
+1
View File
@@ -288,6 +288,7 @@
"all_selected": "すべて選択済み",
"select_videos_all": "動画を選択... (すべて選択済み)",
"please_enter_url": "最初にURLを入力してください",
"error_title": "エラー",
"cookie_file_selected_title": "Cookieファイルが選択されました",
"cookie_file_selected_message": "選択されたCookieファイル: {path}",
"browser_cookies_selected_title": "ブラウザCookieが選択されました",