chore: audio
This commit is contained in:
@@ -75,5 +75,12 @@ export default {
|
||||
'playground.rerank.rank': 'Rank',
|
||||
'playground.rerank.score': 'Score',
|
||||
'playground.rerank.query.holder': 'Input your query',
|
||||
'playground.image.prompt': 'Input Prompt'
|
||||
'playground.image.prompt': 'Input Prompt',
|
||||
'playground.audio.texttospeech': 'Text to Speech',
|
||||
'playground.audio.speechtotext': 'Speech to Text',
|
||||
'playground.audio.texttospeech.tips': 'Generated speech will appear here',
|
||||
'playground.audio.speechtotext.tips':
|
||||
'Upload an audio file or start recording',
|
||||
'playground.audio.enablemic':
|
||||
"Enable microphone access in your browser's settings."
|
||||
};
|
||||
|
||||
@@ -75,5 +75,10 @@ export default {
|
||||
'playground.rerank.rank': '排序',
|
||||
'playground.rerank.score': '分数',
|
||||
'playground.rerank.query.holder': '输入查询',
|
||||
'playground.image.prompt': '输入提示'
|
||||
'playground.image.prompt': '输入提示',
|
||||
'playground.audio.texttospeech': '文本转语音',
|
||||
'playground.audio.speechtotext': '语音转文本',
|
||||
'playground.audio.texttospeech.tips': '生成的语音将出现在这里',
|
||||
'playground.audio.speechtotext.tips': '上传音频文件或开始录音',
|
||||
'playground.audio.enablemic': '请允许浏览器访问麦克风,以便开始录音'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user