@tencentcloud/roomkit-web-vue3
Version:
<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,
26 lines (25 loc) • 1.17 kB
JavaScript
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const TUIConversation = {
"发起会话": "Start chat",
"发起单聊": "New one-to-one chat",
"发起群聊": "New group chat",
"请输入userID": "Enter a user ID",
"删除会话": "Delete",
"删除后,将清空该聊天的消息记录": "Once deleted, all chat messages will be cleared.",
"删除后,将清空该群聊的消息记录": "Once deleted, group chat history will be cleared.",
"系统通知": "System notification",
"置顶会话": "Pin",
"取消置顶": "Unpin",
"消息免打扰": "Mute Notifications",
"取消免打扰": "Enable Notifications",
"有人@我": "Someone @ me",
"@所有人": "@All",
"条": "strip",
"我": "me",
"网络异常,请您检查网络设置": "Network exception, please check the network settings",
"您已被群管理员移出群聊": "You have been removed from the group chat by the group administrator",
"该群聊已被解散": "The group chat has been disband",
"您已退出该群聊": "You have left the group chat"
};
exports.default = TUIConversation;
;