TUIConversation.ts 1.0 KB

12345678910111213141516171819202122232425
  1. const TUIConversation = {
  2. "发起会话": "Start chat",
  3. "发起单聊": "New one-to-one chat",
  4. "发起群聊": "New group chat",
  5. "请输入userID": "Enter a user ID",
  6. "删除会话": "Delete",
  7. "删除后,将清空该聊天的消息记录": "Once deleted, all chat messages will be cleared.",
  8. "删除后,将清空该群聊的消息记录": "Once deleted, group chat history will be cleared.",
  9. "系统通知": "System notification",
  10. "置顶会话": "Pin",
  11. "取消置顶": "Unpin",
  12. "消息免打扰": "Mute Notifications",
  13. "取消免打扰": "Enable Notifications",
  14. "有人@我": "Someone @ me",
  15. "@所有人": "@All",
  16. "条": "strip",
  17. "我": "me",
  18. "网络异常,请您检查网络设置": "Network exception, please check the network settings",
  19. "您已被群管理员移出群聊": "You have been removed from the group chat by the group administrator",
  20. "该群聊已被解散": "The group chat has been disband",
  21. "您已退出该群聊": "You have left the group chat",
  22. }
  23. export default TUIConversation;