stream-chat-react-native-core 5.29.1-beta.3 → 5.29.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/Channel/Channel.js +14 -19
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js +9 -13
- package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelList/utils.js +2 -1
- package/lib/commonjs/components/ChannelList/utils.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreview.js +1 -3
- package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js +6 -4
- package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +25 -3
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/commonjs/hooks/useTranslatedMessage.js +1 -0
- package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -0
- package/lib/commonjs/i18n/es.json +26 -25
- package/lib/commonjs/i18n/fr.json +26 -25
- package/lib/commonjs/i18n/he.json +26 -25
- package/lib/commonjs/i18n/hi.json +29 -28
- package/lib/commonjs/i18n/it.json +29 -28
- package/lib/commonjs/i18n/ja.json +29 -28
- package/lib/commonjs/i18n/ko.json +29 -28
- package/lib/commonjs/i18n/nl.json +29 -28
- package/lib/commonjs/i18n/pt-BR.json +29 -28
- package/lib/commonjs/i18n/ru.json +29 -28
- package/lib/commonjs/i18n/tr.json +29 -28
- package/lib/commonjs/icons/ChatIcon.js +23 -0
- package/lib/commonjs/icons/ChatIcon.js.map +1 -0
- package/lib/commonjs/icons/index.js +11 -0
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Channel/Channel.js +14 -19
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js +9 -13
- package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
- package/lib/module/components/ChannelList/utils.js +2 -1
- package/lib/module/components/ChannelList/utils.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreview.js +1 -3
- package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js +6 -4
- package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
- package/lib/module/components/Indicators/EmptyStateIndicator.js +25 -3
- package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/module/hooks/useTranslatedMessage.js +1 -0
- package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/module/i18n/en.json +1 -0
- package/lib/module/i18n/es.json +26 -25
- package/lib/module/i18n/fr.json +26 -25
- package/lib/module/i18n/he.json +26 -25
- package/lib/module/i18n/hi.json +29 -28
- package/lib/module/i18n/it.json +29 -28
- package/lib/module/i18n/ja.json +29 -28
- package/lib/module/i18n/ko.json +29 -28
- package/lib/module/i18n/nl.json +29 -28
- package/lib/module/i18n/pt-BR.json +29 -28
- package/lib/module/i18n/ru.json +29 -28
- package/lib/module/i18n/tr.json +29 -28
- package/lib/module/icons/ChatIcon.js +23 -0
- package/lib/module/icons/ChatIcon.js.map +1 -0
- package/lib/module/icons/index.js +11 -0
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/utils.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts +1 -1
- package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
- package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts +1 -1
- package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -1
- package/lib/typescript/hooks/useTranslatedMessage.d.ts +1 -1
- package/lib/typescript/hooks/useTranslatedMessage.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +1 -0
- package/lib/typescript/i18n/es.json +26 -25
- package/lib/typescript/i18n/fr.json +26 -25
- package/lib/typescript/i18n/he.json +26 -25
- package/lib/typescript/i18n/hi.json +29 -28
- package/lib/typescript/i18n/it.json +29 -28
- package/lib/typescript/i18n/ja.json +29 -28
- package/lib/typescript/i18n/ko.json +29 -28
- package/lib/typescript/i18n/nl.json +29 -28
- package/lib/typescript/i18n/pt-BR.json +29 -28
- package/lib/typescript/i18n/ru.json +29 -28
- package/lib/typescript/i18n/tr.json +29 -28
- package/lib/typescript/icons/ChatIcon.d.ts +4 -0
- package/lib/typescript/icons/ChatIcon.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +1 -0
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/lib/typescript/utils/Streami18n.d.ts +1 -0
- package/lib/typescript/utils/Streami18n.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/Channel/Channel.tsx +12 -12
- package/src/components/ChannelList/hooks/listeners/useNewMessage.ts +9 -14
- package/src/components/ChannelList/utils.ts +2 -1
- package/src/components/ChannelPreview/ChannelPreview.tsx +1 -6
- package/src/components/ChannelPreview/hooks/__tests__/useLatestMessagePreview.test.tsx +1 -1
- package/src/components/ChannelPreview/hooks/useLatestMessagePreview.ts +6 -13
- package/src/components/Indicators/EmptyStateIndicator.tsx +19 -2
- package/src/hooks/useTranslatedMessage.ts +3 -1
- package/src/i18n/en.json +1 -0
- package/src/i18n/es.json +26 -25
- package/src/i18n/fr.json +26 -25
- package/src/i18n/he.json +26 -25
- package/src/i18n/hi.json +29 -28
- package/src/i18n/it.json +29 -28
- package/src/i18n/ja.json +29 -28
- package/src/i18n/ko.json +29 -28
- package/src/i18n/nl.json +29 -28
- package/src/i18n/pt-BR.json +29 -28
- package/src/i18n/ru.json +29 -28
- package/src/i18n/tr.json +29 -28
- package/src/icons/ChatIcon.tsx +12 -0
- package/src/icons/index.ts +1 -0
- package/src/version.json +1 -1
package/src/i18n/he.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
22
|
-
"Error loading": "
|
|
23
|
-
"Error loading channel list...": "
|
|
24
|
-
"Error loading messages for this channel...": "
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "",
|
|
21
|
+
"Empty message...": "",
|
|
22
|
+
"Error loading": "",
|
|
23
|
+
"Error loading channel list...": "",
|
|
24
|
+
"Error loading messages for this channel...": "",
|
|
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
30
|
"Hold to start recording.": "",
|
|
31
|
-
"How about sending your first message to a friend?": "
|
|
31
|
+
"How about sending your first message to a friend?": "",
|
|
32
32
|
"Instant Commands": "",
|
|
33
|
-
"Let's start chatting!": "
|
|
33
|
+
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
36
36
|
"Loading messages...": "",
|
|
@@ -40,25 +40,26 @@
|
|
|
40
40
|
"Message deleted": "ההודעה נמחקה",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
|
+
"No chats here yet…": "",
|
|
43
44
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
45
|
+
"Nothing yet...": "",
|
|
45
46
|
"Ok": "",
|
|
46
47
|
"Only visible to you": "גלוי רק לך",
|
|
47
48
|
"Open Settings": "",
|
|
48
|
-
"Photo": "
|
|
49
|
+
"Photo": "",
|
|
49
50
|
"Photos and Videos": "",
|
|
50
51
|
"Pin to Conversation": "",
|
|
51
52
|
"Pinned by": "",
|
|
52
53
|
"Please allow Audio permissions in settings.": "",
|
|
53
54
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
55
|
"Please select a channel first": "",
|
|
55
|
-
"Reconnecting...": "
|
|
56
|
+
"Reconnecting...": "",
|
|
56
57
|
"Reply": "",
|
|
57
58
|
"Reply to Message": "",
|
|
58
59
|
"Resend": "",
|
|
59
60
|
"Search GIFs": "",
|
|
60
61
|
"Select More Photos": "",
|
|
61
|
-
"Send Anyway": "
|
|
62
|
+
"Send Anyway": "",
|
|
62
63
|
"Send a message": "",
|
|
63
64
|
"Sending links is not allowed in this conversation": "",
|
|
64
65
|
"Slow mode ON": "",
|
|
@@ -69,13 +70,13 @@
|
|
|
69
70
|
"Unmute User": "",
|
|
70
71
|
"Unpin from Conversation": "",
|
|
71
72
|
"Unread Messages": "הודעות שטרם נקרו",
|
|
72
|
-
"Video": "
|
|
73
|
-
"You": "
|
|
74
|
-
"You can't send messages in this channel": "
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
73
|
+
"Video": "",
|
|
74
|
+
"You": "",
|
|
75
|
+
"You can't send messages in this channel": "",
|
|
76
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
77
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "",
|
|
79
|
-
"{{ user }} is typing": "
|
|
80
|
-
"🏙 Attachment...": "
|
|
78
|
+
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
|
|
80
|
+
"{{ user }} is typing": "",
|
|
81
|
+
"🏙 Attachment...": ""
|
|
81
82
|
}
|
package/src/i18n/hi.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "",
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 धागा उत्तर",
|
|
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
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
22
|
-
"Error loading": "
|
|
23
|
-
"Error loading channel list...": "
|
|
24
|
-
"Error loading messages for this channel...": "
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "",
|
|
21
|
+
"Empty message...": "",
|
|
22
|
+
"Error loading": "",
|
|
23
|
+
"Error loading channel list...": "",
|
|
24
|
+
"Error loading messages for this channel...": "",
|
|
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
30
|
"Hold to start recording.": "",
|
|
31
|
-
"How about sending your first message to a friend?": "
|
|
31
|
+
"How about sending your first message to a friend?": "",
|
|
32
32
|
"Instant Commands": "",
|
|
33
|
-
"Let's start chatting!": "
|
|
33
|
+
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
36
36
|
"Loading messages...": "",
|
|
@@ -40,28 +40,29 @@
|
|
|
40
40
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
|
+
"No chats here yet…": "",
|
|
43
44
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
45
|
+
"Nothing yet...": "",
|
|
45
46
|
"Ok": "",
|
|
46
47
|
"Only visible to you": "केवल आपको दिखाई दे रहा है",
|
|
47
48
|
"Open Settings": "",
|
|
48
|
-
"Photo": "
|
|
49
|
+
"Photo": "",
|
|
49
50
|
"Photos and Videos": "",
|
|
50
51
|
"Pin to Conversation": "",
|
|
51
52
|
"Pinned by": "",
|
|
52
53
|
"Please allow Audio permissions in settings.": "",
|
|
53
54
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
55
|
"Please select a channel first": "",
|
|
55
|
-
"Reconnecting...": "
|
|
56
|
+
"Reconnecting...": "",
|
|
56
57
|
"Reply": "",
|
|
57
58
|
"Reply to Message": "",
|
|
58
59
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
60
|
+
"Search GIFs": "",
|
|
60
61
|
"Select More Photos": "",
|
|
61
|
-
"Send Anyway": "
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send Anyway": "",
|
|
63
|
+
"Send a message": "",
|
|
63
64
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
65
|
+
"Slow mode ON": "",
|
|
65
66
|
"The message has been reported to a moderator.": "",
|
|
66
67
|
"Thread Reply": "",
|
|
67
68
|
"Unblock User": "",
|
|
@@ -69,13 +70,13 @@
|
|
|
69
70
|
"Unmute User": "",
|
|
70
71
|
"Unpin from Conversation": "",
|
|
71
72
|
"Unread Messages": "अपठित संदेश",
|
|
72
|
-
"Video": "
|
|
73
|
-
"You": "
|
|
74
|
-
"You can't send messages in this channel": "
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
73
|
+
"Video": "",
|
|
74
|
+
"You": "",
|
|
75
|
+
"You can't send messages in this channel": "",
|
|
76
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
77
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "",
|
|
79
|
-
"{{ user }} is typing": "
|
|
80
|
-
"🏙 Attachment...": "
|
|
78
|
+
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
|
|
80
|
+
"{{ user }} is typing": "",
|
|
81
|
+
"🏙 Attachment...": ""
|
|
81
82
|
}
|
package/src/i18n/it.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "",
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
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
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
22
|
-
"Error loading": "
|
|
23
|
-
"Error loading channel list...": "
|
|
24
|
-
"Error loading messages for this channel...": "
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "",
|
|
21
|
+
"Empty message...": "",
|
|
22
|
+
"Error loading": "",
|
|
23
|
+
"Error loading channel list...": "",
|
|
24
|
+
"Error loading messages for this channel...": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"File type not supported": "Tipo di file non supportato",
|
|
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
30
|
"Hold to start recording.": "",
|
|
31
|
-
"How about sending your first message to a friend?": "
|
|
31
|
+
"How about sending your first message to a friend?": "",
|
|
32
32
|
"Instant Commands": "",
|
|
33
|
-
"Let's start chatting!": "
|
|
33
|
+
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
36
36
|
"Loading messages...": "",
|
|
@@ -40,28 +40,29 @@
|
|
|
40
40
|
"Message deleted": "Messaggio cancellato",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
|
+
"No chats here yet…": "",
|
|
43
44
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
45
|
+
"Nothing yet...": "",
|
|
45
46
|
"Ok": "",
|
|
46
47
|
"Only visible to you": "Visibile solo a te",
|
|
47
48
|
"Open Settings": "",
|
|
48
|
-
"Photo": "
|
|
49
|
+
"Photo": "",
|
|
49
50
|
"Photos and Videos": "",
|
|
50
51
|
"Pin to Conversation": "",
|
|
51
52
|
"Pinned by": "",
|
|
52
53
|
"Please allow Audio permissions in settings.": "",
|
|
53
54
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
55
|
"Please select a channel first": "",
|
|
55
|
-
"Reconnecting...": "
|
|
56
|
+
"Reconnecting...": "",
|
|
56
57
|
"Reply": "",
|
|
57
58
|
"Reply to Message": "",
|
|
58
59
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
60
|
+
"Search GIFs": "",
|
|
60
61
|
"Select More Photos": "",
|
|
61
|
-
"Send Anyway": "
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send Anyway": "",
|
|
63
|
+
"Send a message": "",
|
|
63
64
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
65
|
+
"Slow mode ON": "",
|
|
65
66
|
"The message has been reported to a moderator.": "",
|
|
66
67
|
"Thread Reply": "",
|
|
67
68
|
"Unblock User": "",
|
|
@@ -69,13 +70,13 @@
|
|
|
69
70
|
"Unmute User": "",
|
|
70
71
|
"Unpin from Conversation": "",
|
|
71
72
|
"Unread Messages": "Messaggi non letti",
|
|
72
|
-
"Video": "
|
|
73
|
-
"You": "
|
|
74
|
-
"You can't send messages in this channel": "
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
73
|
+
"Video": "",
|
|
74
|
+
"You": "",
|
|
75
|
+
"You can't send messages in this channel": "",
|
|
76
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
77
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "",
|
|
79
|
-
"{{ user }} is typing": "
|
|
80
|
-
"🏙 Attachment...": "
|
|
78
|
+
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
80
|
+
"{{ user }} is typing": "",
|
|
81
|
+
"🏙 Attachment...": ""
|
|
81
82
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "",
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "1件のスレッド返信",
|
|
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
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
22
|
-
"Error loading": "
|
|
23
|
-
"Error loading channel list...": "
|
|
24
|
-
"Error loading messages for this channel...": "
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "",
|
|
21
|
+
"Empty message...": "",
|
|
22
|
+
"Error loading": "",
|
|
23
|
+
"Error loading channel list...": "",
|
|
24
|
+
"Error loading messages for this channel...": "",
|
|
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
30
|
"Hold to start recording.": "",
|
|
31
|
-
"How about sending your first message to a friend?": "
|
|
31
|
+
"How about sending your first message to a friend?": "",
|
|
32
32
|
"Instant Commands": "",
|
|
33
|
-
"Let's start chatting!": "
|
|
33
|
+
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
36
36
|
"Loading messages...": "",
|
|
@@ -40,28 +40,29 @@
|
|
|
40
40
|
"Message deleted": "メッセージが削除されました",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
|
+
"No chats here yet…": "",
|
|
43
44
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
45
|
+
"Nothing yet...": "",
|
|
45
46
|
"Ok": "",
|
|
46
47
|
"Only visible to you": "あなただけに見える",
|
|
47
48
|
"Open Settings": "",
|
|
48
|
-
"Photo": "
|
|
49
|
+
"Photo": "",
|
|
49
50
|
"Photos and Videos": "",
|
|
50
51
|
"Pin to Conversation": "",
|
|
51
52
|
"Pinned by": "",
|
|
52
53
|
"Please allow Audio permissions in settings.": "",
|
|
53
54
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
55
|
"Please select a channel first": "",
|
|
55
|
-
"Reconnecting...": "
|
|
56
|
+
"Reconnecting...": "",
|
|
56
57
|
"Reply": "",
|
|
57
58
|
"Reply to Message": "",
|
|
58
59
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
60
|
+
"Search GIFs": "",
|
|
60
61
|
"Select More Photos": "",
|
|
61
|
-
"Send Anyway": "
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send Anyway": "",
|
|
63
|
+
"Send a message": "",
|
|
63
64
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
65
|
+
"Slow mode ON": "",
|
|
65
66
|
"The message has been reported to a moderator.": "",
|
|
66
67
|
"Thread Reply": "",
|
|
67
68
|
"Unblock User": "",
|
|
@@ -69,13 +70,13 @@
|
|
|
69
70
|
"Unmute User": "",
|
|
70
71
|
"Unpin from Conversation": "",
|
|
71
72
|
"Unread Messages": "未読メッセージ",
|
|
72
|
-
"Video": "
|
|
73
|
-
"You": "
|
|
74
|
-
"You can't send messages in this channel": "
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
73
|
+
"Video": "",
|
|
74
|
+
"You": "",
|
|
75
|
+
"You can't send messages in this channel": "",
|
|
76
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
77
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "",
|
|
79
|
-
"{{ user }} is typing": "
|
|
80
|
-
"🏙 Attachment...": "
|
|
78
|
+
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
|
|
80
|
+
"{{ user }} is typing": "",
|
|
81
|
+
"🏙 Attachment...": ""
|
|
81
82
|
}
|
package/src/i18n/ko.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "",
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "1개의 스레드 답글",
|
|
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
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
22
|
-
"Error loading": "
|
|
23
|
-
"Error loading channel list...": "
|
|
24
|
-
"Error loading messages for this channel...": "
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "",
|
|
21
|
+
"Empty message...": "",
|
|
22
|
+
"Error loading": "",
|
|
23
|
+
"Error loading channel list...": "",
|
|
24
|
+
"Error loading messages for this channel...": "",
|
|
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
30
|
"Hold to start recording.": "",
|
|
31
|
-
"How about sending your first message to a friend?": "
|
|
31
|
+
"How about sending your first message to a friend?": "",
|
|
32
32
|
"Instant Commands": "",
|
|
33
|
-
"Let's start chatting!": "
|
|
33
|
+
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
36
36
|
"Loading messages...": "",
|
|
@@ -40,28 +40,29 @@
|
|
|
40
40
|
"Message deleted": "메시지가 삭제되었습니다.",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
|
+
"No chats here yet…": "",
|
|
43
44
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
45
|
+
"Nothing yet...": "",
|
|
45
46
|
"Ok": "",
|
|
46
47
|
"Only visible to you": "당신만 볼 수 있습니다",
|
|
47
48
|
"Open Settings": "",
|
|
48
|
-
"Photo": "
|
|
49
|
+
"Photo": "",
|
|
49
50
|
"Photos and Videos": "",
|
|
50
51
|
"Pin to Conversation": "",
|
|
51
52
|
"Pinned by": "",
|
|
52
53
|
"Please allow Audio permissions in settings.": "",
|
|
53
54
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
55
|
"Please select a channel first": "",
|
|
55
|
-
"Reconnecting...": "
|
|
56
|
+
"Reconnecting...": "",
|
|
56
57
|
"Reply": "",
|
|
57
58
|
"Reply to Message": "",
|
|
58
59
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
60
|
+
"Search GIFs": "",
|
|
60
61
|
"Select More Photos": "",
|
|
61
|
-
"Send Anyway": "
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send Anyway": "",
|
|
63
|
+
"Send a message": "",
|
|
63
64
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
65
|
+
"Slow mode ON": "",
|
|
65
66
|
"The message has been reported to a moderator.": "",
|
|
66
67
|
"Thread Reply": "",
|
|
67
68
|
"Unblock User": "",
|
|
@@ -69,13 +70,13 @@
|
|
|
69
70
|
"Unmute User": "",
|
|
70
71
|
"Unpin from Conversation": "",
|
|
71
72
|
"Unread Messages": "읽지 않은 메시지",
|
|
72
|
-
"Video": "
|
|
73
|
-
"You": "
|
|
74
|
-
"You can't send messages in this channel": "
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
73
|
+
"Video": "",
|
|
74
|
+
"You": "",
|
|
75
|
+
"You can't send messages in this channel": "",
|
|
76
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
77
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "",
|
|
79
|
-
"{{ user }} is typing": "
|
|
80
|
-
"🏙 Attachment...": "
|
|
78
|
+
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
|
|
80
|
+
"{{ user }} is typing": "",
|
|
81
|
+
"🏙 Attachment...": ""
|
|
81
82
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
3
|
-
"1 Thread Reply": "",
|
|
2
|
+
"1 Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 thread antwoord",
|
|
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
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "
|
|
22
|
-
"Error loading": "
|
|
23
|
-
"Error loading channel list...": "
|
|
24
|
-
"Error loading messages for this channel...": "
|
|
25
|
-
"Error while loading, please reload/refresh": "
|
|
26
|
-
"File type not supported": "",
|
|
21
|
+
"Empty message...": "",
|
|
22
|
+
"Error loading": "",
|
|
23
|
+
"Error loading channel list...": "",
|
|
24
|
+
"Error loading messages for this channel...": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"File type not supported": "Bestandstype niet ondersteund",
|
|
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
30
|
"Hold to start recording.": "",
|
|
31
|
-
"How about sending your first message to a friend?": "
|
|
31
|
+
"How about sending your first message to a friend?": "",
|
|
32
32
|
"Instant Commands": "",
|
|
33
|
-
"Let's start chatting!": "
|
|
33
|
+
"Let's start chatting!": "",
|
|
34
34
|
"Links are disabled": "",
|
|
35
35
|
"Loading channels...": "",
|
|
36
36
|
"Loading messages...": "",
|
|
@@ -40,28 +40,29 @@
|
|
|
40
40
|
"Message deleted": "Bericht verwijderd",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
|
+
"No chats here yet…": "",
|
|
43
44
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "
|
|
45
|
+
"Nothing yet...": "",
|
|
45
46
|
"Ok": "",
|
|
46
47
|
"Only visible to you": "Alleen zichtbaar voor jou",
|
|
47
48
|
"Open Settings": "",
|
|
48
|
-
"Photo": "
|
|
49
|
+
"Photo": "",
|
|
49
50
|
"Photos and Videos": "",
|
|
50
51
|
"Pin to Conversation": "",
|
|
51
52
|
"Pinned by": "",
|
|
52
53
|
"Please allow Audio permissions in settings.": "",
|
|
53
54
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
54
55
|
"Please select a channel first": "",
|
|
55
|
-
"Reconnecting...": "
|
|
56
|
+
"Reconnecting...": "",
|
|
56
57
|
"Reply": "",
|
|
57
58
|
"Reply to Message": "",
|
|
58
59
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
60
|
+
"Search GIFs": "",
|
|
60
61
|
"Select More Photos": "",
|
|
61
|
-
"Send Anyway": "
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send Anyway": "",
|
|
63
|
+
"Send a message": "",
|
|
63
64
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
65
|
+
"Slow mode ON": "",
|
|
65
66
|
"The message has been reported to a moderator.": "",
|
|
66
67
|
"Thread Reply": "",
|
|
67
68
|
"Unblock User": "",
|
|
@@ -69,13 +70,13 @@
|
|
|
69
70
|
"Unmute User": "",
|
|
70
71
|
"Unpin from Conversation": "",
|
|
71
72
|
"Unread Messages": "Ongelezen Berichten",
|
|
72
|
-
"Video": "
|
|
73
|
-
"You": "
|
|
74
|
-
"You can't send messages in this channel": "
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
73
|
+
"Video": "",
|
|
74
|
+
"You": "",
|
|
75
|
+
"You can't send messages in this channel": "",
|
|
76
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
76
77
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "
|
|
78
|
-
"{{ replyCount }} Thread Replies": "",
|
|
79
|
-
"{{ user }} is typing": "
|
|
80
|
-
"🏙 Attachment...": "
|
|
78
|
+
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
|
|
80
|
+
"{{ user }} is typing": "",
|
|
81
|
+
"🏙 Attachment...": ""
|
|
81
82
|
}
|