mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
feat: voice assistant
This commit is contained in:
@@ -190,6 +190,17 @@ export default {
|
||||
'composer.switchRemote': 'Switch to remote mode',
|
||||
'composer.attach': 'Attach file',
|
||||
'composer.send': 'Send',
|
||||
'composer.stop': 'Stop',
|
||||
'composer.voice': 'Voice assistant',
|
||||
|
||||
// Voice assistant
|
||||
'voice.connecting': 'Connecting...',
|
||||
'voice.active': 'Active',
|
||||
'voice.muted': 'Muted',
|
||||
'voice.error': 'Error',
|
||||
'voice.mute': 'Mute',
|
||||
'voice.unmute': 'Unmute',
|
||||
'voice.end': 'End',
|
||||
|
||||
// Banners
|
||||
'offline.title': 'Offline',
|
||||
|
||||
@@ -192,6 +192,17 @@ export default {
|
||||
'composer.switchRemote': '切换到远程模式',
|
||||
'composer.attach': '添加文件',
|
||||
'composer.send': '发送',
|
||||
'composer.stop': '停止',
|
||||
'composer.voice': '语音助手',
|
||||
|
||||
// Voice assistant
|
||||
'voice.connecting': '连接中...',
|
||||
'voice.active': '活跃',
|
||||
'voice.muted': '已静音',
|
||||
'voice.error': '错误',
|
||||
'voice.mute': '静音',
|
||||
'voice.unmute': '取消静音',
|
||||
'voice.end': '结束',
|
||||
|
||||
// Banners
|
||||
'offline.title': '离线',
|
||||
|
||||
Reference in New Issue
Block a user