@tencentcloud/roomkit-electron-vue3 2.7.1 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (540) hide show
  1. package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
  2. package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.mjs +67 -0
  3. package/es/components/Chat/ChatKit/components/TUIChat/index.vue.mjs +1 -1
  4. package/es/components/Chat/ChatKit/components/TUIChat/index.vue2.mjs +23 -10
  5. package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.mjs +1 -1
  6. package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.mjs +14 -1
  7. package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
  8. package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.mjs +1 -1
  9. package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.mjs +13 -13
  10. package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.mjs +1 -1
  11. package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.mjs +2 -2
  12. package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.mjs +1 -1
  13. package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.mjs +1 -1
  14. package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.mjs +1 -1
  15. package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.mjs +1 -1
  16. package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.mjs +2 -1
  17. package/es/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
  18. package/es/components/Chat/ChatKit/components/TUIChat/server.mjs +12 -3
  19. package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.mjs +2 -1
  20. package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.mjs +1 -1
  21. package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.mjs +2 -2
  22. package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.mjs +1 -1
  23. package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.mjs +1 -1
  24. package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
  25. package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.mjs +1 -1
  26. package/es/components/Chat/ChatKit/components/common/Transfer/index.vue2.mjs +3 -3
  27. package/es/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
  28. package/es/components/Chat/ChatKit/locales/en/TUIChat.mjs +5 -2
  29. package/es/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
  30. package/es/components/Chat/ChatKit/locales/en/message.mjs +2 -2
  31. package/es/components/Chat/ChatKit/locales/index.d.ts +4 -1083
  32. package/es/components/Chat/ChatKit/locales/index.mjs +3 -1
  33. package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
  34. package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.mjs +4 -1
  35. package/es/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
  36. package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
  37. package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.mjs +155 -0
  38. package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
  39. package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.mjs +67 -0
  40. package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
  41. package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.mjs +25 -0
  42. package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
  43. package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.mjs +88 -0
  44. package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
  45. package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.mjs +42 -0
  46. package/es/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
  47. package/es/components/Chat/ChatKit/locales/zh_tw/component.mjs +22 -0
  48. package/es/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
  49. package/es/components/Chat/ChatKit/locales/zh_tw/emoji.mjs +4 -0
  50. package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
  51. package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.mjs +12 -0
  52. package/es/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
  53. package/es/components/Chat/ChatKit/locales/zh_tw/index.mjs +39 -0
  54. package/es/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
  55. package/es/components/Chat/ChatKit/locales/zh_tw/message.mjs +63 -0
  56. package/es/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
  57. package/es/components/Chat/ChatKit/locales/zh_tw/time.mjs +38 -0
  58. package/es/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
  59. package/es/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
  60. package/es/components/Chat/ChatKit/locales/zh_tw/words.mjs +15 -0
  61. package/es/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
  62. package/es/components/Chat/ChatKit/utils/riseInput.mjs +45 -0
  63. package/es/components/Chat/index/index.vue.mjs +1 -1
  64. package/es/components/Chat/index/index.vue2.mjs +4 -19
  65. package/es/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
  66. package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +3 -3
  67. package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +1 -1
  68. package/es/components/PreRoom/PasswordDialog.vue.mjs +1 -1
  69. package/es/components/PreRoom/PasswordDialog.vue2.mjs +21 -12
  70. package/es/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
  71. package/es/components/RoomContent/StreamContainer/index.vue.mjs +1 -1
  72. package/es/components/RoomContent/StreamContainer/index.vue2.mjs +111 -262
  73. package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
  74. package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.mjs +11 -0
  75. package/es/components/RoomContent/index.vue.d.ts +1 -14
  76. package/es/components/RoomContent/index.vue.mjs +1 -1
  77. package/es/components/RoomContent/index.vue2.mjs +1 -4
  78. package/es/components/RoomFooter/AIControl.vue.d.ts +1 -5
  79. package/es/components/RoomFooter/AIControl.vue.mjs +1 -1
  80. package/es/components/RoomFooter/AIControl.vue2.mjs +5 -8
  81. package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.mjs +1 -1
  82. package/es/components/RoomFooter/BasicBeauty.vue.mjs +1 -1
  83. package/es/components/RoomFooter/BasicBeauty.vue2.mjs +6 -3
  84. package/es/components/RoomFooter/ChatControl.vue.mjs +2 -1
  85. package/es/components/RoomFooter/EndControl/index.vue.mjs +1 -1
  86. package/es/components/RoomFooter/EndControl/index.vue2.mjs +4 -6
  87. package/es/components/RoomFooter/EndControl/useEndControlHooks.mjs +8 -12
  88. package/es/components/RoomFooter/FullScreenControl.vue.mjs +1 -1
  89. package/es/components/RoomFooter/InviteControl.vue.mjs +1 -1
  90. package/es/components/RoomFooter/InviteControl.vue2.mjs +2 -1
  91. package/es/components/RoomFooter/ManageMemberControl.vue.mjs +1 -1
  92. package/es/components/RoomFooter/MoreControl/index.vue.mjs +1 -1
  93. package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +1 -1
  94. package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +3 -3
  95. package/es/components/RoomFooter/VirtualBackground.vue.mjs +1 -1
  96. package/es/components/RoomFooter/VirtualBackground.vue2.mjs +5 -2
  97. package/es/components/RoomFooter/WhiteboardControl.vue.mjs +13 -3
  98. package/es/components/RoomFooter/index/index.vue.d.ts +1 -5
  99. package/es/components/RoomFooter/index/index.vue.mjs +1 -1
  100. package/es/components/RoomFooter/index/index.vue2.mjs +2 -8
  101. package/es/components/RoomHeader/UserInfo/index.vue.mjs +1 -1
  102. package/es/components/RoomHeader/UserInfo/index.vue2.mjs +3 -2
  103. package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +1 -1
  104. package/es/components/RoomHeader/index/index.vue.d.ts +1 -5
  105. package/es/components/RoomHeader/index/index.vue.mjs +1 -1
  106. package/es/components/RoomHeader/index/index.vue2.mjs +0 -15
  107. package/es/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
  108. package/es/components/RoomHome/RoomControl/index.vue.mjs +1 -1
  109. package/es/components/RoomHome/RoomControl/index.vue2.mjs +1 -2
  110. package/es/components/RoomInvite/InvitationNotification.vue2.mjs +1 -1
  111. package/es/components/RoomInvite/useRoomInviteHooks.mjs +2 -2
  112. package/es/components/RoomOverlay/RoomOverlay.vue.mjs +16 -0
  113. package/es/components/RoomOverlay/RoomOverlay.vue2.mjs +4 -0
  114. package/es/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
  115. package/es/components/RoomOverlay/useRoomOverlayHooks.mjs +30 -0
  116. package/es/components/RoomSidebar/index.vue.mjs +1 -1
  117. package/es/components/ScheduleConference/InvitePanel.vue.mjs +1 -1
  118. package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue.mjs +1 -1
  119. package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +11 -7
  120. package/es/components/ScheduleConference/ScheduleRoomControl.vue.mjs +1 -1
  121. package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +3 -3
  122. package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +2 -2
  123. package/es/components/ScheduleConference/ShareLink.vue2.mjs +1 -1
  124. package/es/components/ScheduleConference/TimezonePicker.vue.mjs +1 -1
  125. package/es/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
  126. package/es/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.mjs +2 -2
  127. package/es/components/Stream/MultiStreamView/index.vue2.mjs +99 -0
  128. package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
  129. package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.mjs +95 -0
  130. package/es/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
  131. package/es/components/Stream/SingleStreamView/index.vue.mjs +30 -0
  132. package/es/components/Stream/SingleStreamView/index.vue2.mjs +4 -0
  133. package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.mjs +1 -1
  134. package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.mjs +23 -58
  135. package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.mjs +1 -1
  136. package/es/components/Stream/common/StreamList/index.vue.d.ts +27 -0
  137. package/es/components/{RoomContent → Stream/common}/StreamList/index.vue.mjs +2 -2
  138. package/es/components/{RoomContent → Stream/common}/StreamList/index.vue2.mjs +59 -95
  139. package/{lib/components/RoomContent/StreamRegion → es/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
  140. package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.mjs +1 -1
  141. package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.mjs +17 -12
  142. package/es/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
  143. package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue.mjs +2 -2
  144. package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.mjs +24 -27
  145. package/es/components/common/Language.vue.mjs +1 -1
  146. package/es/components/common/SwitchTheme.vue.mjs +1 -1
  147. package/es/components/common/base/Button.vue.d.ts +1 -1
  148. package/es/components/common/base/Checkbox/index.vue.d.ts +1 -1
  149. package/es/components/common/base/Dialog/index.vue.d.ts +4 -4
  150. package/es/components/common/base/IconButton.vue.d.ts +3 -3
  151. package/es/components/common/base/Input/index.vue.d.ts +4 -4
  152. package/es/components/common/base/Message/Message.vue.d.ts +4 -4
  153. package/es/components/common/base/MessageBox/index.vue.d.ts +1 -1
  154. package/es/components/common/base/Notification/index.vue.d.ts +1 -1
  155. package/es/components/common/base/Select/index.vue.d.ts +1 -1
  156. package/es/components/common/base/Select/index.vue2.mjs +1 -1
  157. package/es/components/common/base/Slider.vue.d.ts +1 -1
  158. package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue.mjs +2 -2
  159. package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.mjs +8 -7
  160. package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.mjs +2 -2
  161. package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue2.mjs +9 -8
  162. package/es/conference.d.ts +6 -0
  163. package/es/conference.mjs +7 -1
  164. package/es/conference.vue.mjs +1 -1
  165. package/es/conference.vue2.mjs +14 -24
  166. package/es/extension/chatExtension.mjs +1 -1
  167. package/es/extension/utils/interact.mjs +1 -1
  168. package/es/extension/utils/setLanguage.mjs +1 -1
  169. package/es/hooks/useMasterApplyControl.mjs +2 -1
  170. package/es/index.d.ts +1 -0
  171. package/es/index.mjs +969 -1197
  172. package/es/locales/en-US.d.ts +2 -1
  173. package/es/locales/en-US.mjs +3 -2
  174. package/es/locales/zh-CN.d.ts +2 -1
  175. package/es/locales/zh-CN.mjs +2 -1
  176. package/es/preConference.vue.d.ts +5 -0
  177. package/es/preConference.vue.mjs +1 -1
  178. package/es/preConference.vue2.mjs +7 -4
  179. package/es/services/index.d.ts +1 -0
  180. package/es/services/manager/chatManager.d.ts +0 -2
  181. package/es/services/manager/chatManager.mjs +6 -12
  182. package/{lib/services/manager/MediaManager.d.ts → es/services/manager/mediaManager.d.ts} +16 -13
  183. package/es/services/manager/{MediaManager.mjs → mediaManager.mjs} +110 -113
  184. package/es/services/manager/roomActionManager.d.ts +3 -0
  185. package/es/services/manager/roomActionManager.mjs +7 -0
  186. package/es/services/manager/scheduleConferenceManager.d.ts +1 -0
  187. package/es/services/manager/scheduleConferenceManager.mjs +24 -1
  188. package/es/services/manager/trackingManager.d.ts +11 -0
  189. package/es/services/manager/trackingManager.mjs +20 -0
  190. package/es/services/manager/userManager.d.ts +11 -1
  191. package/es/services/manager/userManager.mjs +159 -9
  192. package/es/services/roomService.d.ts +3 -2
  193. package/es/services/roomService.mjs +23 -41
  194. package/es/stores/basic.mjs +6 -1
  195. package/es/stores/room.d.ts +29 -1
  196. package/es/stores/room.mjs +49 -59
  197. package/es/utils/domOperation.d.ts +4 -0
  198. package/es/utils/domOperation.mjs +17 -23
  199. package/es/utils/utils.d.ts +11 -0
  200. package/es/utils/utils.mjs +43 -0
  201. package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
  202. package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.js +67 -0
  203. package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.js +1 -1
  204. package/lib/components/Chat/ChatKit/components/TUIChat/index.vue2.js +22 -9
  205. package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.js +1 -1
  206. package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.js +13 -0
  207. package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
  208. package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.js +1 -1
  209. package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.js +13 -13
  210. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.js +1 -1
  211. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.js +1 -1
  212. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.js +1 -1
  213. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.js +1 -1
  214. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.js +1 -1
  215. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.js +1 -1
  216. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.js +1 -0
  217. package/lib/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
  218. package/lib/components/Chat/ChatKit/components/TUIChat/server.js +12 -3
  219. package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.js +2 -1
  220. package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.js +1 -1
  221. package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.js +2 -2
  222. package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.js +1 -1
  223. package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.js +1 -1
  224. package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
  225. package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.js +1 -1
  226. package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue2.js +2 -2
  227. package/lib/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
  228. package/lib/components/Chat/ChatKit/locales/en/TUIChat.js +5 -2
  229. package/lib/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
  230. package/lib/components/Chat/ChatKit/locales/en/message.js +2 -2
  231. package/lib/components/Chat/ChatKit/locales/index.d.ts +4 -1083
  232. package/lib/components/Chat/ChatKit/locales/index.js +3 -1
  233. package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
  234. package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.js +4 -1
  235. package/lib/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
  236. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
  237. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.js +155 -0
  238. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
  239. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.js +67 -0
  240. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
  241. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.js +25 -0
  242. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
  243. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.js +88 -0
  244. package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
  245. package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.js +42 -0
  246. package/lib/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
  247. package/lib/components/Chat/ChatKit/locales/zh_tw/component.js +22 -0
  248. package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
  249. package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.js +4 -0
  250. package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
  251. package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.js +12 -0
  252. package/lib/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
  253. package/lib/components/Chat/ChatKit/locales/zh_tw/index.js +39 -0
  254. package/lib/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
  255. package/lib/components/Chat/ChatKit/locales/zh_tw/message.js +63 -0
  256. package/lib/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
  257. package/lib/components/Chat/ChatKit/locales/zh_tw/time.js +38 -0
  258. package/lib/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
  259. package/lib/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
  260. package/lib/components/Chat/ChatKit/locales/zh_tw/words.js +15 -0
  261. package/lib/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
  262. package/lib/components/Chat/ChatKit/utils/riseInput.js +45 -0
  263. package/lib/components/Chat/index/index.vue.js +1 -1
  264. package/lib/components/Chat/index/index.vue2.js +2 -17
  265. package/lib/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
  266. package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +3 -3
  267. package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +1 -1
  268. package/lib/components/PreRoom/PasswordDialog.vue.js +1 -1
  269. package/lib/components/PreRoom/PasswordDialog.vue2.js +20 -11
  270. package/lib/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
  271. package/lib/components/RoomContent/StreamContainer/index.vue.js +1 -1
  272. package/lib/components/RoomContent/StreamContainer/index.vue2.js +109 -260
  273. package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
  274. package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.js +11 -0
  275. package/lib/components/RoomContent/index.vue.d.ts +1 -14
  276. package/lib/components/RoomContent/index.vue.js +1 -1
  277. package/lib/components/RoomContent/index.vue2.js +1 -4
  278. package/lib/components/RoomFooter/AIControl.vue.d.ts +1 -5
  279. package/lib/components/RoomFooter/AIControl.vue.js +1 -1
  280. package/lib/components/RoomFooter/AIControl.vue2.js +5 -8
  281. package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.js +1 -1
  282. package/lib/components/RoomFooter/BasicBeauty.vue.js +1 -1
  283. package/lib/components/RoomFooter/BasicBeauty.vue2.js +6 -3
  284. package/lib/components/RoomFooter/ChatControl.vue.js +2 -1
  285. package/lib/components/RoomFooter/EndControl/index.vue.js +1 -1
  286. package/lib/components/RoomFooter/EndControl/index.vue2.js +4 -6
  287. package/lib/components/RoomFooter/EndControl/useEndControlHooks.js +8 -12
  288. package/lib/components/RoomFooter/FullScreenControl.vue.js +1 -1
  289. package/lib/components/RoomFooter/InviteControl.vue.js +1 -1
  290. package/lib/components/RoomFooter/InviteControl.vue2.js +2 -1
  291. package/lib/components/RoomFooter/ManageMemberControl.vue.js +1 -1
  292. package/lib/components/RoomFooter/MoreControl/index.vue.js +1 -1
  293. package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +1 -1
  294. package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +3 -3
  295. package/lib/components/RoomFooter/VirtualBackground.vue.js +1 -1
  296. package/lib/components/RoomFooter/VirtualBackground.vue2.js +5 -2
  297. package/lib/components/RoomFooter/WhiteboardControl.vue.js +13 -3
  298. package/lib/components/RoomFooter/index/index.vue.d.ts +1 -5
  299. package/lib/components/RoomFooter/index/index.vue.js +1 -1
  300. package/lib/components/RoomFooter/index/index.vue2.js +2 -8
  301. package/lib/components/RoomHeader/UserInfo/index.vue.js +1 -1
  302. package/lib/components/RoomHeader/UserInfo/index.vue2.js +3 -2
  303. package/lib/components/RoomHeader/index/LayoutControl.vue2.js +1 -1
  304. package/lib/components/RoomHeader/index/index.vue.d.ts +1 -5
  305. package/lib/components/RoomHeader/index/index.vue.js +1 -1
  306. package/lib/components/RoomHeader/index/index.vue2.js +0 -15
  307. package/lib/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
  308. package/lib/components/RoomHome/RoomControl/index.vue.js +1 -1
  309. package/lib/components/RoomHome/RoomControl/index.vue2.js +1 -2
  310. package/lib/components/RoomInvite/InvitationNotification.vue2.js +1 -1
  311. package/lib/components/RoomInvite/useRoomInviteHooks.js +2 -2
  312. package/lib/components/RoomOverlay/RoomOverlay.vue.js +16 -0
  313. package/lib/components/RoomOverlay/RoomOverlay.vue2.js +4 -0
  314. package/lib/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
  315. package/lib/components/RoomOverlay/useRoomOverlayHooks.js +30 -0
  316. package/lib/components/RoomSidebar/index.vue.js +1 -1
  317. package/lib/components/ScheduleConference/InvitePanel.vue.js +1 -1
  318. package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue.js +1 -1
  319. package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +11 -7
  320. package/lib/components/ScheduleConference/ScheduleRoomControl.vue.js +1 -1
  321. package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +3 -3
  322. package/lib/components/ScheduleConference/ScheduleRoomList.vue2.js +2 -2
  323. package/lib/components/ScheduleConference/ShareLink.vue2.js +1 -1
  324. package/lib/components/ScheduleConference/TimezonePicker.vue.js +1 -1
  325. package/lib/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
  326. package/lib/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.js +2 -2
  327. package/lib/components/Stream/MultiStreamView/index.vue2.js +99 -0
  328. package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
  329. package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.js +95 -0
  330. package/lib/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
  331. package/lib/components/Stream/SingleStreamView/index.vue.js +30 -0
  332. package/lib/components/Stream/SingleStreamView/index.vue2.js +4 -0
  333. package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.js +1 -1
  334. package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.js +22 -57
  335. package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.js +1 -1
  336. package/lib/components/Stream/common/StreamList/index.vue.d.ts +27 -0
  337. package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue.js +2 -2
  338. package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue2.js +60 -96
  339. package/{es/components/RoomContent/StreamRegion → lib/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
  340. package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.js +1 -1
  341. package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.js +21 -16
  342. package/lib/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
  343. package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue.js +2 -2
  344. package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.js +24 -27
  345. package/lib/components/common/Language.vue.js +1 -1
  346. package/lib/components/common/SwitchTheme.vue.js +1 -1
  347. package/lib/components/common/base/Button.vue.d.ts +1 -1
  348. package/lib/components/common/base/Checkbox/index.vue.d.ts +1 -1
  349. package/lib/components/common/base/Dialog/index.vue.d.ts +4 -4
  350. package/lib/components/common/base/IconButton.vue.d.ts +3 -3
  351. package/lib/components/common/base/Input/index.vue.d.ts +4 -4
  352. package/lib/components/common/base/Message/Message.vue.d.ts +4 -4
  353. package/lib/components/common/base/MessageBox/index.vue.d.ts +1 -1
  354. package/lib/components/common/base/Notification/index.vue.d.ts +1 -1
  355. package/lib/components/common/base/Select/index.vue.d.ts +1 -1
  356. package/lib/components/common/base/Select/index.vue2.js +1 -1
  357. package/lib/components/common/base/Slider.vue.d.ts +1 -1
  358. package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue.js +2 -2
  359. package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.js +8 -7
  360. package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.js +2 -2
  361. package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue2.js +9 -8
  362. package/lib/conference.d.ts +6 -0
  363. package/lib/conference.js +7 -1
  364. package/lib/conference.vue.js +1 -1
  365. package/lib/conference.vue2.js +14 -24
  366. package/lib/extension/chatExtension.js +1 -1
  367. package/lib/extension/utils/interact.js +1 -1
  368. package/lib/extension/utils/setLanguage.js +1 -1
  369. package/lib/hooks/useMasterApplyControl.js +2 -1
  370. package/lib/index.d.ts +1 -0
  371. package/lib/index.js +969 -1197
  372. package/lib/locales/en-US.d.ts +2 -1
  373. package/lib/locales/en-US.js +3 -2
  374. package/lib/locales/zh-CN.d.ts +2 -1
  375. package/lib/locales/zh-CN.js +2 -1
  376. package/lib/preConference.vue.d.ts +5 -0
  377. package/lib/preConference.vue.js +1 -1
  378. package/lib/preConference.vue2.js +6 -3
  379. package/lib/services/index.d.ts +1 -0
  380. package/lib/services/manager/chatManager.d.ts +0 -2
  381. package/lib/services/manager/chatManager.js +6 -12
  382. package/{es/services/manager/MediaManager.d.ts → lib/services/manager/mediaManager.d.ts} +16 -13
  383. package/lib/services/manager/{MediaManager.js → mediaManager.js} +109 -112
  384. package/lib/services/manager/roomActionManager.d.ts +3 -0
  385. package/lib/services/manager/roomActionManager.js +7 -0
  386. package/lib/services/manager/scheduleConferenceManager.d.ts +1 -0
  387. package/lib/services/manager/scheduleConferenceManager.js +23 -0
  388. package/lib/services/manager/trackingManager.d.ts +11 -0
  389. package/lib/services/manager/trackingManager.js +20 -0
  390. package/lib/services/manager/userManager.d.ts +11 -1
  391. package/lib/services/manager/userManager.js +158 -8
  392. package/lib/services/roomService.d.ts +3 -2
  393. package/lib/services/roomService.js +24 -42
  394. package/lib/stores/basic.js +6 -1
  395. package/lib/stores/room.d.ts +29 -1
  396. package/lib/stores/room.js +49 -59
  397. package/lib/utils/domOperation.d.ts +4 -0
  398. package/lib/utils/domOperation.js +17 -23
  399. package/lib/utils/utils.d.ts +11 -0
  400. package/lib/utils/utils.js +43 -0
  401. package/package.json +4 -4
  402. package/src/TUIRoom/components/Chat/ChatKit/CHANGELOG.md +35 -0
  403. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.ts +66 -0
  404. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.vue +24 -8
  405. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue +15 -1
  406. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue +13 -13
  407. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/index.vue +1 -1
  408. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue +2 -1
  409. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue +4 -6
  410. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue +9 -3
  411. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/server.ts +12 -3
  412. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.ts +1 -0
  413. package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.vue +3 -1
  414. package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.vue +2 -2
  415. package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.vue +1 -1
  416. package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/h5.scss +4 -3
  417. package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/modal.scss +0 -2
  418. package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue +2 -2
  419. package/src/TUIRoom/components/Chat/ChatKit/components/common/Overlay/index.vue +5 -0
  420. package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.vue +2 -2
  421. package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIChat.ts +4 -1
  422. package/src/TUIRoom/components/Chat/ChatKit/locales/en/message.ts +2 -2
  423. package/src/TUIRoom/components/Chat/ChatKit/locales/index.ts +9 -3
  424. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIChat.ts +3 -0
  425. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIChat.ts +154 -0
  426. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIContact.ts +66 -0
  427. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIConversation.ts +24 -0
  428. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIGroup.ts +87 -0
  429. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUISearch.ts +41 -0
  430. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/component.ts +21 -0
  431. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/emoji.ts +2 -0
  432. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/evaluate.ts +11 -0
  433. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/index.ts +41 -0
  434. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/message.ts +62 -0
  435. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/time.ts +37 -0
  436. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/translate.ts +164 -0
  437. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/words.ts +14 -0
  438. package/src/TUIRoom/components/Chat/ChatKit/utils/riseInput.ts +53 -0
  439. package/src/TUIRoom/components/Chat/index/index.vue +2 -20
  440. package/src/TUIRoom/components/ManageMember/MemberControl/useMemberControlHooks.ts +7 -4
  441. package/src/TUIRoom/components/PreRoom/PasswordDialog.vue +21 -11
  442. package/src/TUIRoom/components/RoomContent/StreamContainer/index.vue +107 -384
  443. package/src/TUIRoom/components/RoomContent/StreamContainer/useStreamContainerHooks.ts +5 -112
  444. package/src/TUIRoom/components/RoomContent/index.vue +1 -5
  445. package/src/TUIRoom/components/RoomFooter/AIControl.vue +7 -6
  446. package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +1 -1
  447. package/src/TUIRoom/components/RoomFooter/ChatControl.vue +1 -0
  448. package/src/TUIRoom/components/RoomFooter/EndControl/index.vue +4 -3
  449. package/src/TUIRoom/components/RoomFooter/EndControl/useEndControlHooks.ts +4 -10
  450. package/src/TUIRoom/components/RoomFooter/InviteControl.vue +1 -0
  451. package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +3 -3
  452. package/src/TUIRoom/components/RoomFooter/VirtualBackground.vue +1 -1
  453. package/src/TUIRoom/components/RoomFooter/WhiteboardControl.vue +13 -2
  454. package/src/TUIRoom/components/RoomFooter/index/index.vue +0 -6
  455. package/src/TUIRoom/components/RoomHeader/UserInfo/index.vue +2 -5
  456. package/src/TUIRoom/components/RoomHeader/index/index.vue +0 -17
  457. package/src/TUIRoom/components/RoomHome/RoomControl/index.vue +0 -2
  458. package/src/TUIRoom/components/RoomInvite/useRoomInviteHooks.ts +2 -2
  459. package/src/TUIRoom/components/RoomOverlay/RoomOverlay.vue +13 -0
  460. package/src/TUIRoom/components/RoomOverlay/useRoomOverlayHooks.ts +21 -0
  461. package/src/TUIRoom/components/RoomSidebar/index.vue +1 -1
  462. package/src/TUIRoom/components/ScheduleConference/InvitePanel.vue +1 -0
  463. package/src/TUIRoom/components/ScheduleConference/ScheduleConferencePanel/index.vue +10 -4
  464. package/src/TUIRoom/components/ScheduleConference/ScheduleRoomControl.vue +1 -0
  465. package/src/TUIRoom/components/Stream/MultiStreamView/index.vue +161 -0
  466. package/src/TUIRoom/components/Stream/MultiStreamView/useMultiStreamViewHook.ts +107 -0
  467. package/src/TUIRoom/components/Stream/SingleStreamView/index.vue +32 -0
  468. package/src/TUIRoom/components/Stream/common/LocalScreenView/index.vue +150 -0
  469. package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue +1 -6
  470. package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamList/index.vue +74 -124
  471. package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue +28 -13
  472. package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamRegion/index.vue +27 -32
  473. package/src/TUIRoom/components/common/base/Swiper.vue +20 -6
  474. package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AISubtitles.vue +2 -2
  475. package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AITranscription.vue +3 -3
  476. package/src/TUIRoom/conference.ts +14 -0
  477. package/src/TUIRoom/conference.vue +10 -23
  478. package/src/TUIRoom/hooks/useMasterApplyControl.ts +2 -1
  479. package/src/TUIRoom/index.ts +3 -1
  480. package/src/TUIRoom/locales/en-US.ts +4 -3
  481. package/src/TUIRoom/locales/zh-CN.ts +3 -1
  482. package/src/TUIRoom/preConference.vue +3 -1
  483. package/src/TUIRoom/services/index.ts +1 -0
  484. package/src/TUIRoom/services/manager/chatManager.ts +7 -16
  485. package/src/TUIRoom/services/manager/{MediaManager.ts → mediaManager.ts} +125 -136
  486. package/src/TUIRoom/services/manager/roomActionManager.ts +5 -0
  487. package/src/TUIRoom/services/manager/scheduleConferenceManager.ts +24 -1
  488. package/src/TUIRoom/services/manager/trackingManager.ts +22 -0
  489. package/src/TUIRoom/services/manager/userManager.ts +201 -7
  490. package/src/TUIRoom/services/roomService.ts +5 -24
  491. package/src/TUIRoom/stores/basic.ts +6 -0
  492. package/src/TUIRoom/stores/room.ts +60 -71
  493. package/src/TUIRoom/utils/domOperation.ts +27 -0
  494. package/src/TUIRoom/utils/utils.ts +61 -0
  495. package/es/components/Chat/ChatEditor/index.vue.mjs +0 -7
  496. package/es/components/Chat/ChatEditor/index.vue2.mjs +0 -45
  497. package/es/components/Chat/ChatEditor/useChatEditor.mjs +0 -83
  498. package/es/components/Chat/EditorTools/index.vue.d.ts +0 -6
  499. package/es/components/Chat/EditorTools/index.vue.mjs +0 -7
  500. package/es/components/Chat/EditorTools/index.vue2.mjs +0 -59
  501. package/es/components/Chat/MessageList/index.vue2.mjs +0 -101
  502. package/es/components/Chat/MessageList/useMessageListHook.mjs +0 -142
  503. package/es/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
  504. package/es/components/Chat/MessageTypes/MessageText.vue.mjs +0 -7
  505. package/es/components/Chat/MessageTypes/MessageText.vue2.mjs +0 -31
  506. package/es/components/Chat/util.mjs +0 -432
  507. package/es/components/RoomContent/StreamList/index.vue.d.ts +0 -39
  508. package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
  509. package/es/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
  510. package/es/components/common/icons/EmojiIcon.vue.mjs +0 -21
  511. package/lib/components/Chat/ChatEditor/index.vue.js +0 -7
  512. package/lib/components/Chat/ChatEditor/index.vue2.js +0 -45
  513. package/lib/components/Chat/ChatEditor/useChatEditor.js +0 -83
  514. package/lib/components/Chat/EditorTools/index.vue.d.ts +0 -6
  515. package/lib/components/Chat/EditorTools/index.vue.js +0 -7
  516. package/lib/components/Chat/EditorTools/index.vue2.js +0 -59
  517. package/lib/components/Chat/MessageList/index.vue.d.ts +0 -2
  518. package/lib/components/Chat/MessageList/index.vue2.js +0 -101
  519. package/lib/components/Chat/MessageList/useMessageListHook.js +0 -142
  520. package/lib/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
  521. package/lib/components/Chat/MessageTypes/MessageText.vue.js +0 -7
  522. package/lib/components/Chat/MessageTypes/MessageText.vue2.js +0 -31
  523. package/lib/components/Chat/util.js +0 -432
  524. package/lib/components/RoomContent/StreamList/index.vue.d.ts +0 -39
  525. package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
  526. package/lib/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
  527. package/lib/components/common/icons/EmojiIcon.vue.d.ts +0 -2
  528. package/lib/components/common/icons/EmojiIcon.vue.js +0 -21
  529. /package/es/components/{AITools/AISubtitles.vue.d.ts → RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
  530. /package/es/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
  531. /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
  532. /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.mjs +0 -0
  533. /package/{lib/components → es/components/common/widgets}/AITools/AISubtitles.vue.d.ts +0 -0
  534. /package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
  535. /package/{es/components/Chat/MessageList/index.vue.d.ts → lib/components/RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
  536. /package/lib/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
  537. /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
  538. /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.js +0 -0
  539. /package/{es/components/common/icons/EmojiIcon.vue.d.ts → lib/components/common/widgets/AITools/AISubtitles.vue.d.ts} +0 -0
  540. /package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
@@ -1,1084 +1,5 @@
1
- declare const messages: {
2
- zh_cn: {
3
- 取消: string;
4
- 发送: string;
5
- 系统通知: string;
6
- 关闭: string;
7
- 确定: string;
8
- 开始时间: string;
9
- 结束时间: string;
10
- 消息: string;
11
- 通讯录: string;
12
- 欢迎使用腾讯云即时通信IM: string;
13
- TUIChat: {
14
- '\u3010\u5B89\u5168\u63D0\u793A\u3011\u672C APP \u4EC5\u7528\u4E8E\u4F53\u9A8C\u817E\u8BAF\u4E91\u5373\u65F6\u901A\u4FE1 IM \u4EA7\u54C1\u529F\u80FD\uFF0C\u4E0D\u53EF\u7528\u4E8E\u4E1A\u52A1\u6D3D\u8C08\u4E0E\u62D3\u5C55\u3002\u8BF7\u52FF\u8F7B\u4FE1\u6C47\u6B3E\u3001\u4E2D\u5956\u7B49\u6D89\u53CA\u94B1\u6B3E\u7684\u4FE1\u606F\uFF0C\u52FF\u8F7B\u6613\u62E8\u6253\u964C\u751F\u7535\u8BDD\uFF0C\u8C28\u9632\u4E0A\u5F53\u53D7\u9A97\u3002': string;
15
- '\u6309Enter\u53D1\u9001\uFF0CCtrl+Enter\u6362\u884C': string;
16
- 表情: string;
17
- 查看更多: string;
18
- 撤回: string;
19
- 撤回了一条消息: string;
20
- 打开: string;
21
- 单击下载: string;
22
- 点此投诉: string;
23
- 点击处理: string;
24
- 对方正在输入: string;
25
- 发起群视频: string;
26
- 发起群语音: string;
27
- 发起通话: string;
28
- 发送失败: string;
29
- 复制: string;
30
- 该消息不存在: string;
31
- 关闭阅读状态: string;
32
- 管理员开启全员禁言: string;
33
- 欢迎使用TUICallKit: string;
34
- 回到最新位置: string;
35
- 回复: string;
36
- 回复详情: string;
37
- 集成TUICallKit: string;
38
- '\u68C0\u6D4B\u5230\u60A8\u6682\u672A\u96C6\u6210TUICallKit\uFF0C\u65E0\u6CD5\u4F53\u9A8C\u97F3\u89C6\u9891\u901A\u8BDD\u529F\u80FD': string;
39
- 结束群聊: string;
40
- 进行体验: string;
41
- 经度: string;
42
- 拒绝: string;
43
- 拒绝通话: string;
44
- 开通腾讯实时音视频服务: string;
45
- 聊天记录: string;
46
- 描述: string;
47
- 内容包含敏感词汇: string;
48
- 您: string;
49
- 您当前购买使用的套餐包暂未开通此功能: string;
50
- 您当前购买使用的套餐包暂未开通群消息已读回执功能: string;
51
- 您当前购买使用的套餐包暂未开通在线用户列表功能: string;
52
- 您已被管理员禁言: string;
53
- 您有: string;
54
- 请点击: string;
55
- 请输入消息: string;
56
- 取消: string;
57
- 取消通话: string;
58
- 全部已读: string;
59
- 确定: string;
60
- '\u786E\u8BA4\u91CD\u53D1\u8BE5\u6D88\u606F\uFF1F': string;
61
- 人关闭阅读状态: string;
62
- 人未读: string;
63
- 人已读: string;
64
- 删除: string;
65
- 涉及敏感内容: string;
66
- 申请加入: string;
67
- 视频: string;
68
- 视频通话: string;
69
- 条回复: string;
70
- 条入群申请: string;
71
- 条新消息: string;
72
- 通话时长: string;
73
- 同意: string;
74
- 图片: string;
75
- '\u56FE\u7247\u6D88\u606F\u5931\u8D25,\u65E0\u6548\u7684\u56FE\u7247\u683C\u5F0F': string;
76
- 纬度: string;
77
- 未读: string;
78
- 位置: string;
79
- 文件: string;
80
- '\u6587\u4EF6\u4E0D\u5B58\u5728,\u8BF7\u68C0\u67E5\u6587\u4EF6\u8DEF\u5F84\u662F\u5426\u6B63\u786E': string;
81
- '\u6587\u4EF6\u5927\u5C0F\u8D85\u51FA\u4E86\u9650\u5236,\u5982\u679C\u4E0A\u4F20\u6587\u4EF6,\u6700\u5927\u9650\u5236\u662F100MB': string;
82
- '\u6587\u4EF6\u6D88\u606F\u5931\u8D25,\u7981\u6B62\u53D1\u9001\u8FDD\u89C4\u5C01\u7981\u7684\u6587\u4EF6': string;
83
- 我: string;
84
- 无法查看: string;
85
- 无法定位到原消息: string;
86
- 无法收听: string;
87
- 正在加载: string;
88
- 加载结束: string;
89
- 无应答: string;
90
- 系统消息: string;
91
- 消息: string;
92
- '\u6D88\u606F\u6216\u8005\u8D44\u6599\u4E2D\u6587\u672C\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
93
- 消息详情: string;
94
- '\u6D88\u606F\u957F\u5EA6\u8D85\u51FA\u9650\u5236,\u6D88\u606F\u957F\u5EA6\u4E0D\u8981\u8D85\u8FC712K': string;
95
- '\u6D88\u606F\u4E2D\u56FE\u7247\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
96
- 选择提醒的人: string;
97
- 已读: string;
98
- 已过撤回时限: string;
99
- 已接听: string;
100
- 已拒绝: string;
101
- 已同意: string;
102
- 引用: string;
103
- 引用失败: string;
104
- 语音: string;
105
- 语音通话: string;
106
- 重新编辑: string;
107
- 重新发送: string;
108
- 转发: string;
109
- 翻译: string;
110
- 转文字: string;
111
- 隐藏: string;
112
- 转发给: string;
113
- 自定义: string;
114
- 自定义消息: string;
115
- '\u817E\u8BAF\u4E91 IM': string;
116
- 空: string;
117
- 文本包含本地审核拦截词: string;
118
- 按住说话: string;
119
- 抬起发送: string;
120
- 抬起取消: string;
121
- 正在录音: string;
122
- 继续上滑可取消: string;
123
- '\u677E\u5F00\u624B\u6307 \u53D6\u6D88\u53D1\u9001': string;
124
- 此机型暂不支持复制功能: string;
125
- 请开通翻译功能: string;
126
- 请开通语音转文字功能: string;
127
- 翻译中: string;
128
- 转换中: string;
129
- 由IM提供翻译支持: string;
130
- 所有人: string;
131
- 已达到表情回应上限数量: string;
132
- 等: string;
133
- 人: string;
134
- 返回: string;
135
- 关闭: string;
136
- 多选: string;
137
- 合并转发: string;
138
- 逐条转发: string;
139
- 未选择消息: string;
140
- 引用内容已撤回: string;
141
- '[\u8349\u7A3F]': string;
142
- '[\u6D88\u606F]': string;
143
- '[\u6587\u672C]': string;
144
- '[\u81EA\u5B9A\u4E49\u6D88\u606F]': string;
145
- '[\u56FE\u7247]': string;
146
- '[\u97F3\u9891]': string;
147
- '[\u8BED\u97F3]': string;
148
- '[\u89C6\u9891]': string;
149
- '[\u6587\u4EF6]': string;
150
- '[\u5730\u7406\u4F4D\u7F6E]': string;
151
- '[\u52A8\u753B\u8868\u60C5]': string;
152
- '[\u7FA4\u63D0\u793A]': string;
153
- '[\u804A\u5929\u8BB0\u5F55]': string;
154
- 群聊的聊天记录: string;
155
- 和: string;
156
- 的聊天记录: string;
157
- '\u8BF7\u5347\u7EA7IMSDK\u5230v2.10.1\u6216\u66F4\u9AD8\u7248\u672C\u67E5\u770B\u6B64\u6D88\u606F': string;
158
- 您已被管理员移出群聊: string;
159
- 该群聊已被解散: string;
160
- 您已退出该群聊: string;
161
- };
162
- TUIConversation: {
163
- 发起会话: string;
164
- 发起单聊: string;
165
- 发起群聊: string;
166
- 请输入userID: string;
167
- 删除会话: string;
168
- "\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u804A\u5929\u7684\u6D88\u606F\u8BB0\u5F55": string;
169
- "\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u7FA4\u804A\u7684\u6D88\u606F\u8BB0\u5F55": string;
170
- 置顶会话: string;
171
- 取消置顶: string;
172
- 消息免打扰: string;
173
- 取消免打扰: string;
174
- 系统通知: string;
175
- "\u6709\u4EBA@\u6211": string;
176
- "@\u6240\u6709\u4EBA": string;
177
- 条: string;
178
- 我: string;
179
- "\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u60A8\u68C0\u67E5\u7F51\u7EDC\u8BBE\u7F6E": string;
180
- 您已被群管理员移出群聊: string;
181
- 该群聊已被解散: string;
182
- 您已退出该群聊: string;
183
- };
184
- TUIGroup: {
185
- 输入groupID搜索: string;
186
- 群名称: string;
187
- 群ID: string;
188
- 加入群聊: string;
189
- 解散群聊: string;
190
- 退出群聊: string;
191
- 群类型: string;
192
- 请填写验证信息: string;
193
- 申请加入: string;
194
- 已申请: string;
195
- 群公告: string;
196
- 群成员: string;
197
- 群管理: string;
198
- 好友工作群: string;
199
- 陌生人社交群: string;
200
- 临时会议群: string;
201
- 直播群: string;
202
- 社群: string;
203
- 自由加入: string;
204
- 需要验证: string;
205
- 禁止加群: string;
206
- 人: string;
207
- 群头像: string;
208
- 加群方式: string;
209
- 转让群组: string;
210
- 退出群组: string;
211
- 群管理员: string;
212
- 全员禁言: string;
213
- "\u5168\u5458\u7981\u8A00\u5F00\u542F\u540E\uFF0C\u53EA\u5141\u8BB8\u7FA4\u4E3B\u548C\u7BA1\u7406\u5458\u53D1\u8A00\u3002": string;
214
- 单独禁言人员: string;
215
- 删除成员: string;
216
- "\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u8BE5\u6210\u5458\uFF1F": string;
217
- "\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u6240\u9009\u6210\u5458\uFF1F": string;
218
- 暂无公告: string;
219
- 发布: string;
220
- 编辑: string;
221
- 查看更多: string;
222
- 管理员: string;
223
- 群主: string;
224
- 我: string;
225
- 确认: string;
226
- 添加成员: string;
227
- 新增管理员: string;
228
- 移除管理员: string;
229
- 新增禁言用户: string;
230
- 移除禁言用户: string;
231
- 修改群聊名称: string;
232
- "\u4FEE\u6539\u7FA4\u804A\u540D\u79F0\u540E\uFF0C\u5C06\u5728\u7FA4\u5185\u901A\u77E5\u5176\u4ED6\u6210\u5458": string;
233
- "\u4EC5\u9650\u4E2D\u6587\u3001\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF\uFF0C2-20\u4E2A\u5B57": string;
234
- "\u8BF7\u5148\u6CE8\u518C TUIGroup \u6A21\u5757": string;
235
- 该用户不存在: string;
236
- 该用户不在群组内: string;
237
- 添加群聊: string;
238
- 该群组不存在: string;
239
- "\u521B\u5EFA\u7FA4\u804A\uFF0C\u8BF7\u6CE8\u518C TUIGroup \u6A21\u5757": string;
240
- 创建成功: string;
241
- "\u53D1\u8D77\u591A\u4EBA\u4F1A\u8BDD\uFF08\u7FA4\u804A\uFF09": string;
242
- 选填: string;
243
- 取消: string;
244
- 创建: string;
245
- "\u7C7B\u4F3C\u666E\u901A\u5FAE\u4FE1\u7FA4\uFF0C\u521B\u5EFA\u540E\u4EC5\u652F\u6301\u5DF2\u5728\u7FA4\u5185\u7684\u597D\u53CB\u9080\u8BF7\u52A0\u7FA4\uFF0C\u4E14\u65E0\u9700\u88AB\u9080\u8BF7\u65B9\u540C\u610F\u6216\u7FA4\u4E3B\u5BA1\u6279\u3002\u8BE6\u89C1": string;
246
- "\u7C7B\u4F3C QQ \u7FA4\uFF0C\u521B\u5EFA\u540E\u7FA4\u4E3B\u53EF\u4EE5\u6307\u5B9A\u7FA4\u7BA1\u7406\u5458\uFF0C\u7528\u6237\u641C\u7D22\u7FA4 ID \u53D1\u8D77\u52A0\u7FA4\u7533\u8BF7\u540E\uFF0C\u9700\u8981\u7FA4\u4E3B\u6216\u7BA1\u7406\u5458\u5BA1\u6279\u901A\u8FC7\u624D\u80FD\u5165\u7FA4\u3002\u8BE6\u89C1": string;
247
- "\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u4E14\u652F\u6301\u67E5\u770B\u5165\u7FA4\u524D\u6D88\u606F\uFF1B\u9002\u5408\u7528\u4E8E\u97F3\u89C6\u9891\u4F1A\u8BAE\u573A\u666F\u3001\u5728\u7EBF\u6559\u80B2\u573A\u666F\u7B49\u4E0E\u5B9E\u65F6\u97F3\u89C6\u9891\u4EA7\u54C1\u7ED3\u5408\u7684\u573A\u666F\u3002\u8BE6\u89C1": string;
248
- "\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u6CA1\u6709\u7FA4\u6210\u5458\u6570\u91CF\u4E0A\u9650\uFF0C\u4F46\u4E0D\u652F\u6301\u5386\u53F2\u6D88\u606F\u5B58\u50A8\uFF1B\u9002\u5408\u4E0E\u76F4\u64AD\u4EA7\u54C1\u7ED3\u5408\uFF0C\u7528\u4E8E\u5F39\u5E55\u804A\u5929\u573A\u666F\u3002\u8BE6\u89C1": string;
249
- "\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u6700\u591A\u652F\u6301100000\u4EBA\uFF0C\u652F\u6301\u5386\u53F2\u6D88\u606F\u5B58\u50A8\uFF0C\u7528\u6237\u641C\u7D22\u7FA4 ID \u53D1\u8D77\u52A0\u7FA4\u7533\u8BF7\u540E\uFF0C\u65E0\u9700\u7BA1\u7406\u5458\u5BA1\u6279\u5373\u53EF\u8FDB\u7FA4\u3002\u8BE6\u89C1": string;
250
- 产品文档: string;
251
- 设置群名称: string;
252
- 请输入群名称: string;
253
- 设置群ID: string;
254
- 请输入群ID: string;
255
- 选择群类型: string;
256
- "\u964C\u751F\u4EBA\u793E\u4EA4\u7FA4\uFF08Public\uFF09": string;
257
- "\u4E34\u65F6\u4F1A\u8BAE\u7FA4\uFF08Meeting\uFF09": string;
258
- "\u597D\u53CB\u5DE5\u4F5C\u7FA4\uFF08Work\uFF09": string;
259
- "\u76F4\u64AD\u7FA4\uFF08AVChatroom\uFF09": string;
260
- "\u793E\u7FA4\uFF08Community\uFF09": string;
261
- 群组创建成功: string;
262
- 群组解散成功: string;
263
- 禁言设置成功: string;
264
- 取消禁言成功: string;
265
- 群名称不能为空: string;
266
- 群名称修改成功: string;
267
- "\u7FA4\u516C\u544A\u5B57\u6570\u8D85\u51FA\u9650\u5236\uFF0C\u6700\u5927\u957F\u5EA6\u4E3A150": string;
268
- };
269
- TUIContact: {
270
- 群聊通知: string;
271
- 系统通知: string;
272
- 我的群聊: string;
273
- 输入ID: string;
274
- 群名称: string;
275
- 群ID: string;
276
- 加入群聊: string;
277
- 解散群聊: string;
278
- 退出群聊: string;
279
- 进入群聊: string;
280
- 群类型: string;
281
- 请填写验证信息: string;
282
- 申请加入: string;
283
- 已申请: string;
284
- 接受: string;
285
- 拒绝: string;
286
- 已处理: string;
287
- 添加群聊: string;
288
- 已加入: string;
289
- 该群组不存在: string;
290
- 加群: string;
291
- 我的好友: string;
292
- 发送消息: string;
293
- 个性签名: string;
294
- 等待管理员同意: string;
295
- 加群成功: string;
296
- 您已是群成员: string;
297
- 新的联系人: string;
298
- 黑名单: string;
299
- 无搜索结果: string;
300
- 客服号: string;
301
- ID: string;
302
- 联系人: string;
303
- 群聊: string;
304
- "\u6DFB\u52A0\u597D\u53CB/\u7FA4\u804A": string;
305
- 备注名: string;
306
- 加入黑名单: string;
307
- 删除好友: string;
308
- 等待验证: string;
309
- 验证信息: string;
310
- 发送申请: string;
311
- 加入直播群: string;
312
- 同意: string;
313
- 删除好友成功: string;
314
- 删除好友失败: string;
315
- 申请已发送: string;
316
- 申请发送失败: string;
317
- 进入会话失败: string;
318
- 添加好友成功: string;
319
- 同意好友申请失败: string;
320
- 拒绝成功: string;
321
- 拒绝好友申请失败: string;
322
- 解散群聊成功: string;
323
- 解散群聊失败: string;
324
- 退出群组成功: string;
325
- 退出群组失败: string;
326
- 申请入群失败: string;
327
- 加入黑名单失败: string;
328
- 移除黑名单失败: string;
329
- "\u4FEE\u6539\u5907\u6CE8\u5931\u8D25: \u5907\u6CE8\u957F\u5EA6\u4E0D\u5F97\u8D85\u8FC7 96 \u5B57\u8282": string;
330
- 修改备注成功: string;
331
- 修改备注失败: string;
332
- };
333
- message: {
334
- tip: {
335
- 群成员: string;
336
- 加入群组: string;
337
- 退出群组: string;
338
- 被: string;
339
- 踢出群组: string;
340
- 成为管理员: string;
341
- 被撤销管理员: string;
342
- 被禁言: string;
343
- 被取消禁言: string;
344
- 群提示消息: string;
345
- 管理员: string;
346
- 开启全员禁言: string;
347
- 取消全员禁言: string;
348
- 成为新的群主: string;
349
- 修改群名为: string;
350
- 发布新公告: string;
351
- 把群公告修改为: string;
352
- 申请加入群组: string;
353
- 成功加入群组: string;
354
- 被拒绝: string;
355
- 你被管理员: string;
356
- 群: string;
357
- 解散: string;
358
- 创建群: string;
359
- 邀请你加群: string;
360
- 你退出群组: string;
361
- 你被: string;
362
- 设置为群: string;
363
- 的管理员: string;
364
- 撤销群: string;
365
- 的管理员身份: string;
366
- 同意加群: string;
367
- 拒接加群: string;
368
- 自定义群系统通知: string;
369
- };
370
- custom: {
371
- 自定义消息: string;
372
- 通话时长: string;
373
- 通话结束: string;
374
- 切换语音通话: string;
375
- 切换视频通话: string;
376
- 发起通话: string;
377
- 取消通话: string;
378
- 已接听: string;
379
- 拒绝通话: string;
380
- 无应答: string;
381
- 对本次服务评价: string;
382
- "\u67E5\u770B\u8BE6\u60C5>>": string;
383
- 已取消: string;
384
- 对方已取消: string;
385
- 已拒绝: string;
386
- 对方已拒绝: string;
387
- 对方忙线中: string;
388
- 忙线未接听: string;
389
- 对方无应答: string;
390
- 超时无应答: string;
391
- };
392
- };
393
- component: {
394
- 取消: string;
395
- 完成: string;
396
- 已选中: string;
397
- 人: string;
398
- 保存: string;
399
- 请输入userID: string;
400
- 请输入groupID: string;
401
- 确定: string;
402
- 全选: string;
403
- 已在群聊中: string;
404
- 查看更多: string;
405
- "\u56FE\u7247 url \u4E0D\u5B58\u5728": string;
406
- 已取消: string;
407
- 获取权限失败: string;
408
- 已保存至相册: string;
409
- 图片下载失败: string;
410
- 暂不支持下载此类型图片: string;
411
- };
412
- time: {
413
- 周: string;
414
- 天: string;
415
- 小时: string;
416
- 分钟: string;
417
- 刚刚: string;
418
- 前: string;
419
- 昨天: string;
420
- 星期一: string;
421
- 星期二: string;
422
- 星期三: string;
423
- 星期四: string;
424
- 星期五: string;
425
- 星期六: string;
426
- 星期日: string;
427
- 一月: string;
428
- 二月: string;
429
- 三月: string;
430
- 四月: string;
431
- 五月: string;
432
- 六月: string;
433
- 七月: string;
434
- 八月: string;
435
- 九月: string;
436
- 十月: string;
437
- 十一月: string;
438
- 十二月: string;
439
- 一: string;
440
- 二: string;
441
- 三: string;
442
- 四: string;
443
- 五: string;
444
- 六: string;
445
- 日: string;
446
- };
447
- Evaluate: {
448
- 请对本次服务进行评价: string;
449
- 提交评价: string;
450
- 服务评价工具: string;
451
- 使用: string;
452
- 自定义消息: string;
453
- 搭建: string;
454
- 星: string;
455
- };
456
- Words: {
457
- "\u5E38\u7528\u8BED-\u5FEB\u6377\u56DE\u590D\u5DE5\u5177": string;
458
- "\u5728\u5417\uFF1F\u5728\u5417\uFF1F\u5728\u5417\uFF1F\u91CD\u8981\u7684\u8BDD\u8BF4\u4E09\u904D\u3002": string;
459
- "\u597D\u4E45\u6CA1\u804A\u5929\u4E86\uFF0C\u5FEB\u6765\u548C\u6211\u8BF4\u8BF4\u8BDD\uFF5E": string;
460
- "\u597D\u7684\uFF0C\u5C31\u8FD9\u4E48\u8BF4\u5B9A\u4E86\u3002": string;
461
- "\u611F\u6069\u7684\u5FC3\uFF0C\u611F\u8C22\u6709\u4F60\u3002": string;
462
- "\u7CDF\u7CD5\uFF01\u662F\u5FC3\u52A8\u7684\u611F\u89C9\uFF01": string;
463
- "\u5FC3\u75BC\u5730\u62B1\u62B1\u81EA\u5DF1\uFF0C\u6211\u592A\u96BE\u4E86\uFF01": string;
464
- "\u6CA1\u5173\u7CFB\uFF0C\u522B\u5728\u610F\uFF0C\u4E8B\u60C5\u8FC7\u53BB\u5C31\u8FC7\u53BB\u4E86\u3002": string;
465
- "\u65E9\u4E0A\u597D\uFF0C\u4ECA\u5929\u4E5F\u662F\u8BA9\u4EBA\u671F\u5F85\u7684\u4E00\u5929\u5462\uFF01": string;
466
- "\u71AC\u591C\u6709\u4EC0\u4E48\u7528\uFF0C\u53C8\u6CA1\u4EBA\u966A\u4F60\u804A\u5929\uFF0C\u65E9\u70B9\u4F11\u606F\u5427\u3002": string;
467
- };
468
- TUISearch: {
469
- 搜索: string;
470
- 全部: string;
471
- 联系人: string;
472
- 群聊: string;
473
- 聊天记录: string;
474
- 文本: string;
475
- 文件: string;
476
- "\u56FE\u7247/\u89C6\u9891": string;
477
- 其他: string;
478
- 选择时间: string;
479
- 今天: string;
480
- 近三天: string;
481
- 近七天: string;
482
- 查看更多: string;
483
- 条相关: string;
484
- 条与: string;
485
- 相关的: string;
486
- 进入聊天: string;
487
- 定位到聊天位置: string;
488
- 搜索会话内容: string;
489
- 查看更多历史记录: string;
490
- 暂无搜索结果: string;
491
- 结果: string;
492
- 取消: string;
493
- "[\u6587\u672C]": string;
494
- "[\u56FE\u7247]": string;
495
- "[\u8BED\u97F3]": string;
496
- "[\u89C6\u9891]": string;
497
- "[\u6587\u4EF6]": string;
498
- "[\u81EA\u5B9A\u4E49\u6D88\u606F]": string;
499
- "[\u7CFB\u7EDF\u6D88\u606F]": string;
500
- "[\u5408\u5E76\u6D88\u606F]": string;
501
- "[\u4F4D\u7F6E\u6D88\u606F]": string;
502
- "\u6D88\u606F\u4E91\u7AEF\u641C\u7D22\u5931\u8D25\uFF1A": string;
503
- "\u67E5\u627E\u8054\u7CFB\u4EBA\u5931\u8D25\uFF1A": string;
504
- "\u67E5\u627E\u7FA4\u804A\u5931\u8D25\uFF1A": string;
505
- 进入会话失败: string;
506
- };
507
- Emoji: Record<string, string>;
508
- };
509
- en: {
510
- 取消: string;
511
- 发送: string;
512
- 系统通知: string;
513
- 关闭: string;
514
- 确定: string;
515
- 开始时间: string;
516
- 结束时间: string;
517
- 消息: string;
518
- 通讯录: string;
519
- 欢迎使用腾讯云即时通信IM: string;
520
- TUIChat: {
521
- '\u3010\u5B89\u5168\u63D0\u793A\u3011\u672C APP \u4EC5\u7528\u4E8E\u4F53\u9A8C\u817E\u8BAF\u4E91\u5373\u65F6\u901A\u4FE1 IM \u4EA7\u54C1\u529F\u80FD\uFF0C\u4E0D\u53EF\u7528\u4E8E\u4E1A\u52A1\u6D3D\u8C08\u4E0E\u62D3\u5C55\u3002\u8BF7\u52FF\u8F7B\u4FE1\u6C47\u6B3E\u3001\u4E2D\u5956\u7B49\u6D89\u53CA\u94B1\u6B3E\u7684\u4FE1\u606F\uFF0C\u52FF\u8F7B\u6613\u62E8\u6253\u964C\u751F\u7535\u8BDD\uFF0C\u8C28\u9632\u4E0A\u5F53\u53D7\u9A97\u3002': string;
522
- '\u6309Enter\u53D1\u9001\uFF0CCtrl+Enter\u6362\u884C': string;
523
- 表情: string;
524
- 查看更多: string;
525
- 撤回: string;
526
- 撤回了一条消息: string;
527
- 打开: string;
528
- 单击下载: string;
529
- 点此投诉: string;
530
- 点击处理: string;
531
- 对方正在输入: string;
532
- 发起群视频: string;
533
- 发起群语音: string;
534
- 发起通话: string;
535
- 发送失败: string;
536
- 复制: string;
537
- 该消息不存在: string;
538
- 关闭阅读状态: string;
539
- 管理员开启全员禁言: string;
540
- 欢迎使用TUICallKit: string;
541
- 回到最新位置: string;
542
- 回复: string;
543
- 回复详情: string;
544
- 集成TUICallKit: string;
545
- '\u68C0\u6D4B\u5230\u60A8\u6682\u672A\u96C6\u6210TUICallKit\uFF0C\u65E0\u6CD5\u4F53\u9A8C\u97F3\u89C6\u9891\u901A\u8BDD\u529F\u80FD': string;
546
- 结束群聊: string;
547
- 进行体验: string;
548
- 经度: string;
549
- 拒绝: string;
550
- 拒绝通话: string;
551
- 开通腾讯实时音视频服务: string;
552
- 聊天记录: string;
553
- 描述: string;
554
- 内容包含敏感词汇: string;
555
- 您: string;
556
- 您当前购买使用的套餐包暂未开通此功能: string;
557
- 您当前购买使用的套餐包暂未开通群消息已读回执功能: string;
558
- 您当前购买使用的套餐包暂未开通在线用户列表功能: string;
559
- 您已被管理员禁言: string;
560
- 您有: string;
561
- 请点击: string;
562
- 请输入消息: string;
563
- 取消: string;
564
- 取消通话: string;
565
- 全部已读: string;
566
- 确定: string;
567
- '\u786E\u8BA4\u91CD\u53D1\u8BE5\u6D88\u606F\uFF1F': string;
568
- 人关闭阅读状态: string;
569
- 人未读: string;
570
- 人已读: string;
571
- 删除: string;
572
- 涉及敏感内容: string;
573
- 申请加入: string;
574
- 视频: string;
575
- 视频通话: string;
576
- 条回复: string;
577
- 条入群申请: string;
578
- 条新消息: string;
579
- 通话时长: string;
580
- 同意: string;
581
- 图片: string;
582
- '\u56FE\u7247\u6D88\u606F\u5931\u8D25,\u65E0\u6548\u7684\u56FE\u7247\u683C\u5F0F': string;
583
- 纬度: string;
584
- 未读: string;
585
- 位置: string;
586
- 文件: string;
587
- '\u6587\u4EF6\u4E0D\u5B58\u5728,\u8BF7\u68C0\u67E5\u6587\u4EF6\u8DEF\u5F84\u662F\u5426\u6B63\u786E': string;
588
- '\u6587\u4EF6\u5927\u5C0F\u8D85\u51FA\u4E86\u9650\u5236,\u5982\u679C\u4E0A\u4F20\u6587\u4EF6,\u6700\u5927\u9650\u5236\u662F100MB': string;
589
- '\u6587\u4EF6\u6D88\u606F\u5931\u8D25,\u7981\u6B62\u53D1\u9001\u8FDD\u89C4\u5C01\u7981\u7684\u6587\u4EF6': string;
590
- 我: string;
591
- 无法查看: string;
592
- 无法定位到原消息: string;
593
- 无法收听: string;
594
- 正在加载: string;
595
- 加载结束: string;
596
- 无应答: string;
597
- 系统消息: string;
598
- 消息: string;
599
- '\u6D88\u606F\u6216\u8005\u8D44\u6599\u4E2D\u6587\u672C\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
600
- 消息详情: string;
601
- '\u6D88\u606F\u957F\u5EA6\u8D85\u51FA\u9650\u5236,\u6D88\u606F\u957F\u5EA6\u4E0D\u8981\u8D85\u8FC712K': string;
602
- '\u6D88\u606F\u4E2D\u56FE\u7247\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
603
- 选择提醒的人: string;
604
- 已读: string;
605
- 已过撤回时限: string;
606
- 已接听: string;
607
- 已拒绝: string;
608
- 已同意: string;
609
- 引用: string;
610
- 引用失败: string;
611
- 语音: string;
612
- 语音通话: string;
613
- 重新编辑: string;
614
- 重新发送: string;
615
- 转发: string;
616
- 翻译: string;
617
- 转文字: string;
618
- 隐藏: string;
619
- 转发给: string;
620
- 自定义: string;
621
- 自定义消息: string;
622
- '\u817E\u8BAF\u4E91 IM': string;
623
- 空: string;
624
- 文本包含本地审核拦截词: string;
625
- 按住说话: string;
626
- 抬起发送: string;
627
- 抬起取消: string;
628
- 正在录音: string;
629
- 继续上滑可取消: string;
630
- '\u677E\u5F00\u624B\u6307 \u53D6\u6D88\u53D1\u9001': string;
631
- 此机型暂不支持复制功能: string;
632
- 请开通翻译功能: string;
633
- 请开通语音转文字功能: string;
634
- 翻译中: string;
635
- 转换中: string;
636
- 由IM提供翻译支持: string;
637
- 所有人: string;
638
- 已达到表情回应上限数量: string;
639
- 等: string;
640
- 人: string;
641
- 返回: string;
642
- 关闭: string;
643
- 多选: string;
644
- 合并转发: string;
645
- 逐条转发: string;
646
- 未选择消息: string;
647
- '[\u8349\u7A3F]': string;
648
- '[\u6D88\u606F]': string;
649
- '[\u6587\u672C]': string;
650
- '[\u81EA\u5B9A\u4E49\u6D88\u606F]': string;
651
- '[\u56FE\u7247]': string;
652
- '[\u97F3\u9891]': string;
653
- '[\u8BED\u97F3]': string;
654
- '[\u89C6\u9891]': string;
655
- '[\u6587\u4EF6]': string;
656
- '[\u5730\u7406\u4F4D\u7F6E]': string;
657
- '[\u52A8\u753B\u8868\u60C5]': string;
658
- '[\u7FA4\u63D0\u793A]': string;
659
- '[\u804A\u5929\u8BB0\u5F55]': string;
660
- 引用内容已撤回: string;
661
- 群聊的聊天记录: string;
662
- 和: string;
663
- 的聊天记录: string;
664
- '\u8BF7\u5347\u7EA7IMSDK\u5230v2.10.1\u6216\u66F4\u9AD8\u7248\u672C\u67E5\u770B\u6B64\u6D88\u606F': string;
665
- 该群聊已被解散: string;
666
- 您已被管理员移出群聊: string;
667
- 您已退出该群聊: string;
668
- };
669
- TUIConversation: {
670
- 发起会话: string;
671
- 发起单聊: string;
672
- 发起群聊: string;
673
- 请输入userID: string;
674
- 删除会话: string;
675
- "\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u804A\u5929\u7684\u6D88\u606F\u8BB0\u5F55": string;
676
- "\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u7FA4\u804A\u7684\u6D88\u606F\u8BB0\u5F55": string;
677
- 系统通知: string;
678
- 置顶会话: string;
679
- 取消置顶: string;
680
- 消息免打扰: string;
681
- 取消免打扰: string;
682
- "\u6709\u4EBA@\u6211": string;
683
- "@\u6240\u6709\u4EBA": string;
684
- 条: string;
685
- 我: string;
686
- "\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u60A8\u68C0\u67E5\u7F51\u7EDC\u8BBE\u7F6E": string;
687
- 您已被群管理员移出群聊: string;
688
- 该群聊已被解散: string;
689
- 您已退出该群聊: string;
690
- };
691
- TUIGroup: {
692
- 输入groupID搜索: string;
693
- 群名称: string;
694
- 群ID: string;
695
- 加入群聊: string;
696
- 解散群聊: string;
697
- 退出群聊: string;
698
- 群类型: string;
699
- 请填写验证信息: string;
700
- 申请加入: string;
701
- 群公告: string;
702
- 群成员: string;
703
- 群管理: string;
704
- 好友工作群: string;
705
- 陌生人社交群: string;
706
- 临时会议群: string;
707
- 直播群: string;
708
- 社群: string;
709
- 自由加入: string;
710
- 需要验证: string;
711
- 禁止加群: string;
712
- 人: string;
713
- 确认: string;
714
- 群头像: string;
715
- 加群方式: string;
716
- 转让群组: string;
717
- 退出群组: string;
718
- 群管理员: string;
719
- 全员禁言: string;
720
- "\u5168\u5458\u7981\u8A00\u5F00\u542F\u540E\uFF0C\u53EA\u5141\u8BB8\u7FA4\u4E3B\u548C\u7BA1\u7406\u5458\u53D1\u8A00\u3002": string;
721
- 单独禁言人员: string;
722
- 删除成员: string;
723
- "\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u8BE5\u6210\u5458\uFF1F": string;
724
- "\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u6240\u9009\u6210\u5458\uFF1F": string;
725
- 暂无公告: string;
726
- 发布: string;
727
- 编辑: string;
728
- 查看更多: string;
729
- 管理员: string;
730
- 群主: string;
731
- 我: string;
732
- 添加成员: string;
733
- 新增管理员: string;
734
- 移除管理员: string;
735
- 新增禁言用户: string;
736
- 移除禁言用户: string;
737
- 修改群聊名称: string;
738
- "\u4FEE\u6539\u7FA4\u804A\u540D\u79F0\u540E\uFF0C\u5C06\u5728\u7FA4\u5185\u901A\u77E5\u5176\u4ED6\u6210\u5458": string;
739
- "\u4EC5\u9650\u4E2D\u6587\u3001\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF\uFF0C2-20\u4E2A\u5B57": string;
740
- "\u8BF7\u5148\u6CE8\u518C TUIGroup \u6A21\u5757": string;
741
- 该用户不存在: string;
742
- 该用户不在群组内: string;
743
- 添加群聊: string;
744
- 该群组不存在: string;
745
- "\u521B\u5EFA\u7FA4\u804A\uFF0C\u8BF7\u6CE8\u518C TUIGroup \u6A21\u5757": string;
746
- 创建成功: string;
747
- "\u53D1\u8D77\u591A\u4EBA\u4F1A\u8BDD\uFF08\u7FA4\u804A\uFF09": string;
748
- 选填: string;
749
- 取消: string;
750
- 创建: string;
751
- "\u7C7B\u4F3C\u666E\u901A\u5FAE\u4FE1\u7FA4\uFF0C\u521B\u5EFA\u540E\u4EC5\u652F\u6301\u5DF2\u5728\u7FA4\u5185\u7684\u597D\u53CB\u9080\u8BF7\u52A0\u7FA4\uFF0C\u4E14\u65E0\u9700\u88AB\u9080\u8BF7\u65B9\u540C\u610F\u6216\u7FA4\u4E3B\u5BA1\u6279\u3002\u8BE6\u89C1": string;
752
- "\u7C7B\u4F3C QQ \u7FA4\uFF0C\u521B\u5EFA\u540E\u7FA4\u4E3B\u53EF\u4EE5\u6307\u5B9A\u7FA4\u7BA1\u7406\u5458\uFF0C\u7528\u6237\u641C\u7D22\u7FA4 ID \u53D1\u8D77\u52A0\u7FA4\u7533\u8BF7\u540E\uFF0C\u9700\u8981\u7FA4\u4E3B\u6216\u7BA1\u7406\u5458\u5BA1\u6279\u901A\u8FC7\u624D\u80FD\u5165\u7FA4\u3002\u8BE6\u89C1": string;
753
- "\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u4E14\u652F\u6301\u67E5\u770B\u5165\u7FA4\u524D\u6D88\u606F\uFF1B\u9002\u5408\u7528\u4E8E\u97F3\u89C6\u9891\u4F1A\u8BAE\u573A\u666F\u3001\u5728\u7EBF\u6559\u80B2\u573A\u666F\u7B49\u4E0E\u5B9E\u65F6\u97F3\u89C6\u9891\u4EA7\u54C1\u7ED3\u5408\u7684\u573A\u666F\u3002\u8BE6\u89C1": string;
754
- "\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u6CA1\u6709\u7FA4\u6210\u5458\u6570\u91CF\u4E0A\u9650\uFF0C\u4F46\u4E0D\u652F\u6301\u5386\u53F2\u6D88\u606F\u5B58\u50A8\uFF1B\u9002\u5408\u4E0E\u76F4\u64AD\u4EA7\u54C1\u7ED3\u5408\uFF0C\u7528\u4E8E\u5F39\u5E55\u804A\u5929\u573A\u666F\u3002\u8BE6\u89C1": string;
755
- "\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u6700\u591A\u652F\u6301100000\u4EBA\uFF0C\u652F\u6301\u5386\u53F2\u6D88\u606F\u5B58\u50A8\uFF0C\u7528\u6237\u641C\u7D22\u7FA4 ID \u53D1\u8D77\u52A0\u7FA4\u7533\u8BF7\u540E\uFF0C\u65E0\u9700\u7BA1\u7406\u5458\u5BA1\u6279\u5373\u53EF\u8FDB\u7FA4\u3002\u8BE6\u89C1": string;
756
- 产品文档: string;
757
- 设置群名称: string;
758
- 请输入群名称: string;
759
- 设置群ID: string;
760
- 请输入群ID: string;
761
- 选择群类型: string;
762
- "\u964C\u751F\u4EBA\u793E\u4EA4\u7FA4\uFF08Public\uFF09": string;
763
- "\u4E34\u65F6\u4F1A\u8BAE\u7FA4\uFF08Meeting\uFF09": string;
764
- "\u597D\u53CB\u5DE5\u4F5C\u7FA4\uFF08Work\uFF09": string;
765
- "\u76F4\u64AD\u7FA4\uFF08AVChatroom\uFF09": string;
766
- "\u793E\u7FA4\uFF08Community\uFF09": string;
767
- 群组创建成功: string;
768
- 群组解散成功: string;
769
- 禁言设置成功: string;
770
- 取消禁言成功: string;
771
- 群名称不能为空: string;
772
- 群名称修改成功: string;
773
- "\u7FA4\u516C\u544A\u5B57\u6570\u8D85\u51FA\u9650\u5236\uFF0C\u6700\u5927\u957F\u5EA6\u4E3A150": string;
774
- };
775
- TUIContact: {
776
- 群聊通知: string;
777
- 系统通知: string;
778
- 我的群聊: string;
779
- 输入ID: string;
780
- 群名称: string;
781
- 群ID: string;
782
- 加入群聊: string;
783
- 解散群聊: string;
784
- 退出群聊: string;
785
- 进入群聊: string;
786
- 群类型: string;
787
- 请填写验证信息: string;
788
- 申请加入: string;
789
- 已申请: string;
790
- 接受: string;
791
- 拒绝: string;
792
- 已处理: string;
793
- 添加群聊: string;
794
- 已加入: string;
795
- 该群组不存在: string;
796
- 加群: string;
797
- 我的好友: string;
798
- 发送消息: string;
799
- 个性签名: string;
800
- 等待管理员同意: string;
801
- 加群成功: string;
802
- 您已是群成员: string;
803
- 新的联系人: string;
804
- 黑名单: string;
805
- 无搜索结果: string;
806
- 客服号: string;
807
- ID: string;
808
- 联系人: string;
809
- 群聊: string;
810
- "\u6DFB\u52A0\u597D\u53CB/\u7FA4\u804A": string;
811
- 备注名: string;
812
- 加入黑名单: string;
813
- 删除好友: string;
814
- 等待验证: string;
815
- 验证信息: string;
816
- 发送申请: string;
817
- 加入直播群: string;
818
- 同意: string;
819
- 删除好友成功: string;
820
- 删除好友失败: string;
821
- 申请已发送: string;
822
- 申请发送失败: string;
823
- 进入会话失败: string;
824
- 添加好友成功: string;
825
- 同意好友申请失败: string;
826
- 拒绝成功: string;
827
- 拒绝好友申请失败: string;
828
- 解散群聊成功: string;
829
- 解散群聊失败: string;
830
- 退出群组成功: string;
831
- 退出群组失败: string;
832
- 申请入群失败: string;
833
- 加入黑名单失败: string;
834
- 移除黑名单失败: string;
835
- "\u4FEE\u6539\u5907\u6CE8\u5931\u8D25: \u5907\u6CE8\u957F\u5EA6\u4E0D\u5F97\u8D85\u8FC7 96 \u5B57\u8282": string;
836
- 修改备注成功: string;
837
- 修改备注失败: string;
838
- };
839
- message: {
840
- tip: {
841
- 群成员: string;
842
- 加入群组: string;
843
- 退出群组: string;
844
- 被: string;
845
- 踢出群组: string;
846
- 成为管理员: string;
847
- 被撤销管理员: string;
848
- 被禁言: string;
849
- 被取消禁言: string;
850
- 群提示消息: string;
851
- 管理员: string;
852
- 开启全员禁言: string;
853
- 取消全员禁言: string;
854
- 成为新的群主: string;
855
- 修改群名为: string;
856
- 发布新公告: string;
857
- 把群公告修改为: string;
858
- 申请加入群组: string;
859
- 成功加入群组: string;
860
- 被拒绝: string;
861
- 你被管理员: string;
862
- 群: string;
863
- 解散: string;
864
- 创建群: string;
865
- 邀请你加群: string;
866
- 你退出群组: string;
867
- 你被: string;
868
- 设置为群: string;
869
- 的管理员: string;
870
- 撤销群: string;
871
- 的管理员身份: string;
872
- 同意加群: string;
873
- 拒接加群: string;
874
- 自定义群系统通知: string;
875
- };
876
- custom: {
877
- 自定义消息: string;
878
- 通话时长: string;
879
- 通话结束: string;
880
- 切换语音通话: string;
881
- 切换视频通话: string;
882
- 发起通话: string;
883
- 取消通话: string;
884
- 已接听: string;
885
- 拒绝通话: string;
886
- 无应答: string;
887
- 已取消: string;
888
- 对方已取消: string;
889
- 已拒绝: string;
890
- 对方已拒绝: string;
891
- 对方忙线中: string;
892
- 忙线未接听: string;
893
- 对方无应答: string;
894
- 超时无应答: string;
895
- 对本次服务评价: string;
896
- "\u67E5\u770B\u8BE6\u60C5>>": string;
897
- };
898
- };
899
- component: {
900
- 取消: string;
901
- 完成: string;
902
- 已选中: string;
903
- 人: string;
904
- 保存: string;
905
- 请输入userID: string;
906
- 请输入groupID: string;
907
- 确定: string;
908
- 全选: string;
909
- 已在群聊中: string;
910
- 查看更多: string;
911
- "\u56FE\u7247 url \u4E0D\u5B58\u5728": string;
912
- 已取消: string;
913
- 获取权限失败: string;
914
- 已保存至相册: string;
915
- 图片下载失败: string;
916
- 暂不支持下载此类型图片: string;
917
- };
918
- time: {
919
- 周: string;
920
- 天: string;
921
- 小时: string;
922
- 分钟: string;
923
- 刚刚: string;
924
- 前: string;
925
- 昨天: string;
926
- 星期一: string;
927
- 星期二: string;
928
- 星期三: string;
929
- 星期四: string;
930
- 星期五: string;
931
- 星期六: string;
932
- 星期日: string;
933
- 一月: string;
934
- 二月: string;
935
- 三月: string;
936
- 四月: string;
937
- 五月: string;
938
- 六月: string;
939
- 七月: string;
940
- 八月: string;
941
- 九月: string;
942
- 十月: string;
943
- 十一月: string;
944
- 十二月: string;
945
- 一: string;
946
- 二: string;
947
- 三: string;
948
- 四: string;
949
- 五: string;
950
- 六: string;
951
- 日: string;
952
- };
953
- Evaluate: {
954
- 请对本次服务进行评价: string;
955
- 提交评价: string;
956
- 服务评价工具: string;
957
- 使用: string;
958
- 自定义消息: string;
959
- 搭建: string;
960
- 星: string;
961
- };
962
- Words: {
963
- 请对本次服务进行评价: string;
964
- 提交评价: string;
965
- "\u5E38\u7528\u8BED-\u5FEB\u6377\u56DE\u590D\u5DE5\u5177": string;
966
- 使用: string;
967
- 自定义消息: string;
968
- 搭建: string;
969
- "\u5728\u5417\uFF1F\u5728\u5417\uFF1F\u5728\u5417\uFF1F\u91CD\u8981\u7684\u8BDD\u8BF4\u4E09\u904D\u3002": string;
970
- "\u597D\u4E45\u6CA1\u804A\u5929\u4E86\uFF0C\u5FEB\u6765\u548C\u6211\u8BF4\u8BF4\u8BDD\uFF5E": string;
971
- "\u597D\u7684\uFF0C\u5C31\u8FD9\u4E48\u8BF4\u5B9A\u4E86\u3002": string;
972
- "\u611F\u6069\u7684\u5FC3\uFF0C\u611F\u8C22\u6709\u4F60\u3002": string;
973
- "\u7CDF\u7CD5\uFF01\u662F\u5FC3\u52A8\u7684\u611F\u89C9\uFF01": string;
974
- "\u5FC3\u75BC\u5730\u62B1\u62B1\u81EA\u5DF1\uFF0C\u6211\u592A\u96BE\u4E86\uFF01": string;
975
- "\u6CA1\u5173\u7CFB\uFF0C\u522B\u5728\u610F\uFF0C\u4E8B\u60C5\u8FC7\u53BB\u5C31\u8FC7\u53BB\u4E86\u3002": string;
976
- "\u65E9\u4E0A\u597D\uFF0C\u4ECA\u5929\u4E5F\u662F\u8BA9\u4EBA\u671F\u5F85\u7684\u4E00\u5929\u5462\uFF01": string;
977
- "\u71AC\u591C\u6709\u4EC0\u4E48\u7528\uFF0C\u53C8\u6CA1\u4EBA\u966A\u4F60\u804A\u5929\uFF0C\u65E9\u70B9\u4F11\u606F\u5427\u3002": string;
978
- };
979
- TUISearch: {
980
- 搜索: string;
981
- 全部: string;
982
- 联系人: string;
983
- 群聊: string;
984
- 聊天记录: string;
985
- 文本: string;
986
- 文件: string;
987
- 其他: string;
988
- "\u56FE\u7247/\u89C6\u9891": string;
989
- 选择时间: string;
990
- 今天: string;
991
- 近三天: string;
992
- 近七天: string;
993
- 查看更多: string;
994
- 条相关: string;
995
- 条与: string;
996
- 相关的: string;
997
- 进入聊天: string;
998
- 定位到聊天位置: string;
999
- 搜索会话内容: string;
1000
- 查看更多历史记录: string;
1001
- 暂无搜索结果: string;
1002
- 结果: string;
1003
- 取消: string;
1004
- "[\u6587\u672C]": string;
1005
- "[\u56FE\u7247]": string;
1006
- "[\u8BED\u97F3]": string;
1007
- "[\u89C6\u9891]": string;
1008
- "[\u6587\u4EF6]": string;
1009
- "[\u81EA\u5B9A\u4E49\u6D88\u606F]": string;
1010
- "[\u7CFB\u7EDF\u6D88\u606F]": string;
1011
- "[\u5408\u5E76\u6D88\u606F]": string;
1012
- "[\u4F4D\u7F6E\u6D88\u606F]": string;
1013
- "\u6D88\u606F\u4E91\u7AEF\u641C\u7D22\u5931\u8D25\uFF1A": string;
1014
- "\u67E5\u627E\u8054\u7CFB\u4EBA\u5931\u8D25\uFF1A": string;
1015
- "\u67E5\u627E\u7FA4\u804A\u5931\u8D25\uFF1A": string;
1016
- 进入会话失败: string;
1017
- };
1018
- Emoji: {
1019
- '[TUIEmoji_Smile]': string;
1020
- '[TUIEmoji_Expect]': string;
1021
- '[TUIEmoji_Blink]': string;
1022
- '[TUIEmoji_Guffaw]': string;
1023
- '[TUIEmoji_KindSmile]': string;
1024
- '[TUIEmoji_Haha]': string;
1025
- '[TUIEmoji_Cheerful]': string;
1026
- '[TUIEmoji_Speechless]': string;
1027
- '[TUIEmoji_Amazed]': string;
1028
- '[TUIEmoji_Sorrow]': string;
1029
- '[TUIEmoji_Complacent]': string;
1030
- '[TUIEmoji_Silly]': string;
1031
- '[TUIEmoji_Lustful]': string;
1032
- '[TUIEmoji_Giggle]': string;
1033
- '[TUIEmoji_Kiss]': string;
1034
- '[TUIEmoji_Wail]': string;
1035
- '[TUIEmoji_TearsLaugh]': string;
1036
- '[TUIEmoji_Trapped]': string;
1037
- '[TUIEmoji_Mask]': string;
1038
- '[TUIEmoji_Fear]': string;
1039
- '[TUIEmoji_BareTeeth]': string;
1040
- '[TUIEmoji_FlareUp]': string;
1041
- '[TUIEmoji_Yawn]': string;
1042
- '[TUIEmoji_Tact]': string;
1043
- '[TUIEmoji_Stareyes]': string;
1044
- '[TUIEmoji_ShutUp]': string;
1045
- '[TUIEmoji_Sigh]': string;
1046
- '[TUIEmoji_Hehe]': string;
1047
- '[TUIEmoji_Silent]': string;
1048
- '[TUIEmoji_Surprised]': string;
1049
- '[TUIEmoji_Askance]': string;
1050
- '[TUIEmoji_Ok]': string;
1051
- '[TUIEmoji_Shit]': string;
1052
- '[TUIEmoji_Monster]': string;
1053
- '[TUIEmoji_Daemon]': string;
1054
- '[TUIEmoji_Rage]': string;
1055
- '[TUIEmoji_Fool]': string;
1056
- '[TUIEmoji_Pig]': string;
1057
- '[TUIEmoji_Cow]': string;
1058
- '[TUIEmoji_Ai]': string;
1059
- '[TUIEmoji_Skull]': string;
1060
- '[TUIEmoji_Bombs]': string;
1061
- '[TUIEmoji_Coffee]': string;
1062
- '[TUIEmoji_Cake]': string;
1063
- '[TUIEmoji_Beer]': string;
1064
- '[TUIEmoji_Flower]': string;
1065
- '[TUIEmoji_Watermelon]': string;
1066
- '[TUIEmoji_Rich]': string;
1067
- '[TUIEmoji_Heart]': string;
1068
- '[TUIEmoji_Moon]': string;
1069
- '[TUIEmoji_Sun]': string;
1070
- '[TUIEmoji_Star]': string;
1071
- '[TUIEmoji_RedPacket]': string;
1072
- '[TUIEmoji_Celebrate]': string;
1073
- '[TUIEmoji_Bless]': string;
1074
- '[TUIEmoji_Fortune]': string;
1075
- '[TUIEmoji_Convinced]': string;
1076
- '[TUIEmoji_Prohibit]': string;
1077
- '[TUIEmoji_666]': string;
1078
- '[TUIEmoji_857]': string;
1079
- '[TUIEmoji_Knife]': string;
1080
- '[TUIEmoji_Like]': string;
1081
- };
1082
- };
1083
- };
1
+ export interface ILanguageResources {
2
+ [key: string]: string | ILanguageResources;
3
+ }
4
+ declare const messages: Record<string, ILanguageResources>;
1084
5
  export default messages;