stream-chat-react-native-core 5.30.0-beta.2 → 5.30.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/MessageList/MessageList.js +2 -2
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/i18n/es.json +14 -14
- package/lib/commonjs/i18n/fr.json +14 -14
- package/lib/commonjs/i18n/he.json +14 -14
- package/lib/commonjs/i18n/hi.json +14 -14
- package/lib/commonjs/i18n/it.json +14 -14
- package/lib/commonjs/i18n/ja.json +14 -14
- package/lib/commonjs/i18n/ko.json +14 -14
- package/lib/commonjs/i18n/nl.json +14 -14
- package/lib/commonjs/i18n/pt-BR.json +14 -14
- package/lib/commonjs/i18n/ru.json +14 -14
- package/lib/commonjs/i18n/tr.json +14 -14
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/MessageList/MessageList.js +2 -2
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/i18n/es.json +14 -14
- package/lib/module/i18n/fr.json +14 -14
- package/lib/module/i18n/he.json +14 -14
- package/lib/module/i18n/hi.json +14 -14
- package/lib/module/i18n/it.json +14 -14
- package/lib/module/i18n/ja.json +14 -14
- package/lib/module/i18n/ko.json +14 -14
- package/lib/module/i18n/nl.json +14 -14
- package/lib/module/i18n/pt-BR.json +14 -14
- package/lib/module/i18n/ru.json +14 -14
- package/lib/module/i18n/tr.json +14 -14
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -1
- package/lib/typescript/i18n/es.json +14 -14
- package/lib/typescript/i18n/fr.json +14 -14
- package/lib/typescript/i18n/he.json +14 -14
- package/lib/typescript/i18n/hi.json +14 -14
- package/lib/typescript/i18n/it.json +14 -14
- package/lib/typescript/i18n/ja.json +14 -14
- package/lib/typescript/i18n/ko.json +14 -14
- package/lib/typescript/i18n/nl.json +14 -14
- package/lib/typescript/i18n/pt-BR.json +14 -14
- package/lib/typescript/i18n/ru.json +14 -14
- package/lib/typescript/i18n/tr.json +14 -14
- package/package.json +1 -1
- package/src/components/MessageList/MessageList.tsx +5 -2
- package/src/i18n/es.json +14 -14
- package/src/i18n/fr.json +14 -14
- package/src/i18n/he.json +14 -14
- package/src/i18n/hi.json +14 -14
- package/src/i18n/it.json +14 -14
- package/src/i18n/ja.json +14 -14
- package/src/i18n/ko.json +14 -14
- package/src/i18n/nl.json +14 -14
- package/src/i18n/pt-BR.json +14 -14
- package/src/i18n/ru.json +14 -14
- package/src/i18n/tr.json +14 -14
- package/src/version.json +1 -1
|
@@ -3,13 +3,13 @@
|
|
|
3
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?": "Tem certeza?",
|
|
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": "Considere como seu comentário pode fazer os outros se sentirem e certifique-se de seguir nossas Diretrizes da Comunidade",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -20,29 +20,29 @@
|
|
|
20
20
|
"Editing Message": "",
|
|
21
21
|
"Emoji matching": "",
|
|
22
22
|
"Empty message...": "",
|
|
23
|
-
"Error loading": "
|
|
24
|
-
"Error loading channel list...": "
|
|
25
|
-
"Error loading messages for this channel...": "
|
|
23
|
+
"Error loading": "",
|
|
24
|
+
"Error loading channel list...": "",
|
|
25
|
+
"Error loading messages for this channel...": "",
|
|
26
26
|
"Error while loading, please reload/refresh": "",
|
|
27
27
|
"File type not supported": "",
|
|
28
28
|
"Flag": "",
|
|
29
29
|
"Flag Message": "",
|
|
30
30
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "",
|
|
31
|
+
"Hold to start recording.": "Mantenha pressionado para começar a gravar.",
|
|
32
32
|
"How about sending your first message to a friend?": "",
|
|
33
33
|
"Instant Commands": "",
|
|
34
34
|
"Let's start chatting!": "",
|
|
35
35
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "
|
|
37
|
-
"Loading messages...": "
|
|
38
|
-
"Loading...": "
|
|
36
|
+
"Loading channels...": "",
|
|
37
|
+
"Loading messages...": "",
|
|
38
|
+
"Loading...": "",
|
|
39
39
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Mensagem excluída",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "",
|
|
45
|
+
"Not supported": "Não suportado",
|
|
46
46
|
"Nothing yet...": "",
|
|
47
47
|
"Ok": "",
|
|
48
48
|
"Only visible to you": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
53
|
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "",
|
|
54
|
+
"Please allow Audio permissions in settings.": "Por favor, permita as permissões de áudio nas configurações.",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Reconectando...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "",
|
|
63
|
+
"Send Anyway": "Enviar de qualquer maneira",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"Unknown User": "",
|
|
71
71
|
"Unmute User": "",
|
|
72
72
|
"Unpin from Conversation": "",
|
|
73
|
-
"Unread Messages": "
|
|
73
|
+
"Unread Messages": "",
|
|
74
74
|
"Video": "",
|
|
75
75
|
"You": "Você",
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
@@ -3,13 +3,13 @@
|
|
|
3
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": "",
|
|
@@ -20,29 +20,29 @@
|
|
|
20
20
|
"Editing Message": "",
|
|
21
21
|
"Emoji matching": "",
|
|
22
22
|
"Empty message...": "",
|
|
23
|
-
"Error loading": "
|
|
24
|
-
"Error loading channel list...": "
|
|
25
|
-
"Error loading messages for this channel...": "
|
|
23
|
+
"Error loading": "",
|
|
24
|
+
"Error loading channel list...": "",
|
|
25
|
+
"Error loading messages for this channel...": "",
|
|
26
26
|
"Error while loading, please reload/refresh": "",
|
|
27
27
|
"File type not supported": "",
|
|
28
28
|
"Flag": "",
|
|
29
29
|
"Flag Message": "",
|
|
30
30
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "",
|
|
31
|
+
"Hold to start recording.": "Удерживайте, чтобы начать запись.",
|
|
32
32
|
"How about sending your first message to a friend?": "",
|
|
33
33
|
"Instant Commands": "",
|
|
34
34
|
"Let's start chatting!": "",
|
|
35
35
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "
|
|
37
|
-
"Loading messages...": "
|
|
38
|
-
"Loading...": "
|
|
36
|
+
"Loading channels...": "",
|
|
37
|
+
"Loading messages...": "",
|
|
38
|
+
"Loading...": "",
|
|
39
39
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Сообщение удалено",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "",
|
|
45
|
+
"Not supported": "не поддерживается",
|
|
46
46
|
"Nothing yet...": "",
|
|
47
47
|
"Ok": "",
|
|
48
48
|
"Only visible to you": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
53
|
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "",
|
|
54
|
+
"Please allow Audio permissions in settings.": "Пожалуйста, разрешите разрешения на аудио в настройках.",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Переподключение...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "",
|
|
63
|
+
"Send Anyway": "Всё равно отправить",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"Unknown User": "",
|
|
71
71
|
"Unmute User": "",
|
|
72
72
|
"Unpin from Conversation": "",
|
|
73
|
-
"Unread Messages": "
|
|
73
|
+
"Unread Messages": "",
|
|
74
74
|
"Video": "",
|
|
75
75
|
"You": "Вы",
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
@@ -3,13 +3,13 @@
|
|
|
3
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?": "Emin misiniz?",
|
|
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": "Yorumunuzun diğerlerini nasıl hissettirebileceğini düşünün ve topluluk kurallarımızı takip ettiğinizden emin olun",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -20,29 +20,29 @@
|
|
|
20
20
|
"Editing Message": "",
|
|
21
21
|
"Emoji matching": "",
|
|
22
22
|
"Empty message...": "",
|
|
23
|
-
"Error loading": "
|
|
24
|
-
"Error loading channel list...": "
|
|
25
|
-
"Error loading messages for this channel...": "
|
|
23
|
+
"Error loading": "",
|
|
24
|
+
"Error loading channel list...": "",
|
|
25
|
+
"Error loading messages for this channel...": "",
|
|
26
26
|
"Error while loading, please reload/refresh": "",
|
|
27
27
|
"File type not supported": "",
|
|
28
28
|
"Flag": "",
|
|
29
29
|
"Flag Message": "",
|
|
30
30
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "",
|
|
31
|
+
"Hold to start recording.": "Kayıt yapmak için basılı tutun.",
|
|
32
32
|
"How about sending your first message to a friend?": "",
|
|
33
33
|
"Instant Commands": "",
|
|
34
34
|
"Let's start chatting!": "",
|
|
35
35
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "
|
|
37
|
-
"Loading messages...": "
|
|
38
|
-
"Loading...": "
|
|
36
|
+
"Loading channels...": "",
|
|
37
|
+
"Loading messages...": "",
|
|
38
|
+
"Loading...": "",
|
|
39
39
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Mesaj silindi",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "",
|
|
45
|
+
"Not supported": "Desteklenmiyor",
|
|
46
46
|
"Nothing yet...": "",
|
|
47
47
|
"Ok": "",
|
|
48
48
|
"Only visible to you": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
53
|
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "",
|
|
54
|
+
"Please allow Audio permissions in settings.": "Lütfen ayarlarda ses izinlerine izin verin",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "",
|
|
63
|
+
"Send Anyway": "Yine de Gönder",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"Unknown User": "",
|
|
71
71
|
"Unmute User": "",
|
|
72
72
|
"Unpin from Conversation": "",
|
|
73
|
-
"Unread Messages": "
|
|
73
|
+
"Unread Messages": "",
|
|
74
74
|
"Video": "",
|
|
75
75
|
"You": "Sen",
|
|
76
76
|
"You can't send messages in this channel": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "5.30.
|
|
4
|
+
"version": "5.30.1-beta.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -612,14 +612,17 @@ const MessageListWithContext = <
|
|
|
612
612
|
const isLatestMessageSetShown = !!channel.state.messageSets.find(
|
|
613
613
|
(set) => set.isCurrent && set.isLatest,
|
|
614
614
|
);
|
|
615
|
-
|
|
615
|
+
|
|
616
616
|
if (!isLatestMessageSetShown) {
|
|
617
|
+
const msg = processedMessageList?.[messageArrayIndex];
|
|
617
618
|
if (
|
|
618
619
|
channel.state.latestMessages.length !== 0 &&
|
|
619
620
|
unreadCount > channel.state.latestMessages.length
|
|
620
621
|
) {
|
|
621
622
|
return messageArrayIndex <= unreadCount - channel.state.latestMessages.length - 1;
|
|
622
|
-
}
|
|
623
|
+
}
|
|
624
|
+
// The `msg` can be undefined here, since `messageArrayIndex` can be out of bounds hence we add a check for `msg`.
|
|
625
|
+
else if (lastRead && msg?.created_at) {
|
|
623
626
|
return lastRead < msg.created_at;
|
|
624
627
|
}
|
|
625
628
|
return false;
|
package/src/i18n/es.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
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?": "¿Estás seguro?",
|
|
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": "Considera cómo tu comentario podría hacer sentir a los demás y asegúrate de seguir nuestras Normas de la Comunidad",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -20,29 +20,29 @@
|
|
|
20
20
|
"Editing Message": "",
|
|
21
21
|
"Emoji matching": "",
|
|
22
22
|
"Empty message...": "",
|
|
23
|
-
"Error loading": "
|
|
24
|
-
"Error loading channel list...": "
|
|
25
|
-
"Error loading messages for this channel...": "
|
|
23
|
+
"Error loading": "",
|
|
24
|
+
"Error loading channel list...": "",
|
|
25
|
+
"Error loading messages for this channel...": "",
|
|
26
26
|
"Error while loading, please reload/refresh": "",
|
|
27
27
|
"File type not supported": "",
|
|
28
28
|
"Flag": "",
|
|
29
29
|
"Flag Message": "",
|
|
30
30
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "",
|
|
31
|
+
"Hold to start recording.": "Mantén presionado para comenzar a grabar.",
|
|
32
32
|
"How about sending your first message to a friend?": "",
|
|
33
33
|
"Instant Commands": "",
|
|
34
34
|
"Let's start chatting!": "",
|
|
35
35
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "
|
|
37
|
-
"Loading messages...": "
|
|
38
|
-
"Loading...": "
|
|
36
|
+
"Loading channels...": "",
|
|
37
|
+
"Loading messages...": "",
|
|
38
|
+
"Loading...": "",
|
|
39
39
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Mensaje eliminado",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "",
|
|
45
|
+
"Not supported": "No admitido",
|
|
46
46
|
"Nothing yet...": "",
|
|
47
47
|
"Ok": "",
|
|
48
48
|
"Only visible to you": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
53
|
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "",
|
|
54
|
+
"Please allow Audio permissions in settings.": "Por favor, permita los permisos de audio en la configuración.",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Reconectando...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "",
|
|
63
|
+
"Send Anyway": "Enviar de todos modos",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"Unknown User": "",
|
|
71
71
|
"Unmute User": "",
|
|
72
72
|
"Unpin from Conversation": "",
|
|
73
|
-
"Unread Messages": "
|
|
73
|
+
"Unread Messages": "",
|
|
74
74
|
"Video": "",
|
|
75
75
|
"You": "Tú",
|
|
76
76
|
"You can't send messages in this channel": "",
|
package/src/i18n/fr.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
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?": "Es-tu sûr ?",
|
|
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": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
@@ -20,29 +20,29 @@
|
|
|
20
20
|
"Editing Message": "",
|
|
21
21
|
"Emoji matching": "",
|
|
22
22
|
"Empty message...": "",
|
|
23
|
-
"Error loading": "
|
|
24
|
-
"Error loading channel list...": "
|
|
25
|
-
"Error loading messages for this channel...": "
|
|
23
|
+
"Error loading": "",
|
|
24
|
+
"Error loading channel list...": "",
|
|
25
|
+
"Error loading messages for this channel...": "",
|
|
26
26
|
"Error while loading, please reload/refresh": "",
|
|
27
27
|
"File type not supported": "",
|
|
28
28
|
"Flag": "",
|
|
29
29
|
"Flag Message": "",
|
|
30
30
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "",
|
|
31
|
+
"Hold to start recording.": "Hold to start recording.",
|
|
32
32
|
"How about sending your first message to a friend?": "",
|
|
33
33
|
"Instant Commands": "",
|
|
34
34
|
"Let's start chatting!": "",
|
|
35
35
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "
|
|
37
|
-
"Loading messages...": "
|
|
38
|
-
"Loading...": "
|
|
36
|
+
"Loading channels...": "",
|
|
37
|
+
"Loading messages...": "",
|
|
38
|
+
"Loading...": "",
|
|
39
39
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Message supprimé",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "",
|
|
45
|
+
"Not supported": "Non pris en charge",
|
|
46
46
|
"Nothing yet...": "",
|
|
47
47
|
"Ok": "",
|
|
48
48
|
"Only visible to you": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
53
|
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "",
|
|
54
|
+
"Please allow Audio permissions in settings.": "Veuillez autoriser les permissions audio dans les paramètres.",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Se Reconnecter...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "",
|
|
63
|
+
"Send Anyway": "Envoyer quand même",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"Unknown User": "",
|
|
71
71
|
"Unmute User": "",
|
|
72
72
|
"Unpin from Conversation": "",
|
|
73
|
-
"Unread Messages": "
|
|
73
|
+
"Unread Messages": "",
|
|
74
74
|
"Video": "",
|
|
75
75
|
"You": "Toi",
|
|
76
76
|
"You can't send messages in this channel": "",
|
package/src/i18n/he.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
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": "",
|
|
@@ -20,29 +20,29 @@
|
|
|
20
20
|
"Editing Message": "",
|
|
21
21
|
"Emoji matching": "",
|
|
22
22
|
"Empty message...": "",
|
|
23
|
-
"Error loading": "
|
|
24
|
-
"Error loading channel list...": "
|
|
25
|
-
"Error loading messages for this channel...": "
|
|
23
|
+
"Error loading": "",
|
|
24
|
+
"Error loading channel list...": "",
|
|
25
|
+
"Error loading messages for this channel...": "",
|
|
26
26
|
"Error while loading, please reload/refresh": "",
|
|
27
27
|
"File type not supported": "",
|
|
28
28
|
"Flag": "",
|
|
29
29
|
"Flag Message": "",
|
|
30
30
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "",
|
|
31
|
+
"Hold to start recording.": "לחץ והחזק כדי להתחיל להקליט.",
|
|
32
32
|
"How about sending your first message to a friend?": "",
|
|
33
33
|
"Instant Commands": "",
|
|
34
34
|
"Let's start chatting!": "",
|
|
35
35
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "
|
|
37
|
-
"Loading messages...": "
|
|
38
|
-
"Loading...": "
|
|
36
|
+
"Loading channels...": "",
|
|
37
|
+
"Loading messages...": "",
|
|
38
|
+
"Loading...": "",
|
|
39
39
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "ההודעה נמחקה",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "",
|
|
45
|
+
"Not supported": "לא נתמך",
|
|
46
46
|
"Nothing yet...": "",
|
|
47
47
|
"Ok": "",
|
|
48
48
|
"Only visible to you": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
53
|
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "",
|
|
54
|
+
"Please allow Audio permissions in settings.": "בבקשה, הרשה הרשאות שמע בהגדרות.",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "מתחבר מחדש...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "",
|
|
63
|
+
"Send Anyway": "שלח בכל זאת",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"Unknown User": "",
|
|
71
71
|
"Unmute User": "",
|
|
72
72
|
"Unpin from Conversation": "",
|
|
73
|
-
"Unread Messages": "
|
|
73
|
+
"Unread Messages": "",
|
|
74
74
|
"Video": "",
|
|
75
75
|
"You": "את/ה",
|
|
76
76
|
"You can't send messages in this channel": "",
|
package/src/i18n/hi.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
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": "",
|
|
@@ -20,29 +20,29 @@
|
|
|
20
20
|
"Editing Message": "",
|
|
21
21
|
"Emoji matching": "",
|
|
22
22
|
"Empty message...": "",
|
|
23
|
-
"Error loading": "
|
|
24
|
-
"Error loading channel list...": "
|
|
25
|
-
"Error loading messages for this channel...": "
|
|
23
|
+
"Error loading": "",
|
|
24
|
+
"Error loading channel list...": "",
|
|
25
|
+
"Error loading messages for this channel...": "",
|
|
26
26
|
"Error while loading, please reload/refresh": "",
|
|
27
27
|
"File type not supported": "",
|
|
28
28
|
"Flag": "",
|
|
29
29
|
"Flag Message": "",
|
|
30
30
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "",
|
|
31
|
+
"Hold to start recording.": "रिकॉर्डिंग शुरू करने के लिए दबाएं।",
|
|
32
32
|
"How about sending your first message to a friend?": "",
|
|
33
33
|
"Instant Commands": "",
|
|
34
34
|
"Let's start chatting!": "",
|
|
35
35
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "
|
|
37
|
-
"Loading messages...": "
|
|
38
|
-
"Loading...": "
|
|
36
|
+
"Loading channels...": "",
|
|
37
|
+
"Loading messages...": "",
|
|
38
|
+
"Loading...": "",
|
|
39
39
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "",
|
|
45
|
+
"Not supported": "समर्थित नहीं",
|
|
46
46
|
"Nothing yet...": "",
|
|
47
47
|
"Ok": "",
|
|
48
48
|
"Only visible to you": "",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
53
|
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "",
|
|
54
|
+
"Please allow Audio permissions in settings.": "कृपया सेटिंग्स में ऑडियो की अनुमति दें।",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "",
|
|
63
|
+
"Send Anyway": "फिर भी भेजें",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"Unknown User": "",
|
|
71
71
|
"Unmute User": "",
|
|
72
72
|
"Unpin from Conversation": "",
|
|
73
|
-
"Unread Messages": "
|
|
73
|
+
"Unread Messages": "",
|
|
74
74
|
"Video": "",
|
|
75
75
|
"You": "आप",
|
|
76
76
|
"You can't send messages in this channel": "",
|