@cometchat/chat-uikit-react 5.0.3 → 5.0.4

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.
@@ -14,28 +14,13 @@ declare class CometChatLocalize {
14
14
  }>;
15
15
  static translations: {
16
16
  ar: {
17
- INCOMING_CALL: string;
18
- OUTGOING_CALL: string;
19
- CALL_REJECTED: string;
20
- CALL_ANSWERED: string;
21
- CALL_CANCELLED: string;
22
- MISSED_CALL: string;
23
- CALL_UNANSWERED: string;
24
17
  INFO: string;
25
18
  REACT: string;
26
19
  EDIT: string;
27
- CONVERSATION_DELETED: string;
28
20
  MESSAGE_PRIVATELY: string;
29
21
  TRANSLATE: string;
30
22
  USERS: string;
31
23
  CHATS: string;
32
- LAST_SEEN: string;
33
- AT: string;
34
- WRONG_FILE_TYPE: string;
35
- MESSAGE_COPIED: string;
36
- MESSAGE_EDITED: string;
37
- MESSAGE_DELETED_TEXT: string;
38
- MESSAGE_TRANSLATED: string;
39
24
  SEARCH_EMOJI: string;
40
25
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
41
26
  GROUPS: string;
@@ -57,8 +42,10 @@ declare class CometChatLocalize {
57
42
  CONVERSATIONS: string;
58
43
  CONVERSATION_LIST: string;
59
44
  MESSAGES: string;
45
+ WRONG_FILE_TYPE: string;
60
46
  MESSAGE_HEADER: string;
61
47
  MESSAGE_LIST: string;
48
+ /**Properties and constants */
62
49
  MESSAGE_COMPOSER: string;
63
50
  USERS_WITH_MESSAGES: string;
64
51
  USER_LIST: string;
@@ -86,7 +73,7 @@ declare class CometChatLocalize {
86
73
  MESSAGE_IMAGE: string;
87
74
  MESSAGE_FILE: string;
88
75
  MESSAGE_VIDEO: string;
89
- MESSAGE_AUDIO: string;
76
+ MESSAGE_AUDIO: string; /**Override resources */
90
77
  CUSTOM_MESSAGE: string;
91
78
  SELECT_A_DATE: string;
92
79
  TIME_ZONE: string;
@@ -101,6 +88,7 @@ declare class CometChatLocalize {
101
88
  MORE_TIMES: string;
102
89
  MISSED_VOICE_CALL: string;
103
90
  MEET_WITH: string;
91
+ CONVERSATION_DELETED: string;
104
92
  MEETING_SCHEDULER: string;
105
93
  MISSED_VIDEO_CALL: string;
106
94
  CUSTOM_MESSAGE_POLL: string;
@@ -136,6 +124,11 @@ declare class CometChatLocalize {
136
124
  ADD_MEMBERS: string;
137
125
  SEND_MESSAGE: string;
138
126
  UNBLOCK_USER: string;
127
+ /**
128
+ * Accepts the string to localize and return the localized string
129
+ * @param {String} str
130
+ * @returns {String} localized str
131
+ */
139
132
  BLOCK_USER: string;
140
133
  DELETE_AND_EXIT: string;
141
134
  LEAVE_GROUP: string;
@@ -161,6 +154,10 @@ declare class CometChatLocalize {
161
154
  YOU_DELETED_THIS_MESSAGE: string;
162
155
  THIS_MESSAGE_DELETED: string;
163
156
  MESSAGE_IS_DELETED: string;
157
+ MESSAGE_COPIED: string;
158
+ MESSAGE_EDITED: string;
159
+ MESSAGE_DELETED_TEXT: string;
160
+ MESSAGE_TRANSLATED: string;
164
161
  VIEW_ON_YOUTUBE: string;
165
162
  SEARCH: string;
166
163
  ERROR: string;
@@ -173,6 +170,13 @@ declare class CometChatLocalize {
173
170
  INCOMING_VIDEO_CALL: string;
174
171
  DECLINE: string;
175
172
  ACCEPT: string;
173
+ INCOMING_CALL: string;
174
+ OUTGOING_CALL: string;
175
+ CALL_REJECTED: string;
176
+ CALL_ANSWERED: string;
177
+ CALL_CANCELLED: string;
178
+ MISSED_CALL: string;
179
+ CALL_UNANSWERED: string;
176
180
  CALL_INITIATED: string;
177
181
  OUTGOING_AUDIO_CALL: string;
178
182
  OUTGOING_VIDEO_CALL: string;
@@ -242,6 +246,8 @@ declare class CometChatLocalize {
242
246
  CHANGE_SCOPE: string;
243
247
  STICKER: string;
244
248
  LAST_ACTIVE_AT: string;
249
+ LAST_SEEN: string;
250
+ AT: string;
245
251
  VOICE_CALL: string;
246
252
  VIEW_DETAIL: string;
247
253
  VOTES: string;
@@ -296,10 +302,10 @@ declare class CometChatLocalize {
296
302
  ONGOING_CALL: string;
297
303
  YOU_ALREADY_ONGOING_CALL: string;
298
304
  RESIZE: string;
299
- SETTINGS: string;
300
- ACTIONS: string;
301
305
  READ_MORE: string;
302
306
  SHOW_LESS: string;
307
+ SETTINGS: string;
308
+ ACTIONS: string;
303
309
  VIEW_PROFILE: string;
304
310
  SEND_MESSAGE_IN_PRIVATE: string;
305
311
  DELETE: string;
@@ -396,7 +402,7 @@ declare class CometChatLocalize {
396
402
  NO_CONVERSATIONS: string;
397
403
  CONVERSATIONS_EMPTY_MESSAGE: string;
398
404
  NO_GROUP_MEMBER_AVAILABLE: string;
399
- OOPS: string;
405
+ "OOPS!": string;
400
406
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
401
407
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
402
408
  REACHED_MAX_LIMIT: string;
@@ -407,31 +413,16 @@ declare class CometChatLocalize {
407
413
  SAVE: string;
408
414
  };
409
415
  de: {
410
- INCOMING_CALL: string;
411
- OUTGOING_CALL: string;
412
- CALL_REJECTED: string;
413
- CALL_ANSWERED: string;
414
- CALL_CANCELLED: string;
415
- MISSED_CALL: string;
416
- CALL_UNANSWERED: string;
417
416
  INFO: string;
418
417
  REACT: string;
419
418
  EDIT: string;
420
419
  MESSAGE_PRIVATELY: string;
421
420
  TRANSLATE: string;
422
421
  USERS: string;
423
- CONVERSATION_DELETED: string;
424
- MESSAGE_COPIED: string;
425
- MESSAGE_EDITED: string;
426
- MESSAGE_DELETED_TEXT: string;
427
- MESSAGE_TRANSLATED: string;
428
422
  CHATS: string;
429
- LAST_SEEN: string;
430
- AT: string;
431
423
  SEARCH_EMOJI: string;
432
424
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
433
425
  GROUPS: string;
434
- WRONG_FILE_TYPE: string;
435
426
  SHARED: string;
436
427
  SOUND_MANAGER: string;
437
428
  THEME: string;
@@ -450,6 +441,7 @@ declare class CometChatLocalize {
450
441
  CONVERSATIONS: string;
451
442
  CONVERSATION_LIST: string;
452
443
  MESSAGES: string;
444
+ WRONG_FILE_TYPE: string;
453
445
  MESSAGE_HEADER: string;
454
446
  MESSAGE_LIST: string;
455
447
  MESSAGE_COMPOSER: string;
@@ -494,6 +486,7 @@ declare class CometChatLocalize {
494
486
  MORE_TIMES: string;
495
487
  MISSED_VOICE_CALL: string;
496
488
  MEET_WITH: string;
489
+ CONVERSATION_DELETED: string;
497
490
  MEETING_SCHEDULER: string;
498
491
  MISSED_VIDEO_CALL: string;
499
492
  CUSTOM_MESSAGE_POLL: string;
@@ -529,10 +522,6 @@ declare class CometChatLocalize {
529
522
  ADD_MEMBERS: string;
530
523
  SEND_MESSAGE: string;
531
524
  UNBLOCK_USER: string;
532
- /**
533
- * Returns rtl or ltr based on the active language
534
- * @returns {String} the direction of the active langauge
535
- */
536
525
  BLOCK_USER: string;
537
526
  DELETE_AND_EXIT: string;
538
527
  LEAVE_GROUP: string;
@@ -558,6 +547,10 @@ declare class CometChatLocalize {
558
547
  YOU_DELETED_THIS_MESSAGE: string;
559
548
  THIS_MESSAGE_DELETED: string;
560
549
  MESSAGE_IS_DELETED: string;
550
+ MESSAGE_COPIED: string;
551
+ MESSAGE_EDITED: string;
552
+ MESSAGE_DELETED_TEXT: string;
553
+ MESSAGE_TRANSLATED: string;
561
554
  VIEW_ON_YOUTUBE: string;
562
555
  SEARCH: string;
563
556
  ERROR: string;
@@ -570,6 +563,13 @@ declare class CometChatLocalize {
570
563
  INCOMING_VIDEO_CALL: string;
571
564
  DECLINE: string;
572
565
  ACCEPT: string;
566
+ INCOMING_CALL: string;
567
+ OUTGOING_CALL: string;
568
+ CALL_REJECTED: string;
569
+ CALL_ANSWERED: string;
570
+ CALL_CANCELLED: string;
571
+ MISSED_CALL: string;
572
+ CALL_UNANSWERED: string;
573
573
  CALL_INITIATED: string;
574
574
  OUTGOING_AUDIO_CALL: string;
575
575
  OUTGOING_VIDEO_CALL: string;
@@ -639,6 +639,8 @@ declare class CometChatLocalize {
639
639
  CHANGE_SCOPE: string;
640
640
  STICKER: string;
641
641
  LAST_ACTIVE_AT: string;
642
+ LAST_SEEN: string;
643
+ AT: string;
642
644
  VOICE_CALL: string;
643
645
  VIEW_DETAIL: string;
644
646
  VOTES: string;
@@ -793,7 +795,7 @@ declare class CometChatLocalize {
793
795
  NO_CONVERSATIONS: string;
794
796
  CONVERSATIONS_EMPTY_MESSAGE: string;
795
797
  NO_GROUP_MEMBER_AVAILABLE: string;
796
- OOPS: string;
798
+ "OOPS!": string;
797
799
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
798
800
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
799
801
  REACHED_MAX_LIMIT: string;
@@ -1201,29 +1203,14 @@ declare class CometChatLocalize {
1201
1203
  SAVE: string;
1202
1204
  };
1203
1205
  es: {
1204
- INCOMING_CALL: string;
1205
- OUTGOING_CALL: string;
1206
- CALL_REJECTED: string;
1207
- CALL_ANSWERED: string;
1208
- CALL_CANCELLED: string;
1209
- MISSED_CALL: string;
1210
- CALL_UNANSWERED: string;
1211
1206
  INFO: string;
1212
1207
  REACT: string;
1213
1208
  EDIT: string;
1214
1209
  MESSAGE_PRIVATELY: string;
1215
- CONVERSATION_DELETED: string;
1216
- MESSAGE_COPIED: string;
1217
- MESSAGE_EDITED: string;
1218
- MESSAGE_DELETED_TEXT: string;
1219
- MESSAGE_TRANSLATED: string;
1220
1210
  TRANSLATE: string;
1221
- LAST_SEEN: string;
1222
- AT: string;
1223
1211
  USERS: string;
1224
1212
  CHATS: string;
1225
1213
  SEARCH_EMOJI: string;
1226
- WRONG_FILE_TYPE: string;
1227
1214
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
1228
1215
  GROUPS: string;
1229
1216
  SHARED: string;
@@ -1238,12 +1225,18 @@ declare class CometChatLocalize {
1238
1225
  MESSAGE_RECEIPT: string;
1239
1226
  MESSAGE: string;
1240
1227
  RECEIPT_INFORMATION: string;
1228
+ /**
1229
+ * The `CometChatLocalize` class handles localization for the CometChat application.
1230
+ * It provides functionality to detect the user's browser language settings and
1231
+ * set the application's language accordingly.
1232
+ */
1241
1233
  NO_RECIPIENT: string;
1242
1234
  NO_RECIPIENTS: string;
1243
1235
  CONVERSATIONS_WITH_MESSAGES: string;
1244
1236
  CONVERSATIONS: string;
1245
1237
  CONVERSATION_LIST: string;
1246
- MESSAGES: string;
1238
+ MESSAGES: string; /**Properties and constants */
1239
+ WRONG_FILE_TYPE: string;
1247
1240
  MESSAGE_HEADER: string;
1248
1241
  MESSAGE_LIST: string;
1249
1242
  MESSAGE_COMPOSER: string;
@@ -1265,7 +1258,7 @@ declare class CometChatLocalize {
1265
1258
  GROUP_PASSWORD_BLANK: string;
1266
1259
  GROUP_NAME_BLANK: string;
1267
1260
  GROUP_TYPE_BLANK: string;
1268
- DELETE_CONVERSATION: string;
1261
+ DELETE_CONVERSATION: string; /**Add to the original array of translations if language code is not found */
1269
1262
  ADD_TO_CHAT: string;
1270
1263
  MORE: string;
1271
1264
  COPY: string;
@@ -1288,6 +1281,7 @@ declare class CometChatLocalize {
1288
1281
  MORE_TIMES: string;
1289
1282
  MISSED_VOICE_CALL: string;
1290
1283
  MEET_WITH: string;
1284
+ CONVERSATION_DELETED: string;
1291
1285
  MEETING_SCHEDULER: string;
1292
1286
  MISSED_VIDEO_CALL: string;
1293
1287
  CUSTOM_MESSAGE_POLL: string;
@@ -1300,7 +1294,10 @@ declare class CometChatLocalize {
1300
1294
  MODERATOR: string;
1301
1295
  PARTICIPANT: string;
1302
1296
  PUBLIC: string;
1303
- PRIVATE: string;
1297
+ PRIVATE: string; /**
1298
+ * Set the active language
1299
+ * @param {String} language
1300
+ */
1304
1301
  PASSWORD_PROTECTED: string;
1305
1302
  PRIVACY_AND_SECURITY: string;
1306
1303
  PREFERENCES: string;
@@ -1348,6 +1345,10 @@ declare class CometChatLocalize {
1348
1345
  YOU_DELETED_THIS_MESSAGE: string;
1349
1346
  THIS_MESSAGE_DELETED: string;
1350
1347
  MESSAGE_IS_DELETED: string;
1348
+ MESSAGE_COPIED: string;
1349
+ MESSAGE_EDITED: string;
1350
+ MESSAGE_DELETED_TEXT: string;
1351
+ MESSAGE_TRANSLATED: string;
1351
1352
  VIEW_ON_YOUTUBE: string;
1352
1353
  SEARCH: string;
1353
1354
  ERROR: string;
@@ -1360,6 +1361,13 @@ declare class CometChatLocalize {
1360
1361
  INCOMING_VIDEO_CALL: string;
1361
1362
  DECLINE: string;
1362
1363
  ACCEPT: string;
1364
+ INCOMING_CALL: string;
1365
+ OUTGOING_CALL: string;
1366
+ CALL_REJECTED: string;
1367
+ CALL_ANSWERED: string;
1368
+ CALL_CANCELLED: string;
1369
+ MISSED_CALL: string;
1370
+ CALL_UNANSWERED: string;
1363
1371
  CALL_INITIATED: string;
1364
1372
  OUTGOING_AUDIO_CALL: string;
1365
1373
  OUTGOING_VIDEO_CALL: string;
@@ -1429,6 +1437,8 @@ declare class CometChatLocalize {
1429
1437
  CHANGE_SCOPE: string;
1430
1438
  STICKER: string;
1431
1439
  LAST_ACTIVE_AT: string;
1440
+ LAST_SEEN: string;
1441
+ AT: string;
1432
1442
  VOICE_CALL: string;
1433
1443
  VIEW_DETAIL: string;
1434
1444
  VOTES: string;
@@ -1456,8 +1466,6 @@ declare class CometChatLocalize {
1456
1466
  OBJECTS: string;
1457
1467
  SYMBOLS: string;
1458
1468
  FLAGS: string;
1459
- READ_MORE: string;
1460
- SHOW_LESS: string;
1461
1469
  SENT: string;
1462
1470
  SEEN: string;
1463
1471
  DELIVERED: string;
@@ -1485,6 +1493,8 @@ declare class CometChatLocalize {
1485
1493
  ONGOING_CALL: string;
1486
1494
  YOU_ALREADY_ONGOING_CALL: string;
1487
1495
  RESIZE: string;
1496
+ READ_MORE: string;
1497
+ SHOW_LESS: string;
1488
1498
  SETTINGS: string;
1489
1499
  ACTIONS: string;
1490
1500
  VIEW_PROFILE: string;
@@ -1583,7 +1593,7 @@ declare class CometChatLocalize {
1583
1593
  NO_CONVERSATIONS: string;
1584
1594
  CONVERSATIONS_EMPTY_MESSAGE: string;
1585
1595
  NO_GROUP_MEMBER_AVAILABLE: string;
1586
- OOPS: string;
1596
+ "OOPS!": string;
1587
1597
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
1588
1598
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
1589
1599
  REACHED_MAX_LIMIT: string;
@@ -1594,31 +1604,16 @@ declare class CometChatLocalize {
1594
1604
  SAVE: string;
1595
1605
  };
1596
1606
  fr: {
1597
- INCOMING_CALL: string;
1598
- OUTGOING_CALL: string;
1599
- CALL_REJECTED: string;
1600
- CALL_ANSWERED: string;
1601
- CALL_CANCELLED: string;
1602
- MISSED_CALL: string;
1603
- CALL_UNANSWERED: string;
1604
1607
  INFO: string;
1605
1608
  REACT: string;
1606
1609
  EDIT: string;
1607
1610
  MESSAGE_PRIVATELY: string;
1608
1611
  TRANSLATE: string;
1609
- CONVERSATION_DELETED: string;
1610
- MESSAGE_COPIED: string;
1611
- MESSAGE_EDITED: string;
1612
- MESSAGE_DELETED_TEXT: string;
1613
- MESSAGE_TRANSLATED: string;
1614
1612
  USERS: string;
1615
1613
  CHATS: string;
1616
- LAST_SEEN: string;
1617
- AT: string;
1618
1614
  SEARCH_EMOJI: string;
1619
1615
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
1620
1616
  GROUPS: string;
1621
- WRONG_FILE_TYPE: string; /**Properties and constants */
1622
1617
  SHARED: string;
1623
1618
  SOUND_MANAGER: string;
1624
1619
  THEME: string;
@@ -1637,6 +1632,7 @@ declare class CometChatLocalize {
1637
1632
  CONVERSATIONS: string;
1638
1633
  CONVERSATION_LIST: string;
1639
1634
  MESSAGES: string;
1635
+ WRONG_FILE_TYPE: string;
1640
1636
  MESSAGE_HEADER: string;
1641
1637
  MESSAGE_LIST: string;
1642
1638
  MESSAGE_COMPOSER: string;
@@ -1670,7 +1666,10 @@ declare class CometChatLocalize {
1670
1666
  CUSTOM_MESSAGE: string;
1671
1667
  SELECT_A_DATE: string;
1672
1668
  TIME_ZONE: string;
1673
- MEETING_SCHEDULED: string;
1669
+ MEETING_SCHEDULED: string; /**
1670
+ * Returns the browser language
1671
+ * @returns {String} browser langauge i.e. en-US
1672
+ */
1674
1673
  SOMETHING_WRONG: string;
1675
1674
  MEETING_SLOT_BOOK: string;
1676
1675
  MEETING_BOOK_NEW_SLOT: string;
@@ -1681,13 +1680,12 @@ declare class CometChatLocalize {
1681
1680
  MORE_TIMES: string;
1682
1681
  MISSED_VOICE_CALL: string;
1683
1682
  MEET_WITH: string;
1683
+ CONVERSATION_DELETED: string;
1684
1684
  MEETING_SCHEDULER: string;
1685
1685
  MISSED_VIDEO_CALL: string;
1686
1686
  CUSTOM_MESSAGE_POLL: string;
1687
1687
  CUSTOM_MESSAGE_STICKER: string;
1688
- CUSTOM_MESSAGE_DOCUMENT: string; /**
1689
- * Sets the default lannguage if no language is passed in init method
1690
- */
1688
+ CUSTOM_MESSAGE_DOCUMENT: string;
1691
1689
  CUSTOM_MESSAGE_WHITEBOARD: string;
1692
1690
  ONLINE: string;
1693
1691
  ADMINISTRATOR: string;
@@ -1743,6 +1741,10 @@ declare class CometChatLocalize {
1743
1741
  YOU_DELETED_THIS_MESSAGE: string;
1744
1742
  THIS_MESSAGE_DELETED: string;
1745
1743
  MESSAGE_IS_DELETED: string;
1744
+ MESSAGE_COPIED: string;
1745
+ MESSAGE_EDITED: string;
1746
+ MESSAGE_DELETED_TEXT: string;
1747
+ MESSAGE_TRANSLATED: string;
1746
1748
  VIEW_ON_YOUTUBE: string;
1747
1749
  SEARCH: string;
1748
1750
  ERROR: string;
@@ -1755,6 +1757,13 @@ declare class CometChatLocalize {
1755
1757
  INCOMING_VIDEO_CALL: string;
1756
1758
  DECLINE: string;
1757
1759
  ACCEPT: string;
1760
+ INCOMING_CALL: string;
1761
+ OUTGOING_CALL: string;
1762
+ CALL_REJECTED: string;
1763
+ CALL_ANSWERED: string;
1764
+ CALL_CANCELLED: string;
1765
+ MISSED_CALL: string;
1766
+ CALL_UNANSWERED: string;
1758
1767
  CALL_INITIATED: string;
1759
1768
  OUTGOING_AUDIO_CALL: string;
1760
1769
  OUTGOING_VIDEO_CALL: string;
@@ -1824,6 +1833,8 @@ declare class CometChatLocalize {
1824
1833
  CHANGE_SCOPE: string;
1825
1834
  STICKER: string;
1826
1835
  LAST_ACTIVE_AT: string;
1836
+ LAST_SEEN: string;
1837
+ AT: string;
1827
1838
  VOICE_CALL: string;
1828
1839
  VIEW_DETAIL: string;
1829
1840
  VOTES: string;
@@ -1878,10 +1889,10 @@ declare class CometChatLocalize {
1878
1889
  ONGOING_CALL: string;
1879
1890
  YOU_ALREADY_ONGOING_CALL: string;
1880
1891
  RESIZE: string;
1881
- SETTINGS: string;
1882
- ACTIONS: string;
1883
1892
  READ_MORE: string;
1884
1893
  SHOW_LESS: string;
1894
+ SETTINGS: string;
1895
+ ACTIONS: string;
1885
1896
  VIEW_PROFILE: string;
1886
1897
  SEND_MESSAGE_IN_PRIVATE: string;
1887
1898
  DELETE: string;
@@ -1978,7 +1989,7 @@ declare class CometChatLocalize {
1978
1989
  NO_CONVERSATIONS: string;
1979
1990
  CONVERSATIONS_EMPTY_MESSAGE: string;
1980
1991
  NO_GROUP_MEMBER_AVAILABLE: string;
1981
- OOPS: string;
1992
+ "OOPS!": string;
1982
1993
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
1983
1994
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
1984
1995
  REACHED_MAX_LIMIT: string;
@@ -1989,31 +2000,16 @@ declare class CometChatLocalize {
1989
2000
  SAVE: string;
1990
2001
  };
1991
2002
  hi: {
1992
- INCOMING_CALL: string;
1993
- OUTGOING_CALL: string;
1994
- CALL_REJECTED: string;
1995
- CALL_ANSWERED: string;
1996
- CALL_CANCELLED: string;
1997
- MISSED_CALL: string;
1998
- CALL_UNANSWERED: string;
1999
2003
  INFO: string;
2000
2004
  REACT: string;
2001
2005
  EDIT: string;
2002
- CONVERSATION_DELETED: string;
2003
- MESSAGE_COPIED: string;
2004
- MESSAGE_EDITED: string;
2005
- MESSAGE_DELETED_TEXT: string;
2006
- MESSAGE_TRANSLATED: string;
2007
2006
  MESSAGE_PRIVATELY: string;
2008
2007
  TRANSLATE: string;
2009
2008
  USERS: string;
2010
2009
  CHATS: string;
2011
- LAST_SEEN: string;
2012
- AT: string;
2013
2010
  SEARCH_EMOJI: string;
2014
2011
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
2015
2012
  GROUPS: string;
2016
- WRONG_FILE_TYPE: string;
2017
2013
  SHARED: string;
2018
2014
  SOUND_MANAGER: string;
2019
2015
  THEME: string;
@@ -2032,6 +2028,7 @@ declare class CometChatLocalize {
2032
2028
  CONVERSATIONS: string;
2033
2029
  CONVERSATION_LIST: string;
2034
2030
  MESSAGES: string;
2031
+ WRONG_FILE_TYPE: string;
2035
2032
  MESSAGE_HEADER: string;
2036
2033
  MESSAGE_LIST: string;
2037
2034
  MESSAGE_COMPOSER: string;
@@ -2076,6 +2073,7 @@ declare class CometChatLocalize {
2076
2073
  MORE_TIMES: string;
2077
2074
  MISSED_VOICE_CALL: string;
2078
2075
  MEET_WITH: string;
2076
+ CONVERSATION_DELETED: string;
2079
2077
  MEETING_SCHEDULER: string;
2080
2078
  MISSED_VIDEO_CALL: string;
2081
2079
  CUSTOM_MESSAGE_POLL: string;
@@ -2089,16 +2087,17 @@ declare class CometChatLocalize {
2089
2087
  PARTICIPANT: string;
2090
2088
  PUBLIC: string;
2091
2089
  PRIVATE: string;
2092
- PASSWORD_PROTECTED: string;
2090
+ PASSWORD_PROTECTED: string; /**
2091
+ * Returns the active language. Return fallback language if translation is not available for the active language
2092
+ * @returns {String} active language
2093
+ */
2093
2094
  PRIVACY_AND_SECURITY: string;
2094
2095
  PREFERENCES: string;
2095
2096
  MEMBERS: string;
2096
2097
  MEMBER: string;
2097
2098
  EDITED: string;
2098
2099
  TODAY: string;
2099
- YESTERDAY: string; /**
2100
- * Sets the default lannguage if no language is passed in init method
2101
- */
2100
+ YESTERDAY: string;
2102
2101
  SUNDAY: string;
2103
2102
  MONDAY: string;
2104
2103
  TUESDAY: string;
@@ -2138,6 +2137,10 @@ declare class CometChatLocalize {
2138
2137
  YOU_DELETED_THIS_MESSAGE: string;
2139
2138
  THIS_MESSAGE_DELETED: string;
2140
2139
  MESSAGE_IS_DELETED: string;
2140
+ MESSAGE_COPIED: string;
2141
+ MESSAGE_EDITED: string;
2142
+ MESSAGE_DELETED_TEXT: string;
2143
+ MESSAGE_TRANSLATED: string;
2141
2144
  VIEW_ON_YOUTUBE: string;
2142
2145
  SEARCH: string;
2143
2146
  ERROR: string;
@@ -2150,6 +2153,13 @@ declare class CometChatLocalize {
2150
2153
  INCOMING_VIDEO_CALL: string;
2151
2154
  DECLINE: string;
2152
2155
  ACCEPT: string;
2156
+ INCOMING_CALL: string;
2157
+ OUTGOING_CALL: string;
2158
+ CALL_REJECTED: string;
2159
+ CALL_ANSWERED: string;
2160
+ CALL_CANCELLED: string;
2161
+ MISSED_CALL: string;
2162
+ CALL_UNANSWERED: string;
2153
2163
  CALL_INITIATED: string;
2154
2164
  OUTGOING_AUDIO_CALL: string;
2155
2165
  OUTGOING_VIDEO_CALL: string;
@@ -2219,6 +2229,8 @@ declare class CometChatLocalize {
2219
2229
  CHANGE_SCOPE: string;
2220
2230
  STICKER: string;
2221
2231
  LAST_ACTIVE_AT: string;
2232
+ LAST_SEEN: string;
2233
+ AT: string;
2222
2234
  VOICE_CALL: string;
2223
2235
  VIEW_DETAIL: string;
2224
2236
  VOTES: string;
@@ -2273,11 +2285,11 @@ declare class CometChatLocalize {
2273
2285
  ONGOING_CALL: string;
2274
2286
  YOU_ALREADY_ONGOING_CALL: string;
2275
2287
  RESIZE: string;
2288
+ READ_MORE: string;
2289
+ SHOW_LESS: string;
2276
2290
  SETTINGS: string;
2277
2291
  ACTIONS: string;
2278
2292
  VIEW_PROFILE: string;
2279
- READ_MORE: string;
2280
- SHOW_LESS: string;
2281
2293
  SEND_MESSAGE_IN_PRIVATE: string;
2282
2294
  DELETE: string;
2283
2295
  DELETE_CONFIRM: string;
@@ -2373,7 +2385,7 @@ declare class CometChatLocalize {
2373
2385
  NO_CONVERSATIONS: string;
2374
2386
  CONVERSATIONS_EMPTY_MESSAGE: string;
2375
2387
  NO_GROUP_MEMBER_AVAILABLE: string;
2376
- OOPS: string;
2388
+ "OOPS!": string;
2377
2389
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
2378
2390
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
2379
2391
  REACHED_MAX_LIMIT: string;
@@ -2384,13 +2396,6 @@ declare class CometChatLocalize {
2384
2396
  SAVE: string;
2385
2397
  };
2386
2398
  ms: {
2387
- INCOMING_CALL: string;
2388
- OUTGOING_CALL: string;
2389
- CALL_REJECTED: string;
2390
- CALL_ANSWERED: string;
2391
- CALL_CANCELLED: string;
2392
- MISSED_CALL: string;
2393
- CALL_UNANSWERED: string;
2394
2399
  INFO: string;
2395
2400
  REACT: string;
2396
2401
  EDIT: string;
@@ -2398,19 +2403,10 @@ declare class CometChatLocalize {
2398
2403
  TRANSLATE: string;
2399
2404
  USERS: string;
2400
2405
  CHATS: string;
2401
- LAST_SEEN: string;
2402
- AT: string;
2403
- CONVERSATION_DELETED: string;
2404
- MESSAGE_COPIED: string;
2405
- MESSAGE_EDITED: string;
2406
- MESSAGE_DELETED_TEXT: string;
2407
- MESSAGE_TRANSLATED: string;
2408
2406
  SEARCH_EMOJI: string;
2409
2407
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
2410
2408
  GROUPS: string;
2411
- WRONG_FILE_TYPE: string;
2412
2409
  SHARED: string;
2413
- /**Properties and constants */
2414
2410
  SOUND_MANAGER: string;
2415
2411
  THEME: string;
2416
2412
  DELETE_MSG_TEXT: string;
@@ -2428,6 +2424,7 @@ declare class CometChatLocalize {
2428
2424
  CONVERSATIONS: string;
2429
2425
  CONVERSATION_LIST: string;
2430
2426
  MESSAGES: string;
2427
+ WRONG_FILE_TYPE: string;
2431
2428
  MESSAGE_HEADER: string;
2432
2429
  MESSAGE_LIST: string;
2433
2430
  MESSAGE_COMPOSER: string;
@@ -2439,7 +2436,7 @@ declare class CometChatLocalize {
2439
2436
  PASSWORD: string;
2440
2437
  CONTINUE: string;
2441
2438
  NO_CHATS_SELECTED: string;
2442
- NO_USERS_SELECTED: string; /**Override resources */
2439
+ NO_USERS_SELECTED: string;
2443
2440
  NO_GROUPS_SELECTED: string;
2444
2441
  SELECT_DAY: string;
2445
2442
  SELECT_TIME: string;
@@ -2449,10 +2446,7 @@ declare class CometChatLocalize {
2449
2446
  GROUP_PASSWORD_BLANK: string;
2450
2447
  GROUP_NAME_BLANK: string;
2451
2448
  GROUP_TYPE_BLANK: string;
2452
- DELETE_CONVERSATION: string; /**
2453
- * Returns the browser language
2454
- * @returns {String} browser langauge i.e. en-US
2455
- */
2449
+ DELETE_CONVERSATION: string;
2456
2450
  ADD_TO_CHAT: string;
2457
2451
  MORE: string;
2458
2452
  COPY: string;
@@ -2460,10 +2454,8 @@ declare class CometChatLocalize {
2460
2454
  MESSAGE_IMAGE: string;
2461
2455
  MESSAGE_FILE: string;
2462
2456
  MESSAGE_VIDEO: string;
2463
- MESSAGE_AUDIO: string; /**
2464
- * Returns the language code
2465
- * @returns {String} language code i.e. en
2466
- */
2457
+ /**Add to the original array of translations if language code is not found */
2458
+ MESSAGE_AUDIO: string;
2467
2459
  CUSTOM_MESSAGE: string;
2468
2460
  SELECT_A_DATE: string;
2469
2461
  TIME_ZONE: string;
@@ -2478,6 +2470,7 @@ declare class CometChatLocalize {
2478
2470
  MORE_TIMES: string;
2479
2471
  MISSED_VOICE_CALL: string;
2480
2472
  MEET_WITH: string;
2473
+ CONVERSATION_DELETED: string;
2481
2474
  MEETING_SCHEDULER: string;
2482
2475
  MISSED_VIDEO_CALL: string;
2483
2476
  CUSTOM_MESSAGE_POLL: string;
@@ -2485,7 +2478,10 @@ declare class CometChatLocalize {
2485
2478
  CUSTOM_MESSAGE_DOCUMENT: string;
2486
2479
  CUSTOM_MESSAGE_WHITEBOARD: string;
2487
2480
  ONLINE: string;
2488
- ADMINISTRATOR: string;
2481
+ ADMINISTRATOR: string; /**
2482
+ * Returns the active language. Return fallback language if translation is not available for the active language
2483
+ * @returns {String} active language
2484
+ */
2489
2485
  ADMIN: string;
2490
2486
  MODERATOR: string;
2491
2487
  PARTICIPANT: string;
@@ -2499,7 +2495,10 @@ declare class CometChatLocalize {
2499
2495
  EDITED: string;
2500
2496
  TODAY: string;
2501
2497
  YESTERDAY: string;
2502
- SUNDAY: string;
2498
+ SUNDAY: string; /**
2499
+ * Set the active language
2500
+ * @param {String} language
2501
+ */
2503
2502
  MONDAY: string;
2504
2503
  TUESDAY: string;
2505
2504
  WEDNESDAY: string;
@@ -2524,10 +2523,6 @@ declare class CometChatLocalize {
2524
2523
  LOADING: string;
2525
2524
  REPLY: string;
2526
2525
  REPLIES: string;
2527
- /**
2528
- * Returns rtl or ltr based on the active language
2529
- * @returns {String} the direction of the active langauge
2530
- */
2531
2526
  AI: string;
2532
2527
  SMART_REPLIES: string;
2533
2528
  CONVERSATION_STARTER: string;
@@ -2542,6 +2537,10 @@ declare class CometChatLocalize {
2542
2537
  YOU_DELETED_THIS_MESSAGE: string;
2543
2538
  THIS_MESSAGE_DELETED: string;
2544
2539
  MESSAGE_IS_DELETED: string;
2540
+ MESSAGE_COPIED: string;
2541
+ MESSAGE_EDITED: string;
2542
+ MESSAGE_DELETED_TEXT: string;
2543
+ MESSAGE_TRANSLATED: string;
2545
2544
  VIEW_ON_YOUTUBE: string;
2546
2545
  SEARCH: string;
2547
2546
  ERROR: string;
@@ -2554,6 +2553,13 @@ declare class CometChatLocalize {
2554
2553
  INCOMING_VIDEO_CALL: string;
2555
2554
  DECLINE: string;
2556
2555
  ACCEPT: string;
2556
+ INCOMING_CALL: string;
2557
+ OUTGOING_CALL: string;
2558
+ CALL_REJECTED: string;
2559
+ CALL_ANSWERED: string;
2560
+ CALL_CANCELLED: string;
2561
+ MISSED_CALL: string;
2562
+ CALL_UNANSWERED: string;
2557
2563
  CALL_INITIATED: string;
2558
2564
  OUTGOING_AUDIO_CALL: string;
2559
2565
  OUTGOING_VIDEO_CALL: string;
@@ -2623,6 +2629,8 @@ declare class CometChatLocalize {
2623
2629
  CHANGE_SCOPE: string;
2624
2630
  STICKER: string;
2625
2631
  LAST_ACTIVE_AT: string;
2632
+ LAST_SEEN: string;
2633
+ AT: string;
2626
2634
  VOICE_CALL: string;
2627
2635
  VIEW_DETAIL: string;
2628
2636
  VOTES: string;
@@ -2677,13 +2685,13 @@ declare class CometChatLocalize {
2677
2685
  ONGOING_CALL: string;
2678
2686
  YOU_ALREADY_ONGOING_CALL: string;
2679
2687
  RESIZE: string;
2688
+ READ_MORE: string;
2689
+ SHOW_LESS: string;
2680
2690
  SETTINGS: string;
2681
2691
  ACTIONS: string;
2682
2692
  VIEW_PROFILE: string;
2683
2693
  SEND_MESSAGE_IN_PRIVATE: string;
2684
2694
  DELETE: string;
2685
- READ_MORE: string;
2686
- SHOW_LESS: string;
2687
2695
  DELETE_CONFIRM: string;
2688
2696
  DELETE_CHAT: string;
2689
2697
  SURE_TO_DELETE_CHAT: string;
@@ -2777,7 +2785,7 @@ declare class CometChatLocalize {
2777
2785
  NO_CONVERSATIONS: string;
2778
2786
  CONVERSATIONS_EMPTY_MESSAGE: string;
2779
2787
  NO_GROUP_MEMBER_AVAILABLE: string;
2780
- OOPS: string;
2788
+ "OOPS!": string;
2781
2789
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
2782
2790
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
2783
2791
  REACHED_MAX_LIMIT: string;
@@ -2788,33 +2796,18 @@ declare class CometChatLocalize {
2788
2796
  SAVE: string;
2789
2797
  };
2790
2798
  pt: {
2791
- INCOMING_CALL: string;
2792
- OUTGOING_CALL: string;
2793
- CALL_REJECTED: string;
2794
- CALL_ANSWERED: string;
2795
- CALL_CANCELLED: string;
2796
- MISSED_CALL: string;
2797
- CALL_UNANSWERED: string;
2798
2799
  INFO: string;
2799
2800
  REACT: string;
2800
2801
  EDIT: string;
2801
2802
  MESSAGE_PRIVATELY: string;
2802
2803
  TRANSLATE: string;
2803
- CONVERSATION_DELETED: string;
2804
- MESSAGE_COPIED: string;
2805
- MESSAGE_EDITED: string;
2806
- MESSAGE_DELETED_TEXT: string;
2807
- MESSAGE_TRANSLATED: string;
2808
2804
  USERS: string;
2809
2805
  CHATS: string;
2810
- LAST_SEEN: string;
2811
- AT: string;
2812
2806
  SEARCH_EMOJI: string;
2813
2807
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
2814
2808
  GROUPS: string;
2815
2809
  SHARED: string;
2816
2810
  SOUND_MANAGER: string;
2817
- WRONG_FILE_TYPE: string;
2818
2811
  THEME: string;
2819
2812
  DELETE_MSG_TEXT: string;
2820
2813
  LOCALIZE: string;
@@ -2831,6 +2824,7 @@ declare class CometChatLocalize {
2831
2824
  CONVERSATIONS: string;
2832
2825
  CONVERSATION_LIST: string;
2833
2826
  MESSAGES: string;
2827
+ WRONG_FILE_TYPE: string;
2834
2828
  MESSAGE_HEADER: string;
2835
2829
  MESSAGE_LIST: string;
2836
2830
  MESSAGE_COMPOSER: string;
@@ -2875,6 +2869,7 @@ declare class CometChatLocalize {
2875
2869
  MORE_TIMES: string;
2876
2870
  MISSED_VOICE_CALL: string;
2877
2871
  MEET_WITH: string;
2872
+ CONVERSATION_DELETED: string;
2878
2873
  MEETING_SCHEDULER: string;
2879
2874
  MISSED_VIDEO_CALL: string;
2880
2875
  CUSTOM_MESSAGE_POLL: string;
@@ -2905,7 +2900,9 @@ declare class CometChatLocalize {
2905
2900
  SATURDAY: string;
2906
2901
  TYPING: string;
2907
2902
  IS_TYPING: string;
2908
- CLOSE: string;
2903
+ CLOSE: string; /**
2904
+ * Sets the default lannguage if no language is passed in init method
2905
+ */
2909
2906
  ENTER_GROUP_NAME: string;
2910
2907
  ADD_MEMBERS: string;
2911
2908
  SEND_MESSAGE: string;
@@ -2935,6 +2932,10 @@ declare class CometChatLocalize {
2935
2932
  YOU_DELETED_THIS_MESSAGE: string;
2936
2933
  THIS_MESSAGE_DELETED: string;
2937
2934
  MESSAGE_IS_DELETED: string;
2935
+ MESSAGE_COPIED: string;
2936
+ MESSAGE_EDITED: string;
2937
+ MESSAGE_DELETED_TEXT: string;
2938
+ MESSAGE_TRANSLATED: string;
2938
2939
  VIEW_ON_YOUTUBE: string;
2939
2940
  SEARCH: string;
2940
2941
  ERROR: string;
@@ -2947,6 +2948,13 @@ declare class CometChatLocalize {
2947
2948
  INCOMING_VIDEO_CALL: string;
2948
2949
  DECLINE: string;
2949
2950
  ACCEPT: string;
2951
+ INCOMING_CALL: string;
2952
+ OUTGOING_CALL: string;
2953
+ CALL_REJECTED: string;
2954
+ CALL_ANSWERED: string;
2955
+ CALL_CANCELLED: string;
2956
+ MISSED_CALL: string;
2957
+ CALL_UNANSWERED: string;
2950
2958
  CALL_INITIATED: string;
2951
2959
  OUTGOING_AUDIO_CALL: string;
2952
2960
  OUTGOING_VIDEO_CALL: string;
@@ -3016,6 +3024,8 @@ declare class CometChatLocalize {
3016
3024
  CHANGE_SCOPE: string;
3017
3025
  STICKER: string;
3018
3026
  LAST_ACTIVE_AT: string;
3027
+ LAST_SEEN: string;
3028
+ AT: string;
3019
3029
  VOICE_CALL: string;
3020
3030
  VIEW_DETAIL: string;
3021
3031
  VOTES: string;
@@ -3070,11 +3080,11 @@ declare class CometChatLocalize {
3070
3080
  ONGOING_CALL: string;
3071
3081
  YOU_ALREADY_ONGOING_CALL: string;
3072
3082
  RESIZE: string;
3083
+ READ_MORE: string;
3084
+ SHOW_LESS: string;
3073
3085
  SETTINGS: string;
3074
3086
  ACTIONS: string;
3075
3087
  VIEW_PROFILE: string;
3076
- READ_MORE: string;
3077
- SHOW_LESS: string;
3078
3088
  SEND_MESSAGE_IN_PRIVATE: string;
3079
3089
  DELETE: string;
3080
3090
  DELETE_CONFIRM: string;
@@ -3170,7 +3180,7 @@ declare class CometChatLocalize {
3170
3180
  NO_CONVERSATIONS: string;
3171
3181
  CONVERSATIONS_EMPTY_MESSAGE: string;
3172
3182
  NO_GROUP_MEMBER_AVAILABLE: string;
3173
- OOPS: string;
3183
+ "OOPS!": string;
3174
3184
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
3175
3185
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
3176
3186
  REACHED_MAX_LIMIT: string;
@@ -3181,13 +3191,6 @@ declare class CometChatLocalize {
3181
3191
  SAVE: string;
3182
3192
  };
3183
3193
  ru: {
3184
- INCOMING_CALL: string;
3185
- OUTGOING_CALL: string;
3186
- CALL_REJECTED: string;
3187
- CALL_ANSWERED: string;
3188
- CALL_CANCELLED: string;
3189
- MISSED_CALL: string;
3190
- CALL_UNANSWERED: string;
3191
3194
  INFO: string;
3192
3195
  REACT: string;
3193
3196
  EDIT: string;
@@ -3195,13 +3198,6 @@ declare class CometChatLocalize {
3195
3198
  TRANSLATE: string;
3196
3199
  USERS: string;
3197
3200
  CHATS: string;
3198
- LAST_SEEN: string;
3199
- AT: string;
3200
- MESSAGE_COPIED: string;
3201
- MESSAGE_EDITED: string;
3202
- MESSAGE_DELETED_TEXT: string;
3203
- MESSAGE_TRANSLATED: string;
3204
- CONVERSATION_DELETED: string;
3205
3201
  SEARCH_EMOJI: string;
3206
3202
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
3207
3203
  GROUPS: string;
@@ -3210,7 +3206,6 @@ declare class CometChatLocalize {
3210
3206
  THEME: string;
3211
3207
  DELETE_MSG_TEXT: string;
3212
3208
  LOCALIZE: string;
3213
- WRONG_FILE_TYPE: string;
3214
3209
  CONVERSATION_LIST_ITEM: string;
3215
3210
  DATA_ITEM: string;
3216
3211
  STATUS_INDICATOR: string;
@@ -3224,6 +3219,7 @@ declare class CometChatLocalize {
3224
3219
  CONVERSATIONS: string;
3225
3220
  CONVERSATION_LIST: string;
3226
3221
  MESSAGES: string;
3222
+ WRONG_FILE_TYPE: string;
3227
3223
  MESSAGE_HEADER: string;
3228
3224
  MESSAGE_LIST: string;
3229
3225
  MESSAGE_COMPOSER: string;
@@ -3248,7 +3244,7 @@ declare class CometChatLocalize {
3248
3244
  DELETE_CONVERSATION: string;
3249
3245
  ADD_TO_CHAT: string;
3250
3246
  MORE: string;
3251
- COPY: string;
3247
+ COPY: string; /**Override resources */
3252
3248
  VOICE_RECORDING: string;
3253
3249
  MESSAGE_IMAGE: string;
3254
3250
  MESSAGE_FILE: string;
@@ -3268,6 +3264,7 @@ declare class CometChatLocalize {
3268
3264
  MORE_TIMES: string;
3269
3265
  MISSED_VOICE_CALL: string;
3270
3266
  MEET_WITH: string;
3267
+ CONVERSATION_DELETED: string;
3271
3268
  MEETING_SCHEDULER: string;
3272
3269
  MISSED_VIDEO_CALL: string;
3273
3270
  CUSTOM_MESSAGE_POLL: string;
@@ -3328,6 +3325,10 @@ declare class CometChatLocalize {
3328
3325
  YOU_DELETED_THIS_MESSAGE: string;
3329
3326
  THIS_MESSAGE_DELETED: string;
3330
3327
  MESSAGE_IS_DELETED: string;
3328
+ MESSAGE_COPIED: string;
3329
+ MESSAGE_EDITED: string;
3330
+ MESSAGE_DELETED_TEXT: string;
3331
+ MESSAGE_TRANSLATED: string;
3331
3332
  VIEW_ON_YOUTUBE: string;
3332
3333
  SEARCH: string;
3333
3334
  ERROR: string;
@@ -3340,6 +3341,13 @@ declare class CometChatLocalize {
3340
3341
  INCOMING_VIDEO_CALL: string;
3341
3342
  DECLINE: string;
3342
3343
  ACCEPT: string;
3344
+ INCOMING_CALL: string;
3345
+ OUTGOING_CALL: string;
3346
+ CALL_REJECTED: string;
3347
+ CALL_ANSWERED: string;
3348
+ CALL_CANCELLED: string;
3349
+ MISSED_CALL: string;
3350
+ CALL_UNANSWERED: string;
3343
3351
  CALL_INITIATED: string;
3344
3352
  OUTGOING_AUDIO_CALL: string;
3345
3353
  OUTGOING_VIDEO_CALL: string;
@@ -3409,6 +3417,8 @@ declare class CometChatLocalize {
3409
3417
  CHANGE_SCOPE: string;
3410
3418
  STICKER: string;
3411
3419
  LAST_ACTIVE_AT: string;
3420
+ LAST_SEEN: string;
3421
+ AT: string;
3412
3422
  VOICE_CALL: string;
3413
3423
  VIEW_DETAIL: string;
3414
3424
  VOTES: string;
@@ -3563,7 +3573,7 @@ declare class CometChatLocalize {
3563
3573
  NO_CONVERSATIONS: string;
3564
3574
  CONVERSATIONS_EMPTY_MESSAGE: string;
3565
3575
  NO_GROUP_MEMBER_AVAILABLE: string;
3566
- OOPS: string;
3576
+ "OOPS!": string;
3567
3577
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
3568
3578
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
3569
3579
  REACHED_MAX_LIMIT: string;
@@ -3980,33 +3990,18 @@ declare class CometChatLocalize {
3980
3990
  SAVE: string;
3981
3991
  };
3982
3992
  "zh-tw": {
3983
- INCOMING_CALL: string;
3984
- OUTGOING_CALL: string;
3985
- CALL_REJECTED: string;
3986
- CALL_ANSWERED: string;
3987
- CALL_CANCELLED: string;
3988
- MISSED_CALL: string;
3989
- CALL_UNANSWERED: string;
3990
3993
  INFO: string;
3991
3994
  REACT: string;
3992
3995
  EDIT: string;
3993
3996
  MESSAGE_PRIVATELY: string;
3994
- CONVERSATION_DELETED: string;
3995
- MESSAGE_COPIED: string;
3996
- MESSAGE_EDITED: string;
3997
- MESSAGE_DELETED_TEXT: string;
3998
- MESSAGE_TRANSLATED: string;
3999
3997
  TRANSLATE: string;
4000
3998
  USERS: string;
4001
3999
  CHATS: string;
4002
- LAST_SEEN: string;
4003
- AT: string;
4004
4000
  SEARCH_EMOJI: string;
4005
4001
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
4006
4002
  GROUPS: string;
4007
4003
  SHARED: string;
4008
4004
  SOUND_MANAGER: string;
4009
- WRONG_FILE_TYPE: string;
4010
4005
  THEME: string;
4011
4006
  DELETE_MSG_TEXT: string;
4012
4007
  LOCALIZE: string;
@@ -4023,6 +4018,7 @@ declare class CometChatLocalize {
4023
4018
  CONVERSATIONS: string;
4024
4019
  CONVERSATION_LIST: string;
4025
4020
  MESSAGES: string;
4021
+ WRONG_FILE_TYPE: string;
4026
4022
  MESSAGE_HEADER: string;
4027
4023
  MESSAGE_LIST: string;
4028
4024
  MESSAGE_COMPOSER: string;
@@ -4059,7 +4055,7 @@ declare class CometChatLocalize {
4059
4055
  MEETING_SCHEDULED: string;
4060
4056
  SOMETHING_WRONG: string;
4061
4057
  MEETING_SLOT_BOOK: string;
4062
- MEETING_BOOK_NEW_SLOT: string; /**Override resources */
4058
+ MEETING_BOOK_NEW_SLOT: string;
4063
4059
  MEETING_NO_SLOTS_AVAILABLE: string;
4064
4060
  MEETING_TRY_DIFFERENT_DATE: string;
4065
4061
  NO_TIME_SLOTS_AVAILABLE: string;
@@ -4067,6 +4063,7 @@ declare class CometChatLocalize {
4067
4063
  MORE_TIMES: string;
4068
4064
  MISSED_VOICE_CALL: string;
4069
4065
  MEET_WITH: string;
4066
+ CONVERSATION_DELETED: string;
4070
4067
  MEETING_SCHEDULER: string;
4071
4068
  MISSED_VIDEO_CALL: string;
4072
4069
  CUSTOM_MESSAGE_POLL: string;
@@ -4127,6 +4124,10 @@ declare class CometChatLocalize {
4127
4124
  YOU_DELETED_THIS_MESSAGE: string;
4128
4125
  THIS_MESSAGE_DELETED: string;
4129
4126
  MESSAGE_IS_DELETED: string;
4127
+ MESSAGE_COPIED: string;
4128
+ MESSAGE_EDITED: string;
4129
+ MESSAGE_DELETED_TEXT: string;
4130
+ MESSAGE_TRANSLATED: string;
4130
4131
  VIEW_ON_YOUTUBE: string;
4131
4132
  SEARCH: string;
4132
4133
  ERROR: string;
@@ -4139,6 +4140,13 @@ declare class CometChatLocalize {
4139
4140
  INCOMING_VIDEO_CALL: string;
4140
4141
  DECLINE: string;
4141
4142
  ACCEPT: string;
4143
+ INCOMING_CALL: string;
4144
+ OUTGOING_CALL: string;
4145
+ CALL_REJECTED: string;
4146
+ CALL_ANSWERED: string;
4147
+ CALL_CANCELLED: string;
4148
+ MISSED_CALL: string;
4149
+ CALL_UNANSWERED: string;
4142
4150
  CALL_INITIATED: string;
4143
4151
  OUTGOING_AUDIO_CALL: string;
4144
4152
  OUTGOING_VIDEO_CALL: string;
@@ -4208,6 +4216,8 @@ declare class CometChatLocalize {
4208
4216
  CHANGE_SCOPE: string;
4209
4217
  STICKER: string;
4210
4218
  LAST_ACTIVE_AT: string;
4219
+ LAST_SEEN: string;
4220
+ AT: string;
4211
4221
  VOICE_CALL: string;
4212
4222
  VIEW_DETAIL: string;
4213
4223
  VOTES: string;
@@ -4262,6 +4272,8 @@ declare class CometChatLocalize {
4262
4272
  ONGOING_CALL: string;
4263
4273
  YOU_ALREADY_ONGOING_CALL: string;
4264
4274
  RESIZE: string;
4275
+ READ_MORE: string;
4276
+ SHOW_LESS: string;
4265
4277
  SETTINGS: string;
4266
4278
  ACTIONS: string;
4267
4279
  VIEW_PROFILE: string;
@@ -4293,8 +4305,6 @@ declare class CometChatLocalize {
4293
4305
  LEAVE: string;
4294
4306
  CLICK_TO_START_CONVERSATION: string;
4295
4307
  CUSTOM_MESSAGE_LOCATION: string;
4296
- READ_MORE: string;
4297
- SHOW_LESS: string;
4298
4308
  SHARED_LOCATION: string;
4299
4309
  IN_A_THREAD: string;
4300
4310
  CALLS: string;
@@ -4362,7 +4372,7 @@ declare class CometChatLocalize {
4362
4372
  NO_CONVERSATIONS: string;
4363
4373
  CONVERSATIONS_EMPTY_MESSAGE: string;
4364
4374
  NO_GROUP_MEMBER_AVAILABLE: string;
4365
- OOPS: string;
4375
+ "OOPS!": string;
4366
4376
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
4367
4377
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
4368
4378
  REACHED_MAX_LIMIT: string;
@@ -4373,26 +4383,12 @@ declare class CometChatLocalize {
4373
4383
  SAVE: string;
4374
4384
  };
4375
4385
  sv: {
4376
- INCOMING_CALL: string;
4377
- OUTGOING_CALL: string;
4378
- CALL_REJECTED: string;
4379
- CALL_ANSWERED: string;
4380
- CALL_CANCELLED: string;
4381
- MISSED_CALL: string;
4382
- CALL_UNANSWERED: string;
4383
4386
  INFO: string;
4384
4387
  REACT: string;
4385
- LAST_SEEN: string;
4386
- AT: string;
4387
4388
  EDIT: string;
4388
4389
  MESSAGE_PRIVATELY: string;
4389
4390
  TRANSLATE: string;
4390
4391
  USERS: string;
4391
- CONVERSATION_DELETED: string;
4392
- MESSAGE_COPIED: string;
4393
- MESSAGE_EDITED: string;
4394
- MESSAGE_DELETED_TEXT: string;
4395
- MESSAGE_TRANSLATED: string;
4396
4392
  CHATS: string;
4397
4393
  SEARCH_EMOJI: string;
4398
4394
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
@@ -4405,7 +4401,6 @@ declare class CometChatLocalize {
4405
4401
  CONVERSATION_LIST_ITEM: string;
4406
4402
  DATA_ITEM: string;
4407
4403
  STATUS_INDICATOR: string;
4408
- WRONG_FILE_TYPE: string;
4409
4404
  BADGE_COUNT: string;
4410
4405
  MESSAGE_RECEIPT: string;
4411
4406
  MESSAGE: string;
@@ -4416,11 +4411,8 @@ declare class CometChatLocalize {
4416
4411
  CONVERSATIONS: string;
4417
4412
  CONVERSATION_LIST: string;
4418
4413
  MESSAGES: string;
4419
- MESSAGE_HEADER: string; /**
4420
- * Initializes localization with the specified language and custom resources.
4421
- * @param {string} [language=""] - The language code to set.
4422
- * @param {object} [resources={}] - Custom translations to override defaults.
4423
- */
4414
+ WRONG_FILE_TYPE: string;
4415
+ MESSAGE_HEADER: string;
4424
4416
  MESSAGE_LIST: string;
4425
4417
  MESSAGE_COMPOSER: string;
4426
4418
  USERS_WITH_MESSAGES: string;
@@ -4460,10 +4452,14 @@ declare class CometChatLocalize {
4460
4452
  MEETING_NO_SLOTS_AVAILABLE: string;
4461
4453
  MEETING_TRY_DIFFERENT_DATE: string;
4462
4454
  NO_TIME_SLOTS_AVAILABLE: string;
4463
- SCHEDULE: string;
4455
+ SCHEDULE: string; /**
4456
+ * Returns the language code
4457
+ * @returns {String} language code i.e. en
4458
+ */
4464
4459
  MORE_TIMES: string;
4465
4460
  MISSED_VOICE_CALL: string;
4466
4461
  MEET_WITH: string;
4462
+ CONVERSATION_DELETED: string;
4467
4463
  MEETING_SCHEDULER: string;
4468
4464
  MISSED_VIDEO_CALL: string;
4469
4465
  CUSTOM_MESSAGE_POLL: string;
@@ -4500,10 +4496,7 @@ declare class CometChatLocalize {
4500
4496
  SEND_MESSAGE: string;
4501
4497
  UNBLOCK_USER: string;
4502
4498
  BLOCK_USER: string;
4503
- DELETE_AND_EXIT: string; /**
4504
- * Returns true if the active language is rtl otherwise return false
4505
- * @returns {Boolean} whether the language is rtl or not
4506
- */
4499
+ DELETE_AND_EXIT: string;
4507
4500
  LEAVE_GROUP: string;
4508
4501
  CREATE_GROUP: string;
4509
4502
  SHARED_MEDIA: string;
@@ -4527,6 +4520,10 @@ declare class CometChatLocalize {
4527
4520
  YOU_DELETED_THIS_MESSAGE: string;
4528
4521
  THIS_MESSAGE_DELETED: string;
4529
4522
  MESSAGE_IS_DELETED: string;
4523
+ MESSAGE_COPIED: string;
4524
+ MESSAGE_EDITED: string;
4525
+ MESSAGE_DELETED_TEXT: string;
4526
+ MESSAGE_TRANSLATED: string;
4530
4527
  VIEW_ON_YOUTUBE: string;
4531
4528
  SEARCH: string;
4532
4529
  ERROR: string;
@@ -4539,6 +4536,13 @@ declare class CometChatLocalize {
4539
4536
  INCOMING_VIDEO_CALL: string;
4540
4537
  DECLINE: string;
4541
4538
  ACCEPT: string;
4539
+ INCOMING_CALL: string;
4540
+ OUTGOING_CALL: string;
4541
+ CALL_REJECTED: string;
4542
+ CALL_ANSWERED: string;
4543
+ CALL_CANCELLED: string;
4544
+ MISSED_CALL: string;
4545
+ CALL_UNANSWERED: string;
4542
4546
  CALL_INITIATED: string;
4543
4547
  OUTGOING_AUDIO_CALL: string;
4544
4548
  OUTGOING_VIDEO_CALL: string;
@@ -4608,6 +4612,8 @@ declare class CometChatLocalize {
4608
4612
  CHANGE_SCOPE: string;
4609
4613
  STICKER: string;
4610
4614
  LAST_ACTIVE_AT: string;
4615
+ LAST_SEEN: string;
4616
+ AT: string;
4611
4617
  VOICE_CALL: string;
4612
4618
  VIEW_DETAIL: string;
4613
4619
  VOTES: string;
@@ -4662,10 +4668,10 @@ declare class CometChatLocalize {
4662
4668
  ONGOING_CALL: string;
4663
4669
  YOU_ALREADY_ONGOING_CALL: string;
4664
4670
  RESIZE: string;
4665
- SETTINGS: string;
4666
- ACTIONS: string;
4667
4671
  READ_MORE: string;
4668
4672
  SHOW_LESS: string;
4673
+ SETTINGS: string;
4674
+ ACTIONS: string;
4669
4675
  VIEW_PROFILE: string;
4670
4676
  SEND_MESSAGE_IN_PRIVATE: string;
4671
4677
  DELETE: string;
@@ -4762,7 +4768,7 @@ declare class CometChatLocalize {
4762
4768
  NO_CONVERSATIONS: string;
4763
4769
  CONVERSATIONS_EMPTY_MESSAGE: string;
4764
4770
  NO_GROUP_MEMBER_AVAILABLE: string;
4765
- OOPS: string;
4771
+ "OOPS!": string;
4766
4772
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
4767
4773
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
4768
4774
  REACHED_MAX_LIMIT: string;
@@ -4773,32 +4779,17 @@ declare class CometChatLocalize {
4773
4779
  SAVE: string;
4774
4780
  };
4775
4781
  lt: {
4776
- INCOMING_CALL: string;
4777
- OUTGOING_CALL: string;
4778
- CALL_REJECTED: string;
4779
- CALL_ANSWERED: string;
4780
- CALL_CANCELLED: string;
4781
- MISSED_CALL: string;
4782
- CALL_UNANSWERED: string;
4783
4782
  INFO: string;
4784
4783
  REACT: string;
4785
4784
  EDIT: string;
4786
- CONVERSATION_DELETED: string;
4787
- MESSAGE_COPIED: string;
4788
- MESSAGE_EDITED: string;
4789
- MESSAGE_DELETED_TEXT: string;
4790
- MESSAGE_TRANSLATED: string;
4791
4785
  MESSAGE_PRIVATELY: string;
4792
4786
  TRANSLATE: string;
4793
4787
  USERS: string;
4794
- LAST_SEEN: string;
4795
- AT: string;
4796
4788
  CHATS: string;
4797
4789
  SEARCH_EMOJI: string;
4798
4790
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
4799
4791
  GROUPS: string;
4800
4792
  SHARED: string;
4801
- WRONG_FILE_TYPE: string;
4802
4793
  SOUND_MANAGER: string;
4803
4794
  THEME: string;
4804
4795
  DELETE_MSG_TEXT: string;
@@ -4816,6 +4807,7 @@ declare class CometChatLocalize {
4816
4807
  CONVERSATIONS: string;
4817
4808
  CONVERSATION_LIST: string;
4818
4809
  MESSAGES: string;
4810
+ WRONG_FILE_TYPE: string;
4819
4811
  MESSAGE_HEADER: string;
4820
4812
  MESSAGE_LIST: string;
4821
4813
  MESSAGE_COMPOSER: string;
@@ -4850,10 +4842,7 @@ declare class CometChatLocalize {
4850
4842
  SELECT_A_DATE: string;
4851
4843
  TIME_ZONE: string;
4852
4844
  MEETING_SCHEDULED: string;
4853
- SOMETHING_WRONG: string; /**
4854
- * Returns the active language. Return fallback language if translation is not available for the active language
4855
- * @returns {String} active language
4856
- */
4845
+ SOMETHING_WRONG: string;
4857
4846
  MEETING_SLOT_BOOK: string;
4858
4847
  MEETING_BOOK_NEW_SLOT: string;
4859
4848
  MEETING_NO_SLOTS_AVAILABLE: string;
@@ -4863,6 +4852,7 @@ declare class CometChatLocalize {
4863
4852
  MORE_TIMES: string;
4864
4853
  MISSED_VOICE_CALL: string;
4865
4854
  MEET_WITH: string;
4855
+ CONVERSATION_DELETED: string;
4866
4856
  MEETING_SCHEDULER: string;
4867
4857
  MISSED_VIDEO_CALL: string;
4868
4858
  CUSTOM_MESSAGE_POLL: string;
@@ -4886,7 +4876,11 @@ declare class CometChatLocalize {
4886
4876
  YESTERDAY: string;
4887
4877
  SUNDAY: string;
4888
4878
  MONDAY: string;
4889
- TUESDAY: string;
4879
+ TUESDAY: string; /**
4880
+ * Accepts the string to localize and return the localized string
4881
+ * @param {String} str
4882
+ * @returns {String} localized str
4883
+ */
4890
4884
  WEDNESDAY: string;
4891
4885
  THURSDAY: string;
4892
4886
  FRIDAY: string;
@@ -4923,6 +4917,10 @@ declare class CometChatLocalize {
4923
4917
  YOU_DELETED_THIS_MESSAGE: string;
4924
4918
  THIS_MESSAGE_DELETED: string;
4925
4919
  MESSAGE_IS_DELETED: string;
4920
+ MESSAGE_COPIED: string;
4921
+ MESSAGE_EDITED: string;
4922
+ MESSAGE_DELETED_TEXT: string;
4923
+ MESSAGE_TRANSLATED: string;
4926
4924
  VIEW_ON_YOUTUBE: string;
4927
4925
  SEARCH: string;
4928
4926
  ERROR: string;
@@ -4935,6 +4933,13 @@ declare class CometChatLocalize {
4935
4933
  INCOMING_VIDEO_CALL: string;
4936
4934
  DECLINE: string;
4937
4935
  ACCEPT: string;
4936
+ INCOMING_CALL: string;
4937
+ OUTGOING_CALL: string;
4938
+ CALL_REJECTED: string;
4939
+ CALL_ANSWERED: string;
4940
+ CALL_CANCELLED: string;
4941
+ MISSED_CALL: string;
4942
+ CALL_UNANSWERED: string;
4938
4943
  CALL_INITIATED: string;
4939
4944
  OUTGOING_AUDIO_CALL: string;
4940
4945
  OUTGOING_VIDEO_CALL: string;
@@ -5004,6 +5009,8 @@ declare class CometChatLocalize {
5004
5009
  CHANGE_SCOPE: string;
5005
5010
  STICKER: string;
5006
5011
  LAST_ACTIVE_AT: string;
5012
+ LAST_SEEN: string;
5013
+ AT: string;
5007
5014
  VOICE_CALL: string;
5008
5015
  VIEW_DETAIL: string;
5009
5016
  VOTES: string;
@@ -5011,8 +5018,6 @@ declare class CometChatLocalize {
5011
5018
  NO_VOTE: string;
5012
5019
  REACTED: string;
5013
5020
  ADDED: string;
5014
- READ_MORE: string;
5015
- SHOW_LESS: string;
5016
5021
  SHOW_UNSAFE_CONTENT: string;
5017
5022
  REACT_TO_MESSAGE: string;
5018
5023
  UNBANNED: string;
@@ -5060,6 +5065,8 @@ declare class CometChatLocalize {
5060
5065
  ONGOING_CALL: string;
5061
5066
  YOU_ALREADY_ONGOING_CALL: string;
5062
5067
  RESIZE: string;
5068
+ READ_MORE: string;
5069
+ SHOW_LESS: string;
5063
5070
  SETTINGS: string;
5064
5071
  ACTIONS: string;
5065
5072
  VIEW_PROFILE: string;
@@ -5158,7 +5165,7 @@ declare class CometChatLocalize {
5158
5165
  NO_CONVERSATIONS: string;
5159
5166
  CONVERSATIONS_EMPTY_MESSAGE: string;
5160
5167
  NO_GROUP_MEMBER_AVAILABLE: string;
5161
- OOPS: string;
5168
+ "OOPS!": string;
5162
5169
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
5163
5170
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
5164
5171
  REACHED_MAX_LIMIT: string;
@@ -5169,33 +5176,18 @@ declare class CometChatLocalize {
5169
5176
  SAVE: string;
5170
5177
  };
5171
5178
  hu: {
5172
- INCOMING_CALL: string;
5173
- OUTGOING_CALL: string;
5174
- CALL_REJECTED: string;
5175
- CALL_ANSWERED: string;
5176
- CALL_CANCELLED: string;
5177
- MISSED_CALL: string;
5178
- CALL_UNANSWERED: string;
5179
5179
  INFO: string;
5180
5180
  REACT: string;
5181
5181
  EDIT: string;
5182
5182
  MESSAGE_PRIVATELY: string;
5183
5183
  TRANSLATE: string;
5184
5184
  USERS: string;
5185
- CONVERSATION_DELETED: string;
5186
- MESSAGE_COPIED: string;
5187
- MESSAGE_EDITED: string;
5188
- MESSAGE_DELETED_TEXT: string;
5189
- MESSAGE_TRANSLATED: string;
5190
5185
  CHATS: string;
5191
- LAST_SEEN: string;
5192
- AT: string;
5193
5186
  SEARCH_EMOJI: string;
5194
5187
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
5195
5188
  GROUPS: string;
5196
5189
  SHARED: string;
5197
5190
  SOUND_MANAGER: string;
5198
- WRONG_FILE_TYPE: string;
5199
5191
  THEME: string;
5200
5192
  DELETE_MSG_TEXT: string;
5201
5193
  LOCALIZE: string;
@@ -5212,6 +5204,7 @@ declare class CometChatLocalize {
5212
5204
  CONVERSATIONS: string;
5213
5205
  CONVERSATION_LIST: string;
5214
5206
  MESSAGES: string;
5207
+ WRONG_FILE_TYPE: string;
5215
5208
  MESSAGE_HEADER: string;
5216
5209
  MESSAGE_LIST: string;
5217
5210
  MESSAGE_COMPOSER: string;
@@ -5256,6 +5249,7 @@ declare class CometChatLocalize {
5256
5249
  MORE_TIMES: string;
5257
5250
  MISSED_VOICE_CALL: string;
5258
5251
  MEET_WITH: string;
5252
+ CONVERSATION_DELETED: string;
5259
5253
  MEETING_SCHEDULER: string;
5260
5254
  MISSED_VIDEO_CALL: string;
5261
5255
  CUSTOM_MESSAGE_POLL: string;
@@ -5274,14 +5268,21 @@ declare class CometChatLocalize {
5274
5268
  PREFERENCES: string;
5275
5269
  MEMBERS: string;
5276
5270
  MEMBER: string;
5277
- EDITED: string;
5271
+ EDITED: string; /**
5272
+ * Set the active language
5273
+ * @param {String} language
5274
+ */
5278
5275
  TODAY: string;
5279
5276
  YESTERDAY: string;
5280
5277
  SUNDAY: string;
5281
5278
  MONDAY: string;
5282
5279
  TUESDAY: string;
5283
5280
  WEDNESDAY: string;
5284
- THURSDAY: string;
5281
+ THURSDAY: string; /**
5282
+ * Accepts the string to localize and return the localized string
5283
+ * @param {String} str
5284
+ * @returns {String} localized str
5285
+ */
5285
5286
  FRIDAY: string;
5286
5287
  SATURDAY: string;
5287
5288
  TYPING: string;
@@ -5316,6 +5317,10 @@ declare class CometChatLocalize {
5316
5317
  YOU_DELETED_THIS_MESSAGE: string;
5317
5318
  THIS_MESSAGE_DELETED: string;
5318
5319
  MESSAGE_IS_DELETED: string;
5320
+ MESSAGE_COPIED: string;
5321
+ MESSAGE_EDITED: string;
5322
+ MESSAGE_DELETED_TEXT: string;
5323
+ MESSAGE_TRANSLATED: string;
5319
5324
  VIEW_ON_YOUTUBE: string;
5320
5325
  SEARCH: string;
5321
5326
  ERROR: string;
@@ -5328,6 +5333,13 @@ declare class CometChatLocalize {
5328
5333
  INCOMING_VIDEO_CALL: string;
5329
5334
  DECLINE: string;
5330
5335
  ACCEPT: string;
5336
+ INCOMING_CALL: string;
5337
+ OUTGOING_CALL: string;
5338
+ CALL_REJECTED: string;
5339
+ CALL_ANSWERED: string;
5340
+ CALL_CANCELLED: string;
5341
+ MISSED_CALL: string;
5342
+ CALL_UNANSWERED: string;
5331
5343
  CALL_INITIATED: string;
5332
5344
  OUTGOING_AUDIO_CALL: string;
5333
5345
  OUTGOING_VIDEO_CALL: string;
@@ -5397,6 +5409,8 @@ declare class CometChatLocalize {
5397
5409
  CHANGE_SCOPE: string;
5398
5410
  STICKER: string;
5399
5411
  LAST_ACTIVE_AT: string;
5412
+ LAST_SEEN: string;
5413
+ AT: string;
5400
5414
  VOICE_CALL: string;
5401
5415
  VIEW_DETAIL: string;
5402
5416
  VOTES: string;
@@ -5451,11 +5465,11 @@ declare class CometChatLocalize {
5451
5465
  ONGOING_CALL: string;
5452
5466
  YOU_ALREADY_ONGOING_CALL: string;
5453
5467
  RESIZE: string;
5468
+ READ_MORE: string;
5469
+ SHOW_LESS: string;
5454
5470
  SETTINGS: string;
5455
5471
  ACTIONS: string;
5456
5472
  VIEW_PROFILE: string;
5457
- READ_MORE: string;
5458
- SHOW_LESS: string;
5459
5473
  SEND_MESSAGE_IN_PRIVATE: string;
5460
5474
  DELETE: string;
5461
5475
  DELETE_CONFIRM: string;
@@ -5551,7 +5565,7 @@ declare class CometChatLocalize {
5551
5565
  NO_CONVERSATIONS: string;
5552
5566
  CONVERSATIONS_EMPTY_MESSAGE: string;
5553
5567
  NO_GROUP_MEMBER_AVAILABLE: string;
5554
- OOPS: string;
5568
+ "OOPS!": string;
5555
5569
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
5556
5570
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
5557
5571
  REACHED_MAX_LIMIT: string;