stream-chat-react-native-core 5.21.0 → 5.22.0-beta.1
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/ImageGallery.js +6 -5
- package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +18 -15
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +41 -12
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/es.json +72 -0
- 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/utils/Streami18n.js +4 -1
- package/lib/commonjs/utils/Streami18n.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/ImageGallery/ImageGallery.js +6 -5
- package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +18 -15
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +41 -12
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/es.json +72 -0
- 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/utils/Streami18n.js +4 -1
- package/lib/module/utils/Streami18n.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +3 -0
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/es.json +72 -0
- 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 +7 -1
- package/package.json +1 -1
- package/src/components/ImageGallery/ImageGallery.tsx +1 -0
- package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +6 -2
- package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +12 -7
- package/src/i18n/en.json +1 -1
- package/src/i18n/es.json +72 -0
- 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/utils/Streami18n.ts +13 -6
- package/src/version.json +1 -1
|
@@ -2,70 +2,70 @@
|
|
|
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": "
|
|
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
|
-
"Instant Commands": "
|
|
27
|
-
"Links are disabled": "
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "
|
|
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
|
+
"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
|
+
"Instant Commands": "",
|
|
27
|
+
"Links are disabled": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
32
|
"Message Reactions": "Reazioni ai Messaggi",
|
|
33
|
-
"Message deleted": "
|
|
34
|
-
"Message flagged": "
|
|
35
|
-
"Mute User": "
|
|
36
|
-
"Not supported": "
|
|
37
|
-
"Nothing yet...": "
|
|
38
|
-
"Ok": "
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
39
39
|
"Only visible to you": "Visibile solo a te",
|
|
40
40
|
"Photo": "Foto",
|
|
41
41
|
"Photos and Videos": "Foto e Video",
|
|
42
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
43
|
"Pinned by": "Fissato da",
|
|
44
44
|
"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.",
|
|
45
|
-
"Please select a channel first": "
|
|
46
|
-
"Reconnecting...": "
|
|
47
|
-
"Reply": "
|
|
48
|
-
"Reply to Message": "
|
|
49
|
-
"Resend": "
|
|
50
|
-
"Search GIFs": "
|
|
45
|
+
"Please select a channel first": "",
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "",
|
|
51
51
|
"Select More Photos": "Seleziona Altre foto",
|
|
52
|
-
"Send a message": "
|
|
53
|
-
"Sending links is not allowed in this conversation": "
|
|
54
|
-
"Slow mode ON": "
|
|
55
|
-
"The message has been reported to a moderator.": "
|
|
56
|
-
"Thread Reply": "
|
|
57
|
-
"Unblock User": "
|
|
52
|
+
"Send a message": "",
|
|
53
|
+
"Sending links is not allowed in this conversation": "",
|
|
54
|
+
"Slow mode ON": "",
|
|
55
|
+
"The message has been reported to a moderator.": "",
|
|
56
|
+
"Thread Reply": "",
|
|
57
|
+
"Unblock User": "",
|
|
58
58
|
"Unknown User": "Utente sconosciuto",
|
|
59
|
-
"Unmute User": "
|
|
60
|
-
"Unpin from Conversation": "
|
|
59
|
+
"Unmute User": "",
|
|
60
|
+
"Unpin from Conversation": "",
|
|
61
61
|
"Unread Messages": "Messaggi non letti",
|
|
62
62
|
"Video": "Video",
|
|
63
|
-
"You": "
|
|
64
|
-
"You can't send messages in this channel": "
|
|
63
|
+
"You": "",
|
|
64
|
+
"You can't send messages in this channel": "",
|
|
65
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
|
|
66
66
|
"{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
|
|
67
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
68
68
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
69
69
|
"{{ user }} is typing": "{{ user }} sta scrivendo",
|
|
70
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
71
71
|
}
|
|
@@ -2,70 +2,70 @@
|
|
|
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": "
|
|
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
|
-
"Instant Commands": "
|
|
27
|
-
"Links are disabled": "
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "
|
|
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
|
+
"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
|
+
"Instant Commands": "",
|
|
27
|
+
"Links are disabled": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
32
|
"Message Reactions": "Bericht Reacties",
|
|
33
|
-
"Message deleted": "
|
|
34
|
-
"Message flagged": "
|
|
35
|
-
"Mute User": "
|
|
36
|
-
"Not supported": "
|
|
37
|
-
"Nothing yet...": "
|
|
38
|
-
"Ok": "
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
39
39
|
"Only visible to you": "Alleen zichtbaar voor jou",
|
|
40
40
|
"Photo": "Foto",
|
|
41
41
|
"Photos and Videos": "Foto's en video's",
|
|
42
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
43
|
"Pinned by": "Vastgemaakt door",
|
|
44
44
|
"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.",
|
|
45
|
-
"Please select a channel first": "
|
|
46
|
-
"Reconnecting...": "
|
|
47
|
-
"Reply": "
|
|
48
|
-
"Reply to Message": "
|
|
49
|
-
"Resend": "
|
|
50
|
-
"Search GIFs": "
|
|
45
|
+
"Please select a channel first": "",
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "",
|
|
51
51
|
"Select More Photos": "Selecteer Meer foto's",
|
|
52
|
-
"Send a message": "
|
|
53
|
-
"Sending links is not allowed in this conversation": "
|
|
54
|
-
"Slow mode ON": "
|
|
55
|
-
"The message has been reported to a moderator.": "
|
|
56
|
-
"Thread Reply": "
|
|
57
|
-
"Unblock User": "
|
|
52
|
+
"Send a message": "",
|
|
53
|
+
"Sending links is not allowed in this conversation": "",
|
|
54
|
+
"Slow mode ON": "",
|
|
55
|
+
"The message has been reported to a moderator.": "",
|
|
56
|
+
"Thread Reply": "",
|
|
57
|
+
"Unblock User": "",
|
|
58
58
|
"Unknown User": "Onbekende gebruiker",
|
|
59
|
-
"Unmute User": "
|
|
60
|
-
"Unpin from Conversation": "
|
|
59
|
+
"Unmute User": "",
|
|
60
|
+
"Unpin from Conversation": "",
|
|
61
61
|
"Unread Messages": "Ongelezen Berichten",
|
|
62
62
|
"Video": "Video",
|
|
63
|
-
"You": "
|
|
64
|
-
"You can't send messages in this channel": "
|
|
63
|
+
"You": "",
|
|
64
|
+
"You can't send messages in this channel": "",
|
|
65
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
|
|
66
66
|
"{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
|
|
67
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
68
68
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
|
|
69
69
|
"{{ user }} is typing": "{{ user }} is aan het typen",
|
|
70
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
71
71
|
}
|
|
@@ -2,70 +2,70 @@
|
|
|
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": "
|
|
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
|
-
"Instant Commands": "
|
|
27
|
-
"Links are disabled": "
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "
|
|
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
|
+
"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
|
+
"Instant Commands": "",
|
|
27
|
+
"Links are disabled": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
32
|
"Message Reactions": "Сообщения Реакции",
|
|
33
|
-
"Message deleted": "
|
|
34
|
-
"Message flagged": "
|
|
35
|
-
"Mute User": "
|
|
36
|
-
"Not supported": "
|
|
37
|
-
"Nothing yet...": "
|
|
38
|
-
"Ok": "
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
39
39
|
"Only visible to you": "Видно только вам",
|
|
40
40
|
"Photo": "Фото",
|
|
41
41
|
"Photos and Videos": "Фото и видео",
|
|
42
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
43
|
"Pinned by": "Закреплено пользователем",
|
|
44
44
|
"Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
|
|
45
|
-
"Please select a channel first": "
|
|
46
|
-
"Reconnecting...": "
|
|
47
|
-
"Reply": "
|
|
48
|
-
"Reply to Message": "
|
|
49
|
-
"Resend": "
|
|
50
|
-
"Search GIFs": "
|
|
45
|
+
"Please select a channel first": "",
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "",
|
|
51
51
|
"Select More Photos": "Выбрать больше фотографий",
|
|
52
|
-
"Send a message": "
|
|
53
|
-
"Sending links is not allowed in this conversation": "
|
|
54
|
-
"Slow mode ON": "
|
|
55
|
-
"The message has been reported to a moderator.": "
|
|
56
|
-
"Thread Reply": "
|
|
57
|
-
"Unblock User": "
|
|
52
|
+
"Send a message": "",
|
|
53
|
+
"Sending links is not allowed in this conversation": "",
|
|
54
|
+
"Slow mode ON": "",
|
|
55
|
+
"The message has been reported to a moderator.": "",
|
|
56
|
+
"Thread Reply": "",
|
|
57
|
+
"Unblock User": "",
|
|
58
58
|
"Unknown User": "Неизвестный пользователь",
|
|
59
|
-
"Unmute User": "
|
|
60
|
-
"Unpin from Conversation": "
|
|
59
|
+
"Unmute User": "",
|
|
60
|
+
"Unpin from Conversation": "",
|
|
61
61
|
"Unread Messages": "Непрочитанные Сообщения",
|
|
62
62
|
"Video": "видео",
|
|
63
|
-
"You": "
|
|
64
|
-
"You can't send messages in this channel": "
|
|
63
|
+
"You": "",
|
|
64
|
+
"You can't send messages in this channel": "",
|
|
65
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
|
|
66
66
|
"{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
|
|
67
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Ответов",
|
|
68
68
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
|
|
69
69
|
"{{ user }} is typing": "{{ user }} пишет",
|
|
70
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
71
71
|
}
|
|
@@ -2,70 +2,70 @@
|
|
|
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": "
|
|
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
|
-
"Instant Commands": "
|
|
27
|
-
"Links are disabled": "
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "
|
|
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
|
+
"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
|
+
"Instant Commands": "",
|
|
27
|
+
"Links are disabled": "",
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
32
|
"Message Reactions": "Mesaj Tepkileri",
|
|
33
|
-
"Message deleted": "
|
|
34
|
-
"Message flagged": "
|
|
35
|
-
"Mute User": "
|
|
36
|
-
"Not supported": "
|
|
37
|
-
"Nothing yet...": "
|
|
38
|
-
"Ok": "
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
39
39
|
"Only visible to you": "Sadece siz görebilirsiniz",
|
|
40
40
|
"Photo": "Fotoğraf",
|
|
41
41
|
"Photos and Videos": "Fotoğraflar ve Videolar",
|
|
42
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
43
|
"Pinned by": "Tarafından sabitlendi",
|
|
44
44
|
"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.",
|
|
45
|
-
"Please select a channel first": "
|
|
46
|
-
"Reconnecting...": "
|
|
47
|
-
"Reply": "
|
|
48
|
-
"Reply to Message": "
|
|
49
|
-
"Resend": "
|
|
50
|
-
"Search GIFs": "
|
|
45
|
+
"Please select a channel first": "",
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "",
|
|
51
51
|
"Select More Photos": "Daha Fazla Fotoğraf Seçin",
|
|
52
|
-
"Send a message": "
|
|
53
|
-
"Sending links is not allowed in this conversation": "
|
|
54
|
-
"Slow mode ON": "
|
|
55
|
-
"The message has been reported to a moderator.": "
|
|
56
|
-
"Thread Reply": "
|
|
57
|
-
"Unblock User": "
|
|
52
|
+
"Send a message": "",
|
|
53
|
+
"Sending links is not allowed in this conversation": "",
|
|
54
|
+
"Slow mode ON": "",
|
|
55
|
+
"The message has been reported to a moderator.": "",
|
|
56
|
+
"Thread Reply": "",
|
|
57
|
+
"Unblock User": "",
|
|
58
58
|
"Unknown User": "Bilinmeyen kullanıcı",
|
|
59
|
-
"Unmute User": "
|
|
60
|
-
"Unpin from Conversation": "
|
|
59
|
+
"Unmute User": "",
|
|
60
|
+
"Unpin from Conversation": "",
|
|
61
61
|
"Unread Messages": "Okunmamış Mesajlar",
|
|
62
62
|
"Video": "Video",
|
|
63
|
-
"You": "
|
|
64
|
-
"You can't send messages in this channel": "
|
|
63
|
+
"You": "",
|
|
64
|
+
"You can't send messages in this channel": "",
|
|
65
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
|
|
66
66
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
67
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
68
68
|
"{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
|
|
69
69
|
"{{ user }} is typing": "{{ user }} yazıyor",
|
|
70
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
71
71
|
}
|
|
@@ -17,6 +17,7 @@ var _relativeTime = _interopRequireDefault(require("dayjs/plugin/relativeTime"))
|
|
|
17
17
|
var _updateLocale = _interopRequireDefault(require("dayjs/plugin/updateLocale"));
|
|
18
18
|
var _i18next = _interopRequireDefault(require("i18next"));
|
|
19
19
|
var _en2 = _interopRequireDefault(require("../i18n/en.json"));
|
|
20
|
+
var _es2 = _interopRequireDefault(require("../i18n/es.json"));
|
|
20
21
|
var _fr2 = _interopRequireDefault(require("../i18n/fr.json"));
|
|
21
22
|
var _he2 = _interopRequireDefault(require("../i18n/he.json"));
|
|
22
23
|
var _hi2 = _interopRequireDefault(require("../i18n/hi.json"));
|
|
@@ -26,7 +27,9 @@ var _ko2 = _interopRequireDefault(require("../i18n/ko.json"));
|
|
|
26
27
|
var _nl2 = _interopRequireDefault(require("../i18n/nl.json"));
|
|
27
28
|
var _ru2 = _interopRequireDefault(require("../i18n/ru.json"));
|
|
28
29
|
var _tr2 = _interopRequireDefault(require("../i18n/tr.json"));
|
|
30
|
+
require("dayjs/locale/es");
|
|
29
31
|
require("dayjs/locale/fr");
|
|
32
|
+
require("dayjs/locale/he");
|
|
30
33
|
require("dayjs/locale/hi");
|
|
31
34
|
require("dayjs/locale/it");
|
|
32
35
|
require("dayjs/locale/ja");
|
|
@@ -34,7 +37,6 @@ require("dayjs/locale/ko");
|
|
|
34
37
|
require("dayjs/locale/nl");
|
|
35
38
|
require("dayjs/locale/ru");
|
|
36
39
|
require("dayjs/locale/tr");
|
|
37
|
-
require("dayjs/locale/he");
|
|
38
40
|
require("dayjs/locale/en");
|
|
39
41
|
var defaultNS = 'translation';
|
|
40
42
|
var defaultLng = 'en';
|
|
@@ -159,6 +161,7 @@ var Streami18n = function () {
|
|
|
159
161
|
};
|
|
160
162
|
this.translations = {
|
|
161
163
|
en: (0, _defineProperty2["default"])({}, defaultNS, _en2["default"]),
|
|
164
|
+
es: (0, _defineProperty2["default"])({}, defaultNS, _es2["default"]),
|
|
162
165
|
fr: (0, _defineProperty2["default"])({}, defaultNS, _fr2["default"]),
|
|
163
166
|
he: (0, _defineProperty2["default"])({}, defaultNS, _he2["default"]),
|
|
164
167
|
hi: (0, _defineProperty2["default"])({}, defaultNS, _hi2["default"]),
|