Add whisper and tts ui (#484)

Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
Archer
2023-11-17 00:03:05 +08:00
committed by GitHub
parent f6aea484ce
commit 4358b6de4d
34 changed files with 806 additions and 333 deletions

View File

@@ -73,6 +73,7 @@
"Complete Response": "Complete Response",
"Confirm to clear history": "Confirm to clear history?",
"Confirm to clear share chat history": " Are you sure to delete all chats?",
"Converting to text": "Converting to text...",
"Exit Chat": "Exit",
"Feedback Close": "Close Feedback",
"Feedback Failed": "Feedback Failed",
@@ -216,12 +217,15 @@
"app": {
"Next Step Guide": "Next step guide",
"Question Guide Tip": "At the end of the conversation, three leading questions will be asked.",
"Select TTS": "Select TTS",
"TTS": "Audio Speech",
"TTS Tip": "After this function is enabled, the voice playback function can be used after each conversation. Use of this feature may incur additional charges.",
"tts": {
"Close": "NoUse",
"Model alloy": "Female - Alloy",
"Model echo": "Male - Echo",
"Speech model": "Speech model",
"Speech speed": "Speed",
"Test Listen": "Test",
"Test Listen Text": "Hello, this is FastGPT, how can I help you?",
"Web": "Browser (free)"
@@ -229,10 +233,15 @@
},
"chat": {
"Audio Speech Error": "Audio Speech Error",
"Speaking": "I'm listening...",
"Record": "Speech",
"Restart": "Restart",
"Send Message": "Send Message",
"Stop Speak": "Stop Speak"
"Stop Speak": "Stop Speak",
"Type a message": "Input problem",
"tts": {
"Stop Speech": "Stop"
}
},
"dataset": {
"Choose Dataset": "Choose Dataset",
@@ -580,7 +589,8 @@
"wallet": {
"bill": {
"Audio Speech": "Audio Speech",
"bill username": "User"
"bill username": "User",
"Whisper": "Whisper"
}
}
}

View File

@@ -73,6 +73,7 @@
"Complete Response": "完整响应",
"Confirm to clear history": "确认清空该应用的在线聊天记录?分享和 API 调用的记录不会被清空。",
"Confirm to clear share chat history": "确认删除所有聊天记录?",
"Converting to text": "正在转换为文本...",
"Exit Chat": "退出聊天",
"Feedback Close": "关闭反馈",
"Feedback Failed": "提交反馈异常",
@@ -216,12 +217,15 @@
"app": {
"Next Step Guide": "下一步指引",
"Question Guide Tip": "对话结束后,会为生成 3 个引导性问题。",
"Select TTS": "选择语音播放模式",
"TTS": "语音播报",
"TTS Tip": "开启后,每次对话后可使用语音播放功能。使用该功能可能产生额外费用。",
"tts": {
"Close": "不使用",
"Model alloy": "女声 - Alloy",
"Model echo": "男声 - Echo",
"Speech model": "语音模型",
"Speech speed": "语速",
"Test Listen": "试听",
"Test Listen Text": "你好,我是 FastGPT有什么可以帮助你么",
"Web": "浏览器自带(免费)"
@@ -232,7 +236,12 @@
"Record": "语音输入",
"Restart": "重开对话",
"Send Message": "发送",
"Stop Speak": "停止录音"
"Speaking": "我在听,请说...",
"Stop Speak": "停止录音",
"Type a message": "输入问题",
"tts": {
"Stop Speech": "停止"
}
},
"dataset": {
"Choose Dataset": "关联知识库",
@@ -580,7 +589,8 @@
"wallet": {
"bill": {
"Audio Speech": "语音播报",
"bill username": "用户"
"bill username": "用户",
"Whisper": "语音输入"
}
}
}