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

@ -147,7 +147,7 @@
"settings.sttProvider.custom": "커스텀 OpenAI 호환 엔드포인트",
"settings.sttFallbackToLocal": "로컬 Whisper 자동 폴백",
"settings.sttFallbackToLocalHint": "클라우드 STT 실패 시 오프라인 로컬 Whisper로 자동 전환",
"settings.whisperModel": "Whisper 모델",
"settings.whisperModel": "받아쓰기 모델",
"settings.model.tiny": "tiny (39 MB, 가장 빠름)",
"settings.model.base": "base (74 MB, 균형)",
"settings.model.small": "small (244 MB, 양호)",