stream-chat-react-native-core 5.22.0-beta.3 → 5.22.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.
- package/README.md +10 -5
- package/lib/commonjs/components/ImageGallery/ImageGallery.js +10 -16
- package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/commonjs/hooks/index.js +11 -0
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/fr.json +51 -51
- package/lib/commonjs/i18n/hi.json +51 -51
- package/lib/commonjs/i18n/it.json +51 -51
- package/lib/commonjs/i18n/nl.json +51 -51
- package/lib/commonjs/i18n/ru.json +51 -51
- package/lib/commonjs/i18n/tr.json +51 -51
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/ImageGallery/ImageGallery.js +10 -16
- package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/module/hooks/index.js +11 -0
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/fr.json +51 -51
- package/lib/module/i18n/hi.json +51 -51
- package/lib/module/i18n/it.json +51 -51
- package/lib/module/i18n/nl.json +51 -51
- package/lib/module/i18n/ru.json +51 -51
- package/lib/module/i18n/tr.json +51 -51
- package/lib/module/version.json +1 -1
- package/lib/typescript/hooks/index.d.ts +1 -0
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/fr.json +51 -51
- package/lib/typescript/i18n/hi.json +51 -51
- package/lib/typescript/i18n/it.json +51 -51
- package/lib/typescript/i18n/nl.json +51 -51
- package/lib/typescript/i18n/ru.json +51 -51
- package/lib/typescript/i18n/tr.json +51 -51
- package/lib/typescript/utils/Streami18n.d.ts +0 -4
- package/package.json +1 -1
- package/src/components/ImageGallery/ImageGallery.tsx +1 -15
- package/src/hooks/index.ts +1 -0
- package/src/i18n/en.json +1 -1
- package/src/i18n/fr.json +51 -51
- package/src/i18n/hi.json +51 -51
- package/src/i18n/it.json +51 -51
- package/src/i18n/nl.json +51 -51
- package/src/i18n/ru.json +51 -51
- package/src/i18n/tr.json +51 -51
- package/src/version.json +1 -1
|
@@ -2,72 +2,72 @@
|
|
|
2
2
|
"1 Reply": "1 Risposta",
|
|
3
3
|
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
4
4
|
"Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
|
|
5
|
-
"Also send to channel": "
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "
|
|
7
|
-
"Block User": "
|
|
8
|
-
"Cancel": "
|
|
9
|
-
"Cannot Flag Message": "
|
|
10
|
-
"Copy Message": "
|
|
11
|
-
"Delete": "
|
|
12
|
-
"Delete Message": "
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
14
|
-
"Edit Message": "
|
|
5
|
+
"Also send to channel": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
+
"Block User": "",
|
|
8
|
+
"Cancel": "",
|
|
9
|
+
"Cannot Flag Message": "",
|
|
10
|
+
"Copy Message": "",
|
|
11
|
+
"Delete": "",
|
|
12
|
+
"Delete Message": "",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
+
"Edit Message": "",
|
|
15
15
|
"Editing Message": "Modificando il Messaggio",
|
|
16
|
-
"Emoji matching": "
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
26
|
-
"How about sending your first message to a friend?": "
|
|
27
|
-
"Instant Commands": "
|
|
28
|
-
"Let's start chatting!": "
|
|
16
|
+
"Emoji matching": "",
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
|
+
"Flag": "",
|
|
24
|
+
"Flag Message": "",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
|
+
"How about sending your first message to a friend?": "",
|
|
27
|
+
"Instant Commands": "",
|
|
28
|
+
"Let's start chatting!": "",
|
|
29
29
|
"Links are disabled": "I link sono disabilitati",
|
|
30
|
-
"Loading channels...": "
|
|
31
|
-
"Loading messages...": "
|
|
32
|
-
"Loading...": "
|
|
30
|
+
"Loading channels...": "",
|
|
31
|
+
"Loading messages...": "",
|
|
32
|
+
"Loading...": "",
|
|
33
33
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "È stato raggiunto il limite massimo di caricamento delle dimensioni del file. Carica un file inferiore a {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
|
|
34
|
-
"Message Reactions": "
|
|
35
|
-
"Message deleted": "
|
|
36
|
-
"Message flagged": "
|
|
37
|
-
"Mute User": "
|
|
38
|
-
"Not supported": "
|
|
39
|
-
"Nothing yet...": "
|
|
40
|
-
"Ok": "
|
|
34
|
+
"Message Reactions": "",
|
|
35
|
+
"Message deleted": "",
|
|
36
|
+
"Message flagged": "",
|
|
37
|
+
"Mute User": "",
|
|
38
|
+
"Not supported": "",
|
|
39
|
+
"Nothing yet...": "",
|
|
40
|
+
"Ok": "",
|
|
41
41
|
"Only visible to you": "Visibile solo a te",
|
|
42
42
|
"Photo": "Foto",
|
|
43
43
|
"Photos and Videos": "Foto e Video",
|
|
44
|
-
"Pin to Conversation": "
|
|
44
|
+
"Pin to Conversation": "",
|
|
45
45
|
"Pinned by": "Fissato da",
|
|
46
46
|
"Please enable access to your photos and videos so you can share them.": "Abilita l'accesso alle tue foto e ai tuoi video in modo da poterli condividere.",
|
|
47
47
|
"Please select a channel first": "Seleziona un canale",
|
|
48
|
-
"Reconnecting...": "
|
|
49
|
-
"Reply": "
|
|
50
|
-
"Reply to Message": "
|
|
51
|
-
"Resend": "
|
|
52
|
-
"Search GIFs": "
|
|
48
|
+
"Reconnecting...": "",
|
|
49
|
+
"Reply": "",
|
|
50
|
+
"Reply to Message": "",
|
|
51
|
+
"Resend": "",
|
|
52
|
+
"Search GIFs": "",
|
|
53
53
|
"Select More Photos": "Seleziona Altre foto",
|
|
54
|
-
"Send a message": "
|
|
54
|
+
"Send a message": "",
|
|
55
55
|
"Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
|
|
56
|
-
"Slow mode ON": "
|
|
57
|
-
"The message has been reported to a moderator.": "
|
|
58
|
-
"Thread Reply": "
|
|
59
|
-
"Unblock User": "
|
|
56
|
+
"Slow mode ON": "",
|
|
57
|
+
"The message has been reported to a moderator.": "",
|
|
58
|
+
"Thread Reply": "",
|
|
59
|
+
"Unblock User": "",
|
|
60
60
|
"Unknown User": "Utente sconosciuto",
|
|
61
|
-
"Unmute User": "
|
|
62
|
-
"Unpin from Conversation": "
|
|
63
|
-
"Unread Messages": "
|
|
61
|
+
"Unmute User": "",
|
|
62
|
+
"Unpin from Conversation": "",
|
|
63
|
+
"Unread Messages": "",
|
|
64
64
|
"Video": "Video",
|
|
65
|
-
"You": "
|
|
65
|
+
"You": "",
|
|
66
66
|
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
67
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
68
|
"{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
|
|
69
69
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
70
70
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
71
|
-
"{{ user }} is typing": "
|
|
72
|
-
"🏙 Attachment...": "
|
|
71
|
+
"{{ user }} is typing": "",
|
|
72
|
+
"🏙 Attachment...": ""
|
|
73
73
|
}
|
|
@@ -2,72 +2,72 @@
|
|
|
2
2
|
"1 Reply": "1 Antwoord",
|
|
3
3
|
"1 Thread Reply": "1 thread antwoord",
|
|
4
4
|
"Allow access to your Gallery": "Geef toegang tot uw galerij",
|
|
5
|
-
"Also send to channel": "
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "
|
|
7
|
-
"Block User": "
|
|
8
|
-
"Cancel": "
|
|
9
|
-
"Cannot Flag Message": "
|
|
10
|
-
"Copy Message": "
|
|
11
|
-
"Delete": "
|
|
12
|
-
"Delete Message": "
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
14
|
-
"Edit Message": "
|
|
5
|
+
"Also send to channel": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
+
"Block User": "",
|
|
8
|
+
"Cancel": "",
|
|
9
|
+
"Cannot Flag Message": "",
|
|
10
|
+
"Copy Message": "",
|
|
11
|
+
"Delete": "",
|
|
12
|
+
"Delete Message": "",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
+
"Edit Message": "",
|
|
15
15
|
"Editing Message": "Bericht aanpassen",
|
|
16
|
-
"Emoji matching": "
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
26
|
-
"How about sending your first message to a friend?": "
|
|
27
|
-
"Instant Commands": "
|
|
28
|
-
"Let's start chatting!": "
|
|
16
|
+
"Emoji matching": "",
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
|
+
"Flag": "",
|
|
24
|
+
"Flag Message": "",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
|
+
"How about sending your first message to a friend?": "",
|
|
27
|
+
"Instant Commands": "",
|
|
28
|
+
"Let's start chatting!": "",
|
|
29
29
|
"Links are disabled": "Het versturen van links staat uit",
|
|
30
|
-
"Loading channels...": "
|
|
31
|
-
"Loading messages...": "
|
|
32
|
-
"Loading...": "
|
|
30
|
+
"Loading channels...": "",
|
|
31
|
+
"Loading messages...": "",
|
|
32
|
+
"Loading...": "",
|
|
33
33
|
"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.",
|
|
34
|
-
"Message Reactions": "
|
|
35
|
-
"Message deleted": "
|
|
36
|
-
"Message flagged": "
|
|
37
|
-
"Mute User": "
|
|
38
|
-
"Not supported": "
|
|
39
|
-
"Nothing yet...": "
|
|
40
|
-
"Ok": "
|
|
34
|
+
"Message Reactions": "",
|
|
35
|
+
"Message deleted": "",
|
|
36
|
+
"Message flagged": "",
|
|
37
|
+
"Mute User": "",
|
|
38
|
+
"Not supported": "",
|
|
39
|
+
"Nothing yet...": "",
|
|
40
|
+
"Ok": "",
|
|
41
41
|
"Only visible to you": "Alleen zichtbaar voor jou",
|
|
42
42
|
"Photo": "Foto",
|
|
43
43
|
"Photos and Videos": "Foto's en video's",
|
|
44
|
-
"Pin to Conversation": "
|
|
44
|
+
"Pin to Conversation": "",
|
|
45
45
|
"Pinned by": "Vastgemaakt door",
|
|
46
46
|
"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.",
|
|
47
47
|
"Please select a channel first": "Selecteer eerst een kanaal",
|
|
48
|
-
"Reconnecting...": "
|
|
49
|
-
"Reply": "
|
|
50
|
-
"Reply to Message": "
|
|
51
|
-
"Resend": "
|
|
52
|
-
"Search GIFs": "
|
|
48
|
+
"Reconnecting...": "",
|
|
49
|
+
"Reply": "",
|
|
50
|
+
"Reply to Message": "",
|
|
51
|
+
"Resend": "",
|
|
52
|
+
"Search GIFs": "",
|
|
53
53
|
"Select More Photos": "Selecteer Meer foto's",
|
|
54
|
-
"Send a message": "
|
|
54
|
+
"Send a message": "",
|
|
55
55
|
"Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
|
|
56
|
-
"Slow mode ON": "
|
|
57
|
-
"The message has been reported to a moderator.": "
|
|
58
|
-
"Thread Reply": "
|
|
59
|
-
"Unblock User": "
|
|
56
|
+
"Slow mode ON": "",
|
|
57
|
+
"The message has been reported to a moderator.": "",
|
|
58
|
+
"Thread Reply": "",
|
|
59
|
+
"Unblock User": "",
|
|
60
60
|
"Unknown User": "Onbekende gebruiker",
|
|
61
|
-
"Unmute User": "
|
|
62
|
-
"Unpin from Conversation": "
|
|
63
|
-
"Unread Messages": "
|
|
61
|
+
"Unmute User": "",
|
|
62
|
+
"Unpin from Conversation": "",
|
|
63
|
+
"Unread Messages": "",
|
|
64
64
|
"Video": "Video",
|
|
65
|
-
"You": "
|
|
65
|
+
"You": "",
|
|
66
66
|
"You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
67
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
68
|
"{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
|
|
69
69
|
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
70
70
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
|
|
71
|
-
"{{ user }} is typing": "
|
|
72
|
-
"🏙 Attachment...": "
|
|
71
|
+
"{{ user }} is typing": "",
|
|
72
|
+
"🏙 Attachment...": ""
|
|
73
73
|
}
|
|
@@ -2,72 +2,72 @@
|
|
|
2
2
|
"1 Reply": "1 Ответ",
|
|
3
3
|
"1 Thread Reply": "1 тема Ответить",
|
|
4
4
|
"Allow access to your Gallery": "Разрешить доступ к вашей галерее",
|
|
5
|
-
"Also send to channel": "
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "
|
|
7
|
-
"Block User": "
|
|
8
|
-
"Cancel": "
|
|
9
|
-
"Cannot Flag Message": "
|
|
10
|
-
"Copy Message": "
|
|
11
|
-
"Delete": "
|
|
12
|
-
"Delete Message": "
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
14
|
-
"Edit Message": "
|
|
5
|
+
"Also send to channel": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
+
"Block User": "",
|
|
8
|
+
"Cancel": "",
|
|
9
|
+
"Cannot Flag Message": "",
|
|
10
|
+
"Copy Message": "",
|
|
11
|
+
"Delete": "",
|
|
12
|
+
"Delete Message": "",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
+
"Edit Message": "",
|
|
15
15
|
"Editing Message": "Редактирование сообщения",
|
|
16
|
-
"Emoji matching": "
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
26
|
-
"How about sending your first message to a friend?": "
|
|
27
|
-
"Instant Commands": "
|
|
28
|
-
"Let's start chatting!": "
|
|
16
|
+
"Emoji matching": "",
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
|
+
"Flag": "",
|
|
24
|
+
"Flag Message": "",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
|
+
"How about sending your first message to a friend?": "",
|
|
27
|
+
"Instant Commands": "",
|
|
28
|
+
"Let's start chatting!": "",
|
|
29
29
|
"Links are disabled": "Ссылки отключены",
|
|
30
|
-
"Loading channels...": "
|
|
31
|
-
"Loading messages...": "
|
|
32
|
-
"Loading...": "
|
|
30
|
+
"Loading channels...": "",
|
|
31
|
+
"Loading messages...": "",
|
|
32
|
+
"Loading...": "",
|
|
33
33
|
"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}} МБ.",
|
|
34
|
-
"Message Reactions": "
|
|
35
|
-
"Message deleted": "
|
|
36
|
-
"Message flagged": "
|
|
37
|
-
"Mute User": "
|
|
38
|
-
"Not supported": "
|
|
39
|
-
"Nothing yet...": "
|
|
40
|
-
"Ok": "
|
|
34
|
+
"Message Reactions": "",
|
|
35
|
+
"Message deleted": "",
|
|
36
|
+
"Message flagged": "",
|
|
37
|
+
"Mute User": "",
|
|
38
|
+
"Not supported": "",
|
|
39
|
+
"Nothing yet...": "",
|
|
40
|
+
"Ok": "",
|
|
41
41
|
"Only visible to you": "Видно только вам",
|
|
42
42
|
"Photo": "Фото",
|
|
43
43
|
"Photos and Videos": "Фото и видео",
|
|
44
|
-
"Pin to Conversation": "
|
|
44
|
+
"Pin to Conversation": "",
|
|
45
45
|
"Pinned by": "Закреплено пользователем",
|
|
46
46
|
"Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
|
|
47
47
|
"Please select a channel first": "Пожалуйста, сначала выберите канал",
|
|
48
|
-
"Reconnecting...": "
|
|
49
|
-
"Reply": "
|
|
50
|
-
"Reply to Message": "
|
|
51
|
-
"Resend": "
|
|
52
|
-
"Search GIFs": "
|
|
48
|
+
"Reconnecting...": "",
|
|
49
|
+
"Reply": "",
|
|
50
|
+
"Reply to Message": "",
|
|
51
|
+
"Resend": "",
|
|
52
|
+
"Search GIFs": "",
|
|
53
53
|
"Select More Photos": "Выбрать больше фотографий",
|
|
54
|
-
"Send a message": "
|
|
54
|
+
"Send a message": "",
|
|
55
55
|
"Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
|
|
56
|
-
"Slow mode ON": "
|
|
57
|
-
"The message has been reported to a moderator.": "
|
|
58
|
-
"Thread Reply": "
|
|
59
|
-
"Unblock User": "
|
|
56
|
+
"Slow mode ON": "",
|
|
57
|
+
"The message has been reported to a moderator.": "",
|
|
58
|
+
"Thread Reply": "",
|
|
59
|
+
"Unblock User": "",
|
|
60
60
|
"Unknown User": "Неизвестный пользователь",
|
|
61
|
-
"Unmute User": "
|
|
62
|
-
"Unpin from Conversation": "
|
|
63
|
-
"Unread Messages": "
|
|
61
|
+
"Unmute User": "",
|
|
62
|
+
"Unpin from Conversation": "",
|
|
63
|
+
"Unread Messages": "",
|
|
64
64
|
"Video": "видео",
|
|
65
|
-
"You": "
|
|
65
|
+
"You": "",
|
|
66
66
|
"You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
67
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
68
|
"{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
|
|
69
69
|
"{{ replyCount }} Replies": "{{ replyCount }} Ответов",
|
|
70
70
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
|
|
71
|
-
"{{ user }} is typing": "
|
|
72
|
-
"🏙 Attachment...": "
|
|
71
|
+
"{{ user }} is typing": "",
|
|
72
|
+
"🏙 Attachment...": ""
|
|
73
73
|
}
|
|
@@ -2,72 +2,72 @@
|
|
|
2
2
|
"1 Reply": "1 Cevap",
|
|
3
3
|
"1 Thread Reply": "1 Konu Yanıtı",
|
|
4
4
|
"Allow access to your Gallery": "Galerinize erişime izin verin",
|
|
5
|
-
"Also send to channel": "
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "
|
|
7
|
-
"Block User": "
|
|
8
|
-
"Cancel": "
|
|
9
|
-
"Cannot Flag Message": "
|
|
10
|
-
"Copy Message": "
|
|
11
|
-
"Delete": "
|
|
12
|
-
"Delete Message": "
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
14
|
-
"Edit Message": "
|
|
5
|
+
"Also send to channel": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
+
"Block User": "",
|
|
8
|
+
"Cancel": "",
|
|
9
|
+
"Cannot Flag Message": "",
|
|
10
|
+
"Copy Message": "",
|
|
11
|
+
"Delete": "",
|
|
12
|
+
"Delete Message": "",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
+
"Edit Message": "",
|
|
15
15
|
"Editing Message": "Mesaj Düzenleniyor",
|
|
16
|
-
"Emoji matching": "
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
22
|
-
"File type not supported": "
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
26
|
-
"How about sending your first message to a friend?": "
|
|
27
|
-
"Instant Commands": "
|
|
28
|
-
"Let's start chatting!": "
|
|
16
|
+
"Emoji matching": "",
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
|
+
"File type not supported": "",
|
|
23
|
+
"Flag": "",
|
|
24
|
+
"Flag Message": "",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
|
+
"How about sending your first message to a friend?": "",
|
|
27
|
+
"Instant Commands": "",
|
|
28
|
+
"Let's start chatting!": "",
|
|
29
29
|
"Links are disabled": "Bağlantılar devre dışı",
|
|
30
|
-
"Loading channels...": "
|
|
31
|
-
"Loading messages...": "
|
|
32
|
-
"Loading...": "
|
|
30
|
+
"Loading channels...": "",
|
|
31
|
+
"Loading messages...": "",
|
|
32
|
+
"Loading...": "",
|
|
33
33
|
"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.",
|
|
34
|
-
"Message Reactions": "
|
|
35
|
-
"Message deleted": "
|
|
36
|
-
"Message flagged": "
|
|
37
|
-
"Mute User": "
|
|
38
|
-
"Not supported": "
|
|
39
|
-
"Nothing yet...": "
|
|
40
|
-
"Ok": "
|
|
34
|
+
"Message Reactions": "",
|
|
35
|
+
"Message deleted": "",
|
|
36
|
+
"Message flagged": "",
|
|
37
|
+
"Mute User": "",
|
|
38
|
+
"Not supported": "",
|
|
39
|
+
"Nothing yet...": "",
|
|
40
|
+
"Ok": "",
|
|
41
41
|
"Only visible to you": "Sadece siz görebilirsiniz",
|
|
42
42
|
"Photo": "Fotoğraf",
|
|
43
43
|
"Photos and Videos": "Fotoğraflar ve Videolar",
|
|
44
|
-
"Pin to Conversation": "
|
|
44
|
+
"Pin to Conversation": "",
|
|
45
45
|
"Pinned by": "Tarafından sabitlendi",
|
|
46
46
|
"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.",
|
|
47
47
|
"Please select a channel first": "Lütfen önce bir kanal seçiniz",
|
|
48
|
-
"Reconnecting...": "
|
|
49
|
-
"Reply": "
|
|
50
|
-
"Reply to Message": "
|
|
51
|
-
"Resend": "
|
|
52
|
-
"Search GIFs": "
|
|
48
|
+
"Reconnecting...": "",
|
|
49
|
+
"Reply": "",
|
|
50
|
+
"Reply to Message": "",
|
|
51
|
+
"Resend": "",
|
|
52
|
+
"Search GIFs": "",
|
|
53
53
|
"Select More Photos": "Daha Fazla Fotoğraf Seçin",
|
|
54
|
-
"Send a message": "
|
|
54
|
+
"Send a message": "",
|
|
55
55
|
"Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
|
|
56
|
-
"Slow mode ON": "
|
|
57
|
-
"The message has been reported to a moderator.": "
|
|
58
|
-
"Thread Reply": "
|
|
59
|
-
"Unblock User": "
|
|
56
|
+
"Slow mode ON": "",
|
|
57
|
+
"The message has been reported to a moderator.": "",
|
|
58
|
+
"Thread Reply": "",
|
|
59
|
+
"Unblock User": "",
|
|
60
60
|
"Unknown User": "Bilinmeyen kullanıcı",
|
|
61
|
-
"Unmute User": "
|
|
62
|
-
"Unpin from Conversation": "
|
|
63
|
-
"Unread Messages": "
|
|
61
|
+
"Unmute User": "",
|
|
62
|
+
"Unpin from Conversation": "",
|
|
63
|
+
"Unread Messages": "",
|
|
64
64
|
"Video": "Video",
|
|
65
|
-
"You": "
|
|
65
|
+
"You": "",
|
|
66
66
|
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
67
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
68
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
69
69
|
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
70
70
|
"{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
|
|
71
|
-
"{{ user }} is typing": "
|
|
72
|
-
"🏙 Attachment...": "
|
|
71
|
+
"{{ user }} is typing": "",
|
|
72
|
+
"🏙 Attachment...": ""
|
|
73
73
|
}
|
|
@@ -161,10 +161,6 @@ export declare class Streami18n {
|
|
|
161
161
|
Photo: string;
|
|
162
162
|
"Photos and Videos": string;
|
|
163
163
|
"Pin to Conversation": string;
|
|
164
|
-
/**
|
|
165
|
-
* Hindi notation for meridiems are quite fuzzy in practice. While there exists
|
|
166
|
-
* a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.
|
|
167
|
-
*/
|
|
168
164
|
"Pinned by": string;
|
|
169
165
|
"Please enable access to your photos and videos so you can share them.": string;
|
|
170
166
|
"Please select a channel first": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "5.22.0-beta.
|
|
4
|
+
"version": "5.22.0-beta.5",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -575,21 +575,7 @@ export const ImageGallery = <
|
|
|
575
575
|
simultaneousHandlers={[pinchRef]}
|
|
576
576
|
>
|
|
577
577
|
<Animated.View style={StyleSheet.absoluteFill}>
|
|
578
|
-
<Animated.View
|
|
579
|
-
style={[
|
|
580
|
-
styles.animatedContainer,
|
|
581
|
-
pagerStyle,
|
|
582
|
-
pager,
|
|
583
|
-
{
|
|
584
|
-
transform: [
|
|
585
|
-
{ scaleX: -1 }, // Also only here for opening, wrong direction when not included
|
|
586
|
-
{
|
|
587
|
-
translateX: translationX.value, // Only here for opening, wrong index when this is not included
|
|
588
|
-
},
|
|
589
|
-
],
|
|
590
|
-
},
|
|
591
|
-
]}
|
|
592
|
-
>
|
|
578
|
+
<Animated.View style={[styles.animatedContainer, pagerStyle, pager]}>
|
|
593
579
|
{imageGalleryAttachments.map((photo, i) =>
|
|
594
580
|
photo.type === 'video' ? (
|
|
595
581
|
<AnimatedGalleryVideo
|
package/src/hooks/index.ts
CHANGED
package/src/i18n/en.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"File type not supported": "File type not supported",
|
|
23
23
|
"Flag": "Flag",
|
|
24
24
|
"Flag Message": "Flag Message",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged",
|
|
26
26
|
"How about sending your first message to a friend?": "How about sending your first message to a friend?",
|
|
27
27
|
"Instant Commands": "Instant Commands",
|
|
28
28
|
"Let's start chatting!": "Let's start chatting!",
|