UNPKG

@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,

42 lines (37 loc) 911 B
import TUIChat from './TUIChat'; import TUIConversation from './TUIConversation'; import TUIGroup from './TUIGroup'; import TUIContact from './TUIContact'; import TUISearch from './TUISearch'; import message from './message'; import component from './component'; import time from './time'; import Words from './words'; import Evaluate from './evaluate'; import Emoji from './emoji'; const messages = { en: { 取消: 'Cancel', 发送: 'Send', 系统通知: 'System notification', 关闭: 'Close', 确定: 'Save', 开始时间: 'Start Date', 结束时间: 'End Date', 消息: 'Messages', 通讯录: 'Contacts', 欢迎使用腾讯云即时通信IM: 'Welcome to Tencent Cloud Chat', TUIChat, TUIConversation, TUIGroup, TUIContact, message, component, time, Evaluate, Words, TUISearch, Emoji, }, }; export default messages;