@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.
package/dist/index.d.ts CHANGED
@@ -395,28 +395,13 @@ declare class CometChatLocalize {
395
395
  }>;
396
396
  static translations: {
397
397
  ar: {
398
- INCOMING_CALL: string;
399
- OUTGOING_CALL: string;
400
- CALL_REJECTED: string;
401
- CALL_ANSWERED: string;
402
- CALL_CANCELLED: string;
403
- MISSED_CALL: string;
404
- CALL_UNANSWERED: string;
405
398
  INFO: string;
406
399
  REACT: string;
407
400
  EDIT: string;
408
- CONVERSATION_DELETED: string;
409
401
  MESSAGE_PRIVATELY: string;
410
402
  TRANSLATE: string;
411
403
  USERS: string;
412
404
  CHATS: string;
413
- LAST_SEEN: string;
414
- AT: string;
415
- WRONG_FILE_TYPE: string;
416
- MESSAGE_COPIED: string;
417
- MESSAGE_EDITED: string;
418
- MESSAGE_DELETED_TEXT: string;
419
- MESSAGE_TRANSLATED: string;
420
405
  SEARCH_EMOJI: string;
421
406
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
422
407
  GROUPS: string;
@@ -438,8 +423,10 @@ declare class CometChatLocalize {
438
423
  CONVERSATIONS: string;
439
424
  CONVERSATION_LIST: string;
440
425
  MESSAGES: string;
426
+ WRONG_FILE_TYPE: string;
441
427
  MESSAGE_HEADER: string;
442
428
  MESSAGE_LIST: string;
429
+ /**Properties and constants */
443
430
  MESSAGE_COMPOSER: string;
444
431
  USERS_WITH_MESSAGES: string;
445
432
  USER_LIST: string;
@@ -467,7 +454,7 @@ declare class CometChatLocalize {
467
454
  MESSAGE_IMAGE: string;
468
455
  MESSAGE_FILE: string;
469
456
  MESSAGE_VIDEO: string;
470
- MESSAGE_AUDIO: string;
457
+ MESSAGE_AUDIO: string; /**Override resources */
471
458
  CUSTOM_MESSAGE: string;
472
459
  SELECT_A_DATE: string;
473
460
  TIME_ZONE: string;
@@ -482,6 +469,7 @@ declare class CometChatLocalize {
482
469
  MORE_TIMES: string;
483
470
  MISSED_VOICE_CALL: string;
484
471
  MEET_WITH: string;
472
+ CONVERSATION_DELETED: string;
485
473
  MEETING_SCHEDULER: string;
486
474
  MISSED_VIDEO_CALL: string;
487
475
  CUSTOM_MESSAGE_POLL: string;
@@ -517,6 +505,11 @@ declare class CometChatLocalize {
517
505
  ADD_MEMBERS: string;
518
506
  SEND_MESSAGE: string;
519
507
  UNBLOCK_USER: string;
508
+ /**
509
+ * Accepts the string to localize and return the localized string
510
+ * @param {String} str
511
+ * @returns {String} localized str
512
+ */
520
513
  BLOCK_USER: string;
521
514
  DELETE_AND_EXIT: string;
522
515
  LEAVE_GROUP: string;
@@ -542,6 +535,10 @@ declare class CometChatLocalize {
542
535
  YOU_DELETED_THIS_MESSAGE: string;
543
536
  THIS_MESSAGE_DELETED: string;
544
537
  MESSAGE_IS_DELETED: string;
538
+ MESSAGE_COPIED: string;
539
+ MESSAGE_EDITED: string;
540
+ MESSAGE_DELETED_TEXT: string;
541
+ MESSAGE_TRANSLATED: string;
545
542
  VIEW_ON_YOUTUBE: string;
546
543
  SEARCH: string;
547
544
  ERROR: string;
@@ -554,6 +551,13 @@ declare class CometChatLocalize {
554
551
  INCOMING_VIDEO_CALL: string;
555
552
  DECLINE: string;
556
553
  ACCEPT: string;
554
+ INCOMING_CALL: string;
555
+ OUTGOING_CALL: string;
556
+ CALL_REJECTED: string;
557
+ CALL_ANSWERED: string;
558
+ CALL_CANCELLED: string;
559
+ MISSED_CALL: string;
560
+ CALL_UNANSWERED: string;
557
561
  CALL_INITIATED: string;
558
562
  OUTGOING_AUDIO_CALL: string;
559
563
  OUTGOING_VIDEO_CALL: string;
@@ -623,6 +627,8 @@ declare class CometChatLocalize {
623
627
  CHANGE_SCOPE: string;
624
628
  STICKER: string;
625
629
  LAST_ACTIVE_AT: string;
630
+ LAST_SEEN: string;
631
+ AT: string;
626
632
  VOICE_CALL: string;
627
633
  VIEW_DETAIL: string;
628
634
  VOTES: string;
@@ -677,10 +683,10 @@ declare class CometChatLocalize {
677
683
  ONGOING_CALL: string;
678
684
  YOU_ALREADY_ONGOING_CALL: string;
679
685
  RESIZE: string;
680
- SETTINGS: string;
681
- ACTIONS: string;
682
686
  READ_MORE: string;
683
687
  SHOW_LESS: string;
688
+ SETTINGS: string;
689
+ ACTIONS: string;
684
690
  VIEW_PROFILE: string;
685
691
  SEND_MESSAGE_IN_PRIVATE: string;
686
692
  DELETE: string;
@@ -777,7 +783,7 @@ declare class CometChatLocalize {
777
783
  NO_CONVERSATIONS: string;
778
784
  CONVERSATIONS_EMPTY_MESSAGE: string;
779
785
  NO_GROUP_MEMBER_AVAILABLE: string;
780
- OOPS: string;
786
+ "OOPS!": string;
781
787
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
782
788
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
783
789
  REACHED_MAX_LIMIT: string;
@@ -788,31 +794,16 @@ declare class CometChatLocalize {
788
794
  SAVE: string;
789
795
  };
790
796
  de: {
791
- INCOMING_CALL: string;
792
- OUTGOING_CALL: string;
793
- CALL_REJECTED: string;
794
- CALL_ANSWERED: string;
795
- CALL_CANCELLED: string;
796
- MISSED_CALL: string;
797
- CALL_UNANSWERED: string;
798
797
  INFO: string;
799
798
  REACT: string;
800
799
  EDIT: string;
801
800
  MESSAGE_PRIVATELY: string;
802
801
  TRANSLATE: string;
803
802
  USERS: string;
804
- CONVERSATION_DELETED: string;
805
- MESSAGE_COPIED: string;
806
- MESSAGE_EDITED: string;
807
- MESSAGE_DELETED_TEXT: string;
808
- MESSAGE_TRANSLATED: string;
809
803
  CHATS: string;
810
- LAST_SEEN: string;
811
- AT: string;
812
804
  SEARCH_EMOJI: string;
813
805
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
814
806
  GROUPS: string;
815
- WRONG_FILE_TYPE: string;
816
807
  SHARED: string;
817
808
  SOUND_MANAGER: string;
818
809
  THEME: string;
@@ -831,6 +822,7 @@ declare class CometChatLocalize {
831
822
  CONVERSATIONS: string;
832
823
  CONVERSATION_LIST: string;
833
824
  MESSAGES: string;
825
+ WRONG_FILE_TYPE: string;
834
826
  MESSAGE_HEADER: string;
835
827
  MESSAGE_LIST: string;
836
828
  MESSAGE_COMPOSER: string;
@@ -875,6 +867,7 @@ declare class CometChatLocalize {
875
867
  MORE_TIMES: string;
876
868
  MISSED_VOICE_CALL: string;
877
869
  MEET_WITH: string;
870
+ CONVERSATION_DELETED: string;
878
871
  MEETING_SCHEDULER: string;
879
872
  MISSED_VIDEO_CALL: string;
880
873
  CUSTOM_MESSAGE_POLL: string;
@@ -910,10 +903,6 @@ declare class CometChatLocalize {
910
903
  ADD_MEMBERS: string;
911
904
  SEND_MESSAGE: string;
912
905
  UNBLOCK_USER: string;
913
- /**
914
- * Returns rtl or ltr based on the active language
915
- * @returns {String} the direction of the active langauge
916
- */
917
906
  BLOCK_USER: string;
918
907
  DELETE_AND_EXIT: string;
919
908
  LEAVE_GROUP: string;
@@ -939,6 +928,10 @@ declare class CometChatLocalize {
939
928
  YOU_DELETED_THIS_MESSAGE: string;
940
929
  THIS_MESSAGE_DELETED: string;
941
930
  MESSAGE_IS_DELETED: string;
931
+ MESSAGE_COPIED: string;
932
+ MESSAGE_EDITED: string;
933
+ MESSAGE_DELETED_TEXT: string;
934
+ MESSAGE_TRANSLATED: string;
942
935
  VIEW_ON_YOUTUBE: string;
943
936
  SEARCH: string;
944
937
  ERROR: string;
@@ -951,6 +944,13 @@ declare class CometChatLocalize {
951
944
  INCOMING_VIDEO_CALL: string;
952
945
  DECLINE: string;
953
946
  ACCEPT: string;
947
+ INCOMING_CALL: string;
948
+ OUTGOING_CALL: string;
949
+ CALL_REJECTED: string;
950
+ CALL_ANSWERED: string;
951
+ CALL_CANCELLED: string;
952
+ MISSED_CALL: string;
953
+ CALL_UNANSWERED: string;
954
954
  CALL_INITIATED: string;
955
955
  OUTGOING_AUDIO_CALL: string;
956
956
  OUTGOING_VIDEO_CALL: string;
@@ -1020,6 +1020,8 @@ declare class CometChatLocalize {
1020
1020
  CHANGE_SCOPE: string;
1021
1021
  STICKER: string;
1022
1022
  LAST_ACTIVE_AT: string;
1023
+ LAST_SEEN: string;
1024
+ AT: string;
1023
1025
  VOICE_CALL: string;
1024
1026
  VIEW_DETAIL: string;
1025
1027
  VOTES: string;
@@ -1174,7 +1176,7 @@ declare class CometChatLocalize {
1174
1176
  NO_CONVERSATIONS: string;
1175
1177
  CONVERSATIONS_EMPTY_MESSAGE: string;
1176
1178
  NO_GROUP_MEMBER_AVAILABLE: string;
1177
- OOPS: string;
1179
+ "OOPS!": string;
1178
1180
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
1179
1181
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
1180
1182
  REACHED_MAX_LIMIT: string;
@@ -1582,29 +1584,14 @@ declare class CometChatLocalize {
1582
1584
  SAVE: string;
1583
1585
  };
1584
1586
  es: {
1585
- INCOMING_CALL: string;
1586
- OUTGOING_CALL: string;
1587
- CALL_REJECTED: string;
1588
- CALL_ANSWERED: string;
1589
- CALL_CANCELLED: string;
1590
- MISSED_CALL: string;
1591
- CALL_UNANSWERED: string;
1592
1587
  INFO: string;
1593
1588
  REACT: string;
1594
1589
  EDIT: string;
1595
1590
  MESSAGE_PRIVATELY: string;
1596
- CONVERSATION_DELETED: string;
1597
- MESSAGE_COPIED: string;
1598
- MESSAGE_EDITED: string;
1599
- MESSAGE_DELETED_TEXT: string;
1600
- MESSAGE_TRANSLATED: string;
1601
1591
  TRANSLATE: string;
1602
- LAST_SEEN: string;
1603
- AT: string;
1604
1592
  USERS: string;
1605
1593
  CHATS: string;
1606
1594
  SEARCH_EMOJI: string;
1607
- WRONG_FILE_TYPE: string;
1608
1595
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
1609
1596
  GROUPS: string;
1610
1597
  SHARED: string;
@@ -1619,12 +1606,18 @@ declare class CometChatLocalize {
1619
1606
  MESSAGE_RECEIPT: string;
1620
1607
  MESSAGE: string;
1621
1608
  RECEIPT_INFORMATION: string;
1609
+ /**
1610
+ * The `CometChatLocalize` class handles localization for the CometChat application.
1611
+ * It provides functionality to detect the user's browser language settings and
1612
+ * set the application's language accordingly.
1613
+ */
1622
1614
  NO_RECIPIENT: string;
1623
1615
  NO_RECIPIENTS: string;
1624
1616
  CONVERSATIONS_WITH_MESSAGES: string;
1625
1617
  CONVERSATIONS: string;
1626
1618
  CONVERSATION_LIST: string;
1627
- MESSAGES: string;
1619
+ MESSAGES: string; /**Properties and constants */
1620
+ WRONG_FILE_TYPE: string;
1628
1621
  MESSAGE_HEADER: string;
1629
1622
  MESSAGE_LIST: string;
1630
1623
  MESSAGE_COMPOSER: string;
@@ -1646,7 +1639,7 @@ declare class CometChatLocalize {
1646
1639
  GROUP_PASSWORD_BLANK: string;
1647
1640
  GROUP_NAME_BLANK: string;
1648
1641
  GROUP_TYPE_BLANK: string;
1649
- DELETE_CONVERSATION: string;
1642
+ DELETE_CONVERSATION: string; /**Add to the original array of translations if language code is not found */
1650
1643
  ADD_TO_CHAT: string;
1651
1644
  MORE: string;
1652
1645
  COPY: string;
@@ -1669,6 +1662,7 @@ declare class CometChatLocalize {
1669
1662
  MORE_TIMES: string;
1670
1663
  MISSED_VOICE_CALL: string;
1671
1664
  MEET_WITH: string;
1665
+ CONVERSATION_DELETED: string;
1672
1666
  MEETING_SCHEDULER: string;
1673
1667
  MISSED_VIDEO_CALL: string;
1674
1668
  CUSTOM_MESSAGE_POLL: string;
@@ -1681,7 +1675,10 @@ declare class CometChatLocalize {
1681
1675
  MODERATOR: string;
1682
1676
  PARTICIPANT: string;
1683
1677
  PUBLIC: string;
1684
- PRIVATE: string;
1678
+ PRIVATE: string; /**
1679
+ * Set the active language
1680
+ * @param {String} language
1681
+ */
1685
1682
  PASSWORD_PROTECTED: string;
1686
1683
  PRIVACY_AND_SECURITY: string;
1687
1684
  PREFERENCES: string;
@@ -1729,6 +1726,10 @@ declare class CometChatLocalize {
1729
1726
  YOU_DELETED_THIS_MESSAGE: string;
1730
1727
  THIS_MESSAGE_DELETED: string;
1731
1728
  MESSAGE_IS_DELETED: string;
1729
+ MESSAGE_COPIED: string;
1730
+ MESSAGE_EDITED: string;
1731
+ MESSAGE_DELETED_TEXT: string;
1732
+ MESSAGE_TRANSLATED: string;
1732
1733
  VIEW_ON_YOUTUBE: string;
1733
1734
  SEARCH: string;
1734
1735
  ERROR: string;
@@ -1741,6 +1742,13 @@ declare class CometChatLocalize {
1741
1742
  INCOMING_VIDEO_CALL: string;
1742
1743
  DECLINE: string;
1743
1744
  ACCEPT: string;
1745
+ INCOMING_CALL: string;
1746
+ OUTGOING_CALL: string;
1747
+ CALL_REJECTED: string;
1748
+ CALL_ANSWERED: string;
1749
+ CALL_CANCELLED: string;
1750
+ MISSED_CALL: string;
1751
+ CALL_UNANSWERED: string;
1744
1752
  CALL_INITIATED: string;
1745
1753
  OUTGOING_AUDIO_CALL: string;
1746
1754
  OUTGOING_VIDEO_CALL: string;
@@ -1810,6 +1818,8 @@ declare class CometChatLocalize {
1810
1818
  CHANGE_SCOPE: string;
1811
1819
  STICKER: string;
1812
1820
  LAST_ACTIVE_AT: string;
1821
+ LAST_SEEN: string;
1822
+ AT: string;
1813
1823
  VOICE_CALL: string;
1814
1824
  VIEW_DETAIL: string;
1815
1825
  VOTES: string;
@@ -1837,8 +1847,6 @@ declare class CometChatLocalize {
1837
1847
  OBJECTS: string;
1838
1848
  SYMBOLS: string;
1839
1849
  FLAGS: string;
1840
- READ_MORE: string;
1841
- SHOW_LESS: string;
1842
1850
  SENT: string;
1843
1851
  SEEN: string;
1844
1852
  DELIVERED: string;
@@ -1866,6 +1874,8 @@ declare class CometChatLocalize {
1866
1874
  ONGOING_CALL: string;
1867
1875
  YOU_ALREADY_ONGOING_CALL: string;
1868
1876
  RESIZE: string;
1877
+ READ_MORE: string;
1878
+ SHOW_LESS: string;
1869
1879
  SETTINGS: string;
1870
1880
  ACTIONS: string;
1871
1881
  VIEW_PROFILE: string;
@@ -1964,7 +1974,7 @@ declare class CometChatLocalize {
1964
1974
  NO_CONVERSATIONS: string;
1965
1975
  CONVERSATIONS_EMPTY_MESSAGE: string;
1966
1976
  NO_GROUP_MEMBER_AVAILABLE: string;
1967
- OOPS: string;
1977
+ "OOPS!": string;
1968
1978
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
1969
1979
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
1970
1980
  REACHED_MAX_LIMIT: string;
@@ -1975,31 +1985,16 @@ declare class CometChatLocalize {
1975
1985
  SAVE: string;
1976
1986
  };
1977
1987
  fr: {
1978
- INCOMING_CALL: string;
1979
- OUTGOING_CALL: string;
1980
- CALL_REJECTED: string;
1981
- CALL_ANSWERED: string;
1982
- CALL_CANCELLED: string;
1983
- MISSED_CALL: string;
1984
- CALL_UNANSWERED: string;
1985
1988
  INFO: string;
1986
1989
  REACT: string;
1987
1990
  EDIT: string;
1988
1991
  MESSAGE_PRIVATELY: string;
1989
1992
  TRANSLATE: string;
1990
- CONVERSATION_DELETED: string;
1991
- MESSAGE_COPIED: string;
1992
- MESSAGE_EDITED: string;
1993
- MESSAGE_DELETED_TEXT: string;
1994
- MESSAGE_TRANSLATED: string;
1995
1993
  USERS: string;
1996
1994
  CHATS: string;
1997
- LAST_SEEN: string;
1998
- AT: string;
1999
1995
  SEARCH_EMOJI: string;
2000
1996
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
2001
1997
  GROUPS: string;
2002
- WRONG_FILE_TYPE: string; /**Properties and constants */
2003
1998
  SHARED: string;
2004
1999
  SOUND_MANAGER: string;
2005
2000
  THEME: string;
@@ -2018,6 +2013,7 @@ declare class CometChatLocalize {
2018
2013
  CONVERSATIONS: string;
2019
2014
  CONVERSATION_LIST: string;
2020
2015
  MESSAGES: string;
2016
+ WRONG_FILE_TYPE: string;
2021
2017
  MESSAGE_HEADER: string;
2022
2018
  MESSAGE_LIST: string;
2023
2019
  MESSAGE_COMPOSER: string;
@@ -2051,7 +2047,10 @@ declare class CometChatLocalize {
2051
2047
  CUSTOM_MESSAGE: string;
2052
2048
  SELECT_A_DATE: string;
2053
2049
  TIME_ZONE: string;
2054
- MEETING_SCHEDULED: string;
2050
+ MEETING_SCHEDULED: string; /**
2051
+ * Returns the browser language
2052
+ * @returns {String} browser langauge i.e. en-US
2053
+ */
2055
2054
  SOMETHING_WRONG: string;
2056
2055
  MEETING_SLOT_BOOK: string;
2057
2056
  MEETING_BOOK_NEW_SLOT: string;
@@ -2062,13 +2061,12 @@ declare class CometChatLocalize {
2062
2061
  MORE_TIMES: string;
2063
2062
  MISSED_VOICE_CALL: string;
2064
2063
  MEET_WITH: string;
2064
+ CONVERSATION_DELETED: string;
2065
2065
  MEETING_SCHEDULER: string;
2066
2066
  MISSED_VIDEO_CALL: string;
2067
2067
  CUSTOM_MESSAGE_POLL: string;
2068
2068
  CUSTOM_MESSAGE_STICKER: string;
2069
- CUSTOM_MESSAGE_DOCUMENT: string; /**
2070
- * Sets the default lannguage if no language is passed in init method
2071
- */
2069
+ CUSTOM_MESSAGE_DOCUMENT: string;
2072
2070
  CUSTOM_MESSAGE_WHITEBOARD: string;
2073
2071
  ONLINE: string;
2074
2072
  ADMINISTRATOR: string;
@@ -2124,6 +2122,10 @@ declare class CometChatLocalize {
2124
2122
  YOU_DELETED_THIS_MESSAGE: string;
2125
2123
  THIS_MESSAGE_DELETED: string;
2126
2124
  MESSAGE_IS_DELETED: string;
2125
+ MESSAGE_COPIED: string;
2126
+ MESSAGE_EDITED: string;
2127
+ MESSAGE_DELETED_TEXT: string;
2128
+ MESSAGE_TRANSLATED: string;
2127
2129
  VIEW_ON_YOUTUBE: string;
2128
2130
  SEARCH: string;
2129
2131
  ERROR: string;
@@ -2136,6 +2138,13 @@ declare class CometChatLocalize {
2136
2138
  INCOMING_VIDEO_CALL: string;
2137
2139
  DECLINE: string;
2138
2140
  ACCEPT: string;
2141
+ INCOMING_CALL: string;
2142
+ OUTGOING_CALL: string;
2143
+ CALL_REJECTED: string;
2144
+ CALL_ANSWERED: string;
2145
+ CALL_CANCELLED: string;
2146
+ MISSED_CALL: string;
2147
+ CALL_UNANSWERED: string;
2139
2148
  CALL_INITIATED: string;
2140
2149
  OUTGOING_AUDIO_CALL: string;
2141
2150
  OUTGOING_VIDEO_CALL: string;
@@ -2205,6 +2214,8 @@ declare class CometChatLocalize {
2205
2214
  CHANGE_SCOPE: string;
2206
2215
  STICKER: string;
2207
2216
  LAST_ACTIVE_AT: string;
2217
+ LAST_SEEN: string;
2218
+ AT: string;
2208
2219
  VOICE_CALL: string;
2209
2220
  VIEW_DETAIL: string;
2210
2221
  VOTES: string;
@@ -2259,10 +2270,10 @@ declare class CometChatLocalize {
2259
2270
  ONGOING_CALL: string;
2260
2271
  YOU_ALREADY_ONGOING_CALL: string;
2261
2272
  RESIZE: string;
2262
- SETTINGS: string;
2263
- ACTIONS: string;
2264
2273
  READ_MORE: string;
2265
2274
  SHOW_LESS: string;
2275
+ SETTINGS: string;
2276
+ ACTIONS: string;
2266
2277
  VIEW_PROFILE: string;
2267
2278
  SEND_MESSAGE_IN_PRIVATE: string;
2268
2279
  DELETE: string;
@@ -2359,7 +2370,7 @@ declare class CometChatLocalize {
2359
2370
  NO_CONVERSATIONS: string;
2360
2371
  CONVERSATIONS_EMPTY_MESSAGE: string;
2361
2372
  NO_GROUP_MEMBER_AVAILABLE: string;
2362
- OOPS: string;
2373
+ "OOPS!": string;
2363
2374
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
2364
2375
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
2365
2376
  REACHED_MAX_LIMIT: string;
@@ -2370,31 +2381,16 @@ declare class CometChatLocalize {
2370
2381
  SAVE: string;
2371
2382
  };
2372
2383
  hi: {
2373
- INCOMING_CALL: string;
2374
- OUTGOING_CALL: string;
2375
- CALL_REJECTED: string;
2376
- CALL_ANSWERED: string;
2377
- CALL_CANCELLED: string;
2378
- MISSED_CALL: string;
2379
- CALL_UNANSWERED: string;
2380
2384
  INFO: string;
2381
2385
  REACT: string;
2382
2386
  EDIT: string;
2383
- CONVERSATION_DELETED: string;
2384
- MESSAGE_COPIED: string;
2385
- MESSAGE_EDITED: string;
2386
- MESSAGE_DELETED_TEXT: string;
2387
- MESSAGE_TRANSLATED: string;
2388
2387
  MESSAGE_PRIVATELY: string;
2389
2388
  TRANSLATE: string;
2390
2389
  USERS: string;
2391
2390
  CHATS: string;
2392
- LAST_SEEN: string;
2393
- AT: string;
2394
2391
  SEARCH_EMOJI: string;
2395
2392
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
2396
2393
  GROUPS: string;
2397
- WRONG_FILE_TYPE: string;
2398
2394
  SHARED: string;
2399
2395
  SOUND_MANAGER: string;
2400
2396
  THEME: string;
@@ -2413,6 +2409,7 @@ declare class CometChatLocalize {
2413
2409
  CONVERSATIONS: string;
2414
2410
  CONVERSATION_LIST: string;
2415
2411
  MESSAGES: string;
2412
+ WRONG_FILE_TYPE: string;
2416
2413
  MESSAGE_HEADER: string;
2417
2414
  MESSAGE_LIST: string;
2418
2415
  MESSAGE_COMPOSER: string;
@@ -2457,6 +2454,7 @@ declare class CometChatLocalize {
2457
2454
  MORE_TIMES: string;
2458
2455
  MISSED_VOICE_CALL: string;
2459
2456
  MEET_WITH: string;
2457
+ CONVERSATION_DELETED: string;
2460
2458
  MEETING_SCHEDULER: string;
2461
2459
  MISSED_VIDEO_CALL: string;
2462
2460
  CUSTOM_MESSAGE_POLL: string;
@@ -2470,16 +2468,17 @@ declare class CometChatLocalize {
2470
2468
  PARTICIPANT: string;
2471
2469
  PUBLIC: string;
2472
2470
  PRIVATE: string;
2473
- PASSWORD_PROTECTED: string;
2471
+ PASSWORD_PROTECTED: string; /**
2472
+ * Returns the active language. Return fallback language if translation is not available for the active language
2473
+ * @returns {String} active language
2474
+ */
2474
2475
  PRIVACY_AND_SECURITY: string;
2475
2476
  PREFERENCES: string;
2476
2477
  MEMBERS: string;
2477
2478
  MEMBER: string;
2478
2479
  EDITED: string;
2479
2480
  TODAY: string;
2480
- YESTERDAY: string; /**
2481
- * Sets the default lannguage if no language is passed in init method
2482
- */
2481
+ YESTERDAY: string;
2483
2482
  SUNDAY: string;
2484
2483
  MONDAY: string;
2485
2484
  TUESDAY: string;
@@ -2519,6 +2518,10 @@ declare class CometChatLocalize {
2519
2518
  YOU_DELETED_THIS_MESSAGE: string;
2520
2519
  THIS_MESSAGE_DELETED: string;
2521
2520
  MESSAGE_IS_DELETED: string;
2521
+ MESSAGE_COPIED: string;
2522
+ MESSAGE_EDITED: string;
2523
+ MESSAGE_DELETED_TEXT: string;
2524
+ MESSAGE_TRANSLATED: string;
2522
2525
  VIEW_ON_YOUTUBE: string;
2523
2526
  SEARCH: string;
2524
2527
  ERROR: string;
@@ -2531,6 +2534,13 @@ declare class CometChatLocalize {
2531
2534
  INCOMING_VIDEO_CALL: string;
2532
2535
  DECLINE: string;
2533
2536
  ACCEPT: string;
2537
+ INCOMING_CALL: string;
2538
+ OUTGOING_CALL: string;
2539
+ CALL_REJECTED: string;
2540
+ CALL_ANSWERED: string;
2541
+ CALL_CANCELLED: string;
2542
+ MISSED_CALL: string;
2543
+ CALL_UNANSWERED: string;
2534
2544
  CALL_INITIATED: string;
2535
2545
  OUTGOING_AUDIO_CALL: string;
2536
2546
  OUTGOING_VIDEO_CALL: string;
@@ -2600,6 +2610,8 @@ declare class CometChatLocalize {
2600
2610
  CHANGE_SCOPE: string;
2601
2611
  STICKER: string;
2602
2612
  LAST_ACTIVE_AT: string;
2613
+ LAST_SEEN: string;
2614
+ AT: string;
2603
2615
  VOICE_CALL: string;
2604
2616
  VIEW_DETAIL: string;
2605
2617
  VOTES: string;
@@ -2654,11 +2666,11 @@ declare class CometChatLocalize {
2654
2666
  ONGOING_CALL: string;
2655
2667
  YOU_ALREADY_ONGOING_CALL: string;
2656
2668
  RESIZE: string;
2669
+ READ_MORE: string;
2670
+ SHOW_LESS: string;
2657
2671
  SETTINGS: string;
2658
2672
  ACTIONS: string;
2659
2673
  VIEW_PROFILE: string;
2660
- READ_MORE: string;
2661
- SHOW_LESS: string;
2662
2674
  SEND_MESSAGE_IN_PRIVATE: string;
2663
2675
  DELETE: string;
2664
2676
  DELETE_CONFIRM: string;
@@ -2754,7 +2766,7 @@ declare class CometChatLocalize {
2754
2766
  NO_CONVERSATIONS: string;
2755
2767
  CONVERSATIONS_EMPTY_MESSAGE: string;
2756
2768
  NO_GROUP_MEMBER_AVAILABLE: string;
2757
- OOPS: string;
2769
+ "OOPS!": string;
2758
2770
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
2759
2771
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
2760
2772
  REACHED_MAX_LIMIT: string;
@@ -2765,13 +2777,6 @@ declare class CometChatLocalize {
2765
2777
  SAVE: string;
2766
2778
  };
2767
2779
  ms: {
2768
- INCOMING_CALL: string;
2769
- OUTGOING_CALL: string;
2770
- CALL_REJECTED: string;
2771
- CALL_ANSWERED: string;
2772
- CALL_CANCELLED: string;
2773
- MISSED_CALL: string;
2774
- CALL_UNANSWERED: string;
2775
2780
  INFO: string;
2776
2781
  REACT: string;
2777
2782
  EDIT: string;
@@ -2779,19 +2784,10 @@ declare class CometChatLocalize {
2779
2784
  TRANSLATE: string;
2780
2785
  USERS: string;
2781
2786
  CHATS: string;
2782
- LAST_SEEN: string;
2783
- AT: string;
2784
- CONVERSATION_DELETED: string;
2785
- MESSAGE_COPIED: string;
2786
- MESSAGE_EDITED: string;
2787
- MESSAGE_DELETED_TEXT: string;
2788
- MESSAGE_TRANSLATED: string;
2789
2787
  SEARCH_EMOJI: string;
2790
2788
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
2791
2789
  GROUPS: string;
2792
- WRONG_FILE_TYPE: string;
2793
2790
  SHARED: string;
2794
- /**Properties and constants */
2795
2791
  SOUND_MANAGER: string;
2796
2792
  THEME: string;
2797
2793
  DELETE_MSG_TEXT: string;
@@ -2809,6 +2805,7 @@ declare class CometChatLocalize {
2809
2805
  CONVERSATIONS: string;
2810
2806
  CONVERSATION_LIST: string;
2811
2807
  MESSAGES: string;
2808
+ WRONG_FILE_TYPE: string;
2812
2809
  MESSAGE_HEADER: string;
2813
2810
  MESSAGE_LIST: string;
2814
2811
  MESSAGE_COMPOSER: string;
@@ -2820,7 +2817,7 @@ declare class CometChatLocalize {
2820
2817
  PASSWORD: string;
2821
2818
  CONTINUE: string;
2822
2819
  NO_CHATS_SELECTED: string;
2823
- NO_USERS_SELECTED: string; /**Override resources */
2820
+ NO_USERS_SELECTED: string;
2824
2821
  NO_GROUPS_SELECTED: string;
2825
2822
  SELECT_DAY: string;
2826
2823
  SELECT_TIME: string;
@@ -2830,10 +2827,7 @@ declare class CometChatLocalize {
2830
2827
  GROUP_PASSWORD_BLANK: string;
2831
2828
  GROUP_NAME_BLANK: string;
2832
2829
  GROUP_TYPE_BLANK: string;
2833
- DELETE_CONVERSATION: string; /**
2834
- * Returns the browser language
2835
- * @returns {String} browser langauge i.e. en-US
2836
- */
2830
+ DELETE_CONVERSATION: string;
2837
2831
  ADD_TO_CHAT: string;
2838
2832
  MORE: string;
2839
2833
  COPY: string;
@@ -2841,10 +2835,8 @@ declare class CometChatLocalize {
2841
2835
  MESSAGE_IMAGE: string;
2842
2836
  MESSAGE_FILE: string;
2843
2837
  MESSAGE_VIDEO: string;
2844
- MESSAGE_AUDIO: string; /**
2845
- * Returns the language code
2846
- * @returns {String} language code i.e. en
2847
- */
2838
+ /**Add to the original array of translations if language code is not found */
2839
+ MESSAGE_AUDIO: string;
2848
2840
  CUSTOM_MESSAGE: string;
2849
2841
  SELECT_A_DATE: string;
2850
2842
  TIME_ZONE: string;
@@ -2859,6 +2851,7 @@ declare class CometChatLocalize {
2859
2851
  MORE_TIMES: string;
2860
2852
  MISSED_VOICE_CALL: string;
2861
2853
  MEET_WITH: string;
2854
+ CONVERSATION_DELETED: string;
2862
2855
  MEETING_SCHEDULER: string;
2863
2856
  MISSED_VIDEO_CALL: string;
2864
2857
  CUSTOM_MESSAGE_POLL: string;
@@ -2866,7 +2859,10 @@ declare class CometChatLocalize {
2866
2859
  CUSTOM_MESSAGE_DOCUMENT: string;
2867
2860
  CUSTOM_MESSAGE_WHITEBOARD: string;
2868
2861
  ONLINE: string;
2869
- ADMINISTRATOR: string;
2862
+ ADMINISTRATOR: string; /**
2863
+ * Returns the active language. Return fallback language if translation is not available for the active language
2864
+ * @returns {String} active language
2865
+ */
2870
2866
  ADMIN: string;
2871
2867
  MODERATOR: string;
2872
2868
  PARTICIPANT: string;
@@ -2880,7 +2876,10 @@ declare class CometChatLocalize {
2880
2876
  EDITED: string;
2881
2877
  TODAY: string;
2882
2878
  YESTERDAY: string;
2883
- SUNDAY: string;
2879
+ SUNDAY: string; /**
2880
+ * Set the active language
2881
+ * @param {String} language
2882
+ */
2884
2883
  MONDAY: string;
2885
2884
  TUESDAY: string;
2886
2885
  WEDNESDAY: string;
@@ -2905,10 +2904,6 @@ declare class CometChatLocalize {
2905
2904
  LOADING: string;
2906
2905
  REPLY: string;
2907
2906
  REPLIES: string;
2908
- /**
2909
- * Returns rtl or ltr based on the active language
2910
- * @returns {String} the direction of the active langauge
2911
- */
2912
2907
  AI: string;
2913
2908
  SMART_REPLIES: string;
2914
2909
  CONVERSATION_STARTER: string;
@@ -2923,6 +2918,10 @@ declare class CometChatLocalize {
2923
2918
  YOU_DELETED_THIS_MESSAGE: string;
2924
2919
  THIS_MESSAGE_DELETED: string;
2925
2920
  MESSAGE_IS_DELETED: string;
2921
+ MESSAGE_COPIED: string;
2922
+ MESSAGE_EDITED: string;
2923
+ MESSAGE_DELETED_TEXT: string;
2924
+ MESSAGE_TRANSLATED: string;
2926
2925
  VIEW_ON_YOUTUBE: string;
2927
2926
  SEARCH: string;
2928
2927
  ERROR: string;
@@ -2935,6 +2934,13 @@ declare class CometChatLocalize {
2935
2934
  INCOMING_VIDEO_CALL: string;
2936
2935
  DECLINE: string;
2937
2936
  ACCEPT: string;
2937
+ INCOMING_CALL: string;
2938
+ OUTGOING_CALL: string;
2939
+ CALL_REJECTED: string;
2940
+ CALL_ANSWERED: string;
2941
+ CALL_CANCELLED: string;
2942
+ MISSED_CALL: string;
2943
+ CALL_UNANSWERED: string;
2938
2944
  CALL_INITIATED: string;
2939
2945
  OUTGOING_AUDIO_CALL: string;
2940
2946
  OUTGOING_VIDEO_CALL: string;
@@ -3004,6 +3010,8 @@ declare class CometChatLocalize {
3004
3010
  CHANGE_SCOPE: string;
3005
3011
  STICKER: string;
3006
3012
  LAST_ACTIVE_AT: string;
3013
+ LAST_SEEN: string;
3014
+ AT: string;
3007
3015
  VOICE_CALL: string;
3008
3016
  VIEW_DETAIL: string;
3009
3017
  VOTES: string;
@@ -3058,13 +3066,13 @@ declare class CometChatLocalize {
3058
3066
  ONGOING_CALL: string;
3059
3067
  YOU_ALREADY_ONGOING_CALL: string;
3060
3068
  RESIZE: string;
3069
+ READ_MORE: string;
3070
+ SHOW_LESS: string;
3061
3071
  SETTINGS: string;
3062
3072
  ACTIONS: string;
3063
3073
  VIEW_PROFILE: string;
3064
3074
  SEND_MESSAGE_IN_PRIVATE: string;
3065
3075
  DELETE: string;
3066
- READ_MORE: string;
3067
- SHOW_LESS: string;
3068
3076
  DELETE_CONFIRM: string;
3069
3077
  DELETE_CHAT: string;
3070
3078
  SURE_TO_DELETE_CHAT: string;
@@ -3158,7 +3166,7 @@ declare class CometChatLocalize {
3158
3166
  NO_CONVERSATIONS: string;
3159
3167
  CONVERSATIONS_EMPTY_MESSAGE: string;
3160
3168
  NO_GROUP_MEMBER_AVAILABLE: string;
3161
- OOPS: string;
3169
+ "OOPS!": string;
3162
3170
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
3163
3171
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
3164
3172
  REACHED_MAX_LIMIT: string;
@@ -3169,33 +3177,18 @@ declare class CometChatLocalize {
3169
3177
  SAVE: string;
3170
3178
  };
3171
3179
  pt: {
3172
- INCOMING_CALL: string;
3173
- OUTGOING_CALL: string;
3174
- CALL_REJECTED: string;
3175
- CALL_ANSWERED: string;
3176
- CALL_CANCELLED: string;
3177
- MISSED_CALL: string;
3178
- CALL_UNANSWERED: string;
3179
3180
  INFO: string;
3180
3181
  REACT: string;
3181
3182
  EDIT: string;
3182
3183
  MESSAGE_PRIVATELY: string;
3183
3184
  TRANSLATE: string;
3184
- CONVERSATION_DELETED: string;
3185
- MESSAGE_COPIED: string;
3186
- MESSAGE_EDITED: string;
3187
- MESSAGE_DELETED_TEXT: string;
3188
- MESSAGE_TRANSLATED: string;
3189
3185
  USERS: string;
3190
3186
  CHATS: string;
3191
- LAST_SEEN: string;
3192
- AT: string;
3193
3187
  SEARCH_EMOJI: string;
3194
3188
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
3195
3189
  GROUPS: string;
3196
3190
  SHARED: string;
3197
3191
  SOUND_MANAGER: string;
3198
- WRONG_FILE_TYPE: string;
3199
3192
  THEME: string;
3200
3193
  DELETE_MSG_TEXT: string;
3201
3194
  LOCALIZE: string;
@@ -3212,6 +3205,7 @@ declare class CometChatLocalize {
3212
3205
  CONVERSATIONS: string;
3213
3206
  CONVERSATION_LIST: string;
3214
3207
  MESSAGES: string;
3208
+ WRONG_FILE_TYPE: string;
3215
3209
  MESSAGE_HEADER: string;
3216
3210
  MESSAGE_LIST: string;
3217
3211
  MESSAGE_COMPOSER: string;
@@ -3256,6 +3250,7 @@ declare class CometChatLocalize {
3256
3250
  MORE_TIMES: string;
3257
3251
  MISSED_VOICE_CALL: string;
3258
3252
  MEET_WITH: string;
3253
+ CONVERSATION_DELETED: string;
3259
3254
  MEETING_SCHEDULER: string;
3260
3255
  MISSED_VIDEO_CALL: string;
3261
3256
  CUSTOM_MESSAGE_POLL: string;
@@ -3286,7 +3281,9 @@ declare class CometChatLocalize {
3286
3281
  SATURDAY: string;
3287
3282
  TYPING: string;
3288
3283
  IS_TYPING: string;
3289
- CLOSE: string;
3284
+ CLOSE: string; /**
3285
+ * Sets the default lannguage if no language is passed in init method
3286
+ */
3290
3287
  ENTER_GROUP_NAME: string;
3291
3288
  ADD_MEMBERS: string;
3292
3289
  SEND_MESSAGE: string;
@@ -3316,6 +3313,10 @@ declare class CometChatLocalize {
3316
3313
  YOU_DELETED_THIS_MESSAGE: string;
3317
3314
  THIS_MESSAGE_DELETED: string;
3318
3315
  MESSAGE_IS_DELETED: string;
3316
+ MESSAGE_COPIED: string;
3317
+ MESSAGE_EDITED: string;
3318
+ MESSAGE_DELETED_TEXT: string;
3319
+ MESSAGE_TRANSLATED: string;
3319
3320
  VIEW_ON_YOUTUBE: string;
3320
3321
  SEARCH: string;
3321
3322
  ERROR: string;
@@ -3328,6 +3329,13 @@ declare class CometChatLocalize {
3328
3329
  INCOMING_VIDEO_CALL: string;
3329
3330
  DECLINE: string;
3330
3331
  ACCEPT: string;
3332
+ INCOMING_CALL: string;
3333
+ OUTGOING_CALL: string;
3334
+ CALL_REJECTED: string;
3335
+ CALL_ANSWERED: string;
3336
+ CALL_CANCELLED: string;
3337
+ MISSED_CALL: string;
3338
+ CALL_UNANSWERED: string;
3331
3339
  CALL_INITIATED: string;
3332
3340
  OUTGOING_AUDIO_CALL: string;
3333
3341
  OUTGOING_VIDEO_CALL: string;
@@ -3397,6 +3405,8 @@ declare class CometChatLocalize {
3397
3405
  CHANGE_SCOPE: string;
3398
3406
  STICKER: string;
3399
3407
  LAST_ACTIVE_AT: string;
3408
+ LAST_SEEN: string;
3409
+ AT: string;
3400
3410
  VOICE_CALL: string;
3401
3411
  VIEW_DETAIL: string;
3402
3412
  VOTES: string;
@@ -3451,11 +3461,11 @@ declare class CometChatLocalize {
3451
3461
  ONGOING_CALL: string;
3452
3462
  YOU_ALREADY_ONGOING_CALL: string;
3453
3463
  RESIZE: string;
3464
+ READ_MORE: string;
3465
+ SHOW_LESS: string;
3454
3466
  SETTINGS: string;
3455
3467
  ACTIONS: string;
3456
3468
  VIEW_PROFILE: string;
3457
- READ_MORE: string;
3458
- SHOW_LESS: string;
3459
3469
  SEND_MESSAGE_IN_PRIVATE: string;
3460
3470
  DELETE: string;
3461
3471
  DELETE_CONFIRM: string;
@@ -3551,7 +3561,7 @@ declare class CometChatLocalize {
3551
3561
  NO_CONVERSATIONS: string;
3552
3562
  CONVERSATIONS_EMPTY_MESSAGE: string;
3553
3563
  NO_GROUP_MEMBER_AVAILABLE: string;
3554
- OOPS: string;
3564
+ "OOPS!": string;
3555
3565
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
3556
3566
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
3557
3567
  REACHED_MAX_LIMIT: string;
@@ -3562,13 +3572,6 @@ declare class CometChatLocalize {
3562
3572
  SAVE: string;
3563
3573
  };
3564
3574
  ru: {
3565
- INCOMING_CALL: string;
3566
- OUTGOING_CALL: string;
3567
- CALL_REJECTED: string;
3568
- CALL_ANSWERED: string;
3569
- CALL_CANCELLED: string;
3570
- MISSED_CALL: string;
3571
- CALL_UNANSWERED: string;
3572
3575
  INFO: string;
3573
3576
  REACT: string;
3574
3577
  EDIT: string;
@@ -3576,13 +3579,6 @@ declare class CometChatLocalize {
3576
3579
  TRANSLATE: string;
3577
3580
  USERS: string;
3578
3581
  CHATS: string;
3579
- LAST_SEEN: string;
3580
- AT: string;
3581
- MESSAGE_COPIED: string;
3582
- MESSAGE_EDITED: string;
3583
- MESSAGE_DELETED_TEXT: string;
3584
- MESSAGE_TRANSLATED: string;
3585
- CONVERSATION_DELETED: string;
3586
3582
  SEARCH_EMOJI: string;
3587
3583
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
3588
3584
  GROUPS: string;
@@ -3591,7 +3587,6 @@ declare class CometChatLocalize {
3591
3587
  THEME: string;
3592
3588
  DELETE_MSG_TEXT: string;
3593
3589
  LOCALIZE: string;
3594
- WRONG_FILE_TYPE: string;
3595
3590
  CONVERSATION_LIST_ITEM: string;
3596
3591
  DATA_ITEM: string;
3597
3592
  STATUS_INDICATOR: string;
@@ -3605,6 +3600,7 @@ declare class CometChatLocalize {
3605
3600
  CONVERSATIONS: string;
3606
3601
  CONVERSATION_LIST: string;
3607
3602
  MESSAGES: string;
3603
+ WRONG_FILE_TYPE: string;
3608
3604
  MESSAGE_HEADER: string;
3609
3605
  MESSAGE_LIST: string;
3610
3606
  MESSAGE_COMPOSER: string;
@@ -3629,7 +3625,7 @@ declare class CometChatLocalize {
3629
3625
  DELETE_CONVERSATION: string;
3630
3626
  ADD_TO_CHAT: string;
3631
3627
  MORE: string;
3632
- COPY: string;
3628
+ COPY: string; /**Override resources */
3633
3629
  VOICE_RECORDING: string;
3634
3630
  MESSAGE_IMAGE: string;
3635
3631
  MESSAGE_FILE: string;
@@ -3649,6 +3645,7 @@ declare class CometChatLocalize {
3649
3645
  MORE_TIMES: string;
3650
3646
  MISSED_VOICE_CALL: string;
3651
3647
  MEET_WITH: string;
3648
+ CONVERSATION_DELETED: string;
3652
3649
  MEETING_SCHEDULER: string;
3653
3650
  MISSED_VIDEO_CALL: string;
3654
3651
  CUSTOM_MESSAGE_POLL: string;
@@ -3709,6 +3706,10 @@ declare class CometChatLocalize {
3709
3706
  YOU_DELETED_THIS_MESSAGE: string;
3710
3707
  THIS_MESSAGE_DELETED: string;
3711
3708
  MESSAGE_IS_DELETED: string;
3709
+ MESSAGE_COPIED: string;
3710
+ MESSAGE_EDITED: string;
3711
+ MESSAGE_DELETED_TEXT: string;
3712
+ MESSAGE_TRANSLATED: string;
3712
3713
  VIEW_ON_YOUTUBE: string;
3713
3714
  SEARCH: string;
3714
3715
  ERROR: string;
@@ -3721,6 +3722,13 @@ declare class CometChatLocalize {
3721
3722
  INCOMING_VIDEO_CALL: string;
3722
3723
  DECLINE: string;
3723
3724
  ACCEPT: string;
3725
+ INCOMING_CALL: string;
3726
+ OUTGOING_CALL: string;
3727
+ CALL_REJECTED: string;
3728
+ CALL_ANSWERED: string;
3729
+ CALL_CANCELLED: string;
3730
+ MISSED_CALL: string;
3731
+ CALL_UNANSWERED: string;
3724
3732
  CALL_INITIATED: string;
3725
3733
  OUTGOING_AUDIO_CALL: string;
3726
3734
  OUTGOING_VIDEO_CALL: string;
@@ -3790,6 +3798,8 @@ declare class CometChatLocalize {
3790
3798
  CHANGE_SCOPE: string;
3791
3799
  STICKER: string;
3792
3800
  LAST_ACTIVE_AT: string;
3801
+ LAST_SEEN: string;
3802
+ AT: string;
3793
3803
  VOICE_CALL: string;
3794
3804
  VIEW_DETAIL: string;
3795
3805
  VOTES: string;
@@ -3944,7 +3954,7 @@ declare class CometChatLocalize {
3944
3954
  NO_CONVERSATIONS: string;
3945
3955
  CONVERSATIONS_EMPTY_MESSAGE: string;
3946
3956
  NO_GROUP_MEMBER_AVAILABLE: string;
3947
- OOPS: string;
3957
+ "OOPS!": string;
3948
3958
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
3949
3959
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
3950
3960
  REACHED_MAX_LIMIT: string;
@@ -4361,33 +4371,18 @@ declare class CometChatLocalize {
4361
4371
  SAVE: string;
4362
4372
  };
4363
4373
  "zh-tw": {
4364
- INCOMING_CALL: string;
4365
- OUTGOING_CALL: string;
4366
- CALL_REJECTED: string;
4367
- CALL_ANSWERED: string;
4368
- CALL_CANCELLED: string;
4369
- MISSED_CALL: string;
4370
- CALL_UNANSWERED: string;
4371
4374
  INFO: string;
4372
4375
  REACT: string;
4373
4376
  EDIT: string;
4374
4377
  MESSAGE_PRIVATELY: string;
4375
- CONVERSATION_DELETED: string;
4376
- MESSAGE_COPIED: string;
4377
- MESSAGE_EDITED: string;
4378
- MESSAGE_DELETED_TEXT: string;
4379
- MESSAGE_TRANSLATED: string;
4380
4378
  TRANSLATE: string;
4381
4379
  USERS: string;
4382
4380
  CHATS: string;
4383
- LAST_SEEN: string;
4384
- AT: string;
4385
4381
  SEARCH_EMOJI: string;
4386
4382
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
4387
4383
  GROUPS: string;
4388
4384
  SHARED: string;
4389
4385
  SOUND_MANAGER: string;
4390
- WRONG_FILE_TYPE: string;
4391
4386
  THEME: string;
4392
4387
  DELETE_MSG_TEXT: string;
4393
4388
  LOCALIZE: string;
@@ -4404,6 +4399,7 @@ declare class CometChatLocalize {
4404
4399
  CONVERSATIONS: string;
4405
4400
  CONVERSATION_LIST: string;
4406
4401
  MESSAGES: string;
4402
+ WRONG_FILE_TYPE: string;
4407
4403
  MESSAGE_HEADER: string;
4408
4404
  MESSAGE_LIST: string;
4409
4405
  MESSAGE_COMPOSER: string;
@@ -4440,7 +4436,7 @@ declare class CometChatLocalize {
4440
4436
  MEETING_SCHEDULED: string;
4441
4437
  SOMETHING_WRONG: string;
4442
4438
  MEETING_SLOT_BOOK: string;
4443
- MEETING_BOOK_NEW_SLOT: string; /**Override resources */
4439
+ MEETING_BOOK_NEW_SLOT: string;
4444
4440
  MEETING_NO_SLOTS_AVAILABLE: string;
4445
4441
  MEETING_TRY_DIFFERENT_DATE: string;
4446
4442
  NO_TIME_SLOTS_AVAILABLE: string;
@@ -4448,6 +4444,7 @@ declare class CometChatLocalize {
4448
4444
  MORE_TIMES: string;
4449
4445
  MISSED_VOICE_CALL: string;
4450
4446
  MEET_WITH: string;
4447
+ CONVERSATION_DELETED: string;
4451
4448
  MEETING_SCHEDULER: string;
4452
4449
  MISSED_VIDEO_CALL: string;
4453
4450
  CUSTOM_MESSAGE_POLL: string;
@@ -4508,6 +4505,10 @@ declare class CometChatLocalize {
4508
4505
  YOU_DELETED_THIS_MESSAGE: string;
4509
4506
  THIS_MESSAGE_DELETED: string;
4510
4507
  MESSAGE_IS_DELETED: string;
4508
+ MESSAGE_COPIED: string;
4509
+ MESSAGE_EDITED: string;
4510
+ MESSAGE_DELETED_TEXT: string;
4511
+ MESSAGE_TRANSLATED: string;
4511
4512
  VIEW_ON_YOUTUBE: string;
4512
4513
  SEARCH: string;
4513
4514
  ERROR: string;
@@ -4520,6 +4521,13 @@ declare class CometChatLocalize {
4520
4521
  INCOMING_VIDEO_CALL: string;
4521
4522
  DECLINE: string;
4522
4523
  ACCEPT: string;
4524
+ INCOMING_CALL: string;
4525
+ OUTGOING_CALL: string;
4526
+ CALL_REJECTED: string;
4527
+ CALL_ANSWERED: string;
4528
+ CALL_CANCELLED: string;
4529
+ MISSED_CALL: string;
4530
+ CALL_UNANSWERED: string;
4523
4531
  CALL_INITIATED: string;
4524
4532
  OUTGOING_AUDIO_CALL: string;
4525
4533
  OUTGOING_VIDEO_CALL: string;
@@ -4589,6 +4597,8 @@ declare class CometChatLocalize {
4589
4597
  CHANGE_SCOPE: string;
4590
4598
  STICKER: string;
4591
4599
  LAST_ACTIVE_AT: string;
4600
+ LAST_SEEN: string;
4601
+ AT: string;
4592
4602
  VOICE_CALL: string;
4593
4603
  VIEW_DETAIL: string;
4594
4604
  VOTES: string;
@@ -4643,6 +4653,8 @@ declare class CometChatLocalize {
4643
4653
  ONGOING_CALL: string;
4644
4654
  YOU_ALREADY_ONGOING_CALL: string;
4645
4655
  RESIZE: string;
4656
+ READ_MORE: string;
4657
+ SHOW_LESS: string;
4646
4658
  SETTINGS: string;
4647
4659
  ACTIONS: string;
4648
4660
  VIEW_PROFILE: string;
@@ -4674,8 +4686,6 @@ declare class CometChatLocalize {
4674
4686
  LEAVE: string;
4675
4687
  CLICK_TO_START_CONVERSATION: string;
4676
4688
  CUSTOM_MESSAGE_LOCATION: string;
4677
- READ_MORE: string;
4678
- SHOW_LESS: string;
4679
4689
  SHARED_LOCATION: string;
4680
4690
  IN_A_THREAD: string;
4681
4691
  CALLS: string;
@@ -4743,7 +4753,7 @@ declare class CometChatLocalize {
4743
4753
  NO_CONVERSATIONS: string;
4744
4754
  CONVERSATIONS_EMPTY_MESSAGE: string;
4745
4755
  NO_GROUP_MEMBER_AVAILABLE: string;
4746
- OOPS: string;
4756
+ "OOPS!": string;
4747
4757
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
4748
4758
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
4749
4759
  REACHED_MAX_LIMIT: string;
@@ -4754,26 +4764,12 @@ declare class CometChatLocalize {
4754
4764
  SAVE: string;
4755
4765
  };
4756
4766
  sv: {
4757
- INCOMING_CALL: string;
4758
- OUTGOING_CALL: string;
4759
- CALL_REJECTED: string;
4760
- CALL_ANSWERED: string;
4761
- CALL_CANCELLED: string;
4762
- MISSED_CALL: string;
4763
- CALL_UNANSWERED: string;
4764
4767
  INFO: string;
4765
4768
  REACT: string;
4766
- LAST_SEEN: string;
4767
- AT: string;
4768
4769
  EDIT: string;
4769
4770
  MESSAGE_PRIVATELY: string;
4770
4771
  TRANSLATE: string;
4771
4772
  USERS: string;
4772
- CONVERSATION_DELETED: string;
4773
- MESSAGE_COPIED: string;
4774
- MESSAGE_EDITED: string;
4775
- MESSAGE_DELETED_TEXT: string;
4776
- MESSAGE_TRANSLATED: string;
4777
4773
  CHATS: string;
4778
4774
  SEARCH_EMOJI: string;
4779
4775
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
@@ -4786,7 +4782,6 @@ declare class CometChatLocalize {
4786
4782
  CONVERSATION_LIST_ITEM: string;
4787
4783
  DATA_ITEM: string;
4788
4784
  STATUS_INDICATOR: string;
4789
- WRONG_FILE_TYPE: string;
4790
4785
  BADGE_COUNT: string;
4791
4786
  MESSAGE_RECEIPT: string;
4792
4787
  MESSAGE: string;
@@ -4797,11 +4792,8 @@ declare class CometChatLocalize {
4797
4792
  CONVERSATIONS: string;
4798
4793
  CONVERSATION_LIST: string;
4799
4794
  MESSAGES: string;
4800
- MESSAGE_HEADER: string; /**
4801
- * Initializes localization with the specified language and custom resources.
4802
- * @param {string} [language=""] - The language code to set.
4803
- * @param {object} [resources={}] - Custom translations to override defaults.
4804
- */
4795
+ WRONG_FILE_TYPE: string;
4796
+ MESSAGE_HEADER: string;
4805
4797
  MESSAGE_LIST: string;
4806
4798
  MESSAGE_COMPOSER: string;
4807
4799
  USERS_WITH_MESSAGES: string;
@@ -4841,10 +4833,14 @@ declare class CometChatLocalize {
4841
4833
  MEETING_NO_SLOTS_AVAILABLE: string;
4842
4834
  MEETING_TRY_DIFFERENT_DATE: string;
4843
4835
  NO_TIME_SLOTS_AVAILABLE: string;
4844
- SCHEDULE: string;
4836
+ SCHEDULE: string; /**
4837
+ * Returns the language code
4838
+ * @returns {String} language code i.e. en
4839
+ */
4845
4840
  MORE_TIMES: string;
4846
4841
  MISSED_VOICE_CALL: string;
4847
4842
  MEET_WITH: string;
4843
+ CONVERSATION_DELETED: string;
4848
4844
  MEETING_SCHEDULER: string;
4849
4845
  MISSED_VIDEO_CALL: string;
4850
4846
  CUSTOM_MESSAGE_POLL: string;
@@ -4881,10 +4877,7 @@ declare class CometChatLocalize {
4881
4877
  SEND_MESSAGE: string;
4882
4878
  UNBLOCK_USER: string;
4883
4879
  BLOCK_USER: string;
4884
- DELETE_AND_EXIT: string; /**
4885
- * Returns true if the active language is rtl otherwise return false
4886
- * @returns {Boolean} whether the language is rtl or not
4887
- */
4880
+ DELETE_AND_EXIT: string;
4888
4881
  LEAVE_GROUP: string;
4889
4882
  CREATE_GROUP: string;
4890
4883
  SHARED_MEDIA: string;
@@ -4908,6 +4901,10 @@ declare class CometChatLocalize {
4908
4901
  YOU_DELETED_THIS_MESSAGE: string;
4909
4902
  THIS_MESSAGE_DELETED: string;
4910
4903
  MESSAGE_IS_DELETED: string;
4904
+ MESSAGE_COPIED: string;
4905
+ MESSAGE_EDITED: string;
4906
+ MESSAGE_DELETED_TEXT: string;
4907
+ MESSAGE_TRANSLATED: string;
4911
4908
  VIEW_ON_YOUTUBE: string;
4912
4909
  SEARCH: string;
4913
4910
  ERROR: string;
@@ -4920,6 +4917,13 @@ declare class CometChatLocalize {
4920
4917
  INCOMING_VIDEO_CALL: string;
4921
4918
  DECLINE: string;
4922
4919
  ACCEPT: string;
4920
+ INCOMING_CALL: string;
4921
+ OUTGOING_CALL: string;
4922
+ CALL_REJECTED: string;
4923
+ CALL_ANSWERED: string;
4924
+ CALL_CANCELLED: string;
4925
+ MISSED_CALL: string;
4926
+ CALL_UNANSWERED: string;
4923
4927
  CALL_INITIATED: string;
4924
4928
  OUTGOING_AUDIO_CALL: string;
4925
4929
  OUTGOING_VIDEO_CALL: string;
@@ -4989,6 +4993,8 @@ declare class CometChatLocalize {
4989
4993
  CHANGE_SCOPE: string;
4990
4994
  STICKER: string;
4991
4995
  LAST_ACTIVE_AT: string;
4996
+ LAST_SEEN: string;
4997
+ AT: string;
4992
4998
  VOICE_CALL: string;
4993
4999
  VIEW_DETAIL: string;
4994
5000
  VOTES: string;
@@ -5043,10 +5049,10 @@ declare class CometChatLocalize {
5043
5049
  ONGOING_CALL: string;
5044
5050
  YOU_ALREADY_ONGOING_CALL: string;
5045
5051
  RESIZE: string;
5046
- SETTINGS: string;
5047
- ACTIONS: string;
5048
5052
  READ_MORE: string;
5049
5053
  SHOW_LESS: string;
5054
+ SETTINGS: string;
5055
+ ACTIONS: string;
5050
5056
  VIEW_PROFILE: string;
5051
5057
  SEND_MESSAGE_IN_PRIVATE: string;
5052
5058
  DELETE: string;
@@ -5143,7 +5149,7 @@ declare class CometChatLocalize {
5143
5149
  NO_CONVERSATIONS: string;
5144
5150
  CONVERSATIONS_EMPTY_MESSAGE: string;
5145
5151
  NO_GROUP_MEMBER_AVAILABLE: string;
5146
- OOPS: string;
5152
+ "OOPS!": string;
5147
5153
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
5148
5154
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
5149
5155
  REACHED_MAX_LIMIT: string;
@@ -5154,32 +5160,17 @@ declare class CometChatLocalize {
5154
5160
  SAVE: string;
5155
5161
  };
5156
5162
  lt: {
5157
- INCOMING_CALL: string;
5158
- OUTGOING_CALL: string;
5159
- CALL_REJECTED: string;
5160
- CALL_ANSWERED: string;
5161
- CALL_CANCELLED: string;
5162
- MISSED_CALL: string;
5163
- CALL_UNANSWERED: string;
5164
5163
  INFO: string;
5165
5164
  REACT: string;
5166
5165
  EDIT: string;
5167
- CONVERSATION_DELETED: string;
5168
- MESSAGE_COPIED: string;
5169
- MESSAGE_EDITED: string;
5170
- MESSAGE_DELETED_TEXT: string;
5171
- MESSAGE_TRANSLATED: string;
5172
5166
  MESSAGE_PRIVATELY: string;
5173
5167
  TRANSLATE: string;
5174
5168
  USERS: string;
5175
- LAST_SEEN: string;
5176
- AT: string;
5177
5169
  CHATS: string;
5178
5170
  SEARCH_EMOJI: string;
5179
5171
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
5180
5172
  GROUPS: string;
5181
5173
  SHARED: string;
5182
- WRONG_FILE_TYPE: string;
5183
5174
  SOUND_MANAGER: string;
5184
5175
  THEME: string;
5185
5176
  DELETE_MSG_TEXT: string;
@@ -5197,6 +5188,7 @@ declare class CometChatLocalize {
5197
5188
  CONVERSATIONS: string;
5198
5189
  CONVERSATION_LIST: string;
5199
5190
  MESSAGES: string;
5191
+ WRONG_FILE_TYPE: string;
5200
5192
  MESSAGE_HEADER: string;
5201
5193
  MESSAGE_LIST: string;
5202
5194
  MESSAGE_COMPOSER: string;
@@ -5231,10 +5223,7 @@ declare class CometChatLocalize {
5231
5223
  SELECT_A_DATE: string;
5232
5224
  TIME_ZONE: string;
5233
5225
  MEETING_SCHEDULED: string;
5234
- SOMETHING_WRONG: string; /**
5235
- * Returns the active language. Return fallback language if translation is not available for the active language
5236
- * @returns {String} active language
5237
- */
5226
+ SOMETHING_WRONG: string;
5238
5227
  MEETING_SLOT_BOOK: string;
5239
5228
  MEETING_BOOK_NEW_SLOT: string;
5240
5229
  MEETING_NO_SLOTS_AVAILABLE: string;
@@ -5244,6 +5233,7 @@ declare class CometChatLocalize {
5244
5233
  MORE_TIMES: string;
5245
5234
  MISSED_VOICE_CALL: string;
5246
5235
  MEET_WITH: string;
5236
+ CONVERSATION_DELETED: string;
5247
5237
  MEETING_SCHEDULER: string;
5248
5238
  MISSED_VIDEO_CALL: string;
5249
5239
  CUSTOM_MESSAGE_POLL: string;
@@ -5267,7 +5257,11 @@ declare class CometChatLocalize {
5267
5257
  YESTERDAY: string;
5268
5258
  SUNDAY: string;
5269
5259
  MONDAY: string;
5270
- TUESDAY: string;
5260
+ TUESDAY: string; /**
5261
+ * Accepts the string to localize and return the localized string
5262
+ * @param {String} str
5263
+ * @returns {String} localized str
5264
+ */
5271
5265
  WEDNESDAY: string;
5272
5266
  THURSDAY: string;
5273
5267
  FRIDAY: string;
@@ -5304,6 +5298,10 @@ declare class CometChatLocalize {
5304
5298
  YOU_DELETED_THIS_MESSAGE: string;
5305
5299
  THIS_MESSAGE_DELETED: string;
5306
5300
  MESSAGE_IS_DELETED: string;
5301
+ MESSAGE_COPIED: string;
5302
+ MESSAGE_EDITED: string;
5303
+ MESSAGE_DELETED_TEXT: string;
5304
+ MESSAGE_TRANSLATED: string;
5307
5305
  VIEW_ON_YOUTUBE: string;
5308
5306
  SEARCH: string;
5309
5307
  ERROR: string;
@@ -5316,6 +5314,13 @@ declare class CometChatLocalize {
5316
5314
  INCOMING_VIDEO_CALL: string;
5317
5315
  DECLINE: string;
5318
5316
  ACCEPT: string;
5317
+ INCOMING_CALL: string;
5318
+ OUTGOING_CALL: string;
5319
+ CALL_REJECTED: string;
5320
+ CALL_ANSWERED: string;
5321
+ CALL_CANCELLED: string;
5322
+ MISSED_CALL: string;
5323
+ CALL_UNANSWERED: string;
5319
5324
  CALL_INITIATED: string;
5320
5325
  OUTGOING_AUDIO_CALL: string;
5321
5326
  OUTGOING_VIDEO_CALL: string;
@@ -5385,6 +5390,8 @@ declare class CometChatLocalize {
5385
5390
  CHANGE_SCOPE: string;
5386
5391
  STICKER: string;
5387
5392
  LAST_ACTIVE_AT: string;
5393
+ LAST_SEEN: string;
5394
+ AT: string;
5388
5395
  VOICE_CALL: string;
5389
5396
  VIEW_DETAIL: string;
5390
5397
  VOTES: string;
@@ -5392,8 +5399,6 @@ declare class CometChatLocalize {
5392
5399
  NO_VOTE: string;
5393
5400
  REACTED: string;
5394
5401
  ADDED: string;
5395
- READ_MORE: string;
5396
- SHOW_LESS: string;
5397
5402
  SHOW_UNSAFE_CONTENT: string;
5398
5403
  REACT_TO_MESSAGE: string;
5399
5404
  UNBANNED: string;
@@ -5441,6 +5446,8 @@ declare class CometChatLocalize {
5441
5446
  ONGOING_CALL: string;
5442
5447
  YOU_ALREADY_ONGOING_CALL: string;
5443
5448
  RESIZE: string;
5449
+ READ_MORE: string;
5450
+ SHOW_LESS: string;
5444
5451
  SETTINGS: string;
5445
5452
  ACTIONS: string;
5446
5453
  VIEW_PROFILE: string;
@@ -5539,7 +5546,7 @@ declare class CometChatLocalize {
5539
5546
  NO_CONVERSATIONS: string;
5540
5547
  CONVERSATIONS_EMPTY_MESSAGE: string;
5541
5548
  NO_GROUP_MEMBER_AVAILABLE: string;
5542
- OOPS: string;
5549
+ "OOPS!": string;
5543
5550
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
5544
5551
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
5545
5552
  REACHED_MAX_LIMIT: string;
@@ -5550,33 +5557,18 @@ declare class CometChatLocalize {
5550
5557
  SAVE: string;
5551
5558
  };
5552
5559
  hu: {
5553
- INCOMING_CALL: string;
5554
- OUTGOING_CALL: string;
5555
- CALL_REJECTED: string;
5556
- CALL_ANSWERED: string;
5557
- CALL_CANCELLED: string;
5558
- MISSED_CALL: string;
5559
- CALL_UNANSWERED: string;
5560
5560
  INFO: string;
5561
5561
  REACT: string;
5562
5562
  EDIT: string;
5563
5563
  MESSAGE_PRIVATELY: string;
5564
5564
  TRANSLATE: string;
5565
5565
  USERS: string;
5566
- CONVERSATION_DELETED: string;
5567
- MESSAGE_COPIED: string;
5568
- MESSAGE_EDITED: string;
5569
- MESSAGE_DELETED_TEXT: string;
5570
- MESSAGE_TRANSLATED: string;
5571
5566
  CHATS: string;
5572
- LAST_SEEN: string;
5573
- AT: string;
5574
5567
  SEARCH_EMOJI: string;
5575
5568
  WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
5576
5569
  GROUPS: string;
5577
5570
  SHARED: string;
5578
5571
  SOUND_MANAGER: string;
5579
- WRONG_FILE_TYPE: string;
5580
5572
  THEME: string;
5581
5573
  DELETE_MSG_TEXT: string;
5582
5574
  LOCALIZE: string;
@@ -5593,6 +5585,7 @@ declare class CometChatLocalize {
5593
5585
  CONVERSATIONS: string;
5594
5586
  CONVERSATION_LIST: string;
5595
5587
  MESSAGES: string;
5588
+ WRONG_FILE_TYPE: string;
5596
5589
  MESSAGE_HEADER: string;
5597
5590
  MESSAGE_LIST: string;
5598
5591
  MESSAGE_COMPOSER: string;
@@ -5637,6 +5630,7 @@ declare class CometChatLocalize {
5637
5630
  MORE_TIMES: string;
5638
5631
  MISSED_VOICE_CALL: string;
5639
5632
  MEET_WITH: string;
5633
+ CONVERSATION_DELETED: string;
5640
5634
  MEETING_SCHEDULER: string;
5641
5635
  MISSED_VIDEO_CALL: string;
5642
5636
  CUSTOM_MESSAGE_POLL: string;
@@ -5655,14 +5649,21 @@ declare class CometChatLocalize {
5655
5649
  PREFERENCES: string;
5656
5650
  MEMBERS: string;
5657
5651
  MEMBER: string;
5658
- EDITED: string;
5652
+ EDITED: string; /**
5653
+ * Set the active language
5654
+ * @param {String} language
5655
+ */
5659
5656
  TODAY: string;
5660
5657
  YESTERDAY: string;
5661
5658
  SUNDAY: string;
5662
5659
  MONDAY: string;
5663
5660
  TUESDAY: string;
5664
5661
  WEDNESDAY: string;
5665
- THURSDAY: string;
5662
+ THURSDAY: string; /**
5663
+ * Accepts the string to localize and return the localized string
5664
+ * @param {String} str
5665
+ * @returns {String} localized str
5666
+ */
5666
5667
  FRIDAY: string;
5667
5668
  SATURDAY: string;
5668
5669
  TYPING: string;
@@ -5697,6 +5698,10 @@ declare class CometChatLocalize {
5697
5698
  YOU_DELETED_THIS_MESSAGE: string;
5698
5699
  THIS_MESSAGE_DELETED: string;
5699
5700
  MESSAGE_IS_DELETED: string;
5701
+ MESSAGE_COPIED: string;
5702
+ MESSAGE_EDITED: string;
5703
+ MESSAGE_DELETED_TEXT: string;
5704
+ MESSAGE_TRANSLATED: string;
5700
5705
  VIEW_ON_YOUTUBE: string;
5701
5706
  SEARCH: string;
5702
5707
  ERROR: string;
@@ -5709,6 +5714,13 @@ declare class CometChatLocalize {
5709
5714
  INCOMING_VIDEO_CALL: string;
5710
5715
  DECLINE: string;
5711
5716
  ACCEPT: string;
5717
+ INCOMING_CALL: string;
5718
+ OUTGOING_CALL: string;
5719
+ CALL_REJECTED: string;
5720
+ CALL_ANSWERED: string;
5721
+ CALL_CANCELLED: string;
5722
+ MISSED_CALL: string;
5723
+ CALL_UNANSWERED: string;
5712
5724
  CALL_INITIATED: string;
5713
5725
  OUTGOING_AUDIO_CALL: string;
5714
5726
  OUTGOING_VIDEO_CALL: string;
@@ -5778,6 +5790,8 @@ declare class CometChatLocalize {
5778
5790
  CHANGE_SCOPE: string;
5779
5791
  STICKER: string;
5780
5792
  LAST_ACTIVE_AT: string;
5793
+ LAST_SEEN: string;
5794
+ AT: string;
5781
5795
  VOICE_CALL: string;
5782
5796
  VIEW_DETAIL: string;
5783
5797
  VOTES: string;
@@ -5832,11 +5846,11 @@ declare class CometChatLocalize {
5832
5846
  ONGOING_CALL: string;
5833
5847
  YOU_ALREADY_ONGOING_CALL: string;
5834
5848
  RESIZE: string;
5849
+ READ_MORE: string;
5850
+ SHOW_LESS: string;
5835
5851
  SETTINGS: string;
5836
5852
  ACTIONS: string;
5837
5853
  VIEW_PROFILE: string;
5838
- READ_MORE: string;
5839
- SHOW_LESS: string;
5840
5854
  SEND_MESSAGE_IN_PRIVATE: string;
5841
5855
  DELETE: string;
5842
5856
  DELETE_CONFIRM: string;
@@ -5932,7 +5946,7 @@ declare class CometChatLocalize {
5932
5946
  NO_CONVERSATIONS: string;
5933
5947
  CONVERSATIONS_EMPTY_MESSAGE: string;
5934
5948
  NO_GROUP_MEMBER_AVAILABLE: string;
5935
- OOPS: string;
5949
+ "OOPS!": string;
5936
5950
  GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
5937
5951
  GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
5938
5952
  REACHED_MAX_LIMIT: string;
@@ -6790,7 +6804,7 @@ declare class MessagesDataSource implements DataSource {
6790
6804
  getVideoMessageOptions(loggedInUser: CometChat$1.User, messageObject: CometChat$1.BaseMessage, group?: CometChat$1.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
6791
6805
  getAudioMessageOptions(loggedInUser: CometChat$1.User, messageObject: CometChat$1.BaseMessage, group?: CometChat$1.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
6792
6806
  getFileMessageOptions(loggedInUser: CometChat$1.User, messageObject: CometChat$1.BaseMessage, group?: CometChat$1.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
6793
- getReceiptClass(status?: number): "wait" | "error" | "read" | "delivered" | "sent" | undefined;
6807
+ getReceiptClass(status?: number): "error" | "wait" | "read" | "delivered" | "sent" | undefined;
6794
6808
  /**
6795
6809
  * Function to get receipt for message bubble
6796
6810
  * @param {CometChat.BaseMessage} item - The message bubble for which the receipt needs to be fetched