fix(settings): show the live caption model under the dictation model

The caption model selector now sits directly under the dictation model in
the STT tab's Local Whisper card, where people look for it, and stays in the
General tab's caption section as well; both use one shared component. The
first selector is renamed to 'Dictation model' so the two are told apart.
This commit is contained in:
Yun Chan 2026-09-24 22:08:05 +09:00
parent da0da98285
commit ad6bb70c20
15 changed files with 68 additions and 35 deletions

View file

@ -99,7 +99,7 @@
"settings.insertMethod": "挿入方式",
"settings.insertClipboard": "クリップボード (Ctrl+V)",
"settings.insertKeyboard": "キーボード入力",
"settings.whisperModel": "Whisperモデル",
"settings.whisperModel": "音声入力モデル",
"settings.model.tiny": "tiny (39 MB, 最速)",
"settings.model.base": "base (74 MB, バランス)",
"settings.model.small": "small (244 MB, 良好)",