feat: integrate chat voice and diagnostics client
This commit is contained in:
@@ -135,24 +135,19 @@
|
||||
"audioRouteChangeFailed": "无法切换音频输出。",
|
||||
"iosAudioInterrupted": "系统已中断音频(电话通话)",
|
||||
"iosAudioResuming": "音频正在恢复",
|
||||
"settingsAction": "设置",
|
||||
"appSettingsTitle": "设置",
|
||||
"pokeAlertsTitle": "戳一戳提醒",
|
||||
"pokeAlertsDescription": "收到戳一戳时显示弹窗。戳一戳记录始终会保存在频道聊天中。",
|
||||
"pokeDialogTitle": "你被戳了一下",
|
||||
"pokeDialogCloseAction": "关闭",
|
||||
"pokeDialogIncomingNoMessage": "{time} {sender} 戳了你一下",
|
||||
"@pokeDialogIncomingNoMessage": {
|
||||
"pokeSnackBarClearAction": "清除",
|
||||
"pokeSnackBarMoreIndicator": "...",
|
||||
"pokeSnackBarIncomingNoMessage": "{sender} 戳了你一下",
|
||||
"@pokeSnackBarIncomingNoMessage": {
|
||||
"placeholders": {
|
||||
"time": { "type": "String" },
|
||||
"sender": { "type": "String" }
|
||||
}
|
||||
},
|
||||
"pokeDialogIncomingWithMessage": "{time} {sender} 戳了你一下并附带消息",
|
||||
"@pokeDialogIncomingWithMessage": {
|
||||
"pokeSnackBarIncomingWithMessage": "{sender} 戳了你一下:{message}",
|
||||
"@pokeSnackBarIncomingWithMessage": {
|
||||
"placeholders": {
|
||||
"time": { "type": "String" },
|
||||
"sender": { "type": "String" }
|
||||
"sender": { "type": "String" },
|
||||
"message": { "type": "String" }
|
||||
}
|
||||
},
|
||||
"pokeHistorySelfNoMessage": "<{time}> 你戳了“{target}”一下。",
|
||||
|
||||
Reference in New Issue
Block a user