stream-chat-react-native-core 4.10.0 → 4.11.0-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.
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +7 -3
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGridHandle.js +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGridHandle.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +130 -70
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +1 -1
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/i18n/en.json +2 -1
- package/lib/commonjs/i18n/fr.json +2 -1
- package/lib/commonjs/i18n/he.json +2 -0
- package/lib/commonjs/i18n/hi.json +2 -1
- package/lib/commonjs/i18n/it.json +2 -1
- package/lib/commonjs/i18n/ja.json +2 -0
- package/lib/commonjs/i18n/ko.json +2 -0
- package/lib/commonjs/i18n/nl.json +2 -1
- package/lib/commonjs/i18n/ru.json +2 -1
- package/lib/commonjs/i18n/tr.json +2 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +7 -3
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGridHandle.js +1 -1
- package/lib/module/components/ImageGallery/components/ImageGridHandle.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +130 -70
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +1 -1
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/i18n/en.json +2 -1
- package/lib/module/i18n/fr.json +2 -1
- package/lib/module/i18n/he.json +2 -0
- package/lib/module/i18n/hi.json +2 -1
- package/lib/module/i18n/it.json +2 -1
- package/lib/module/i18n/ja.json +2 -0
- package/lib/module/i18n/ko.json +2 -0
- package/lib/module/i18n/nl.json +2 -1
- package/lib/module/i18n/ru.json +2 -1
- package/lib/module/i18n/tr.json +2 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/i18n/en.json +2 -1
- package/lib/typescript/i18n/fr.json +2 -1
- package/lib/typescript/i18n/he.json +2 -0
- package/lib/typescript/i18n/hi.json +2 -1
- package/lib/typescript/i18n/it.json +2 -1
- package/lib/typescript/i18n/ja.json +2 -0
- package/lib/typescript/i18n/ko.json +2 -0
- package/lib/typescript/i18n/nl.json +2 -1
- package/lib/typescript/i18n/ru.json +2 -1
- package/lib/typescript/i18n/tr.json +2 -1
- package/lib/typescript/utils/Streami18n.d.ts +2 -1
- package/package.json +2 -2
- package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +3 -3
- package/src/components/ImageGallery/components/ImageGridHandle.tsx +1 -1
- package/src/components/MessageInput/__tests__/__snapshots__/MessageInput.test.js.snap +12 -16
- package/src/components/MessageList/MessageList.tsx +8 -10
- package/src/components/MessageList/__tests__/__snapshots__/TypingIndicator.test.js.snap +42 -45
- package/src/components/Reply/Reply.tsx +1 -1
- package/src/i18n/en.json +2 -1
- package/src/i18n/fr.json +2 -1
- package/src/i18n/he.json +2 -0
- package/src/i18n/hi.json +2 -1
- package/src/i18n/it.json +2 -1
- package/src/i18n/ja.json +2 -0
- package/src/i18n/ko.json +2 -0
- package/src/i18n/nl.json +2 -1
- package/src/i18n/ru.json +2 -1
- package/src/i18n/tr.json +2 -1
- package/src/version.json +1 -1
package/src/i18n/ru.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"Ok": "Oк",
|
|
38
38
|
"Only visible to you": "Видно только вам",
|
|
39
39
|
"Photo": "Фото",
|
|
40
|
-
"Photos": "Фото",
|
|
40
|
+
"Photos and Videos": "Фото и видео",
|
|
41
41
|
"Pin to Conversation": "Закрепить к беседе",
|
|
42
42
|
"Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
|
|
43
43
|
"Please select a channel first": "Пожалуйста, сначала выберите канал",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"Unmute User": "Включить микрофон",
|
|
57
57
|
"Unpin from Conversation": "Открепить от беседы",
|
|
58
58
|
"Unread Messages": "Непрочитанные Сообщения",
|
|
59
|
+
"Video": "видео",
|
|
59
60
|
"You": "Вы",
|
|
60
61
|
"You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
|
|
61
62
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
|
package/src/i18n/tr.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"Ok": "Tamam",
|
|
38
38
|
"Only visible to you": "Sadece siz görebilirsiniz",
|
|
39
39
|
"Photo": "Fotoğraf",
|
|
40
|
-
"Photos": "Fotoğraflar",
|
|
40
|
+
"Photos and Videos": "Fotoğraflar ve Videolar",
|
|
41
41
|
"Pin to Conversation": "Konuşmaya sabitle",
|
|
42
42
|
"Please enable access to your photos and videos so you can share them.": "Lütfen paylaşabilmek için fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
|
|
43
43
|
"Please select a channel first": "Lütfen önce bir kanal seçin",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"Unmute User": "Kullanıcının sesini aç",
|
|
57
57
|
"Unpin from Conversation": "Sabitlenmeyi kaldır",
|
|
58
58
|
"Unread Messages": "Okunmamış Mesajlar",
|
|
59
|
+
"Video": "Video",
|
|
59
60
|
"You": "Sen",
|
|
60
61
|
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
61
62
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
|
package/src/version.json
CHANGED