Add analysis-dependent control logic and tooltips
Introduces logic to enable or disable UI controls based on whether video analysis is complete, with appropriate tooltips for disabled states. Updates all language files to include new tooltip strings. Ensures controls like subtitle selection, SponsorBlock, and merge subtitles are only enabled after analysis, improving user guidance and preventing invalid actions.
This commit is contained in:
+4
-1
@@ -320,7 +320,10 @@
|
||||
"select_subtitles": "字幕を選択...",
|
||||
"sponsorblock_categories": "SponsorBlockカテゴリ...",
|
||||
"invalid_url_or_enter": "無効なURLまたはURLを入力してください。",
|
||||
"zero_selected": "0個選択"
|
||||
"zero_selected": "0個選択",
|
||||
"analyze_first_tooltip": "最初に動画を分析してください",
|
||||
"audio_mode_disabled": "音声のみモードでは利用できません",
|
||||
"select_subtitles_first": "最初に字幕を選択してください"
|
||||
},
|
||||
"sponsorblock": {
|
||||
"sponsor": "スポンサー",
|
||||
|
||||
Reference in New Issue
Block a user