message.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. const message = {
  2. "tip": {
  3. "群成员": "group members",
  4. "加入群组": "joined the group",
  5. "退出群组": "left the group",
  6. "被": "by",
  7. "踢出群组": "was kicked out of the group",
  8. "成为管理员": "was set as an admin",
  9. "被撤销管理员": "was revoked",
  10. "被禁言": " was unmuted",
  11. "被取消禁言": "cancel the prohibition",
  12. "群提示消息": "group prompt message",
  13. "管理员": "The admin",
  14. "开启全员禁言": "enabled Mute All",
  15. "取消全员禁言": "disabled Mute All",
  16. "成为新的群主": "became the new group owner",
  17. "修改群名为": "changed the group name to",
  18. "发布新公告": "posted a new notice",
  19. "把群公告修改为": "changed the group notice to",
  20. "申请加入群组": "requested to join the group",
  21. "成功加入群组": "Successfully joined the group",
  22. "被拒绝": "The request to join the group was refused",
  23. "你被管理员": "You",
  24. "群": "group",
  25. "解散": "disbanded",
  26. "创建群": "created the group",
  27. "邀请你加群": "invite you to join the group",
  28. "你退出群组" : "You left the group",
  29. "你被": "You were",
  30. "设置为群": "set as group",
  31. "的管理员": "as an admin",
  32. "撤销群": "revoked",
  33. "的管理员身份": "admin role of the group",
  34. "同意加群": "agreed to join the group",
  35. "拒接加群": "refused to join the group",
  36. "自定义群系统通知": "Custom group system notification"
  37. },
  38. "custom": {
  39. "自定义消息": "Custom message",
  40. "通话时长": "Call duration",
  41. "通话结束": "Call End",
  42. "切换语音通话": "Switch voice call",
  43. "切换视频通话": "Switch video call",
  44. "发起通话": "Start a call",
  45. "取消通话": "Cancel",
  46. "已接听": "Answered",
  47. "拒绝通话": "Decline",
  48. "无应答": "No answer",
  49. "对本次服务评价": "Rate this service",
  50. "查看详情>>": "View details >>"
  51. }
  52. }
  53. export default message;