stream-chat-react-native-core 5.23.0-beta.2 → 5.23.0-beta.3

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.
Files changed (43) hide show
  1. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +1 -1
  2. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  3. package/lib/commonjs/components/MessageList/MessageList.js +33 -30
  4. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  5. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js +30 -36
  6. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js.map +1 -1
  7. package/lib/commonjs/i18n/fr.json +17 -17
  8. package/lib/commonjs/i18n/hi.json +17 -17
  9. package/lib/commonjs/i18n/it.json +17 -17
  10. package/lib/commonjs/i18n/nl.json +17 -17
  11. package/lib/commonjs/i18n/ru.json +17 -17
  12. package/lib/commonjs/i18n/tr.json +17 -17
  13. package/lib/commonjs/version.json +1 -1
  14. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +1 -1
  15. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  16. package/lib/module/components/MessageList/MessageList.js +33 -30
  17. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  18. package/lib/module/components/MessageOverlay/MessageOverlay.js +30 -36
  19. package/lib/module/components/MessageOverlay/MessageOverlay.js.map +1 -1
  20. package/lib/module/i18n/fr.json +17 -17
  21. package/lib/module/i18n/hi.json +17 -17
  22. package/lib/module/i18n/it.json +17 -17
  23. package/lib/module/i18n/nl.json +17 -17
  24. package/lib/module/i18n/ru.json +17 -17
  25. package/lib/module/i18n/tr.json +17 -17
  26. package/lib/module/version.json +1 -1
  27. package/lib/typescript/i18n/fr.json +17 -17
  28. package/lib/typescript/i18n/hi.json +17 -17
  29. package/lib/typescript/i18n/it.json +17 -17
  30. package/lib/typescript/i18n/nl.json +17 -17
  31. package/lib/typescript/i18n/ru.json +17 -17
  32. package/lib/typescript/i18n/tr.json +17 -17
  33. package/package.json +1 -1
  34. package/src/components/Channel/hooks/useCreateMessagesContext.ts +1 -0
  35. package/src/components/MessageList/MessageList.tsx +3 -1
  36. package/src/components/MessageOverlay/MessageOverlay.tsx +1 -6
  37. package/src/i18n/fr.json +17 -17
  38. package/src/i18n/hi.json +17 -17
  39. package/src/i18n/it.json +17 -17
  40. package/src/i18n/nl.json +17 -17
  41. package/src/i18n/ru.json +17 -17
  42. package/src/i18n/tr.json +17 -17
  43. package/src/version.json +1 -1
package/src/i18n/nl.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "1 Antwoord",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "1 thread antwoord",
4
- "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
- "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
6
- "Also send to channel": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
+ "Also send to channel": "Stuur ook naar kanaal",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
9
9
  "Cancel": "",
@@ -11,10 +11,10 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "De camera van het apparaat wordt gebruikt om foto's of video's te maken.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Bericht aanpassen",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
@@ -33,7 +33,7 @@
33
33
  "Loading messages...": "",
34
34
  "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maximale uploadlimiet voor bestandsgrootte bereikt. Upload een bestand van minder dan {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
36
- "Message Reactions": "Bericht Reacties",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -41,35 +41,35 @@
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
43
  "Only visible to you": "Alleen zichtbaar voor jou",
44
- "Open Settings": "Open instellingen",
45
- "Photo": "Foto",
46
- "Photos and Videos": "Foto's en video's",
44
+ "Open Settings": "",
45
+ "Photo": "",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "Vastgemaakt door",
49
- "Please enable access to your photos and videos so you can share them.": "Schakel toegang tot uw foto's en video's in zodat u ze kunt delen.",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Selecteer eerst een kanaal",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
55
  "Search GIFs": "",
56
- "Select More Photos": "Selecteer Meer foto's",
56
+ "Select More Photos": "",
57
57
  "Send a message": "",
58
58
  "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
59
59
  "Slow mode ON": "",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Onbekende gebruiker",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
67
- "Video": "Video",
66
+ "Unread Messages": "Ongelezen Berichten",
67
+ "Video": "",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
73
  "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
package/src/i18n/ru.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "1 Ответ",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "1 тема Ответить",
4
- "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
- "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
6
- "Also send to channel": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
+ "Also send to channel": "Также отправить на канал",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
9
9
  "Cancel": "",
@@ -11,10 +11,10 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "Камера устройства используется для съемки фотографий или видео.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Редактирование сообщения",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
@@ -33,7 +33,7 @@
33
33
  "Loading messages...": "",
34
34
  "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Достигнут предел максимального размера файла для загрузки. Загрузите файл размером менее {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} МБ.",
36
- "Message Reactions": "Сообщения Реакции",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -41,35 +41,35 @@
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
43
  "Only visible to you": "Видно только вам",
44
- "Open Settings": "Открыть настройки",
45
- "Photo": "Фото",
46
- "Photos and Videos": "Фото и видео",
44
+ "Open Settings": "",
45
+ "Photo": "",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "Закреплено пользователем",
49
- "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Пожалуйста, сначала выберите канал",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
55
  "Search GIFs": "",
56
- "Select More Photos": "Выбрать больше фотографий",
56
+ "Select More Photos": "",
57
57
  "Send a message": "",
58
58
  "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
59
59
  "Slow mode ON": "",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Неизвестный пользователь",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
67
- "Video": "видео",
66
+ "Unread Messages": "Непрочитанные Сообщения",
67
+ "Video": "",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
73
  "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
package/src/i18n/tr.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "1 Cevap",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "1 Konu Yanıtı",
4
- "Allow access to your Gallery": "Galerinize erişime izin verin",
5
- "Allow camera access in device settings": "Cihaz ayarlarında kamera erişimine izin ver",
6
- "Also send to channel": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
+ "Also send to channel": "Kanala da gönder",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
9
9
  "Cancel": "",
@@ -11,10 +11,10 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "Cihaz kamerası fotoğraf veya video çekmek için kullanılır.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Mesaj Düzenleniyor",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
@@ -33,7 +33,7 @@
33
33
  "Loading messages...": "",
34
34
  "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maksimum dosya boyutu yükleme sınırına ulaşıldı. Lütfen {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB'ın altında bir dosya yükleyin.",
36
- "Message Reactions": "Mesaj Tepkileri",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -41,35 +41,35 @@
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
43
  "Only visible to you": "Sadece siz görebilirsiniz",
44
- "Open Settings": "Ayarları aç",
45
- "Photo": "Fotoğraf",
46
- "Photos and Videos": "Fotoğraflar ve Videolar",
44
+ "Open Settings": "",
45
+ "Photo": "",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "Tarafından sabitlendi",
49
- "Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Lütfen önce bir kanal seçiniz",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
55
  "Search GIFs": "",
56
- "Select More Photos": "Daha Fazla Fotoğraf Seçin",
56
+ "Select More Photos": "",
57
57
  "Send a message": "",
58
58
  "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
59
59
  "Slow mode ON": "",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Bilinmeyen kullanıcı",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
67
- "Video": "Video",
66
+ "Unread Messages": "Okunmamış Mesajlar",
67
+ "Video": "",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
73
  "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.23.0-beta.2"
2
+ "version": "5.23.0-beta.3"
3
3
  }