diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index ad49c53a3..1b0dee251 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -427,6 +427,9 @@ The above is the content you need to summarize.`, uploadFailed: 'Upload failed', regenerate: 'Regenerate', read: 'Read content', + tts: 'Text to speech', + ttsTip: + 'To play the voice using voice conversion, please select TTS (speech conversion model) in the settings first.', }, setting: { profile: 'Profile', diff --git a/web/src/locales/zh-traditional.ts b/web/src/locales/zh-traditional.ts index dc793d905..8140f0b7f 100644 --- a/web/src/locales/zh-traditional.ts +++ b/web/src/locales/zh-traditional.ts @@ -397,6 +397,8 @@ export default { uploadFailed: '上傳失敗', regenerate: '重新生成', read: '朗讀內容', + tts: '文字轉語音', + ttsTip: '是否用語音轉換播放語音,請先在設定裡面選擇TTS(語音轉換模型)。', }, setting: { profile: '概述', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index c7b6ea2ce..772e9a8fa 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -414,6 +414,8 @@ export default { uploadFailed: '上传失败', regenerate: '重新生成', read: '朗读内容', + tts: '文本转语音', + ttsTip: '是否用语音转换播放语音,请先在设置里面选择TTS(语音转换模型)。', }, setting: { profile: '概要', diff --git a/web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx b/web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx index b99ce7b52..7e2fb2736 100644 --- a/web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx +++ b/web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx @@ -99,6 +99,15 @@ const AssistantSetting = ({ show }: ISegmentedContentProps) => { > + + + );