stream-chat-react-native-core 5.26.0-beta.3 → 5.26.0-beta.5

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 (84) hide show
  1. package/lib/commonjs/components/Channel/Channel.js +56 -45
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js +5 -0
  4. package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js.map +1 -1
  5. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +2 -0
  6. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  7. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
  8. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  9. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
  10. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  11. package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
  12. package/lib/commonjs/i18n/en.json +1 -1
  13. package/lib/commonjs/i18n/es.json +33 -33
  14. package/lib/commonjs/i18n/fr.json +33 -33
  15. package/lib/commonjs/i18n/he.json +33 -33
  16. package/lib/commonjs/i18n/hi.json +33 -33
  17. package/lib/commonjs/i18n/it.json +33 -33
  18. package/lib/commonjs/i18n/ja.json +33 -33
  19. package/lib/commonjs/i18n/ko.json +33 -33
  20. package/lib/commonjs/i18n/nl.json +33 -33
  21. package/lib/commonjs/i18n/pt-BR.json +33 -33
  22. package/lib/commonjs/i18n/ru.json +33 -33
  23. package/lib/commonjs/i18n/tr.json +33 -33
  24. package/lib/commonjs/version.json +1 -1
  25. package/lib/module/components/Channel/Channel.js +56 -45
  26. package/lib/module/components/Channel/Channel.js.map +1 -1
  27. package/lib/module/components/Channel/hooks/useTargetedMessage.js +5 -0
  28. package/lib/module/components/Channel/hooks/useTargetedMessage.js.map +1 -1
  29. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +2 -0
  30. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  31. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
  32. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  33. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
  34. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  35. package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
  36. package/lib/module/i18n/en.json +1 -1
  37. package/lib/module/i18n/es.json +33 -33
  38. package/lib/module/i18n/fr.json +33 -33
  39. package/lib/module/i18n/he.json +33 -33
  40. package/lib/module/i18n/hi.json +33 -33
  41. package/lib/module/i18n/it.json +33 -33
  42. package/lib/module/i18n/ja.json +33 -33
  43. package/lib/module/i18n/ko.json +33 -33
  44. package/lib/module/i18n/nl.json +33 -33
  45. package/lib/module/i18n/pt-BR.json +33 -33
  46. package/lib/module/i18n/ru.json +33 -33
  47. package/lib/module/i18n/tr.json +33 -33
  48. package/lib/module/version.json +1 -1
  49. package/lib/typescript/components/Channel/hooks/useTargetedMessage.d.ts +1 -0
  50. package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts +4 -2
  51. package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts +2 -1
  52. package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +1 -1
  53. package/lib/typescript/i18n/en.json +1 -1
  54. package/lib/typescript/i18n/es.json +33 -33
  55. package/lib/typescript/i18n/fr.json +33 -33
  56. package/lib/typescript/i18n/he.json +33 -33
  57. package/lib/typescript/i18n/hi.json +33 -33
  58. package/lib/typescript/i18n/it.json +33 -33
  59. package/lib/typescript/i18n/ja.json +33 -33
  60. package/lib/typescript/i18n/ko.json +33 -33
  61. package/lib/typescript/i18n/nl.json +33 -33
  62. package/lib/typescript/i18n/pt-BR.json +33 -33
  63. package/lib/typescript/i18n/ru.json +33 -33
  64. package/lib/typescript/i18n/tr.json +33 -33
  65. package/package.json +1 -1
  66. package/src/components/Channel/Channel.tsx +41 -27
  67. package/src/components/Channel/hooks/useTargetedMessage.ts +6 -0
  68. package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +2 -2
  69. package/src/components/ChannelPreview/ChannelPreviewTitle.tsx +11 -2
  70. package/src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx +9 -6
  71. package/src/contexts/channelsContext/ChannelsContext.tsx +1 -1
  72. package/src/i18n/en.json +1 -1
  73. package/src/i18n/es.json +33 -33
  74. package/src/i18n/fr.json +33 -33
  75. package/src/i18n/he.json +33 -33
  76. package/src/i18n/hi.json +33 -33
  77. package/src/i18n/it.json +33 -33
  78. package/src/i18n/ja.json +33 -33
  79. package/src/i18n/ko.json +33 -33
  80. package/src/i18n/nl.json +33 -33
  81. package/src/i18n/pt-BR.json +33 -33
  82. package/src/i18n/ru.json +33 -33
  83. package/src/i18n/tr.json +33 -33
  84. package/src/version.json +1 -1
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 Resposta de Thread",
3
+ "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "Tem certeza de que deseja excluir esta mensagem permanentemente?",
8
- "Are you sure?": "Tem certeza?",
9
- "Block User": "Bloquear Usuário",
10
- "Cancel": "Cancelar",
11
- "Cannot Flag Message": "Não é possível reportar a mensagem",
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
- "Copy Message": "Copiar Mensagem",
14
- "Delete": "Excluir",
15
- "Delete Message": "Excluir Mensagem",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
16
  "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "Deseja enviar uma cópia desta mensagem para um moderador para investigação adicional?",
18
- "Edit Message": "Editar Mensagem",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Correspondência de Emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "Reportar",
28
- "Flag Message": "Reportar Mensagem",
29
- "Flag action failed either due to a network issue or the message is already flagged": "A ação para reportar a mensagem falhou devido a um problema de rede ou a mensagem já foi reportada.",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Comandos Instantâneos",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -37,43 +37,43 @@
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "Reações à Mensagem",
39
39
  "Message deleted": "",
40
- "Message flagged": "Mensagem sinalizada",
41
- "Mute User": "Silenciar Usuário",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "Ok",
44
+ "Ok": "",
45
45
  "Only visible to you": "Apenas visível para você",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
- "Pin to Conversation": "Fixar na Conversa",
50
- "Pinned by": "",
49
+ "Pin to Conversation": "",
50
+ "Pinned by": "Fixado por",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
- "Reply": "Responder",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "Reenviar",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Enviar de qualquer maneira",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "A mensagem foi relatada a um moderador.",
64
- "Thread Reply": "Respostas de Tópico",
65
- "Unblock User": "Desbloquear Usuário",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
66
  "Unknown User": "",
67
- "Unmute User": "Remover usuário do modo silencioso",
68
- "Unpin from Conversation": "Desmarcar como fixado na conversa",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
70
  "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} está digitando",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/i18n/ru.json CHANGED
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 тема Ответить",
3
+ "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
8
- "Are you sure?": "Вы уверены?",
9
- "Block User": "Заблокировать пользователя",
10
- "Cancel": "Отмена",
11
- "Cannot Flag Message": "Невозможно пожаловаться на сообщение",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Обдумайте, как ваш комментарий может повлиять на других, и убедитесь, что вы следуете нашим правилам сообщества",
13
- "Copy Message": "Копировать сообщение",
14
- "Delete": "удалять",
15
- "Delete Message": "Удалить сообщение",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
16
  "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
18
- "Edit Message": "Редактировать сообщение",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Соответствие эмодзи",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "Пометить",
28
- "Flag Message": "Пометить сообщение",
29
- "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Мгновенные Команды",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -37,43 +37,43 @@
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "Сообщения Реакции",
39
39
  "Message deleted": "",
40
- "Message flagged": "Сообщение отмечено",
41
- "Mute User": "Отключить пользователя",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "",
44
+ "Ok": "",
45
45
  "Only visible to you": "Видно только вам",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
- "Pin to Conversation": "Закрепить к беседе",
50
- "Pinned by": "",
49
+ "Pin to Conversation": "",
50
+ "Pinned by": "Закреплено пользователем",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
- "Reply": "Ответить",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "Отправить",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Всё равно отправить",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
64
- "Thread Reply": "Тема Ответить",
65
- "Unblock User": "Разблокировать пользователя",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
66
  "Unknown User": "",
67
- "Unmute User": "Включить микрофон",
68
- "Unpin from Conversation": "Открепить от беседы",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
70
  "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} пишет",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/i18n/tr.json CHANGED
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 Konu Yanıtı",
3
+ "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
8
- "Are you sure?": "Emin misiniz?",
9
- "Block User": "Kullanıcıyı engelle",
10
- "Cancel": "İptal",
11
- "Cannot Flag Message": "Raporlama Başarısız",
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
- "Copy Message": "Mesajı Kopyala",
14
- "Delete": "Sil",
15
- "Delete Message": "Mesajı Sil",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
16
  "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
18
- "Edit Message": "Mesajı Düzenle",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Emoji eşleştirme",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "Raporla",
28
- "Flag Message": "Mesajı Raporla",
29
- "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Anlık Komutlar",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -37,43 +37,43 @@
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "Mesaj Tepkileri",
39
39
  "Message deleted": "",
40
- "Message flagged": "Mesaj işaretlendi",
41
- "Mute User": "Kullanıcıyı sessize al",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "Tamam",
44
+ "Ok": "",
45
45
  "Only visible to you": "Sadece siz görebilirsiniz",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
- "Pin to Conversation": "Konuşmaya sabitle",
50
- "Pinned by": "",
49
+ "Pin to Conversation": "",
50
+ "Pinned by": "Tarafından sabitlendi",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
- "Reply": "Yanıtla",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "Yeniden gönder",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Yine de Gönder",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
64
- "Thread Reply": "Konu Yanıtı",
65
- "Unblock User": "Kullanıcının engelini kaldır",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
66
  "Unknown User": "",
67
- "Unmute User": "Kullanıcının sesini aç",
68
- "Unpin from Conversation": "Sabitlemeyi kaldır",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
70
  "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
77
- "{{ user }} is typing": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
+ "{{ user }} is typing": "{{ user }} yazıyor",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.26.0-beta.3"
2
+ "version": "5.26.0-beta.5"
3
3
  }