fix: audio error message
This commit is contained in:
@@ -84,6 +84,7 @@ export default {
|
||||
'Upload an audio file or start recording',
|
||||
'playground.audio.enablemic':
|
||||
"Enable microphone access in your browser's settings.",
|
||||
'playground.audio.enablemic.doc': 'Refer to',
|
||||
'playground.audio.startrecord': 'Start Recording',
|
||||
'playground.audio.stoprecord': 'Stop Recording',
|
||||
'playground.audio.generating.tips': 'Generated text will appear here.',
|
||||
|
||||
@@ -82,6 +82,7 @@ export default {
|
||||
'playground.audio.texttospeech.tips': '生成的语音将出现在这里',
|
||||
'playground.audio.speechtotext.tips': '上传音频文件或开始录音',
|
||||
'playground.audio.enablemic': '请允许浏览器访问麦克风,以便开始录音',
|
||||
'playground.audio.enablemic.doc': '参考文档',
|
||||
'playground.audio.startrecord': '开始录音',
|
||||
'playground.audio.stoprecord': '停止录音',
|
||||
'playground.audio.generating.tips': '生成的文本将出现在这里',
|
||||
|
||||
Reference in New Issue
Block a user