stream-chat-react-native-core 5.29.0-beta.1 → 5.29.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/renderText.js +11 -9
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/commonjs/i18n/es.json +22 -22
- package/lib/commonjs/i18n/fr.json +22 -22
- package/lib/commonjs/i18n/he.json +22 -22
- package/lib/commonjs/i18n/hi.json +22 -22
- package/lib/commonjs/i18n/it.json +22 -22
- package/lib/commonjs/i18n/ja.json +22 -22
- package/lib/commonjs/i18n/ko.json +22 -22
- package/lib/commonjs/i18n/nl.json +22 -22
- package/lib/commonjs/i18n/pt-BR.json +22 -22
- package/lib/commonjs/i18n/ru.json +22 -22
- package/lib/commonjs/i18n/tr.json +22 -22
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Message/MessageSimple/utils/renderText.js +11 -9
- package/lib/module/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/module/i18n/es.json +22 -22
- package/lib/module/i18n/fr.json +22 -22
- package/lib/module/i18n/he.json +22 -22
- package/lib/module/i18n/hi.json +22 -22
- package/lib/module/i18n/it.json +22 -22
- package/lib/module/i18n/ja.json +22 -22
- package/lib/module/i18n/ko.json +22 -22
- package/lib/module/i18n/nl.json +22 -22
- package/lib/module/i18n/pt-BR.json +22 -22
- package/lib/module/i18n/ru.json +22 -22
- package/lib/module/i18n/tr.json +22 -22
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts.map +1 -1
- package/lib/typescript/i18n/es.json +22 -22
- package/lib/typescript/i18n/fr.json +22 -22
- package/lib/typescript/i18n/he.json +22 -22
- package/lib/typescript/i18n/hi.json +22 -22
- package/lib/typescript/i18n/it.json +22 -22
- package/lib/typescript/i18n/ja.json +22 -22
- package/lib/typescript/i18n/ko.json +22 -22
- package/lib/typescript/i18n/nl.json +22 -22
- package/lib/typescript/i18n/pt-BR.json +22 -22
- package/lib/typescript/i18n/ru.json +22 -22
- package/lib/typescript/i18n/tr.json +22 -22
- package/package.json +1 -1
- package/src/components/Message/MessageSimple/utils/renderText.tsx +10 -16
- package/src/i18n/es.json +22 -22
- package/src/i18n/fr.json +22 -22
- package/src/i18n/he.json +22 -22
- package/src/i18n/hi.json +22 -22
- package/src/i18n/it.json +22 -22
- package/src/i18n/ja.json +22 -22
- package/src/i18n/ko.json +22 -22
- package/src/i18n/nl.json +22 -22
- package/src/i18n/pt-BR.json +22 -22
- package/src/i18n/ru.json +22 -22
- package/src/i18n/tr.json +22 -22
- package/src/version.json +1 -1
|
@@ -154,16 +154,18 @@ var renderText = function renderText(params) {
|
|
|
154
154
|
children: output(node.content, state)
|
|
155
155
|
}, state.key);
|
|
156
156
|
};
|
|
157
|
+
function escapeRegExp(text) {
|
|
158
|
+
return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
|
|
159
|
+
}
|
|
157
160
|
var mentioned_users = message.mentioned_users;
|
|
158
|
-
var
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}, '') : '';
|
|
161
|
+
var mentionedUsernames = (mentioned_users || []).map(function (user) {
|
|
162
|
+
return user.name || user.id;
|
|
163
|
+
}).filter(Boolean).sort(function (a, b) {
|
|
164
|
+
return b.length - a.length;
|
|
165
|
+
}).map(escapeRegExp);
|
|
166
|
+
var mentionedUsers = mentionedUsernames.map(function (username) {
|
|
167
|
+
return "@".concat(username);
|
|
168
|
+
}).join('|');
|
|
167
169
|
var regEx = new RegExp("^\\B(".concat(mentionedUsers, ")"), 'g');
|
|
168
170
|
var mentionsMatchFunction = function mentionsMatchFunction(source) {
|
|
169
171
|
return regEx.exec(source);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeMarkdownPackage","_simpleMarkdown","_generateMarkdownText","_jsxRuntime","_this","_jsxFileName","defaultMarkdownStyles","inlineCode","fontSize","padding","paddingHorizontal","list","marginBottom","marginTop","listItemNumber","fontWeight","listItemText","flex","listRow","flexDirection","mentions","paragraph","paragraphCenter","paragraphWithImage","mentionsParseFunction","capture","parse","state","content","parseInline","renderText","params","colors","markdownRules","markdownStyles","message","messageOverlay","messageTextNumberOfLines","onLinkParams","onLink","onLongPressParam","onLongPress","onlyEmojis","onPressParam","onPress","preventPress","text","markdownText","generateMarkdownText","styles","Object","assign","autolink","color","accent_blue","backgroundColor","white_smoke","borderColor","grey_gainsboro","accent_red","black","url","pattern","RegExp","test","Linking","canOpenURL","then","canOpenUrl","openURL","previousLink","linkReact","node","output","_ref","_objectDestructuringEmpty2","withinLink","target","event","additionalInfo","defaultHandler","emitter","jsx","Text","style","suppressHighlighting","children","key","paragraphTextReact","_ref2","undefined","numberOfLines","mentioned_users","mentionedUsers","Array","isArray","reduce","acc","cur","userName","name","id","concat","length","replace","match","regEx","mentionsMatchFunction","source","exec","mentionsReact","_ref3","_node$content$","_node$content$$conten","substring","user","find","current","listReact","ListOutput","customRules","image","link","react","reflink","sublist","order","defaultRules","rules","JSON","stringify","exports","_ref4","isSublist","withinList","parentTypes","View","items","map","item","index","_item$","indexAfterStart","start","ListRow","testID","Bullet","ordered","listItemBullet","type","isSublistWithinText","includes","jsxs","ListItem","_ref5","_ref6","_ref7"],"sourceRoot":"../../../../../../src","sources":["components/Message/MessageSimple/utils/renderText.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeMarkdownPackage","_simpleMarkdown","_generateMarkdownText","_jsxRuntime","_this","_jsxFileName","defaultMarkdownStyles","inlineCode","fontSize","padding","paddingHorizontal","list","marginBottom","marginTop","listItemNumber","fontWeight","listItemText","flex","listRow","flexDirection","mentions","paragraph","paragraphCenter","paragraphWithImage","mentionsParseFunction","capture","parse","state","content","parseInline","renderText","params","colors","markdownRules","markdownStyles","message","messageOverlay","messageTextNumberOfLines","onLinkParams","onLink","onLongPressParam","onLongPress","onlyEmojis","onPressParam","onPress","preventPress","text","markdownText","generateMarkdownText","styles","Object","assign","autolink","color","accent_blue","backgroundColor","white_smoke","borderColor","grey_gainsboro","accent_red","black","url","pattern","RegExp","test","Linking","canOpenURL","then","canOpenUrl","openURL","previousLink","linkReact","node","output","_ref","_objectDestructuringEmpty2","withinLink","target","event","additionalInfo","defaultHandler","emitter","jsx","Text","style","suppressHighlighting","children","key","paragraphTextReact","_ref2","undefined","numberOfLines","escapeRegExp","replace","mentioned_users","mentionedUsernames","map","user","name","id","filter","Boolean","sort","a","b","length","mentionedUsers","username","concat","join","regEx","mentionsMatchFunction","source","exec","mentionsReact","_ref3","_node$content$","_node$content$$conten","userName","substring","find","Array","isArray","reduce","acc","current","listReact","ListOutput","customRules","image","match","link","react","reflink","sublist","order","defaultRules","rules","JSON","stringify","exports","_ref4","isSublist","withinList","parentTypes","View","items","item","index","_item$","indexAfterStart","start","ListRow","testID","Bullet","ordered","listItemBullet","type","isSublistWithinText","includes","jsxs","ListItem","_ref5","_ref6","_ref7"],"sourceRoot":"../../../../../../src","sources":["components/Message/MessageSimple/utils/renderText.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "También enviar al canal",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
20
|
+
"Emoji matching": "Coincidencia de emoji",
|
|
21
|
+
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "
|
|
25
|
+
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
-
"Hold to start recording.": "
|
|
30
|
+
"Hold to start recording.": "",
|
|
31
31
|
"How about sending your first message to a friend?": "",
|
|
32
|
-
"Instant Commands": "",
|
|
32
|
+
"Instant Commands": "Comandos instantáneos",
|
|
33
33
|
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
44
|
+
"Nothing yet...": "",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "Solo visible para ti",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "Foto",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
|
-
"Pinned by": "",
|
|
52
|
-
"Please allow Audio permissions in settings.": "
|
|
51
|
+
"Pinned by": "Fijado por",
|
|
52
|
+
"Please allow Audio permissions in settings.": "",
|
|
53
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "Reconectando...",
|
|
56
56
|
"Reply": "",
|
|
57
57
|
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
59
|
+
"Search GIFs": "",
|
|
60
60
|
"Select More Photos": "",
|
|
61
61
|
"Send Anyway": "",
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send a message": "",
|
|
63
63
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
64
|
+
"Slow mode ON": "",
|
|
65
65
|
"The message has been reported to a moderator.": "",
|
|
66
66
|
"Thread Reply": "",
|
|
67
67
|
"Unblock User": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "Video",
|
|
73
73
|
"You": "Tú",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
74
|
+
"You can't send messages in this channel": "No puedes enviar mensajes en este canal",
|
|
75
75
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
+
"{{ replyCount }} Replies": "",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
79
|
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": "
|
|
80
|
+
"🏙 Attachment...": ""
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Envoyer également à la chaîne",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
20
|
+
"Emoji matching": "Correspondance Emoji",
|
|
21
|
+
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "
|
|
25
|
+
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
-
"Hold to start recording.": "
|
|
30
|
+
"Hold to start recording.": "",
|
|
31
31
|
"How about sending your first message to a friend?": "",
|
|
32
|
-
"Instant Commands": "",
|
|
32
|
+
"Instant Commands": "Commandes Instantanées",
|
|
33
33
|
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
44
|
+
"Nothing yet...": "",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "Seulement visible par vous",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "Photo",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
|
-
"Pinned by": "",
|
|
52
|
-
"Please allow Audio permissions in settings.": "
|
|
51
|
+
"Pinned by": "Épinglé par",
|
|
52
|
+
"Please allow Audio permissions in settings.": "",
|
|
53
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "Se Reconnecter...",
|
|
56
56
|
"Reply": "",
|
|
57
57
|
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
59
|
+
"Search GIFs": "",
|
|
60
60
|
"Select More Photos": "",
|
|
61
61
|
"Send Anyway": "",
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send a message": "",
|
|
63
63
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
64
|
+
"Slow mode ON": "",
|
|
65
65
|
"The message has been reported to a moderator.": "",
|
|
66
66
|
"Thread Reply": "",
|
|
67
67
|
"Unblock User": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "Vidéo",
|
|
73
73
|
"You": "Toi",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
74
|
+
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
75
75
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
+
"{{ replyCount }} Replies": "",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
79
|
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": "
|
|
80
|
+
"🏙 Attachment...": ""
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "שלח/י הודעה לשיחה",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
20
|
+
"Emoji matching": "התאמת אמוג'י",
|
|
21
|
+
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "
|
|
25
|
+
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
-
"Hold to start recording.": "
|
|
30
|
+
"Hold to start recording.": "",
|
|
31
31
|
"How about sending your first message to a friend?": "",
|
|
32
|
-
"Instant Commands": "",
|
|
32
|
+
"Instant Commands": "פעולות מיידיות",
|
|
33
33
|
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
44
|
+
"Nothing yet...": "",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "גלוי רק לך",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "תמונה",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
|
-
"Pinned by": "",
|
|
52
|
-
"Please allow Audio permissions in settings.": "
|
|
51
|
+
"Pinned by": " - הוצמד לשיחה",
|
|
52
|
+
"Please allow Audio permissions in settings.": "",
|
|
53
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "מתחבר מחדש...",
|
|
56
56
|
"Reply": "",
|
|
57
57
|
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
59
|
+
"Search GIFs": "",
|
|
60
60
|
"Select More Photos": "",
|
|
61
61
|
"Send Anyway": "",
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send a message": "",
|
|
63
63
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
64
|
+
"Slow mode ON": "",
|
|
65
65
|
"The message has been reported to a moderator.": "",
|
|
66
66
|
"Thread Reply": "",
|
|
67
67
|
"Unblock User": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "וִידֵאוֹ",
|
|
73
73
|
"You": "את/ה",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
74
|
+
"You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
|
|
75
75
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
+
"{{ replyCount }} Replies": "",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
79
|
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": "
|
|
80
|
+
"🏙 Attachment...": ""
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "चैनल को भी भेजें",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
20
|
+
"Emoji matching": "इमोजी मिलान",
|
|
21
|
+
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "
|
|
25
|
+
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
-
"Hold to start recording.": "
|
|
30
|
+
"Hold to start recording.": "",
|
|
31
31
|
"How about sending your first message to a friend?": "",
|
|
32
|
-
"Instant Commands": "",
|
|
32
|
+
"Instant Commands": "त्वरित कमांड",
|
|
33
33
|
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
44
|
+
"Nothing yet...": "",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "केवल आपको दिखाई दे रहा है",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "तस्वीर",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
|
-
"Pinned by": "",
|
|
52
|
-
"Please allow Audio permissions in settings.": "
|
|
51
|
+
"Pinned by": "द्वारा पिन किया गया",
|
|
52
|
+
"Please allow Audio permissions in settings.": "",
|
|
53
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
56
56
|
"Reply": "",
|
|
57
57
|
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
59
|
+
"Search GIFs": "",
|
|
60
60
|
"Select More Photos": "",
|
|
61
61
|
"Send Anyway": "",
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send a message": "",
|
|
63
63
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
64
|
+
"Slow mode ON": "",
|
|
65
65
|
"The message has been reported to a moderator.": "",
|
|
66
66
|
"Thread Reply": "",
|
|
67
67
|
"Unblock User": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "वीडियो",
|
|
73
73
|
"You": "आप",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
74
|
+
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
75
75
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
+
"{{ replyCount }} Replies": "",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
79
|
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": "
|
|
80
|
+
"🏙 Attachment...": ""
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Invia anche al canale",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
20
|
+
"Emoji matching": "Abbinamento emoji",
|
|
21
|
+
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
23
23
|
"Error loading channel list...": "",
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "
|
|
25
|
+
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
|
-
"Hold to start recording.": "
|
|
30
|
+
"Hold to start recording.": "",
|
|
31
31
|
"How about sending your first message to a friend?": "",
|
|
32
|
-
"Instant Commands": "",
|
|
32
|
+
"Instant Commands": "Comandi Istantanei",
|
|
33
33
|
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
44
|
+
"Nothing yet...": "",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "Visibile solo a te",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "Foto",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
|
-
"Pinned by": "",
|
|
52
|
-
"Please allow Audio permissions in settings.": "
|
|
51
|
+
"Pinned by": "Fissato da",
|
|
52
|
+
"Please allow Audio permissions in settings.": "",
|
|
53
53
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "Ricollegarsi...",
|
|
56
56
|
"Reply": "",
|
|
57
57
|
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
59
|
+
"Search GIFs": "",
|
|
60
60
|
"Select More Photos": "",
|
|
61
61
|
"Send Anyway": "",
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send a message": "",
|
|
63
63
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
64
|
+
"Slow mode ON": "",
|
|
65
65
|
"The message has been reported to a moderator.": "",
|
|
66
66
|
"Thread Reply": "",
|
|
67
67
|
"Unblock User": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "Video",
|
|
73
73
|
"You": "Tu",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
74
|
+
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
75
75
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
77
|
+
"{{ replyCount }} Replies": "",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
79
|
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": "
|
|
80
|
+
"🏙 Attachment...": ""
|
|
81
81
|
}
|