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

@ -139,7 +139,7 @@
"settings.sttProvider.custom": "Custom (OpenAI-Compatible)",
"settings.sttFallbackToLocal": "Auto Fallback to Local Whisper",
"settings.sttFallbackToLocalHint": "Automatically switch to offline local Whisper if cloud STT fails",
"settings.whisperModel": "Whisper Model",
"settings.whisperModel": "Dictation model",
"settings.model.tiny": "tiny (39 MB, fastest)",
"settings.model.base": "base (74 MB, balanced)",
"settings.model.small": "small (244 MB, good)",