stream-chat-react-native-core 5.31.2-beta.1 → 5.31.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 (48) hide show
  1. package/lib/commonjs/i18n/es.json +9 -9
  2. package/lib/commonjs/i18n/fr.json +9 -9
  3. package/lib/commonjs/i18n/he.json +9 -9
  4. package/lib/commonjs/i18n/hi.json +9 -9
  5. package/lib/commonjs/i18n/it.json +9 -9
  6. package/lib/commonjs/i18n/ja.json +9 -9
  7. package/lib/commonjs/i18n/ko.json +9 -9
  8. package/lib/commonjs/i18n/nl.json +9 -9
  9. package/lib/commonjs/i18n/pt-BR.json +9 -9
  10. package/lib/commonjs/i18n/ru.json +9 -9
  11. package/lib/commonjs/i18n/tr.json +9 -9
  12. package/lib/commonjs/version.json +1 -1
  13. package/lib/module/i18n/es.json +9 -9
  14. package/lib/module/i18n/fr.json +9 -9
  15. package/lib/module/i18n/he.json +9 -9
  16. package/lib/module/i18n/hi.json +9 -9
  17. package/lib/module/i18n/it.json +9 -9
  18. package/lib/module/i18n/ja.json +9 -9
  19. package/lib/module/i18n/ko.json +9 -9
  20. package/lib/module/i18n/nl.json +9 -9
  21. package/lib/module/i18n/pt-BR.json +9 -9
  22. package/lib/module/i18n/ru.json +9 -9
  23. package/lib/module/i18n/tr.json +9 -9
  24. package/lib/module/version.json +1 -1
  25. package/lib/typescript/i18n/es.json +9 -9
  26. package/lib/typescript/i18n/fr.json +9 -9
  27. package/lib/typescript/i18n/he.json +9 -9
  28. package/lib/typescript/i18n/hi.json +9 -9
  29. package/lib/typescript/i18n/it.json +9 -9
  30. package/lib/typescript/i18n/ja.json +9 -9
  31. package/lib/typescript/i18n/ko.json +9 -9
  32. package/lib/typescript/i18n/nl.json +9 -9
  33. package/lib/typescript/i18n/pt-BR.json +9 -9
  34. package/lib/typescript/i18n/ru.json +9 -9
  35. package/lib/typescript/i18n/tr.json +9 -9
  36. package/package.json +1 -1
  37. package/src/i18n/es.json +9 -9
  38. package/src/i18n/fr.json +9 -9
  39. package/src/i18n/he.json +9 -9
  40. package/src/i18n/hi.json +9 -9
  41. package/src/i18n/it.json +9 -9
  42. package/src/i18n/ja.json +9 -9
  43. package/src/i18n/ko.json +9 -9
  44. package/src/i18n/nl.json +9 -9
  45. package/src/i18n/pt-BR.json +9 -9
  46. package/src/i18n/ru.json +9 -9
  47. package/src/i18n/tr.json +9 -9
  48. package/src/version.json +1 -1
package/src/i18n/hi.json CHANGED
@@ -1,9 +1,9 @@
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
- "Also send to channel": "",
6
+ "Also send to channel": "चैनल को भी भेजें",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "मैसेज बदला जा रहा है",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "केवल आपको दिखाई दे रहा है",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "तस्वीर",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "द्वारा पिन किया गया",
53
+ "Pinned by": "",
54
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": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "वीडियो",
75
- "You": "आप",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
81
- "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/src/i18n/it.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 Risposta alla Discussione",
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": "Invia anche al canale",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "Modificando il Messaggio",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "Visibile solo a te",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "Foto",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "Fissato da",
53
+ "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "Si prega di consentire le autorizzazioni audio nelle impostazioni.",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "Video",
75
- "You": "Tu",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
81
- "{{ user }} is typing": "{{ user }} sta scrivendo",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/src/i18n/ja.json CHANGED
@@ -1,9 +1,9 @@
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
- "Also send to channel": "",
6
+ "Also send to channel": "チャンネルにも送信",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "メッセージを編集中",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "あなただけに見える",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "写真",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "ピン留めされユーザー",
53
+ "Pinned by": "",
54
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": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "ビデオ",
75
- "You": "あなた",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
81
- "{{ user }} is typing": "{{ user }}はタイピング中",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/src/i18n/ko.json CHANGED
@@ -1,9 +1,9 @@
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
- "Also send to channel": "",
6
+ "Also send to channel": "채널에도 전송",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "메시지 편집중",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "당신만 볼 수 있습니다",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "사진",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "고정된 사용자",
53
+ "Pinned by": "",
54
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": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "동영상",
75
- "You": "당신",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
81
- "{{ user }} is typing": "{{ user }} 타이핑 중",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/src/i18n/nl.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "1 Reply": "",
3
- "1 Thread Reply": "1 thread antwoord",
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": "Stuur ook naar kanaal",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "Bericht aanpassen",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "Alleen zichtbaar voor jou",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "Foto",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "Vastgemaakt door",
53
+ "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "Gelieve audio toestemmingen toe te staan in de instellingen.",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "Video",
75
- "You": "U",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
81
- "{{ user }} is typing": "{{ user }} is aan het typen",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -1,9 +1,9 @@
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
- "Also send to channel": "",
6
+ "Also send to channel": "Também enviar para o canal",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "Editando Mensagem",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "Apenas visível para você",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "Foto",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "Fixado por",
53
+ "Pinned by": "",
54
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": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "Vídeo",
75
- "You": "Você",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
81
- "{{ user }} is typing": "{{ user }} está digitando",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/src/i18n/ru.json CHANGED
@@ -1,9 +1,9 @@
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
- "Also send to channel": "",
6
+ "Also send to channel": "Также отправить на канал",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "Редактирование сообщения",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "Видно только вам",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "Фото",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "Закреплено пользователем",
53
+ "Pinned by": "",
54
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": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "видео",
75
- "You": "Вы",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
81
- "{{ user }} is typing": "{{ user }} пишет",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/src/i18n/tr.json CHANGED
@@ -1,9 +1,9 @@
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
- "Also send to channel": "",
6
+ "Also send to channel": "Kanala da gönder",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
9
  "Block User": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Edited": "",
20
- "Editing Message": "",
20
+ "Editing Message": "Mesaj Düzenleniyor",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
23
  "Error loading": "",
@@ -45,12 +45,12 @@
45
45
  "Not supported": "",
46
46
  "Nothing yet...": "",
47
47
  "Ok": "",
48
- "Only visible to you": "Sadece siz görebilirsiniz",
48
+ "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "Fotoğraf",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
- "Pinned by": "Tarafından sabitlendi",
53
+ "Pinned by": "",
54
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": "",
@@ -72,12 +72,12 @@
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
74
  "Video": "Video",
75
- "You": "Sen",
75
+ "You": "",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
81
- "{{ user }} is typing": "{{ user }} yazıyor",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.31.2-beta.1"
2
+ "version": "5.31.2-beta.2"
3
3
  }