@cometchat/chat-uikit-react 5.0.3 → 5.0.5
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/assets/missedCallIcon.svg +10 -0
- package/dist/index.d.ts +330 -309
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles/CometChatAudioBubble.css +1 -0
- package/dist/styles/CometChatCallLogs.css +2 -2
- package/dist/styles/CometChatMessageInformation.css +3 -1
- package/dist/styles/CometChatMessageList.css +5 -2
- package/dist/styles/CometChatOutgoingCall.css +1 -1
- package/dist/styles/PollsBubble.css +5 -0
- package/dist/styles/StickersKeyboard.css +0 -6
- package/dist/styles/components/CometChatAudioBubble.css +1 -0
- package/dist/styles/components/CometChatCallLogs.css +2 -2
- package/dist/styles/components/CometChatMessageInformation.css +3 -1
- package/dist/styles/components/CometChatMessageList.css +5 -2
- package/dist/styles/components/CometChatOutgoingCall.css +1 -1
- package/dist/styles/components/PollsBubble.css +5 -0
- package/dist/styles/components/StickersKeyboard.css +0 -6
- package/dist/styles/components/index.css +3 -0
- package/dist/styles/index.css +3 -0
- package/dist/types/CometChatUIKit/CometChatUIKitUtility.d.ts +0 -1
- package/dist/types/components/BaseComponents/CometChatAudioBubble/src/webaudio.d.ts +2 -2
- package/dist/types/components/BaseComponents/CometChatContextMenu/CometChatContextMenu.d.ts +2 -0
- package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/useCometChatEmojiKeyboard.d.ts +0 -1
- package/dist/types/components/BaseComponents/CometChatListItem/useCometChatListItem.d.ts +9 -6
- package/dist/types/components/BaseComponents/CometChatMessageBubble/CometChatMessageBubble.d.ts +0 -1
- package/dist/types/components/BaseComponents/CometChatPopover/CometChatPopover.d.ts +2 -0
- package/dist/types/components/Calling/CometChatCallLogs/CometChatCallLogs.d.ts +0 -1
- package/dist/types/components/Calling/CometChatIncomingCall/CometChatIncomingCall.d.ts +0 -1
- package/dist/types/components/Calling/CometChatOutgoingCall/CometChatOutgoingCall.d.ts +0 -1
- package/dist/types/components/Calling/OutgoingCallConfiguration.d.ts +0 -1
- package/dist/types/components/CometChatConversations/controller.d.ts +0 -1
- package/dist/types/components/CometChatMessageList/CometChatMessageList.d.ts +0 -1
- package/dist/types/components/CometChatThreadedMessagePreview/CometChatThreadedMessagePreview.d.ts +0 -1
- package/dist/types/components/CometChatUserMemberWrapper/CometChatUserMemberWrapper.d.ts +0 -1
- package/dist/types/components/CometChatUsers/controller.d.ts +0 -1
- package/dist/types/components/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -1
- package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -1
- package/dist/types/constants/CometChatUIKitConstants.d.ts +5 -1
- package/dist/types/events/CometChatMessageEvents.d.ts +4 -0
- package/dist/types/modals/CometChatActionsView.d.ts +0 -1
- package/dist/types/modals/CometChatMessageTemplate.d.ts +0 -1
- package/dist/types/resources/CometChatLocalize/cometchat-localize.d.ts +251 -269
- package/dist/types/utils/DataSource.d.ts +9 -1
- package/dist/types/utils/DataSourceDecorator.d.ts +9 -1
- package/dist/types/utils/MessagesDataSource.d.ts +10 -3
- package/dist/types/utils/util.d.ts +1 -0
- package/package.json +8 -4
|
@@ -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,6 +42,7 @@ 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;
|
|
62
48
|
MESSAGE_COMPOSER: string;
|
|
@@ -101,6 +87,7 @@ declare class CometChatLocalize {
|
|
|
101
87
|
MORE_TIMES: string;
|
|
102
88
|
MISSED_VOICE_CALL: string;
|
|
103
89
|
MEET_WITH: string;
|
|
90
|
+
CONVERSATION_DELETED: string;
|
|
104
91
|
MEETING_SCHEDULER: string;
|
|
105
92
|
MISSED_VIDEO_CALL: string;
|
|
106
93
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -161,6 +148,10 @@ declare class CometChatLocalize {
|
|
|
161
148
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
162
149
|
THIS_MESSAGE_DELETED: string;
|
|
163
150
|
MESSAGE_IS_DELETED: string;
|
|
151
|
+
MESSAGE_COPIED: string;
|
|
152
|
+
MESSAGE_EDITED: string;
|
|
153
|
+
MESSAGE_DELETED_TEXT: string;
|
|
154
|
+
MESSAGE_TRANSLATED: string;
|
|
164
155
|
VIEW_ON_YOUTUBE: string;
|
|
165
156
|
SEARCH: string;
|
|
166
157
|
ERROR: string;
|
|
@@ -173,6 +164,13 @@ declare class CometChatLocalize {
|
|
|
173
164
|
INCOMING_VIDEO_CALL: string;
|
|
174
165
|
DECLINE: string;
|
|
175
166
|
ACCEPT: string;
|
|
167
|
+
INCOMING_CALL: string;
|
|
168
|
+
OUTGOING_CALL: string;
|
|
169
|
+
CALL_REJECTED: string;
|
|
170
|
+
CALL_ANSWERED: string;
|
|
171
|
+
CALL_CANCELLED: string;
|
|
172
|
+
MISSED_CALL: string;
|
|
173
|
+
CALL_UNANSWERED: string;
|
|
176
174
|
CALL_INITIATED: string;
|
|
177
175
|
OUTGOING_AUDIO_CALL: string;
|
|
178
176
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -242,6 +240,8 @@ declare class CometChatLocalize {
|
|
|
242
240
|
CHANGE_SCOPE: string;
|
|
243
241
|
STICKER: string;
|
|
244
242
|
LAST_ACTIVE_AT: string;
|
|
243
|
+
LAST_SEEN: string;
|
|
244
|
+
AT: string;
|
|
245
245
|
VOICE_CALL: string;
|
|
246
246
|
VIEW_DETAIL: string;
|
|
247
247
|
VOTES: string;
|
|
@@ -296,10 +296,10 @@ declare class CometChatLocalize {
|
|
|
296
296
|
ONGOING_CALL: string;
|
|
297
297
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
298
298
|
RESIZE: string;
|
|
299
|
-
SETTINGS: string;
|
|
300
|
-
ACTIONS: string;
|
|
301
299
|
READ_MORE: string;
|
|
302
300
|
SHOW_LESS: string;
|
|
301
|
+
SETTINGS: string;
|
|
302
|
+
ACTIONS: string;
|
|
303
303
|
VIEW_PROFILE: string;
|
|
304
304
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
305
305
|
DELETE: string;
|
|
@@ -396,7 +396,7 @@ declare class CometChatLocalize {
|
|
|
396
396
|
NO_CONVERSATIONS: string;
|
|
397
397
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
398
398
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
399
|
-
OOPS: string;
|
|
399
|
+
"OOPS!": string;
|
|
400
400
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
401
401
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
402
402
|
REACHED_MAX_LIMIT: string;
|
|
@@ -405,33 +405,20 @@ declare class CometChatLocalize {
|
|
|
405
405
|
NO_USERS_FOUND: string;
|
|
406
406
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
407
407
|
SAVE: string;
|
|
408
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
409
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
408
410
|
};
|
|
409
411
|
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
412
|
INFO: string;
|
|
418
413
|
REACT: string;
|
|
419
414
|
EDIT: string;
|
|
420
415
|
MESSAGE_PRIVATELY: string;
|
|
421
416
|
TRANSLATE: string;
|
|
422
417
|
USERS: string;
|
|
423
|
-
CONVERSATION_DELETED: string;
|
|
424
|
-
MESSAGE_COPIED: string;
|
|
425
|
-
MESSAGE_EDITED: string;
|
|
426
|
-
MESSAGE_DELETED_TEXT: string;
|
|
427
|
-
MESSAGE_TRANSLATED: string;
|
|
428
418
|
CHATS: string;
|
|
429
|
-
LAST_SEEN: string;
|
|
430
|
-
AT: string;
|
|
431
419
|
SEARCH_EMOJI: string;
|
|
432
420
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
433
421
|
GROUPS: string;
|
|
434
|
-
WRONG_FILE_TYPE: string;
|
|
435
422
|
SHARED: string;
|
|
436
423
|
SOUND_MANAGER: string;
|
|
437
424
|
THEME: string;
|
|
@@ -450,6 +437,7 @@ declare class CometChatLocalize {
|
|
|
450
437
|
CONVERSATIONS: string;
|
|
451
438
|
CONVERSATION_LIST: string;
|
|
452
439
|
MESSAGES: string;
|
|
440
|
+
WRONG_FILE_TYPE: string;
|
|
453
441
|
MESSAGE_HEADER: string;
|
|
454
442
|
MESSAGE_LIST: string;
|
|
455
443
|
MESSAGE_COMPOSER: string;
|
|
@@ -494,6 +482,7 @@ declare class CometChatLocalize {
|
|
|
494
482
|
MORE_TIMES: string;
|
|
495
483
|
MISSED_VOICE_CALL: string;
|
|
496
484
|
MEET_WITH: string;
|
|
485
|
+
CONVERSATION_DELETED: string;
|
|
497
486
|
MEETING_SCHEDULER: string;
|
|
498
487
|
MISSED_VIDEO_CALL: string;
|
|
499
488
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -529,10 +518,6 @@ declare class CometChatLocalize {
|
|
|
529
518
|
ADD_MEMBERS: string;
|
|
530
519
|
SEND_MESSAGE: string;
|
|
531
520
|
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
521
|
BLOCK_USER: string;
|
|
537
522
|
DELETE_AND_EXIT: string;
|
|
538
523
|
LEAVE_GROUP: string;
|
|
@@ -558,6 +543,10 @@ declare class CometChatLocalize {
|
|
|
558
543
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
559
544
|
THIS_MESSAGE_DELETED: string;
|
|
560
545
|
MESSAGE_IS_DELETED: string;
|
|
546
|
+
MESSAGE_COPIED: string;
|
|
547
|
+
MESSAGE_EDITED: string;
|
|
548
|
+
MESSAGE_DELETED_TEXT: string;
|
|
549
|
+
MESSAGE_TRANSLATED: string;
|
|
561
550
|
VIEW_ON_YOUTUBE: string;
|
|
562
551
|
SEARCH: string;
|
|
563
552
|
ERROR: string;
|
|
@@ -570,6 +559,13 @@ declare class CometChatLocalize {
|
|
|
570
559
|
INCOMING_VIDEO_CALL: string;
|
|
571
560
|
DECLINE: string;
|
|
572
561
|
ACCEPT: string;
|
|
562
|
+
INCOMING_CALL: string;
|
|
563
|
+
OUTGOING_CALL: string;
|
|
564
|
+
CALL_REJECTED: string;
|
|
565
|
+
CALL_ANSWERED: string;
|
|
566
|
+
CALL_CANCELLED: string;
|
|
567
|
+
MISSED_CALL: string;
|
|
568
|
+
CALL_UNANSWERED: string;
|
|
573
569
|
CALL_INITIATED: string;
|
|
574
570
|
OUTGOING_AUDIO_CALL: string;
|
|
575
571
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -639,6 +635,8 @@ declare class CometChatLocalize {
|
|
|
639
635
|
CHANGE_SCOPE: string;
|
|
640
636
|
STICKER: string;
|
|
641
637
|
LAST_ACTIVE_AT: string;
|
|
638
|
+
LAST_SEEN: string;
|
|
639
|
+
AT: string;
|
|
642
640
|
VOICE_CALL: string;
|
|
643
641
|
VIEW_DETAIL: string;
|
|
644
642
|
VOTES: string;
|
|
@@ -793,7 +791,7 @@ declare class CometChatLocalize {
|
|
|
793
791
|
NO_CONVERSATIONS: string;
|
|
794
792
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
795
793
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
796
|
-
OOPS: string;
|
|
794
|
+
"OOPS!": string;
|
|
797
795
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
798
796
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
799
797
|
REACHED_MAX_LIMIT: string;
|
|
@@ -802,6 +800,8 @@ declare class CometChatLocalize {
|
|
|
802
800
|
NO_USERS_FOUND: string;
|
|
803
801
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
804
802
|
SAVE: string;
|
|
803
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
804
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
805
805
|
};
|
|
806
806
|
en: {
|
|
807
807
|
INFO: string;
|
|
@@ -909,11 +909,7 @@ declare class CometChatLocalize {
|
|
|
909
909
|
TYPING: string;
|
|
910
910
|
IS_TYPING: string;
|
|
911
911
|
CLOSE: string;
|
|
912
|
-
ENTER_GROUP_NAME: string;
|
|
913
|
-
* Accepts the string to localize and return the localized string
|
|
914
|
-
* @param {String} str
|
|
915
|
-
* @returns {String} localized str
|
|
916
|
-
*/
|
|
912
|
+
ENTER_GROUP_NAME: string;
|
|
917
913
|
ADD_MEMBERS: string;
|
|
918
914
|
SEND_MESSAGE: string;
|
|
919
915
|
UNBLOCK_USER: string;
|
|
@@ -1199,31 +1195,18 @@ declare class CometChatLocalize {
|
|
|
1199
1195
|
NO_USERS_FOUND: string;
|
|
1200
1196
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
1201
1197
|
SAVE: string;
|
|
1198
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
1199
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
1202
1200
|
};
|
|
1203
1201
|
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
1202
|
INFO: string;
|
|
1212
1203
|
REACT: string;
|
|
1213
1204
|
EDIT: string;
|
|
1214
1205
|
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
1206
|
TRANSLATE: string;
|
|
1221
|
-
LAST_SEEN: string;
|
|
1222
|
-
AT: string;
|
|
1223
1207
|
USERS: string;
|
|
1224
1208
|
CHATS: string;
|
|
1225
1209
|
SEARCH_EMOJI: string;
|
|
1226
|
-
WRONG_FILE_TYPE: string;
|
|
1227
1210
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
1228
1211
|
GROUPS: string;
|
|
1229
1212
|
SHARED: string;
|
|
@@ -1244,6 +1227,7 @@ declare class CometChatLocalize {
|
|
|
1244
1227
|
CONVERSATIONS: string;
|
|
1245
1228
|
CONVERSATION_LIST: string;
|
|
1246
1229
|
MESSAGES: string;
|
|
1230
|
+
WRONG_FILE_TYPE: string;
|
|
1247
1231
|
MESSAGE_HEADER: string;
|
|
1248
1232
|
MESSAGE_LIST: string;
|
|
1249
1233
|
MESSAGE_COMPOSER: string;
|
|
@@ -1288,6 +1272,7 @@ declare class CometChatLocalize {
|
|
|
1288
1272
|
MORE_TIMES: string;
|
|
1289
1273
|
MISSED_VOICE_CALL: string;
|
|
1290
1274
|
MEET_WITH: string;
|
|
1275
|
+
CONVERSATION_DELETED: string;
|
|
1291
1276
|
MEETING_SCHEDULER: string;
|
|
1292
1277
|
MISSED_VIDEO_CALL: string;
|
|
1293
1278
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -1348,6 +1333,10 @@ declare class CometChatLocalize {
|
|
|
1348
1333
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
1349
1334
|
THIS_MESSAGE_DELETED: string;
|
|
1350
1335
|
MESSAGE_IS_DELETED: string;
|
|
1336
|
+
MESSAGE_COPIED: string;
|
|
1337
|
+
MESSAGE_EDITED: string;
|
|
1338
|
+
MESSAGE_DELETED_TEXT: string;
|
|
1339
|
+
MESSAGE_TRANSLATED: string;
|
|
1351
1340
|
VIEW_ON_YOUTUBE: string;
|
|
1352
1341
|
SEARCH: string;
|
|
1353
1342
|
ERROR: string;
|
|
@@ -1360,6 +1349,13 @@ declare class CometChatLocalize {
|
|
|
1360
1349
|
INCOMING_VIDEO_CALL: string;
|
|
1361
1350
|
DECLINE: string;
|
|
1362
1351
|
ACCEPT: string;
|
|
1352
|
+
INCOMING_CALL: string;
|
|
1353
|
+
OUTGOING_CALL: string;
|
|
1354
|
+
CALL_REJECTED: string;
|
|
1355
|
+
CALL_ANSWERED: string;
|
|
1356
|
+
CALL_CANCELLED: string;
|
|
1357
|
+
MISSED_CALL: string;
|
|
1358
|
+
CALL_UNANSWERED: string;
|
|
1363
1359
|
CALL_INITIATED: string;
|
|
1364
1360
|
OUTGOING_AUDIO_CALL: string;
|
|
1365
1361
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -1429,6 +1425,8 @@ declare class CometChatLocalize {
|
|
|
1429
1425
|
CHANGE_SCOPE: string;
|
|
1430
1426
|
STICKER: string;
|
|
1431
1427
|
LAST_ACTIVE_AT: string;
|
|
1428
|
+
LAST_SEEN: string;
|
|
1429
|
+
AT: string;
|
|
1432
1430
|
VOICE_CALL: string;
|
|
1433
1431
|
VIEW_DETAIL: string;
|
|
1434
1432
|
VOTES: string;
|
|
@@ -1456,8 +1454,6 @@ declare class CometChatLocalize {
|
|
|
1456
1454
|
OBJECTS: string;
|
|
1457
1455
|
SYMBOLS: string;
|
|
1458
1456
|
FLAGS: string;
|
|
1459
|
-
READ_MORE: string;
|
|
1460
|
-
SHOW_LESS: string;
|
|
1461
1457
|
SENT: string;
|
|
1462
1458
|
SEEN: string;
|
|
1463
1459
|
DELIVERED: string;
|
|
@@ -1485,6 +1481,8 @@ declare class CometChatLocalize {
|
|
|
1485
1481
|
ONGOING_CALL: string;
|
|
1486
1482
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
1487
1483
|
RESIZE: string;
|
|
1484
|
+
READ_MORE: string;
|
|
1485
|
+
SHOW_LESS: string;
|
|
1488
1486
|
SETTINGS: string;
|
|
1489
1487
|
ACTIONS: string;
|
|
1490
1488
|
VIEW_PROFILE: string;
|
|
@@ -1583,7 +1581,7 @@ declare class CometChatLocalize {
|
|
|
1583
1581
|
NO_CONVERSATIONS: string;
|
|
1584
1582
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
1585
1583
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
1586
|
-
OOPS: string;
|
|
1584
|
+
"OOPS!": string;
|
|
1587
1585
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
1588
1586
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
1589
1587
|
REACHED_MAX_LIMIT: string;
|
|
@@ -1592,33 +1590,20 @@ declare class CometChatLocalize {
|
|
|
1592
1590
|
NO_USERS_FOUND: string;
|
|
1593
1591
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
1594
1592
|
SAVE: string;
|
|
1593
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
1594
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
1595
1595
|
};
|
|
1596
1596
|
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
1597
|
INFO: string;
|
|
1605
1598
|
REACT: string;
|
|
1606
1599
|
EDIT: string;
|
|
1607
1600
|
MESSAGE_PRIVATELY: string;
|
|
1608
1601
|
TRANSLATE: string;
|
|
1609
|
-
CONVERSATION_DELETED: string;
|
|
1610
|
-
MESSAGE_COPIED: string;
|
|
1611
|
-
MESSAGE_EDITED: string;
|
|
1612
|
-
MESSAGE_DELETED_TEXT: string;
|
|
1613
|
-
MESSAGE_TRANSLATED: string;
|
|
1614
1602
|
USERS: string;
|
|
1615
1603
|
CHATS: string;
|
|
1616
|
-
LAST_SEEN: string;
|
|
1617
|
-
AT: string;
|
|
1618
1604
|
SEARCH_EMOJI: string;
|
|
1619
1605
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
1620
1606
|
GROUPS: string;
|
|
1621
|
-
WRONG_FILE_TYPE: string; /**Properties and constants */
|
|
1622
1607
|
SHARED: string;
|
|
1623
1608
|
SOUND_MANAGER: string;
|
|
1624
1609
|
THEME: string;
|
|
@@ -1637,6 +1622,7 @@ declare class CometChatLocalize {
|
|
|
1637
1622
|
CONVERSATIONS: string;
|
|
1638
1623
|
CONVERSATION_LIST: string;
|
|
1639
1624
|
MESSAGES: string;
|
|
1625
|
+
WRONG_FILE_TYPE: string;
|
|
1640
1626
|
MESSAGE_HEADER: string;
|
|
1641
1627
|
MESSAGE_LIST: string;
|
|
1642
1628
|
MESSAGE_COMPOSER: string;
|
|
@@ -1681,13 +1667,12 @@ declare class CometChatLocalize {
|
|
|
1681
1667
|
MORE_TIMES: string;
|
|
1682
1668
|
MISSED_VOICE_CALL: string;
|
|
1683
1669
|
MEET_WITH: string;
|
|
1670
|
+
CONVERSATION_DELETED: string;
|
|
1684
1671
|
MEETING_SCHEDULER: string;
|
|
1685
1672
|
MISSED_VIDEO_CALL: string;
|
|
1686
1673
|
CUSTOM_MESSAGE_POLL: string;
|
|
1687
1674
|
CUSTOM_MESSAGE_STICKER: string;
|
|
1688
|
-
CUSTOM_MESSAGE_DOCUMENT: string;
|
|
1689
|
-
* Sets the default lannguage if no language is passed in init method
|
|
1690
|
-
*/
|
|
1675
|
+
CUSTOM_MESSAGE_DOCUMENT: string;
|
|
1691
1676
|
CUSTOM_MESSAGE_WHITEBOARD: string;
|
|
1692
1677
|
ONLINE: string;
|
|
1693
1678
|
ADMINISTRATOR: string;
|
|
@@ -1743,6 +1728,10 @@ declare class CometChatLocalize {
|
|
|
1743
1728
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
1744
1729
|
THIS_MESSAGE_DELETED: string;
|
|
1745
1730
|
MESSAGE_IS_DELETED: string;
|
|
1731
|
+
MESSAGE_COPIED: string;
|
|
1732
|
+
MESSAGE_EDITED: string;
|
|
1733
|
+
MESSAGE_DELETED_TEXT: string;
|
|
1734
|
+
MESSAGE_TRANSLATED: string;
|
|
1746
1735
|
VIEW_ON_YOUTUBE: string;
|
|
1747
1736
|
SEARCH: string;
|
|
1748
1737
|
ERROR: string;
|
|
@@ -1755,6 +1744,13 @@ declare class CometChatLocalize {
|
|
|
1755
1744
|
INCOMING_VIDEO_CALL: string;
|
|
1756
1745
|
DECLINE: string;
|
|
1757
1746
|
ACCEPT: string;
|
|
1747
|
+
INCOMING_CALL: string;
|
|
1748
|
+
OUTGOING_CALL: string;
|
|
1749
|
+
CALL_REJECTED: string;
|
|
1750
|
+
CALL_ANSWERED: string;
|
|
1751
|
+
CALL_CANCELLED: string;
|
|
1752
|
+
MISSED_CALL: string;
|
|
1753
|
+
CALL_UNANSWERED: string;
|
|
1758
1754
|
CALL_INITIATED: string;
|
|
1759
1755
|
OUTGOING_AUDIO_CALL: string;
|
|
1760
1756
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -1824,6 +1820,8 @@ declare class CometChatLocalize {
|
|
|
1824
1820
|
CHANGE_SCOPE: string;
|
|
1825
1821
|
STICKER: string;
|
|
1826
1822
|
LAST_ACTIVE_AT: string;
|
|
1823
|
+
LAST_SEEN: string;
|
|
1824
|
+
AT: string;
|
|
1827
1825
|
VOICE_CALL: string;
|
|
1828
1826
|
VIEW_DETAIL: string;
|
|
1829
1827
|
VOTES: string;
|
|
@@ -1878,10 +1876,10 @@ declare class CometChatLocalize {
|
|
|
1878
1876
|
ONGOING_CALL: string;
|
|
1879
1877
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
1880
1878
|
RESIZE: string;
|
|
1881
|
-
SETTINGS: string;
|
|
1882
|
-
ACTIONS: string;
|
|
1883
1879
|
READ_MORE: string;
|
|
1884
1880
|
SHOW_LESS: string;
|
|
1881
|
+
SETTINGS: string;
|
|
1882
|
+
ACTIONS: string;
|
|
1885
1883
|
VIEW_PROFILE: string;
|
|
1886
1884
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
1887
1885
|
DELETE: string;
|
|
@@ -1978,7 +1976,7 @@ declare class CometChatLocalize {
|
|
|
1978
1976
|
NO_CONVERSATIONS: string;
|
|
1979
1977
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
1980
1978
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
1981
|
-
OOPS: string;
|
|
1979
|
+
"OOPS!": string;
|
|
1982
1980
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
1983
1981
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
1984
1982
|
REACHED_MAX_LIMIT: string;
|
|
@@ -1987,33 +1985,20 @@ declare class CometChatLocalize {
|
|
|
1987
1985
|
NO_USERS_FOUND: string;
|
|
1988
1986
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
1989
1987
|
SAVE: string;
|
|
1988
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
1989
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
1990
1990
|
};
|
|
1991
1991
|
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
1992
|
INFO: string;
|
|
2000
1993
|
REACT: string;
|
|
2001
1994
|
EDIT: string;
|
|
2002
|
-
CONVERSATION_DELETED: string;
|
|
2003
|
-
MESSAGE_COPIED: string;
|
|
2004
|
-
MESSAGE_EDITED: string;
|
|
2005
|
-
MESSAGE_DELETED_TEXT: string;
|
|
2006
|
-
MESSAGE_TRANSLATED: string;
|
|
2007
1995
|
MESSAGE_PRIVATELY: string;
|
|
2008
1996
|
TRANSLATE: string;
|
|
2009
1997
|
USERS: string;
|
|
2010
1998
|
CHATS: string;
|
|
2011
|
-
LAST_SEEN: string;
|
|
2012
|
-
AT: string;
|
|
2013
1999
|
SEARCH_EMOJI: string;
|
|
2014
2000
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
2015
2001
|
GROUPS: string;
|
|
2016
|
-
WRONG_FILE_TYPE: string;
|
|
2017
2002
|
SHARED: string;
|
|
2018
2003
|
SOUND_MANAGER: string;
|
|
2019
2004
|
THEME: string;
|
|
@@ -2032,6 +2017,7 @@ declare class CometChatLocalize {
|
|
|
2032
2017
|
CONVERSATIONS: string;
|
|
2033
2018
|
CONVERSATION_LIST: string;
|
|
2034
2019
|
MESSAGES: string;
|
|
2020
|
+
WRONG_FILE_TYPE: string;
|
|
2035
2021
|
MESSAGE_HEADER: string;
|
|
2036
2022
|
MESSAGE_LIST: string;
|
|
2037
2023
|
MESSAGE_COMPOSER: string;
|
|
@@ -2076,6 +2062,7 @@ declare class CometChatLocalize {
|
|
|
2076
2062
|
MORE_TIMES: string;
|
|
2077
2063
|
MISSED_VOICE_CALL: string;
|
|
2078
2064
|
MEET_WITH: string;
|
|
2065
|
+
CONVERSATION_DELETED: string;
|
|
2079
2066
|
MEETING_SCHEDULER: string;
|
|
2080
2067
|
MISSED_VIDEO_CALL: string;
|
|
2081
2068
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -2096,9 +2083,7 @@ declare class CometChatLocalize {
|
|
|
2096
2083
|
MEMBER: string;
|
|
2097
2084
|
EDITED: string;
|
|
2098
2085
|
TODAY: string;
|
|
2099
|
-
YESTERDAY: string;
|
|
2100
|
-
* Sets the default lannguage if no language is passed in init method
|
|
2101
|
-
*/
|
|
2086
|
+
YESTERDAY: string;
|
|
2102
2087
|
SUNDAY: string;
|
|
2103
2088
|
MONDAY: string;
|
|
2104
2089
|
TUESDAY: string;
|
|
@@ -2138,6 +2123,10 @@ declare class CometChatLocalize {
|
|
|
2138
2123
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
2139
2124
|
THIS_MESSAGE_DELETED: string;
|
|
2140
2125
|
MESSAGE_IS_DELETED: string;
|
|
2126
|
+
MESSAGE_COPIED: string;
|
|
2127
|
+
MESSAGE_EDITED: string;
|
|
2128
|
+
MESSAGE_DELETED_TEXT: string;
|
|
2129
|
+
MESSAGE_TRANSLATED: string;
|
|
2141
2130
|
VIEW_ON_YOUTUBE: string;
|
|
2142
2131
|
SEARCH: string;
|
|
2143
2132
|
ERROR: string;
|
|
@@ -2150,6 +2139,13 @@ declare class CometChatLocalize {
|
|
|
2150
2139
|
INCOMING_VIDEO_CALL: string;
|
|
2151
2140
|
DECLINE: string;
|
|
2152
2141
|
ACCEPT: string;
|
|
2142
|
+
INCOMING_CALL: string;
|
|
2143
|
+
OUTGOING_CALL: string;
|
|
2144
|
+
CALL_REJECTED: string;
|
|
2145
|
+
CALL_ANSWERED: string;
|
|
2146
|
+
CALL_CANCELLED: string;
|
|
2147
|
+
MISSED_CALL: string;
|
|
2148
|
+
CALL_UNANSWERED: string;
|
|
2153
2149
|
CALL_INITIATED: string;
|
|
2154
2150
|
OUTGOING_AUDIO_CALL: string;
|
|
2155
2151
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -2219,6 +2215,8 @@ declare class CometChatLocalize {
|
|
|
2219
2215
|
CHANGE_SCOPE: string;
|
|
2220
2216
|
STICKER: string;
|
|
2221
2217
|
LAST_ACTIVE_AT: string;
|
|
2218
|
+
LAST_SEEN: string;
|
|
2219
|
+
AT: string;
|
|
2222
2220
|
VOICE_CALL: string;
|
|
2223
2221
|
VIEW_DETAIL: string;
|
|
2224
2222
|
VOTES: string;
|
|
@@ -2273,11 +2271,11 @@ declare class CometChatLocalize {
|
|
|
2273
2271
|
ONGOING_CALL: string;
|
|
2274
2272
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
2275
2273
|
RESIZE: string;
|
|
2274
|
+
READ_MORE: string;
|
|
2275
|
+
SHOW_LESS: string;
|
|
2276
2276
|
SETTINGS: string;
|
|
2277
2277
|
ACTIONS: string;
|
|
2278
2278
|
VIEW_PROFILE: string;
|
|
2279
|
-
READ_MORE: string;
|
|
2280
|
-
SHOW_LESS: string;
|
|
2281
2279
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
2282
2280
|
DELETE: string;
|
|
2283
2281
|
DELETE_CONFIRM: string;
|
|
@@ -2373,7 +2371,7 @@ declare class CometChatLocalize {
|
|
|
2373
2371
|
NO_CONVERSATIONS: string;
|
|
2374
2372
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
2375
2373
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
2376
|
-
OOPS: string;
|
|
2374
|
+
"OOPS!": string;
|
|
2377
2375
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
2378
2376
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
2379
2377
|
REACHED_MAX_LIMIT: string;
|
|
@@ -2382,15 +2380,10 @@ declare class CometChatLocalize {
|
|
|
2382
2380
|
NO_USERS_FOUND: string;
|
|
2383
2381
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
2384
2382
|
SAVE: string;
|
|
2383
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
2384
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
2385
2385
|
};
|
|
2386
2386
|
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
2387
|
INFO: string;
|
|
2395
2388
|
REACT: string;
|
|
2396
2389
|
EDIT: string;
|
|
@@ -2398,19 +2391,10 @@ declare class CometChatLocalize {
|
|
|
2398
2391
|
TRANSLATE: string;
|
|
2399
2392
|
USERS: string;
|
|
2400
2393
|
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
2394
|
SEARCH_EMOJI: string;
|
|
2409
2395
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
2410
2396
|
GROUPS: string;
|
|
2411
|
-
WRONG_FILE_TYPE: string;
|
|
2412
2397
|
SHARED: string;
|
|
2413
|
-
/**Properties and constants */
|
|
2414
2398
|
SOUND_MANAGER: string;
|
|
2415
2399
|
THEME: string;
|
|
2416
2400
|
DELETE_MSG_TEXT: string;
|
|
@@ -2428,6 +2412,7 @@ declare class CometChatLocalize {
|
|
|
2428
2412
|
CONVERSATIONS: string;
|
|
2429
2413
|
CONVERSATION_LIST: string;
|
|
2430
2414
|
MESSAGES: string;
|
|
2415
|
+
WRONG_FILE_TYPE: string;
|
|
2431
2416
|
MESSAGE_HEADER: string;
|
|
2432
2417
|
MESSAGE_LIST: string;
|
|
2433
2418
|
MESSAGE_COMPOSER: string;
|
|
@@ -2439,7 +2424,7 @@ declare class CometChatLocalize {
|
|
|
2439
2424
|
PASSWORD: string;
|
|
2440
2425
|
CONTINUE: string;
|
|
2441
2426
|
NO_CHATS_SELECTED: string;
|
|
2442
|
-
NO_USERS_SELECTED: string;
|
|
2427
|
+
NO_USERS_SELECTED: string;
|
|
2443
2428
|
NO_GROUPS_SELECTED: string;
|
|
2444
2429
|
SELECT_DAY: string;
|
|
2445
2430
|
SELECT_TIME: string;
|
|
@@ -2449,10 +2434,7 @@ declare class CometChatLocalize {
|
|
|
2449
2434
|
GROUP_PASSWORD_BLANK: string;
|
|
2450
2435
|
GROUP_NAME_BLANK: string;
|
|
2451
2436
|
GROUP_TYPE_BLANK: string;
|
|
2452
|
-
DELETE_CONVERSATION: string;
|
|
2453
|
-
* Returns the browser language
|
|
2454
|
-
* @returns {String} browser langauge i.e. en-US
|
|
2455
|
-
*/
|
|
2437
|
+
DELETE_CONVERSATION: string;
|
|
2456
2438
|
ADD_TO_CHAT: string;
|
|
2457
2439
|
MORE: string;
|
|
2458
2440
|
COPY: string;
|
|
@@ -2460,10 +2442,7 @@ declare class CometChatLocalize {
|
|
|
2460
2442
|
MESSAGE_IMAGE: string;
|
|
2461
2443
|
MESSAGE_FILE: string;
|
|
2462
2444
|
MESSAGE_VIDEO: string;
|
|
2463
|
-
MESSAGE_AUDIO: string;
|
|
2464
|
-
* Returns the language code
|
|
2465
|
-
* @returns {String} language code i.e. en
|
|
2466
|
-
*/
|
|
2445
|
+
MESSAGE_AUDIO: string;
|
|
2467
2446
|
CUSTOM_MESSAGE: string;
|
|
2468
2447
|
SELECT_A_DATE: string;
|
|
2469
2448
|
TIME_ZONE: string;
|
|
@@ -2478,6 +2457,7 @@ declare class CometChatLocalize {
|
|
|
2478
2457
|
MORE_TIMES: string;
|
|
2479
2458
|
MISSED_VOICE_CALL: string;
|
|
2480
2459
|
MEET_WITH: string;
|
|
2460
|
+
CONVERSATION_DELETED: string;
|
|
2481
2461
|
MEETING_SCHEDULER: string;
|
|
2482
2462
|
MISSED_VIDEO_CALL: string;
|
|
2483
2463
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -2524,10 +2504,6 @@ declare class CometChatLocalize {
|
|
|
2524
2504
|
LOADING: string;
|
|
2525
2505
|
REPLY: string;
|
|
2526
2506
|
REPLIES: string;
|
|
2527
|
-
/**
|
|
2528
|
-
* Returns rtl or ltr based on the active language
|
|
2529
|
-
* @returns {String} the direction of the active langauge
|
|
2530
|
-
*/
|
|
2531
2507
|
AI: string;
|
|
2532
2508
|
SMART_REPLIES: string;
|
|
2533
2509
|
CONVERSATION_STARTER: string;
|
|
@@ -2542,6 +2518,10 @@ declare class CometChatLocalize {
|
|
|
2542
2518
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
2543
2519
|
THIS_MESSAGE_DELETED: string;
|
|
2544
2520
|
MESSAGE_IS_DELETED: string;
|
|
2521
|
+
MESSAGE_COPIED: string;
|
|
2522
|
+
MESSAGE_EDITED: string;
|
|
2523
|
+
MESSAGE_DELETED_TEXT: string;
|
|
2524
|
+
MESSAGE_TRANSLATED: string;
|
|
2545
2525
|
VIEW_ON_YOUTUBE: string;
|
|
2546
2526
|
SEARCH: string;
|
|
2547
2527
|
ERROR: string;
|
|
@@ -2554,6 +2534,13 @@ declare class CometChatLocalize {
|
|
|
2554
2534
|
INCOMING_VIDEO_CALL: string;
|
|
2555
2535
|
DECLINE: string;
|
|
2556
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;
|
|
2557
2544
|
CALL_INITIATED: string;
|
|
2558
2545
|
OUTGOING_AUDIO_CALL: string;
|
|
2559
2546
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -2623,6 +2610,8 @@ declare class CometChatLocalize {
|
|
|
2623
2610
|
CHANGE_SCOPE: string;
|
|
2624
2611
|
STICKER: string;
|
|
2625
2612
|
LAST_ACTIVE_AT: string;
|
|
2613
|
+
LAST_SEEN: string;
|
|
2614
|
+
AT: string;
|
|
2626
2615
|
VOICE_CALL: string;
|
|
2627
2616
|
VIEW_DETAIL: string;
|
|
2628
2617
|
VOTES: string;
|
|
@@ -2677,13 +2666,13 @@ declare class CometChatLocalize {
|
|
|
2677
2666
|
ONGOING_CALL: string;
|
|
2678
2667
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
2679
2668
|
RESIZE: string;
|
|
2669
|
+
READ_MORE: string;
|
|
2670
|
+
SHOW_LESS: string;
|
|
2680
2671
|
SETTINGS: string;
|
|
2681
2672
|
ACTIONS: string;
|
|
2682
2673
|
VIEW_PROFILE: string;
|
|
2683
2674
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
2684
2675
|
DELETE: string;
|
|
2685
|
-
READ_MORE: string;
|
|
2686
|
-
SHOW_LESS: string;
|
|
2687
2676
|
DELETE_CONFIRM: string;
|
|
2688
2677
|
DELETE_CHAT: string;
|
|
2689
2678
|
SURE_TO_DELETE_CHAT: string;
|
|
@@ -2777,7 +2766,7 @@ declare class CometChatLocalize {
|
|
|
2777
2766
|
NO_CONVERSATIONS: string;
|
|
2778
2767
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
2779
2768
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
2780
|
-
OOPS: string;
|
|
2769
|
+
"OOPS!": string;
|
|
2781
2770
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
2782
2771
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
2783
2772
|
REACHED_MAX_LIMIT: string;
|
|
@@ -2786,35 +2775,22 @@ declare class CometChatLocalize {
|
|
|
2786
2775
|
NO_USERS_FOUND: string;
|
|
2787
2776
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
2788
2777
|
SAVE: string;
|
|
2778
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
2779
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
2789
2780
|
};
|
|
2790
2781
|
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
2782
|
INFO: string;
|
|
2799
2783
|
REACT: string;
|
|
2800
2784
|
EDIT: string;
|
|
2801
2785
|
MESSAGE_PRIVATELY: string;
|
|
2802
2786
|
TRANSLATE: string;
|
|
2803
|
-
CONVERSATION_DELETED: string;
|
|
2804
|
-
MESSAGE_COPIED: string;
|
|
2805
|
-
MESSAGE_EDITED: string;
|
|
2806
|
-
MESSAGE_DELETED_TEXT: string;
|
|
2807
|
-
MESSAGE_TRANSLATED: string;
|
|
2808
2787
|
USERS: string;
|
|
2809
2788
|
CHATS: string;
|
|
2810
|
-
LAST_SEEN: string;
|
|
2811
|
-
AT: string;
|
|
2812
2789
|
SEARCH_EMOJI: string;
|
|
2813
2790
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
2814
2791
|
GROUPS: string;
|
|
2815
2792
|
SHARED: string;
|
|
2816
2793
|
SOUND_MANAGER: string;
|
|
2817
|
-
WRONG_FILE_TYPE: string;
|
|
2818
2794
|
THEME: string;
|
|
2819
2795
|
DELETE_MSG_TEXT: string;
|
|
2820
2796
|
LOCALIZE: string;
|
|
@@ -2831,6 +2807,7 @@ declare class CometChatLocalize {
|
|
|
2831
2807
|
CONVERSATIONS: string;
|
|
2832
2808
|
CONVERSATION_LIST: string;
|
|
2833
2809
|
MESSAGES: string;
|
|
2810
|
+
WRONG_FILE_TYPE: string;
|
|
2834
2811
|
MESSAGE_HEADER: string;
|
|
2835
2812
|
MESSAGE_LIST: string;
|
|
2836
2813
|
MESSAGE_COMPOSER: string;
|
|
@@ -2875,6 +2852,7 @@ declare class CometChatLocalize {
|
|
|
2875
2852
|
MORE_TIMES: string;
|
|
2876
2853
|
MISSED_VOICE_CALL: string;
|
|
2877
2854
|
MEET_WITH: string;
|
|
2855
|
+
CONVERSATION_DELETED: string;
|
|
2878
2856
|
MEETING_SCHEDULER: string;
|
|
2879
2857
|
MISSED_VIDEO_CALL: string;
|
|
2880
2858
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -2935,6 +2913,10 @@ declare class CometChatLocalize {
|
|
|
2935
2913
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
2936
2914
|
THIS_MESSAGE_DELETED: string;
|
|
2937
2915
|
MESSAGE_IS_DELETED: string;
|
|
2916
|
+
MESSAGE_COPIED: string;
|
|
2917
|
+
MESSAGE_EDITED: string;
|
|
2918
|
+
MESSAGE_DELETED_TEXT: string;
|
|
2919
|
+
MESSAGE_TRANSLATED: string;
|
|
2938
2920
|
VIEW_ON_YOUTUBE: string;
|
|
2939
2921
|
SEARCH: string;
|
|
2940
2922
|
ERROR: string;
|
|
@@ -2947,6 +2929,13 @@ declare class CometChatLocalize {
|
|
|
2947
2929
|
INCOMING_VIDEO_CALL: string;
|
|
2948
2930
|
DECLINE: string;
|
|
2949
2931
|
ACCEPT: string;
|
|
2932
|
+
INCOMING_CALL: string;
|
|
2933
|
+
OUTGOING_CALL: string;
|
|
2934
|
+
CALL_REJECTED: string;
|
|
2935
|
+
CALL_ANSWERED: string;
|
|
2936
|
+
CALL_CANCELLED: string;
|
|
2937
|
+
MISSED_CALL: string;
|
|
2938
|
+
CALL_UNANSWERED: string;
|
|
2950
2939
|
CALL_INITIATED: string;
|
|
2951
2940
|
OUTGOING_AUDIO_CALL: string;
|
|
2952
2941
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -3016,6 +3005,8 @@ declare class CometChatLocalize {
|
|
|
3016
3005
|
CHANGE_SCOPE: string;
|
|
3017
3006
|
STICKER: string;
|
|
3018
3007
|
LAST_ACTIVE_AT: string;
|
|
3008
|
+
LAST_SEEN: string;
|
|
3009
|
+
AT: string;
|
|
3019
3010
|
VOICE_CALL: string;
|
|
3020
3011
|
VIEW_DETAIL: string;
|
|
3021
3012
|
VOTES: string;
|
|
@@ -3070,11 +3061,11 @@ declare class CometChatLocalize {
|
|
|
3070
3061
|
ONGOING_CALL: string;
|
|
3071
3062
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
3072
3063
|
RESIZE: string;
|
|
3064
|
+
READ_MORE: string;
|
|
3065
|
+
SHOW_LESS: string;
|
|
3073
3066
|
SETTINGS: string;
|
|
3074
3067
|
ACTIONS: string;
|
|
3075
3068
|
VIEW_PROFILE: string;
|
|
3076
|
-
READ_MORE: string;
|
|
3077
|
-
SHOW_LESS: string;
|
|
3078
3069
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
3079
3070
|
DELETE: string;
|
|
3080
3071
|
DELETE_CONFIRM: string;
|
|
@@ -3170,7 +3161,7 @@ declare class CometChatLocalize {
|
|
|
3170
3161
|
NO_CONVERSATIONS: string;
|
|
3171
3162
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
3172
3163
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
3173
|
-
OOPS: string;
|
|
3164
|
+
"OOPS!": string;
|
|
3174
3165
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
3175
3166
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
3176
3167
|
REACHED_MAX_LIMIT: string;
|
|
@@ -3179,15 +3170,10 @@ declare class CometChatLocalize {
|
|
|
3179
3170
|
NO_USERS_FOUND: string;
|
|
3180
3171
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
3181
3172
|
SAVE: string;
|
|
3173
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
3174
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
3182
3175
|
};
|
|
3183
3176
|
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
3177
|
INFO: string;
|
|
3192
3178
|
REACT: string;
|
|
3193
3179
|
EDIT: string;
|
|
@@ -3195,13 +3181,6 @@ declare class CometChatLocalize {
|
|
|
3195
3181
|
TRANSLATE: string;
|
|
3196
3182
|
USERS: string;
|
|
3197
3183
|
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
3184
|
SEARCH_EMOJI: string;
|
|
3206
3185
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
3207
3186
|
GROUPS: string;
|
|
@@ -3210,7 +3189,6 @@ declare class CometChatLocalize {
|
|
|
3210
3189
|
THEME: string;
|
|
3211
3190
|
DELETE_MSG_TEXT: string;
|
|
3212
3191
|
LOCALIZE: string;
|
|
3213
|
-
WRONG_FILE_TYPE: string;
|
|
3214
3192
|
CONVERSATION_LIST_ITEM: string;
|
|
3215
3193
|
DATA_ITEM: string;
|
|
3216
3194
|
STATUS_INDICATOR: string;
|
|
@@ -3224,6 +3202,7 @@ declare class CometChatLocalize {
|
|
|
3224
3202
|
CONVERSATIONS: string;
|
|
3225
3203
|
CONVERSATION_LIST: string;
|
|
3226
3204
|
MESSAGES: string;
|
|
3205
|
+
WRONG_FILE_TYPE: string;
|
|
3227
3206
|
MESSAGE_HEADER: string;
|
|
3228
3207
|
MESSAGE_LIST: string;
|
|
3229
3208
|
MESSAGE_COMPOSER: string;
|
|
@@ -3268,6 +3247,7 @@ declare class CometChatLocalize {
|
|
|
3268
3247
|
MORE_TIMES: string;
|
|
3269
3248
|
MISSED_VOICE_CALL: string;
|
|
3270
3249
|
MEET_WITH: string;
|
|
3250
|
+
CONVERSATION_DELETED: string;
|
|
3271
3251
|
MEETING_SCHEDULER: string;
|
|
3272
3252
|
MISSED_VIDEO_CALL: string;
|
|
3273
3253
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -3328,6 +3308,10 @@ declare class CometChatLocalize {
|
|
|
3328
3308
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
3329
3309
|
THIS_MESSAGE_DELETED: string;
|
|
3330
3310
|
MESSAGE_IS_DELETED: string;
|
|
3311
|
+
MESSAGE_COPIED: string;
|
|
3312
|
+
MESSAGE_EDITED: string;
|
|
3313
|
+
MESSAGE_DELETED_TEXT: string;
|
|
3314
|
+
MESSAGE_TRANSLATED: string;
|
|
3331
3315
|
VIEW_ON_YOUTUBE: string;
|
|
3332
3316
|
SEARCH: string;
|
|
3333
3317
|
ERROR: string;
|
|
@@ -3340,6 +3324,13 @@ declare class CometChatLocalize {
|
|
|
3340
3324
|
INCOMING_VIDEO_CALL: string;
|
|
3341
3325
|
DECLINE: string;
|
|
3342
3326
|
ACCEPT: string;
|
|
3327
|
+
INCOMING_CALL: string;
|
|
3328
|
+
OUTGOING_CALL: string;
|
|
3329
|
+
CALL_REJECTED: string;
|
|
3330
|
+
CALL_ANSWERED: string;
|
|
3331
|
+
CALL_CANCELLED: string;
|
|
3332
|
+
MISSED_CALL: string;
|
|
3333
|
+
CALL_UNANSWERED: string;
|
|
3343
3334
|
CALL_INITIATED: string;
|
|
3344
3335
|
OUTGOING_AUDIO_CALL: string;
|
|
3345
3336
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -3409,6 +3400,8 @@ declare class CometChatLocalize {
|
|
|
3409
3400
|
CHANGE_SCOPE: string;
|
|
3410
3401
|
STICKER: string;
|
|
3411
3402
|
LAST_ACTIVE_AT: string;
|
|
3403
|
+
LAST_SEEN: string;
|
|
3404
|
+
AT: string;
|
|
3412
3405
|
VOICE_CALL: string;
|
|
3413
3406
|
VIEW_DETAIL: string;
|
|
3414
3407
|
VOTES: string;
|
|
@@ -3563,7 +3556,7 @@ declare class CometChatLocalize {
|
|
|
3563
3556
|
NO_CONVERSATIONS: string;
|
|
3564
3557
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
3565
3558
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
3566
|
-
OOPS: string;
|
|
3559
|
+
"OOPS!": string;
|
|
3567
3560
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
3568
3561
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
3569
3562
|
REACHED_MAX_LIMIT: string;
|
|
@@ -3572,6 +3565,8 @@ declare class CometChatLocalize {
|
|
|
3572
3565
|
NO_USERS_FOUND: string;
|
|
3573
3566
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
3574
3567
|
SAVE: string;
|
|
3568
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
3569
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
3575
3570
|
};
|
|
3576
3571
|
zh: {
|
|
3577
3572
|
INCOMING_CALL: string;
|
|
@@ -3634,20 +3629,10 @@ declare class CometChatLocalize {
|
|
|
3634
3629
|
SELECT_TIME: string;
|
|
3635
3630
|
NO_CALLS_SELECTED: string;
|
|
3636
3631
|
SELECT__GROUP: string;
|
|
3637
|
-
/**
|
|
3638
|
-
* Initializes localization with the specified language and custom resources.
|
|
3639
|
-
* @param {string} [language=""] - The language code to set.
|
|
3640
|
-
* @param {object} [resources={}] - Custom translations to override defaults.
|
|
3641
|
-
*/
|
|
3642
3632
|
SELECT__USER: string;
|
|
3643
3633
|
GROUP_PASSWORD_BLANK: string;
|
|
3644
3634
|
GROUP_NAME_BLANK: string;
|
|
3645
3635
|
GROUP_TYPE_BLANK: string;
|
|
3646
|
-
/**
|
|
3647
|
-
* Initializes localization with the specified language and custom resources.
|
|
3648
|
-
* @param {string} [language=""] - The language code to set.
|
|
3649
|
-
* @param {object} [resources={}] - Custom translations to override defaults.
|
|
3650
|
-
*/
|
|
3651
3636
|
DELETE_CONVERSATION: string;
|
|
3652
3637
|
ADD_TO_CHAT: string;
|
|
3653
3638
|
MORE: string;
|
|
@@ -3689,10 +3674,7 @@ declare class CometChatLocalize {
|
|
|
3689
3674
|
PREFERENCES: string;
|
|
3690
3675
|
MEMBERS: string;
|
|
3691
3676
|
MEMBER: string;
|
|
3692
|
-
EDITED: string;
|
|
3693
|
-
* Returns the language code
|
|
3694
|
-
* @returns {String} language code i.e. en
|
|
3695
|
-
*/
|
|
3677
|
+
EDITED: string;
|
|
3696
3678
|
TODAY: string;
|
|
3697
3679
|
YESTERDAY: string;
|
|
3698
3680
|
SUNDAY: string;
|
|
@@ -3978,35 +3960,22 @@ declare class CometChatLocalize {
|
|
|
3978
3960
|
NO_USERS_FOUND: string;
|
|
3979
3961
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
3980
3962
|
SAVE: string;
|
|
3963
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
3964
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
3981
3965
|
};
|
|
3982
3966
|
"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
3967
|
INFO: string;
|
|
3991
3968
|
REACT: string;
|
|
3992
3969
|
EDIT: string;
|
|
3993
3970
|
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
3971
|
TRANSLATE: string;
|
|
4000
3972
|
USERS: string;
|
|
4001
3973
|
CHATS: string;
|
|
4002
|
-
LAST_SEEN: string;
|
|
4003
|
-
AT: string;
|
|
4004
3974
|
SEARCH_EMOJI: string;
|
|
4005
3975
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
4006
3976
|
GROUPS: string;
|
|
4007
3977
|
SHARED: string;
|
|
4008
3978
|
SOUND_MANAGER: string;
|
|
4009
|
-
WRONG_FILE_TYPE: string;
|
|
4010
3979
|
THEME: string;
|
|
4011
3980
|
DELETE_MSG_TEXT: string;
|
|
4012
3981
|
LOCALIZE: string;
|
|
@@ -4023,6 +3992,7 @@ declare class CometChatLocalize {
|
|
|
4023
3992
|
CONVERSATIONS: string;
|
|
4024
3993
|
CONVERSATION_LIST: string;
|
|
4025
3994
|
MESSAGES: string;
|
|
3995
|
+
WRONG_FILE_TYPE: string;
|
|
4026
3996
|
MESSAGE_HEADER: string;
|
|
4027
3997
|
MESSAGE_LIST: string;
|
|
4028
3998
|
MESSAGE_COMPOSER: string;
|
|
@@ -4059,7 +4029,7 @@ declare class CometChatLocalize {
|
|
|
4059
4029
|
MEETING_SCHEDULED: string;
|
|
4060
4030
|
SOMETHING_WRONG: string;
|
|
4061
4031
|
MEETING_SLOT_BOOK: string;
|
|
4062
|
-
MEETING_BOOK_NEW_SLOT: string;
|
|
4032
|
+
MEETING_BOOK_NEW_SLOT: string;
|
|
4063
4033
|
MEETING_NO_SLOTS_AVAILABLE: string;
|
|
4064
4034
|
MEETING_TRY_DIFFERENT_DATE: string;
|
|
4065
4035
|
NO_TIME_SLOTS_AVAILABLE: string;
|
|
@@ -4067,6 +4037,7 @@ declare class CometChatLocalize {
|
|
|
4067
4037
|
MORE_TIMES: string;
|
|
4068
4038
|
MISSED_VOICE_CALL: string;
|
|
4069
4039
|
MEET_WITH: string;
|
|
4040
|
+
CONVERSATION_DELETED: string;
|
|
4070
4041
|
MEETING_SCHEDULER: string;
|
|
4071
4042
|
MISSED_VIDEO_CALL: string;
|
|
4072
4043
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -4127,6 +4098,10 @@ declare class CometChatLocalize {
|
|
|
4127
4098
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
4128
4099
|
THIS_MESSAGE_DELETED: string;
|
|
4129
4100
|
MESSAGE_IS_DELETED: string;
|
|
4101
|
+
MESSAGE_COPIED: string;
|
|
4102
|
+
MESSAGE_EDITED: string;
|
|
4103
|
+
MESSAGE_DELETED_TEXT: string;
|
|
4104
|
+
MESSAGE_TRANSLATED: string;
|
|
4130
4105
|
VIEW_ON_YOUTUBE: string;
|
|
4131
4106
|
SEARCH: string;
|
|
4132
4107
|
ERROR: string;
|
|
@@ -4139,6 +4114,13 @@ declare class CometChatLocalize {
|
|
|
4139
4114
|
INCOMING_VIDEO_CALL: string;
|
|
4140
4115
|
DECLINE: string;
|
|
4141
4116
|
ACCEPT: string;
|
|
4117
|
+
INCOMING_CALL: string;
|
|
4118
|
+
OUTGOING_CALL: string;
|
|
4119
|
+
CALL_REJECTED: string;
|
|
4120
|
+
CALL_ANSWERED: string;
|
|
4121
|
+
CALL_CANCELLED: string;
|
|
4122
|
+
MISSED_CALL: string;
|
|
4123
|
+
CALL_UNANSWERED: string;
|
|
4142
4124
|
CALL_INITIATED: string;
|
|
4143
4125
|
OUTGOING_AUDIO_CALL: string;
|
|
4144
4126
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -4208,6 +4190,8 @@ declare class CometChatLocalize {
|
|
|
4208
4190
|
CHANGE_SCOPE: string;
|
|
4209
4191
|
STICKER: string;
|
|
4210
4192
|
LAST_ACTIVE_AT: string;
|
|
4193
|
+
LAST_SEEN: string;
|
|
4194
|
+
AT: string;
|
|
4211
4195
|
VOICE_CALL: string;
|
|
4212
4196
|
VIEW_DETAIL: string;
|
|
4213
4197
|
VOTES: string;
|
|
@@ -4262,6 +4246,8 @@ declare class CometChatLocalize {
|
|
|
4262
4246
|
ONGOING_CALL: string;
|
|
4263
4247
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
4264
4248
|
RESIZE: string;
|
|
4249
|
+
READ_MORE: string;
|
|
4250
|
+
SHOW_LESS: string;
|
|
4265
4251
|
SETTINGS: string;
|
|
4266
4252
|
ACTIONS: string;
|
|
4267
4253
|
VIEW_PROFILE: string;
|
|
@@ -4293,8 +4279,6 @@ declare class CometChatLocalize {
|
|
|
4293
4279
|
LEAVE: string;
|
|
4294
4280
|
CLICK_TO_START_CONVERSATION: string;
|
|
4295
4281
|
CUSTOM_MESSAGE_LOCATION: string;
|
|
4296
|
-
READ_MORE: string;
|
|
4297
|
-
SHOW_LESS: string;
|
|
4298
4282
|
SHARED_LOCATION: string;
|
|
4299
4283
|
IN_A_THREAD: string;
|
|
4300
4284
|
CALLS: string;
|
|
@@ -4362,7 +4346,7 @@ declare class CometChatLocalize {
|
|
|
4362
4346
|
NO_CONVERSATIONS: string;
|
|
4363
4347
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
4364
4348
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
4365
|
-
OOPS: string;
|
|
4349
|
+
"OOPS!": string;
|
|
4366
4350
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
4367
4351
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
4368
4352
|
REACHED_MAX_LIMIT: string;
|
|
@@ -4371,28 +4355,16 @@ declare class CometChatLocalize {
|
|
|
4371
4355
|
NO_USERS_FOUND: string;
|
|
4372
4356
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
4373
4357
|
SAVE: string;
|
|
4358
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
4359
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
4374
4360
|
};
|
|
4375
4361
|
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
4362
|
INFO: string;
|
|
4384
4363
|
REACT: string;
|
|
4385
|
-
LAST_SEEN: string;
|
|
4386
|
-
AT: string;
|
|
4387
4364
|
EDIT: string;
|
|
4388
4365
|
MESSAGE_PRIVATELY: string;
|
|
4389
4366
|
TRANSLATE: string;
|
|
4390
4367
|
USERS: string;
|
|
4391
|
-
CONVERSATION_DELETED: string;
|
|
4392
|
-
MESSAGE_COPIED: string;
|
|
4393
|
-
MESSAGE_EDITED: string;
|
|
4394
|
-
MESSAGE_DELETED_TEXT: string;
|
|
4395
|
-
MESSAGE_TRANSLATED: string;
|
|
4396
4368
|
CHATS: string;
|
|
4397
4369
|
SEARCH_EMOJI: string;
|
|
4398
4370
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
@@ -4405,7 +4377,6 @@ declare class CometChatLocalize {
|
|
|
4405
4377
|
CONVERSATION_LIST_ITEM: string;
|
|
4406
4378
|
DATA_ITEM: string;
|
|
4407
4379
|
STATUS_INDICATOR: string;
|
|
4408
|
-
WRONG_FILE_TYPE: string;
|
|
4409
4380
|
BADGE_COUNT: string;
|
|
4410
4381
|
MESSAGE_RECEIPT: string;
|
|
4411
4382
|
MESSAGE: string;
|
|
@@ -4416,11 +4387,8 @@ declare class CometChatLocalize {
|
|
|
4416
4387
|
CONVERSATIONS: string;
|
|
4417
4388
|
CONVERSATION_LIST: string;
|
|
4418
4389
|
MESSAGES: string;
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
* @param {string} [language=""] - The language code to set.
|
|
4422
|
-
* @param {object} [resources={}] - Custom translations to override defaults.
|
|
4423
|
-
*/
|
|
4390
|
+
WRONG_FILE_TYPE: string;
|
|
4391
|
+
MESSAGE_HEADER: string;
|
|
4424
4392
|
MESSAGE_LIST: string;
|
|
4425
4393
|
MESSAGE_COMPOSER: string;
|
|
4426
4394
|
USERS_WITH_MESSAGES: string;
|
|
@@ -4464,6 +4432,7 @@ declare class CometChatLocalize {
|
|
|
4464
4432
|
MORE_TIMES: string;
|
|
4465
4433
|
MISSED_VOICE_CALL: string;
|
|
4466
4434
|
MEET_WITH: string;
|
|
4435
|
+
CONVERSATION_DELETED: string;
|
|
4467
4436
|
MEETING_SCHEDULER: string;
|
|
4468
4437
|
MISSED_VIDEO_CALL: string;
|
|
4469
4438
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -4500,10 +4469,7 @@ declare class CometChatLocalize {
|
|
|
4500
4469
|
SEND_MESSAGE: string;
|
|
4501
4470
|
UNBLOCK_USER: string;
|
|
4502
4471
|
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
|
-
*/
|
|
4472
|
+
DELETE_AND_EXIT: string;
|
|
4507
4473
|
LEAVE_GROUP: string;
|
|
4508
4474
|
CREATE_GROUP: string;
|
|
4509
4475
|
SHARED_MEDIA: string;
|
|
@@ -4527,6 +4493,10 @@ declare class CometChatLocalize {
|
|
|
4527
4493
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
4528
4494
|
THIS_MESSAGE_DELETED: string;
|
|
4529
4495
|
MESSAGE_IS_DELETED: string;
|
|
4496
|
+
MESSAGE_COPIED: string;
|
|
4497
|
+
MESSAGE_EDITED: string;
|
|
4498
|
+
MESSAGE_DELETED_TEXT: string;
|
|
4499
|
+
MESSAGE_TRANSLATED: string;
|
|
4530
4500
|
VIEW_ON_YOUTUBE: string;
|
|
4531
4501
|
SEARCH: string;
|
|
4532
4502
|
ERROR: string;
|
|
@@ -4539,6 +4509,13 @@ declare class CometChatLocalize {
|
|
|
4539
4509
|
INCOMING_VIDEO_CALL: string;
|
|
4540
4510
|
DECLINE: string;
|
|
4541
4511
|
ACCEPT: string;
|
|
4512
|
+
INCOMING_CALL: string;
|
|
4513
|
+
OUTGOING_CALL: string;
|
|
4514
|
+
CALL_REJECTED: string;
|
|
4515
|
+
CALL_ANSWERED: string;
|
|
4516
|
+
CALL_CANCELLED: string;
|
|
4517
|
+
MISSED_CALL: string;
|
|
4518
|
+
CALL_UNANSWERED: string;
|
|
4542
4519
|
CALL_INITIATED: string;
|
|
4543
4520
|
OUTGOING_AUDIO_CALL: string;
|
|
4544
4521
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -4608,6 +4585,8 @@ declare class CometChatLocalize {
|
|
|
4608
4585
|
CHANGE_SCOPE: string;
|
|
4609
4586
|
STICKER: string;
|
|
4610
4587
|
LAST_ACTIVE_AT: string;
|
|
4588
|
+
LAST_SEEN: string;
|
|
4589
|
+
AT: string;
|
|
4611
4590
|
VOICE_CALL: string;
|
|
4612
4591
|
VIEW_DETAIL: string;
|
|
4613
4592
|
VOTES: string;
|
|
@@ -4662,10 +4641,10 @@ declare class CometChatLocalize {
|
|
|
4662
4641
|
ONGOING_CALL: string;
|
|
4663
4642
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
4664
4643
|
RESIZE: string;
|
|
4665
|
-
SETTINGS: string;
|
|
4666
|
-
ACTIONS: string;
|
|
4667
4644
|
READ_MORE: string;
|
|
4668
4645
|
SHOW_LESS: string;
|
|
4646
|
+
SETTINGS: string;
|
|
4647
|
+
ACTIONS: string;
|
|
4669
4648
|
VIEW_PROFILE: string;
|
|
4670
4649
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
4671
4650
|
DELETE: string;
|
|
@@ -4762,7 +4741,7 @@ declare class CometChatLocalize {
|
|
|
4762
4741
|
NO_CONVERSATIONS: string;
|
|
4763
4742
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
4764
4743
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
4765
|
-
OOPS: string;
|
|
4744
|
+
"OOPS!": string;
|
|
4766
4745
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
4767
4746
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
4768
4747
|
REACHED_MAX_LIMIT: string;
|
|
@@ -4771,34 +4750,21 @@ declare class CometChatLocalize {
|
|
|
4771
4750
|
NO_USERS_FOUND: string;
|
|
4772
4751
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
4773
4752
|
SAVE: string;
|
|
4753
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
4754
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
4774
4755
|
};
|
|
4775
4756
|
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
4757
|
INFO: string;
|
|
4784
4758
|
REACT: string;
|
|
4785
4759
|
EDIT: string;
|
|
4786
|
-
CONVERSATION_DELETED: string;
|
|
4787
|
-
MESSAGE_COPIED: string;
|
|
4788
|
-
MESSAGE_EDITED: string;
|
|
4789
|
-
MESSAGE_DELETED_TEXT: string;
|
|
4790
|
-
MESSAGE_TRANSLATED: string;
|
|
4791
4760
|
MESSAGE_PRIVATELY: string;
|
|
4792
4761
|
TRANSLATE: string;
|
|
4793
4762
|
USERS: string;
|
|
4794
|
-
LAST_SEEN: string;
|
|
4795
|
-
AT: string;
|
|
4796
4763
|
CHATS: string;
|
|
4797
4764
|
SEARCH_EMOJI: string;
|
|
4798
4765
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
4799
4766
|
GROUPS: string;
|
|
4800
4767
|
SHARED: string;
|
|
4801
|
-
WRONG_FILE_TYPE: string;
|
|
4802
4768
|
SOUND_MANAGER: string;
|
|
4803
4769
|
THEME: string;
|
|
4804
4770
|
DELETE_MSG_TEXT: string;
|
|
@@ -4816,6 +4782,7 @@ declare class CometChatLocalize {
|
|
|
4816
4782
|
CONVERSATIONS: string;
|
|
4817
4783
|
CONVERSATION_LIST: string;
|
|
4818
4784
|
MESSAGES: string;
|
|
4785
|
+
WRONG_FILE_TYPE: string;
|
|
4819
4786
|
MESSAGE_HEADER: string;
|
|
4820
4787
|
MESSAGE_LIST: string;
|
|
4821
4788
|
MESSAGE_COMPOSER: string;
|
|
@@ -4850,10 +4817,7 @@ declare class CometChatLocalize {
|
|
|
4850
4817
|
SELECT_A_DATE: string;
|
|
4851
4818
|
TIME_ZONE: string;
|
|
4852
4819
|
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
|
-
*/
|
|
4820
|
+
SOMETHING_WRONG: string;
|
|
4857
4821
|
MEETING_SLOT_BOOK: string;
|
|
4858
4822
|
MEETING_BOOK_NEW_SLOT: string;
|
|
4859
4823
|
MEETING_NO_SLOTS_AVAILABLE: string;
|
|
@@ -4863,6 +4827,7 @@ declare class CometChatLocalize {
|
|
|
4863
4827
|
MORE_TIMES: string;
|
|
4864
4828
|
MISSED_VOICE_CALL: string;
|
|
4865
4829
|
MEET_WITH: string;
|
|
4830
|
+
CONVERSATION_DELETED: string;
|
|
4866
4831
|
MEETING_SCHEDULER: string;
|
|
4867
4832
|
MISSED_VIDEO_CALL: string;
|
|
4868
4833
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -4923,6 +4888,10 @@ declare class CometChatLocalize {
|
|
|
4923
4888
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
4924
4889
|
THIS_MESSAGE_DELETED: string;
|
|
4925
4890
|
MESSAGE_IS_DELETED: string;
|
|
4891
|
+
MESSAGE_COPIED: string;
|
|
4892
|
+
MESSAGE_EDITED: string;
|
|
4893
|
+
MESSAGE_DELETED_TEXT: string;
|
|
4894
|
+
MESSAGE_TRANSLATED: string;
|
|
4926
4895
|
VIEW_ON_YOUTUBE: string;
|
|
4927
4896
|
SEARCH: string;
|
|
4928
4897
|
ERROR: string;
|
|
@@ -4935,6 +4904,13 @@ declare class CometChatLocalize {
|
|
|
4935
4904
|
INCOMING_VIDEO_CALL: string;
|
|
4936
4905
|
DECLINE: string;
|
|
4937
4906
|
ACCEPT: string;
|
|
4907
|
+
INCOMING_CALL: string;
|
|
4908
|
+
OUTGOING_CALL: string;
|
|
4909
|
+
CALL_REJECTED: string;
|
|
4910
|
+
CALL_ANSWERED: string;
|
|
4911
|
+
CALL_CANCELLED: string;
|
|
4912
|
+
MISSED_CALL: string;
|
|
4913
|
+
CALL_UNANSWERED: string;
|
|
4938
4914
|
CALL_INITIATED: string;
|
|
4939
4915
|
OUTGOING_AUDIO_CALL: string;
|
|
4940
4916
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -5004,6 +4980,8 @@ declare class CometChatLocalize {
|
|
|
5004
4980
|
CHANGE_SCOPE: string;
|
|
5005
4981
|
STICKER: string;
|
|
5006
4982
|
LAST_ACTIVE_AT: string;
|
|
4983
|
+
LAST_SEEN: string;
|
|
4984
|
+
AT: string;
|
|
5007
4985
|
VOICE_CALL: string;
|
|
5008
4986
|
VIEW_DETAIL: string;
|
|
5009
4987
|
VOTES: string;
|
|
@@ -5011,8 +4989,6 @@ declare class CometChatLocalize {
|
|
|
5011
4989
|
NO_VOTE: string;
|
|
5012
4990
|
REACTED: string;
|
|
5013
4991
|
ADDED: string;
|
|
5014
|
-
READ_MORE: string;
|
|
5015
|
-
SHOW_LESS: string;
|
|
5016
4992
|
SHOW_UNSAFE_CONTENT: string;
|
|
5017
4993
|
REACT_TO_MESSAGE: string;
|
|
5018
4994
|
UNBANNED: string;
|
|
@@ -5060,6 +5036,8 @@ declare class CometChatLocalize {
|
|
|
5060
5036
|
ONGOING_CALL: string;
|
|
5061
5037
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
5062
5038
|
RESIZE: string;
|
|
5039
|
+
READ_MORE: string;
|
|
5040
|
+
SHOW_LESS: string;
|
|
5063
5041
|
SETTINGS: string;
|
|
5064
5042
|
ACTIONS: string;
|
|
5065
5043
|
VIEW_PROFILE: string;
|
|
@@ -5158,7 +5136,7 @@ declare class CometChatLocalize {
|
|
|
5158
5136
|
NO_CONVERSATIONS: string;
|
|
5159
5137
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
5160
5138
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
5161
|
-
OOPS: string;
|
|
5139
|
+
"OOPS!": string;
|
|
5162
5140
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
5163
5141
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
5164
5142
|
REACHED_MAX_LIMIT: string;
|
|
@@ -5167,35 +5145,22 @@ declare class CometChatLocalize {
|
|
|
5167
5145
|
NO_USERS_FOUND: string;
|
|
5168
5146
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
5169
5147
|
SAVE: string;
|
|
5148
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
5149
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
5170
5150
|
};
|
|
5171
5151
|
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
5152
|
INFO: string;
|
|
5180
5153
|
REACT: string;
|
|
5181
5154
|
EDIT: string;
|
|
5182
5155
|
MESSAGE_PRIVATELY: string;
|
|
5183
5156
|
TRANSLATE: string;
|
|
5184
5157
|
USERS: string;
|
|
5185
|
-
CONVERSATION_DELETED: string;
|
|
5186
|
-
MESSAGE_COPIED: string;
|
|
5187
|
-
MESSAGE_EDITED: string;
|
|
5188
|
-
MESSAGE_DELETED_TEXT: string;
|
|
5189
|
-
MESSAGE_TRANSLATED: string;
|
|
5190
5158
|
CHATS: string;
|
|
5191
|
-
LAST_SEEN: string;
|
|
5192
|
-
AT: string;
|
|
5193
5159
|
SEARCH_EMOJI: string;
|
|
5194
5160
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
5195
5161
|
GROUPS: string;
|
|
5196
5162
|
SHARED: string;
|
|
5197
5163
|
SOUND_MANAGER: string;
|
|
5198
|
-
WRONG_FILE_TYPE: string;
|
|
5199
5164
|
THEME: string;
|
|
5200
5165
|
DELETE_MSG_TEXT: string;
|
|
5201
5166
|
LOCALIZE: string;
|
|
@@ -5212,6 +5177,7 @@ declare class CometChatLocalize {
|
|
|
5212
5177
|
CONVERSATIONS: string;
|
|
5213
5178
|
CONVERSATION_LIST: string;
|
|
5214
5179
|
MESSAGES: string;
|
|
5180
|
+
WRONG_FILE_TYPE: string;
|
|
5215
5181
|
MESSAGE_HEADER: string;
|
|
5216
5182
|
MESSAGE_LIST: string;
|
|
5217
5183
|
MESSAGE_COMPOSER: string;
|
|
@@ -5256,6 +5222,7 @@ declare class CometChatLocalize {
|
|
|
5256
5222
|
MORE_TIMES: string;
|
|
5257
5223
|
MISSED_VOICE_CALL: string;
|
|
5258
5224
|
MEET_WITH: string;
|
|
5225
|
+
CONVERSATION_DELETED: string;
|
|
5259
5226
|
MEETING_SCHEDULER: string;
|
|
5260
5227
|
MISSED_VIDEO_CALL: string;
|
|
5261
5228
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -5316,6 +5283,10 @@ declare class CometChatLocalize {
|
|
|
5316
5283
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
5317
5284
|
THIS_MESSAGE_DELETED: string;
|
|
5318
5285
|
MESSAGE_IS_DELETED: string;
|
|
5286
|
+
MESSAGE_COPIED: string;
|
|
5287
|
+
MESSAGE_EDITED: string;
|
|
5288
|
+
MESSAGE_DELETED_TEXT: string;
|
|
5289
|
+
MESSAGE_TRANSLATED: string;
|
|
5319
5290
|
VIEW_ON_YOUTUBE: string;
|
|
5320
5291
|
SEARCH: string;
|
|
5321
5292
|
ERROR: string;
|
|
@@ -5328,6 +5299,13 @@ declare class CometChatLocalize {
|
|
|
5328
5299
|
INCOMING_VIDEO_CALL: string;
|
|
5329
5300
|
DECLINE: string;
|
|
5330
5301
|
ACCEPT: string;
|
|
5302
|
+
INCOMING_CALL: string;
|
|
5303
|
+
OUTGOING_CALL: string;
|
|
5304
|
+
CALL_REJECTED: string;
|
|
5305
|
+
CALL_ANSWERED: string;
|
|
5306
|
+
CALL_CANCELLED: string;
|
|
5307
|
+
MISSED_CALL: string;
|
|
5308
|
+
CALL_UNANSWERED: string;
|
|
5331
5309
|
CALL_INITIATED: string;
|
|
5332
5310
|
OUTGOING_AUDIO_CALL: string;
|
|
5333
5311
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -5397,6 +5375,8 @@ declare class CometChatLocalize {
|
|
|
5397
5375
|
CHANGE_SCOPE: string;
|
|
5398
5376
|
STICKER: string;
|
|
5399
5377
|
LAST_ACTIVE_AT: string;
|
|
5378
|
+
LAST_SEEN: string;
|
|
5379
|
+
AT: string;
|
|
5400
5380
|
VOICE_CALL: string;
|
|
5401
5381
|
VIEW_DETAIL: string;
|
|
5402
5382
|
VOTES: string;
|
|
@@ -5451,11 +5431,11 @@ declare class CometChatLocalize {
|
|
|
5451
5431
|
ONGOING_CALL: string;
|
|
5452
5432
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
5453
5433
|
RESIZE: string;
|
|
5434
|
+
READ_MORE: string;
|
|
5435
|
+
SHOW_LESS: string;
|
|
5454
5436
|
SETTINGS: string;
|
|
5455
5437
|
ACTIONS: string;
|
|
5456
5438
|
VIEW_PROFILE: string;
|
|
5457
|
-
READ_MORE: string;
|
|
5458
|
-
SHOW_LESS: string;
|
|
5459
5439
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
5460
5440
|
DELETE: string;
|
|
5461
5441
|
DELETE_CONFIRM: string;
|
|
@@ -5551,7 +5531,7 @@ declare class CometChatLocalize {
|
|
|
5551
5531
|
NO_CONVERSATIONS: string;
|
|
5552
5532
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
5553
5533
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
5554
|
-
OOPS: string;
|
|
5534
|
+
"OOPS!": string;
|
|
5555
5535
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
5556
5536
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
5557
5537
|
REACHED_MAX_LIMIT: string;
|
|
@@ -5560,6 +5540,8 @@ declare class CometChatLocalize {
|
|
|
5560
5540
|
NO_USERS_FOUND: string;
|
|
5561
5541
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
5562
5542
|
SAVE: string;
|
|
5543
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
5544
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
5563
5545
|
};
|
|
5564
5546
|
};
|
|
5565
5547
|
/**
|