mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
Add error hint
This commit is contained in:
@@ -201,6 +201,13 @@ export default {
|
||||
'voice.mute': 'Mute',
|
||||
'voice.unmute': 'Unmute',
|
||||
'voice.end': 'End',
|
||||
'voice.error.micPermission': 'Microphone permission denied',
|
||||
'voice.error.network': 'Network error',
|
||||
'voice.error.notInitialized': 'Voice session not initialized',
|
||||
'voice.error.startFailed': 'Failed to start voice session',
|
||||
'voice.error.notAllowed': 'Voice not allowed',
|
||||
'voice.error.connection': 'Connection error',
|
||||
'voice.dismiss': 'Dismiss',
|
||||
|
||||
// Banners
|
||||
'offline.title': 'Offline',
|
||||
|
||||
@@ -203,6 +203,13 @@ export default {
|
||||
'voice.mute': '静音',
|
||||
'voice.unmute': '取消静音',
|
||||
'voice.end': '结束',
|
||||
'voice.error.micPermission': '麦克风权限被拒绝',
|
||||
'voice.error.network': '网络错误',
|
||||
'voice.error.notInitialized': '语音会话未初始化',
|
||||
'voice.error.startFailed': '启动语音会话失败',
|
||||
'voice.error.notAllowed': '语音功能不可用',
|
||||
'voice.error.connection': '连接错误',
|
||||
'voice.dismiss': '关闭',
|
||||
|
||||
// Banners
|
||||
'offline.title': '离线',
|
||||
|
||||
Reference in New Issue
Block a user