stream-chat-react-native-core 5.23.2-beta.1 → 5.23.2-beta.2

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 (50) hide show
  1. package/lib/commonjs/components/Channel/Channel.js +33 -32
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/MessageInput/MessageInput.js +28 -26
  4. package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
  5. package/lib/commonjs/components/MessageList/MessageList.js +41 -43
  6. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  7. package/lib/commonjs/components/MessageList/hooks/useMessageList.js +1 -2
  8. package/lib/commonjs/components/MessageList/hooks/useMessageList.js.map +1 -1
  9. package/lib/commonjs/i18n/fr.json +21 -21
  10. package/lib/commonjs/i18n/hi.json +21 -21
  11. package/lib/commonjs/i18n/it.json +21 -21
  12. package/lib/commonjs/i18n/nl.json +21 -21
  13. package/lib/commonjs/i18n/ru.json +21 -21
  14. package/lib/commonjs/i18n/tr.json +21 -21
  15. package/lib/commonjs/version.json +1 -1
  16. package/lib/module/components/Channel/Channel.js +33 -32
  17. package/lib/module/components/Channel/Channel.js.map +1 -1
  18. package/lib/module/components/MessageInput/MessageInput.js +28 -26
  19. package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
  20. package/lib/module/components/MessageList/MessageList.js +41 -43
  21. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  22. package/lib/module/components/MessageList/hooks/useMessageList.js +1 -2
  23. package/lib/module/components/MessageList/hooks/useMessageList.js.map +1 -1
  24. package/lib/module/i18n/fr.json +21 -21
  25. package/lib/module/i18n/hi.json +21 -21
  26. package/lib/module/i18n/it.json +21 -21
  27. package/lib/module/i18n/nl.json +21 -21
  28. package/lib/module/i18n/ru.json +21 -21
  29. package/lib/module/i18n/tr.json +21 -21
  30. package/lib/module/version.json +1 -1
  31. package/lib/typescript/components/MessageInput/MessageInput.d.ts +1 -3
  32. package/lib/typescript/components/MessageList/MessageList.d.ts +1 -5
  33. package/lib/typescript/i18n/fr.json +21 -21
  34. package/lib/typescript/i18n/hi.json +21 -21
  35. package/lib/typescript/i18n/it.json +21 -21
  36. package/lib/typescript/i18n/nl.json +21 -21
  37. package/lib/typescript/i18n/ru.json +21 -21
  38. package/lib/typescript/i18n/tr.json +21 -21
  39. package/package.json +1 -1
  40. package/src/components/Channel/Channel.tsx +22 -17
  41. package/src/components/MessageInput/MessageInput.tsx +12 -5
  42. package/src/components/MessageList/MessageList.tsx +12 -15
  43. package/src/components/MessageList/hooks/useMessageList.ts +2 -2
  44. package/src/i18n/fr.json +21 -21
  45. package/src/i18n/hi.json +21 -21
  46. package/src/i18n/it.json +21 -21
  47. package/src/i18n/nl.json +21 -21
  48. package/src/i18n/ru.json +21 -21
  49. package/src/i18n/tr.json +21 -21
  50. package/src/version.json +1 -1
package/src/i18n/ru.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Ответ",
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,7 +11,7 @@
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
17
  "Editing Message": "",
@@ -21,7 +21,7 @@
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "Тип файла не поддерживается",
24
+ "File type not supported": "",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
@@ -29,47 +29,47 @@
29
29
  "Instant Commands": "Мгновенные Команды",
30
30
  "Let's start chatting!": "",
31
31
  "Links are disabled": "Ссылки отключены",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
32
+ "Loading channels...": "Загружаю каналы...",
33
+ "Loading messages...": "Загружаю сообщения...",
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
36
  "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
40
- "Not supported": "",
40
+ "Not supported": "не поддерживается",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
43
  "Only visible to you": "",
44
- "Open Settings": "",
44
+ "Open Settings": "Открыть настройки",
45
45
  "Photo": "",
46
- "Photos and Videos": "",
46
+ "Photos and Videos": "Фото и видео",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "Закреплено пользователем",
49
- "Please enable access to your photos and videos so you can share them.": "",
50
- "Please select a channel first": "Пожалуйста, сначала выберите канал",
48
+ "Pinned by": "",
49
+ "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
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": "",
66
+ "Unread Messages": "Непрочитанные Сообщения",
67
67
  "Video": "",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "",
72
- "{{ replyCount }} Replies": "",
71
+ "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
72
+ "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
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": "",
2
+ "1 Reply": "1 Cevap",
3
3
  "1 Thread Reply": "1 Konu Yanıtı",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
6
- "Also send to channel": "",
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": "Kanala da gönder",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
9
9
  "Cancel": "",
@@ -11,7 +11,7 @@
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.": "Cihaz kamerası fotoğraf veya video çekmek için kullanılır.",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
@@ -21,7 +21,7 @@
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "Dosya türü desteklenmiyor",
24
+ "File type not supported": "",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
@@ -29,47 +29,47 @@
29
29
  "Instant Commands": "Anlık Komutlar",
30
30
  "Let's start chatting!": "",
31
31
  "Links are disabled": "Bağlantılar devre dışı",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
32
+ "Loading channels...": "Kanallar yükleniyor...",
33
+ "Loading messages...": "Mesajlar yükleniyor...",
34
+ "Loading...": "Yükleniyor...",
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
36
  "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
40
- "Not supported": "",
40
+ "Not supported": "Desteklenmiyor",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
43
  "Only visible to you": "",
44
- "Open Settings": "",
44
+ "Open Settings": "Ayarları aç",
45
45
  "Photo": "",
46
- "Photos and Videos": "",
46
+ "Photos and Videos": "Fotoğraflar ve Videolar",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "Tarafından sabitlendi",
49
- "Please enable access to your photos and videos so you can share them.": "",
50
- "Please select a channel first": "Lütfen önce bir kanal seçiniz",
48
+ "Pinned by": "",
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.",
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": "Daha Fazla Fotoğraf Seçin",
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": "",
63
+ "Unknown User": "Bilinmeyen kullanıcı",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
66
+ "Unread Messages": "Okunmamış Mesajlar",
67
67
  "Video": "",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "",
72
- "{{ replyCount }} Replies": "",
71
+ "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
72
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
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.2-beta.1"
2
+ "version": "5.23.2-beta.2"
3
3
  }