feat: add voice switcher

This commit is contained in:
qixinbo
2026-03-29 15:31:40 +08:00
parent 039f9e4b8b
commit 320817e6db
4 changed files with 35 additions and 2 deletions
+4
View File
@@ -369,5 +369,9 @@
"moreGroup": "More",
"knowledgeBases": "Knowledge Bases",
"voiceSettings": "Voice Input Settings",
"enableVoiceInput": "Enable Voice Input",
"voiceSettingsDisabledHint": "Enable voice input first, then configure server URL",
"voiceInputDisabledHint": "Please enable voice input first",
"voiceInputNotEnabled": "Voice input is disabled. Enable it from profile menu -> More -> Voice Input Settings first.",
"embeddingModels": "Embedding Models"
}
+4
View File
@@ -369,5 +369,9 @@
"moreGroup": "更多",
"knowledgeBases": "知识库管理",
"voiceSettings": "语音输入配置",
"enableVoiceInput": "启用语音输入",
"voiceSettingsDisabledHint": "请先开启语音输入,再配置服务地址",
"voiceInputDisabledHint": "请先开启语音输入",
"voiceInputNotEnabled": "语音输入未开启,请先到左下角用户名 -> 更多 -> 语音输入配置中开启",
"embeddingModels": "Embedding 模型"
}