TUIContact.ts 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. const TUIContact = {
  2. "群聊通知": "Group Chat Notifications",
  3. "系统通知": "System Notifications",
  4. "我的群聊": "My Group Chats",
  5. "输入ID": "Enter a groupID/userID",
  6. "群名称": "Group name",
  7. "群ID": "Group ID",
  8. "加入群聊": "Join group chat",
  9. "解散群聊": "Disband group chat",
  10. "退出群聊": "Quit group chat",
  11. "进入群聊": "Enter group chat",
  12. "群类型": "Group type",
  13. "请填写验证信息": "Enter the verification info",
  14. "申请加入": "Request to join",
  15. "已申请":"Requested",
  16. "接受": "Accept",
  17. "拒绝": "Refuse",
  18. "已处理": "Handled",
  19. "添加群聊": "add group chat",
  20. "已加入": "joined",
  21. "该群组不存在": "The group does not exist",
  22. "加群": "join",
  23. "我的好友": "Friend",
  24. "发送消息": "Send Message",
  25. "个性签名": "Signature",
  26. "等待管理员同意": "Successful application, waiting for the administrator to agree to join the group application",
  27. "加群成功": "Join the group successfully",
  28. "您已是群成员": "You are already a group member",
  29. "新的联系人": "New Contacts",
  30. "黑名单": "Blocked List",
  31. "无搜索结果": "No Result",
  32. "客服号": "Customer Service List",
  33. "ID": "ID",
  34. "联系人": "User",
  35. "群聊": "Group",
  36. "添加好友/群聊": "Add friend/group",
  37. "备注名": "remark",
  38. "加入黑名单": "block",
  39. "删除好友": "Delete friend",
  40. "等待验证": "waiting for verification",
  41. "验证信息": "verification info",
  42. "发送申请": "Send application",
  43. "加入直播群": "Join AVChatRoom",
  44. "同意": "Agree",
  45. "删除好友成功": "Delete friend success",
  46. "删除好友失败": "Delete friend failed",
  47. "申请已发送": "Application has been sent",
  48. "申请发送失败": "Application failed to send",
  49. "进入会话失败": "Failed to enter session",
  50. "添加好友成功": "Add friend success",
  51. "同意好友申请失败": "Failed to agree to friend request",
  52. "拒绝成功": "Reject friend request success",
  53. "拒绝好友申请失败": "Failed to reject friend request",
  54. "解散群聊成功": "Dismissed group success",
  55. "解散群聊失败": "Dismissed group failed",
  56. "退出群组成功": "Quit group success",
  57. "退出群组失败": "Quit group failed",
  58. "申请入群失败": "Application to join the group failed",
  59. "加入黑名单失败": "Add to blocklist failed",
  60. "移除黑名单失败": "Remove from blocklist failed",
  61. "修改备注失败: 备注长度不得超过 96 字节": "Failed to modify the remark: the length of the remark cannot exceed 96 bytes",
  62. "修改备注成功": "Remark modified success",
  63. "修改备注失败": "Remark modified failed",
  64. }
  65. export default TUIContact;