mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:26:25 +08:00
Feat/chat support voice input (#532)
This commit is contained in:
@@ -46,6 +46,11 @@ const translation = {
|
||||
generateNumTip: 'Number of each generated times',
|
||||
tip: 'Using this feature will incur additional tokens overhead',
|
||||
},
|
||||
speechToText: {
|
||||
title: 'Speech to Text',
|
||||
description: 'Once enabled, you can use voice input.',
|
||||
resDes: 'Voice input is enabled',
|
||||
},
|
||||
dataSet: {
|
||||
title: 'Context',
|
||||
noData: 'You can import datasets as context',
|
||||
|
||||
@@ -46,6 +46,11 @@ const translation = {
|
||||
generateNumTip: '每次生成数',
|
||||
tip: '使用此功能将会额外消耗 tokens',
|
||||
},
|
||||
speechToText: {
|
||||
title: '语音转文字',
|
||||
description: '启用后,您可以使用语音输入。',
|
||||
resDes: '语音输入已启用',
|
||||
},
|
||||
dataSet: {
|
||||
title: '上下文',
|
||||
noData: '您可以导入数据集作为上下文',
|
||||
|
||||
@@ -225,6 +225,11 @@ const translation = {
|
||||
viewDoc: 'View documentation',
|
||||
relatedApp: 'linked apps',
|
||||
},
|
||||
voiceInput: {
|
||||
speaking: 'Speak now...',
|
||||
converting: 'Converting to text...',
|
||||
notAllow: 'microphone not authorized',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -226,6 +226,11 @@ const translation = {
|
||||
viewDoc: '查看文档',
|
||||
relatedApp: '个关联应用',
|
||||
},
|
||||
voiceInput: {
|
||||
speaking: '现在讲...',
|
||||
converting: '正在转换为文本...',
|
||||
notAllow: '麦克风未授权',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user