stream-chat-react-native-core 5.20.0-beta.5 → 5.20.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js +32 -0
- package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -0
- package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js +3 -3
- package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js +24 -41
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +4 -4
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/i18n/fr.json +22 -22
- package/lib/commonjs/i18n/hi.json +22 -22
- package/lib/commonjs/i18n/it.json +22 -22
- package/lib/commonjs/i18n/nl.json +22 -22
- package/lib/commonjs/i18n/ru.json +23 -23
- package/lib/commonjs/i18n/tr.json +23 -23
- package/lib/commonjs/utils/utils.js +2 -1
- package/lib/commonjs/utils/utils.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js +32 -0
- package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -0
- package/lib/module/components/Message/MessageSimple/utils/parseLinks.js +3 -3
- package/lib/module/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/renderText.js +24 -41
- package/lib/module/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +4 -4
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/i18n/fr.json +22 -22
- package/lib/module/i18n/hi.json +22 -22
- package/lib/module/i18n/it.json +22 -22
- package/lib/module/i18n/nl.json +22 -22
- package/lib/module/i18n/ru.json +23 -23
- package/lib/module/i18n/tr.json +23 -23
- package/lib/module/utils/utils.js +2 -1
- package/lib/module/utils/utils.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.d.ts +3 -0
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts +1 -1
- package/lib/typescript/i18n/fr.json +22 -22
- package/lib/typescript/i18n/hi.json +22 -22
- package/lib/typescript/i18n/it.json +22 -22
- package/lib/typescript/i18n/nl.json +22 -22
- package/lib/typescript/i18n/ru.json +23 -23
- package/lib/typescript/i18n/tr.json +23 -23
- package/package.json +1 -1
- package/src/components/Message/MessageSimple/utils/generateMarkdownText.ts +43 -0
- package/src/components/Message/MessageSimple/utils/parseLinks.ts +5 -5
- package/src/components/Message/MessageSimple/utils/renderText.tsx +10 -26
- package/src/components/Reply/Reply.tsx +16 -14
- package/src/i18n/fr.json +22 -22
- package/src/i18n/hi.json +22 -22
- package/src/i18n/it.json +22 -22
- package/src/i18n/nl.json +22 -22
- package/src/i18n/ru.json +23 -23
- package/src/i18n/tr.json +23 -23
- package/src/utils/utils.ts +2 -1
- package/src/version.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "",
|
|
@@ -14,42 +14,42 @@
|
|
|
14
14
|
"Edit Message": "",
|
|
15
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Correspondance Emoji",
|
|
17
|
-
"Empty message...": "
|
|
17
|
+
"Empty message...": "",
|
|
18
18
|
"Error loading": "Erreur lors du chargement",
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
23
|
"Flag": "",
|
|
24
24
|
"Flag Message": "",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "Commandes Instantanées",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Message Reactions": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Message Reactions": "Réactions aux messages",
|
|
32
32
|
"Message deleted": "Message supprimé",
|
|
33
33
|
"Message flagged": "",
|
|
34
34
|
"Mute User": "",
|
|
35
35
|
"Not supported": "Non pris en charge",
|
|
36
|
-
"Nothing yet...": "
|
|
36
|
+
"Nothing yet...": "",
|
|
37
37
|
"Ok": "",
|
|
38
38
|
"Only visible to you": "",
|
|
39
39
|
"Photo": "",
|
|
40
40
|
"Photos and Videos": "",
|
|
41
41
|
"Pin to Conversation": "",
|
|
42
|
-
"Pinned by": "
|
|
42
|
+
"Pinned by": "",
|
|
43
43
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
44
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
45
|
+
"Reconnecting...": "",
|
|
46
46
|
"Reply": "",
|
|
47
47
|
"Reply to Message": "",
|
|
48
48
|
"Resend": "",
|
|
49
|
-
"Search GIFs": "
|
|
50
|
-
"Send a message": "
|
|
49
|
+
"Search GIFs": "",
|
|
50
|
+
"Send a message": "",
|
|
51
51
|
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "
|
|
52
|
+
"Slow mode ON": "",
|
|
53
53
|
"The message has been reported to a moderator.": "",
|
|
54
54
|
"Thread Reply": "",
|
|
55
55
|
"Unblock User": "",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"Unpin from Conversation": "",
|
|
59
59
|
"Unread Messages": "",
|
|
60
60
|
"Video": "",
|
|
61
|
-
"You": "
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
61
|
+
"You": "",
|
|
62
|
+
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
63
63
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
64
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
-
"{{ replyCount }} Replies": "
|
|
66
|
-
"{{ replyCount }} Thread Replies": "
|
|
65
|
+
"{{ replyCount }} Replies": "",
|
|
66
|
+
"{{ replyCount }} Thread Replies": "",
|
|
67
67
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
68
|
+
"🏙 Attachment...": ""
|
|
69
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "",
|
|
@@ -14,42 +14,42 @@
|
|
|
14
14
|
"Edit Message": "",
|
|
15
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "इमोजी मिलान",
|
|
17
|
-
"Empty message...": "
|
|
17
|
+
"Empty message...": "",
|
|
18
18
|
"Error loading": "लोड होने मे त्रुटि",
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
23
|
"Flag": "",
|
|
24
24
|
"Flag Message": "",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "त्वरित कमांड",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Message Reactions": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Message Reactions": "संदेश प्रतिक्रियाएँ",
|
|
32
32
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
33
33
|
"Message flagged": "",
|
|
34
34
|
"Mute User": "",
|
|
35
35
|
"Not supported": "समर्थित नहीं",
|
|
36
|
-
"Nothing yet...": "
|
|
36
|
+
"Nothing yet...": "",
|
|
37
37
|
"Ok": "",
|
|
38
38
|
"Only visible to you": "",
|
|
39
39
|
"Photo": "",
|
|
40
40
|
"Photos and Videos": "",
|
|
41
41
|
"Pin to Conversation": "",
|
|
42
|
-
"Pinned by": "
|
|
42
|
+
"Pinned by": "",
|
|
43
43
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
44
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
45
|
+
"Reconnecting...": "",
|
|
46
46
|
"Reply": "",
|
|
47
47
|
"Reply to Message": "",
|
|
48
48
|
"Resend": "",
|
|
49
|
-
"Search GIFs": "
|
|
50
|
-
"Send a message": "
|
|
49
|
+
"Search GIFs": "",
|
|
50
|
+
"Send a message": "",
|
|
51
51
|
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "
|
|
52
|
+
"Slow mode ON": "",
|
|
53
53
|
"The message has been reported to a moderator.": "",
|
|
54
54
|
"Thread Reply": "",
|
|
55
55
|
"Unblock User": "",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"Unpin from Conversation": "",
|
|
59
59
|
"Unread Messages": "",
|
|
60
60
|
"Video": "",
|
|
61
|
-
"You": "
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
61
|
+
"You": "",
|
|
62
|
+
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
63
63
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
64
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
-
"{{ replyCount }} Replies": "
|
|
66
|
-
"{{ replyCount }} Thread Replies": "
|
|
65
|
+
"{{ replyCount }} Replies": "",
|
|
66
|
+
"{{ replyCount }} Thread Replies": "",
|
|
67
67
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
68
|
+
"🏙 Attachment...": ""
|
|
69
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "",
|
|
@@ -14,42 +14,42 @@
|
|
|
14
14
|
"Edit Message": "",
|
|
15
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Abbinamento emoji",
|
|
17
|
-
"Empty message...": "
|
|
17
|
+
"Empty message...": "",
|
|
18
18
|
"Error loading": "Errore di caricamento",
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
23
|
"Flag": "",
|
|
24
24
|
"Flag Message": "",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "Comandi Istantanei",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Message Reactions": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Message Reactions": "Reazioni ai Messaggi",
|
|
32
32
|
"Message deleted": "Messaggio cancellato",
|
|
33
33
|
"Message flagged": "",
|
|
34
34
|
"Mute User": "",
|
|
35
35
|
"Not supported": "non supportato",
|
|
36
|
-
"Nothing yet...": "
|
|
36
|
+
"Nothing yet...": "",
|
|
37
37
|
"Ok": "",
|
|
38
38
|
"Only visible to you": "",
|
|
39
39
|
"Photo": "",
|
|
40
40
|
"Photos and Videos": "",
|
|
41
41
|
"Pin to Conversation": "",
|
|
42
|
-
"Pinned by": "
|
|
42
|
+
"Pinned by": "",
|
|
43
43
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
44
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
45
|
+
"Reconnecting...": "",
|
|
46
46
|
"Reply": "",
|
|
47
47
|
"Reply to Message": "",
|
|
48
48
|
"Resend": "",
|
|
49
|
-
"Search GIFs": "
|
|
50
|
-
"Send a message": "
|
|
49
|
+
"Search GIFs": "",
|
|
50
|
+
"Send a message": "",
|
|
51
51
|
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "
|
|
52
|
+
"Slow mode ON": "",
|
|
53
53
|
"The message has been reported to a moderator.": "",
|
|
54
54
|
"Thread Reply": "",
|
|
55
55
|
"Unblock User": "",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"Unpin from Conversation": "",
|
|
59
59
|
"Unread Messages": "",
|
|
60
60
|
"Video": "",
|
|
61
|
-
"You": "
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
61
|
+
"You": "",
|
|
62
|
+
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
63
63
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
64
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
-
"{{ replyCount }} Replies": "
|
|
66
|
-
"{{ replyCount }} Thread Replies": "
|
|
65
|
+
"{{ replyCount }} Replies": "",
|
|
66
|
+
"{{ replyCount }} Thread Replies": "",
|
|
67
67
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
68
|
+
"🏙 Attachment...": ""
|
|
69
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "",
|
|
@@ -14,42 +14,42 @@
|
|
|
14
14
|
"Edit Message": "",
|
|
15
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Emoji-overeenkomsten",
|
|
17
|
-
"Empty message...": "
|
|
17
|
+
"Empty message...": "",
|
|
18
18
|
"Error loading": "Probleem bij het laden",
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
23
|
"Flag": "",
|
|
24
24
|
"Flag Message": "",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "Directe Opdrachten",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Message Reactions": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Message Reactions": "Bericht Reacties",
|
|
32
32
|
"Message deleted": "Bericht verwijderd",
|
|
33
33
|
"Message flagged": "",
|
|
34
34
|
"Mute User": "",
|
|
35
35
|
"Not supported": "niet ondersteund",
|
|
36
|
-
"Nothing yet...": "
|
|
36
|
+
"Nothing yet...": "",
|
|
37
37
|
"Ok": "",
|
|
38
38
|
"Only visible to you": "",
|
|
39
39
|
"Photo": "",
|
|
40
40
|
"Photos and Videos": "",
|
|
41
41
|
"Pin to Conversation": "",
|
|
42
|
-
"Pinned by": "
|
|
42
|
+
"Pinned by": "",
|
|
43
43
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
44
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
45
|
+
"Reconnecting...": "",
|
|
46
46
|
"Reply": "",
|
|
47
47
|
"Reply to Message": "",
|
|
48
48
|
"Resend": "",
|
|
49
|
-
"Search GIFs": "
|
|
50
|
-
"Send a message": "
|
|
49
|
+
"Search GIFs": "",
|
|
50
|
+
"Send a message": "",
|
|
51
51
|
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "
|
|
52
|
+
"Slow mode ON": "",
|
|
53
53
|
"The message has been reported to a moderator.": "",
|
|
54
54
|
"Thread Reply": "",
|
|
55
55
|
"Unblock User": "",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"Unpin from Conversation": "",
|
|
59
59
|
"Unread Messages": "",
|
|
60
60
|
"Video": "",
|
|
61
|
-
"You": "
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
61
|
+
"You": "",
|
|
62
|
+
"You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
|
|
63
63
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
64
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
-
"{{ replyCount }} Replies": "
|
|
66
|
-
"{{ replyCount }} Thread Replies": "
|
|
65
|
+
"{{ replyCount }} Replies": "",
|
|
66
|
+
"{{ replyCount }} Thread Replies": "",
|
|
67
67
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
68
|
+
"🏙 Attachment...": ""
|
|
69
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "",
|
|
@@ -12,44 +12,44 @@
|
|
|
12
12
|
"Delete Message": "",
|
|
13
13
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
14
|
"Edit Message": "",
|
|
15
|
-
"Editing Message": "
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Соответствие эмодзи",
|
|
17
|
-
"Empty message...": "
|
|
17
|
+
"Empty message...": "",
|
|
18
18
|
"Error loading": "Ошибка при загрузке",
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
23
|
"Flag": "",
|
|
24
24
|
"Flag Message": "",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "Мгновенные Команды",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Message Reactions": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Message Reactions": "Сообщения Реакции",
|
|
32
32
|
"Message deleted": "Сообщение удалено",
|
|
33
33
|
"Message flagged": "",
|
|
34
34
|
"Mute User": "",
|
|
35
35
|
"Not supported": "не поддерживается",
|
|
36
|
-
"Nothing yet...": "
|
|
36
|
+
"Nothing yet...": "",
|
|
37
37
|
"Ok": "",
|
|
38
38
|
"Only visible to you": "",
|
|
39
39
|
"Photo": "",
|
|
40
40
|
"Photos and Videos": "",
|
|
41
41
|
"Pin to Conversation": "",
|
|
42
|
-
"Pinned by": "
|
|
42
|
+
"Pinned by": "",
|
|
43
43
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
44
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
45
|
+
"Reconnecting...": "",
|
|
46
46
|
"Reply": "",
|
|
47
47
|
"Reply to Message": "",
|
|
48
48
|
"Resend": "",
|
|
49
|
-
"Search GIFs": "
|
|
50
|
-
"Send a message": "
|
|
49
|
+
"Search GIFs": "",
|
|
50
|
+
"Send a message": "",
|
|
51
51
|
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "
|
|
52
|
+
"Slow mode ON": "",
|
|
53
53
|
"The message has been reported to a moderator.": "",
|
|
54
54
|
"Thread Reply": "",
|
|
55
55
|
"Unblock User": "",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"Unpin from Conversation": "",
|
|
59
59
|
"Unread Messages": "",
|
|
60
60
|
"Video": "",
|
|
61
|
-
"You": "
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
61
|
+
"You": "",
|
|
62
|
+
"You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
|
|
63
63
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
64
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
-
"{{ replyCount }} Replies": "
|
|
66
|
-
"{{ replyCount }} Thread Replies": "
|
|
65
|
+
"{{ replyCount }} Replies": "",
|
|
66
|
+
"{{ replyCount }} Thread Replies": "",
|
|
67
67
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
68
|
+
"🏙 Attachment...": ""
|
|
69
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "",
|
|
@@ -12,44 +12,44 @@
|
|
|
12
12
|
"Delete Message": "",
|
|
13
13
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
14
|
"Edit Message": "",
|
|
15
|
-
"Editing Message": "
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Emoji eşleştirme",
|
|
17
|
-
"Empty message...": "
|
|
17
|
+
"Empty message...": "",
|
|
18
18
|
"Error loading": "Yükleme hatası",
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
23
|
"Flag": "",
|
|
24
24
|
"Flag Message": "",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "Anlık Komutlar",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Message Reactions": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Message Reactions": "Mesaj Tepkileri",
|
|
32
32
|
"Message deleted": "Mesaj silindi",
|
|
33
33
|
"Message flagged": "",
|
|
34
34
|
"Mute User": "",
|
|
35
35
|
"Not supported": "Desteklenmiyor",
|
|
36
|
-
"Nothing yet...": "
|
|
36
|
+
"Nothing yet...": "",
|
|
37
37
|
"Ok": "",
|
|
38
38
|
"Only visible to you": "",
|
|
39
39
|
"Photo": "",
|
|
40
40
|
"Photos and Videos": "",
|
|
41
41
|
"Pin to Conversation": "",
|
|
42
|
-
"Pinned by": "
|
|
42
|
+
"Pinned by": "",
|
|
43
43
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
44
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
45
|
+
"Reconnecting...": "",
|
|
46
46
|
"Reply": "",
|
|
47
47
|
"Reply to Message": "",
|
|
48
48
|
"Resend": "",
|
|
49
|
-
"Search GIFs": "
|
|
50
|
-
"Send a message": "
|
|
49
|
+
"Search GIFs": "",
|
|
50
|
+
"Send a message": "",
|
|
51
51
|
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "
|
|
52
|
+
"Slow mode ON": "",
|
|
53
53
|
"The message has been reported to a moderator.": "",
|
|
54
54
|
"Thread Reply": "",
|
|
55
55
|
"Unblock User": "",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"Unpin from Conversation": "",
|
|
59
59
|
"Unread Messages": "",
|
|
60
60
|
"Video": "",
|
|
61
|
-
"You": "
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
61
|
+
"You": "",
|
|
62
|
+
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
63
63
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
64
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
-
"{{ replyCount }} Replies": "
|
|
66
|
-
"{{ replyCount }} Thread Replies": "
|
|
65
|
+
"{{ replyCount }} Replies": "",
|
|
66
|
+
"{{ replyCount }} Thread Replies": "",
|
|
67
67
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
68
|
+
"🏙 Attachment...": ""
|
|
69
69
|
}
|
|
@@ -385,8 +385,9 @@ var stringifyMessage = function stringifyMessage(_ref4) {
|
|
|
385
385
|
latest_reactions = _ref4.latest_reactions,
|
|
386
386
|
reply_count = _ref4.reply_count,
|
|
387
387
|
status = _ref4.status,
|
|
388
|
+
type = _ref4.type,
|
|
388
389
|
updated_at = _ref4.updated_at;
|
|
389
|
-
return "" + deleted_at + (latest_reactions ? latest_reactions.map(function (_ref5) {
|
|
390
|
+
return "" + type + deleted_at + (latest_reactions ? latest_reactions.map(function (_ref5) {
|
|
390
391
|
var type = _ref5.type;
|
|
391
392
|
return type;
|
|
392
393
|
}).join() : '') + reply_count + status + ((updated_at == null ? void 0 : updated_at.toISOString == null ? void 0 : updated_at.toISOString()) || updated_at);
|