stream-chat-react-native-core 5.23.0-beta.2 → 5.23.0-beta.4

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 (53) hide show
  1. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +1 -1
  2. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  3. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js +1 -1
  4. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
  5. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.test.js +1 -1
  6. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.test.js.map +1 -1
  7. package/lib/commonjs/components/MessageList/MessageList.js +33 -30
  8. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  9. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js +30 -36
  10. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js.map +1 -1
  11. package/lib/commonjs/i18n/fr.json +27 -27
  12. package/lib/commonjs/i18n/hi.json +27 -27
  13. package/lib/commonjs/i18n/it.json +27 -27
  14. package/lib/commonjs/i18n/nl.json +27 -27
  15. package/lib/commonjs/i18n/ru.json +27 -27
  16. package/lib/commonjs/i18n/tr.json +27 -27
  17. package/lib/commonjs/version.json +1 -1
  18. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +1 -1
  19. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  20. package/lib/module/components/Message/MessageSimple/utils/parseLinks.js +1 -1
  21. package/lib/module/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
  22. package/lib/module/components/Message/MessageSimple/utils/parseLinks.test.js +1 -1
  23. package/lib/module/components/Message/MessageSimple/utils/parseLinks.test.js.map +1 -1
  24. package/lib/module/components/MessageList/MessageList.js +33 -30
  25. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  26. package/lib/module/components/MessageOverlay/MessageOverlay.js +30 -36
  27. package/lib/module/components/MessageOverlay/MessageOverlay.js.map +1 -1
  28. package/lib/module/i18n/fr.json +27 -27
  29. package/lib/module/i18n/hi.json +27 -27
  30. package/lib/module/i18n/it.json +27 -27
  31. package/lib/module/i18n/nl.json +27 -27
  32. package/lib/module/i18n/ru.json +27 -27
  33. package/lib/module/i18n/tr.json +27 -27
  34. package/lib/module/version.json +1 -1
  35. package/lib/typescript/i18n/fr.json +27 -27
  36. package/lib/typescript/i18n/hi.json +27 -27
  37. package/lib/typescript/i18n/it.json +27 -27
  38. package/lib/typescript/i18n/nl.json +27 -27
  39. package/lib/typescript/i18n/ru.json +27 -27
  40. package/lib/typescript/i18n/tr.json +27 -27
  41. package/package.json +1 -1
  42. package/src/components/Channel/hooks/useCreateMessagesContext.ts +1 -0
  43. package/src/components/Message/MessageSimple/utils/parseLinks.test.ts +4 -0
  44. package/src/components/Message/MessageSimple/utils/parseLinks.ts +3 -3
  45. package/src/components/MessageList/MessageList.tsx +3 -1
  46. package/src/components/MessageOverlay/MessageOverlay.tsx +1 -6
  47. package/src/i18n/fr.json +27 -27
  48. package/src/i18n/hi.json +27 -27
  49. package/src/i18n/it.json +27 -27
  50. package/src/i18n/nl.json +27 -27
  51. package/src/i18n/ru.json +27 -27
  52. package/src/i18n/tr.json +27 -27
  53. package/src/version.json +1 -1
package/src/i18n/fr.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Réponse",
3
- "1 Thread Reply": "Réponse à 1 fil",
4
- "Allow access to your Gallery": "Autoriser l'accès à votre galerie",
5
- "Allow camera access in device settings": "Autoriser l'accès à la caméra dans les paramètres de l'appareil",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
@@ -11,28 +11,28 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "L'appareil photo de l'appareil est utilisé pour prendre des photos ou des vidéos.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Édite un message",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "",
24
+ "File type not supported": "Le type de fichier n'est pas pris en charge",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
29
  "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Links are disabled",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
35
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Taille maximale de téléchargement de fichier atteinte. Veuillez télécharger un fichier inférieur à {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} Mo.",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "Chargement des canaux...",
33
+ "Loading messages...": "Chargement des messages...",
34
+ "Loading...": "Chargement...",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
36
  "Message Reactions": "Réactions aux messages",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
@@ -40,37 +40,37 @@
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
- "Only visible to you": "Seulement visible par vous",
44
- "Open Settings": "Ouvrir les paramètres",
43
+ "Only visible to you": "",
44
+ "Open Settings": "",
45
45
  "Photo": "Photo",
46
- "Photos and Videos": "Photos et vidéos",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "Épinglé par",
49
- "Please enable access to your photos and videos so you can share them.": "Veuillez autoriser l'accès à vos photos et vidéos afin de pouvoir les partager.",
48
+ "Pinned by": "",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Veuillez d'abord selectionnez un canal",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
- "Search GIFs": "",
56
- "Select More Photos": "Sélectionner plus de photos",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
59
- "Slow mode ON": "",
55
+ "Search GIFs": "Rechercher des GIF",
56
+ "Select More Photos": "",
57
+ "Send a message": "Envoyer un message",
58
+ "Sending links is not allowed in this conversation": "",
59
+ "Slow mode ON": "Mode lent activé",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Utilisateur inconnu",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
66
+ "Unread Messages": "Messages non lus",
67
67
  "Video": "Vidéo",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
73
- "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
+ "{{ replyCount }} Thread Replies": "",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
package/src/i18n/hi.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 रिप्लाई",
3
- "1 Thread Reply": "1 धागा उत्तर",
4
- "Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
5
- "Allow camera access in device settings": "डिवाइस सेटिंग्स में कैमरा एक्सेस की अनुमति दें",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
@@ -11,28 +11,28 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "डिवाइस कैमरे का उपयोग फ़ोटो या वीडियो लेने के लिए किया जाता है।",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "मैसेज बदला जा रहा है",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "",
24
+ "File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
29
  "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "लिंक अक्षम हैं",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
35
- "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}} एमबी से नीचे की फ़ाइल अपलोड करें।",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "चैनल लोड हो रहे हैं...",
33
+ "Loading messages...": "मेसेजस लोड हो रहे हैं...",
34
+ "Loading...": "लोड हो रहा है...",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
36
  "Message Reactions": "संदेश प्रतिक्रियाएँ",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
@@ -40,37 +40,37 @@
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
- "Only visible to you": "केवल आपको दिखाई दे रहा है",
44
- "Open Settings": "सेटिंग्स खोलें",
43
+ "Only visible to you": "",
44
+ "Open Settings": "",
45
45
  "Photo": "तस्वीर",
46
- "Photos and Videos": "तस्वीरें और वीडियों",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "द्वारा पिन किया गया",
49
- "Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
48
+ "Pinned by": "",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "कृपया पहले एक चैनल चुनें",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
- "Search GIFs": "",
56
- "Select More Photos": "अधिक फ़ोटो चुनें",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
59
- "Slow mode ON": "",
55
+ "Search GIFs": "GIF खोजें",
56
+ "Select More Photos": "",
57
+ "Send a message": "एक संदेश भेजें",
58
+ "Sending links is not allowed in this conversation": "",
59
+ "Slow mode ON": "स्लो मोड चालू",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "अज्ञात उपयोगकर्ता",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
66
+ "Unread Messages": "अपठित संदेश",
67
67
  "Video": "वीडियो",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
73
- "{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
+ "{{ replyCount }} Thread Replies": "",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
package/src/i18n/it.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Risposta",
3
- "1 Thread Reply": "1 Risposta alla Discussione",
4
- "Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
5
- "Allow camera access in device settings": "Consenti l'accesso alla fotocamera nelle impostazioni del dispositivo",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
@@ -11,28 +11,28 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "La fotocamera del dispositivo viene utilizzata per scattare foto o video.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Modificando il Messaggio",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "",
24
+ "File type not supported": "Tipo di file non supportato",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
29
  "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "I link sono disabilitati",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
35
- "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.",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "Caricamento canali in corso...",
33
+ "Loading messages...": "Caricamento messaggi...",
34
+ "Loading...": "Caricamento...",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
36
  "Message Reactions": "Reazioni ai Messaggi",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
@@ -40,37 +40,37 @@
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
- "Only visible to you": "Visibile solo a te",
44
- "Open Settings": "Apri Impostazioni",
43
+ "Only visible to you": "",
44
+ "Open Settings": "",
45
45
  "Photo": "Foto",
46
- "Photos and Videos": "Foto e Video",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "Fissato da",
49
- "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.",
48
+ "Pinned by": "",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Seleziona un canale",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
- "Search GIFs": "",
56
- "Select More Photos": "Seleziona Altre foto",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
59
- "Slow mode ON": "",
55
+ "Search GIFs": "Cerca GIF",
56
+ "Select More Photos": "",
57
+ "Send a message": "Mandare un messaggio",
58
+ "Sending links is not allowed in this conversation": "",
59
+ "Slow mode ON": "Slowmode attiva",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Utente sconosciuto",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
66
+ "Unread Messages": "Messaggi non letti",
67
67
  "Video": "Video",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
73
- "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
+ "{{ replyCount }} Thread Replies": "",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
package/src/i18n/nl.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Antwoord",
3
- "1 Thread Reply": "1 thread antwoord",
4
- "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
- "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
@@ -11,28 +11,28 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "De camera van het apparaat wordt gebruikt om foto's of video's te maken.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Bericht aanpassen",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "",
24
+ "File type not supported": "Bestandstype niet ondersteund",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
29
  "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Het versturen van links staat uit",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
35
- "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.",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "Kanalen aan het laden...",
33
+ "Loading messages...": "Berichten aan het laden...",
34
+ "Loading...": "Aan het laden...",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
36
  "Message Reactions": "Bericht Reacties",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
@@ -40,37 +40,37 @@
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
- "Only visible to you": "Alleen zichtbaar voor jou",
44
- "Open Settings": "Open instellingen",
43
+ "Only visible to you": "",
44
+ "Open Settings": "",
45
45
  "Photo": "Foto",
46
- "Photos and Videos": "Foto's en video's",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "Vastgemaakt door",
49
- "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.",
48
+ "Pinned by": "",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Selecteer eerst een kanaal",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
- "Search GIFs": "",
56
- "Select More Photos": "Selecteer Meer foto's",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
59
- "Slow mode ON": "",
55
+ "Search GIFs": "Zoek GIF's",
56
+ "Select More Photos": "",
57
+ "Send a message": "Stuur een bericht",
58
+ "Sending links is not allowed in this conversation": "",
59
+ "Slow mode ON": "Langzame modus aan",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Onbekende gebruiker",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
66
+ "Unread Messages": "Ongelezen Berichten",
67
67
  "Video": "Video",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
73
- "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
+ "{{ replyCount }} Thread Replies": "",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
package/src/i18n/ru.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Ответ",
3
- "1 Thread Reply": "1 тема Ответить",
4
- "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
- "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
@@ -11,28 +11,28 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "Камера устройства используется для съемки фотографий или видео.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Редактирование сообщения",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "",
24
+ "File type not supported": "Тип файла не поддерживается",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
29
  "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Ссылки отключены",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
35
- "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}} МБ.",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "Загружаю каналы...",
33
+ "Loading messages...": "Загружаю сообщения...",
34
+ "Loading...": "Загружаю...",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
36
  "Message Reactions": "Сообщения Реакции",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
@@ -40,37 +40,37 @@
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
- "Only visible to you": "Видно только вам",
44
- "Open Settings": "Открыть настройки",
43
+ "Only visible to you": "",
44
+ "Open Settings": "",
45
45
  "Photo": "Фото",
46
- "Photos and Videos": "Фото и видео",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "Закреплено пользователем",
49
- "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
48
+ "Pinned by": "",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Пожалуйста, сначала выберите канал",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
- "Search GIFs": "",
56
- "Select More Photos": "Выбрать больше фотографий",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
59
- "Slow mode ON": "",
55
+ "Search GIFs": "Поиск GIF",
56
+ "Select More Photos": "",
57
+ "Send a message": "Отправить сообщение",
58
+ "Sending links is not allowed in this conversation": "",
59
+ "Slow mode ON": "Медленный режим включен",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Неизвестный пользователь",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
66
+ "Unread Messages": "Непрочитанные Сообщения",
67
67
  "Video": "видео",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
73
- "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
+ "{{ replyCount }} Thread Replies": "",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
package/src/i18n/tr.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Cevap",
3
- "1 Thread Reply": "1 Konu Yanıtı",
4
- "Allow access to your Gallery": "Galerinize erişime izin verin",
5
- "Allow camera access in device settings": "Cihaz ayarlarında kamera erişimine izin ver",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Block User": "",
@@ -11,28 +11,28 @@
11
11
  "Copy Message": "",
12
12
  "Delete": "",
13
13
  "Delete Message": "",
14
- "Device camera is used to take photos or videos.": "Cihaz kamerası fotoğraf veya video çekmek için kullanılır.",
14
+ "Device camera is used to take photos or videos.": "",
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
- "Editing Message": "Mesaj Düzenleniyor",
17
+ "Editing Message": "",
18
18
  "Emoji matching": "",
19
19
  "Empty message...": "",
20
20
  "Error loading": "",
21
21
  "Error loading channel list...": "",
22
22
  "Error loading messages for this channel...": "",
23
23
  "Error while loading, please reload/refresh": "",
24
- "File type not supported": "",
24
+ "File type not supported": "Dosya türü desteklenmiyor",
25
25
  "Flag": "",
26
26
  "Flag Message": "",
27
27
  "Flag action failed either due to a network issue or the message is already flagged": "",
28
28
  "How about sending your first message to a friend?": "",
29
29
  "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Bağlantılar devre dışı",
32
- "Loading channels...": "",
33
- "Loading messages...": "",
34
- "Loading...": "",
35
- "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.",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "Kanallar yükleniyor...",
33
+ "Loading messages...": "Mesajlar yükleniyor...",
34
+ "Loading...": "Yükleniyor...",
35
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
36
  "Message Reactions": "Mesaj Tepkileri",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
@@ -40,37 +40,37 @@
40
40
  "Not supported": "",
41
41
  "Nothing yet...": "",
42
42
  "Ok": "",
43
- "Only visible to you": "Sadece siz görebilirsiniz",
44
- "Open Settings": "Ayarları aç",
43
+ "Only visible to you": "",
44
+ "Open Settings": "",
45
45
  "Photo": "Fotoğraf",
46
- "Photos and Videos": "Fotoğraflar ve Videolar",
46
+ "Photos and Videos": "",
47
47
  "Pin to Conversation": "",
48
- "Pinned by": "Tarafından sabitlendi",
49
- "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.",
48
+ "Pinned by": "",
49
+ "Please enable access to your photos and videos so you can share them.": "",
50
50
  "Please select a channel first": "Lütfen önce bir kanal seçiniz",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
53
  "Reply to Message": "",
54
54
  "Resend": "",
55
- "Search GIFs": "",
56
- "Select More Photos": "Daha Fazla Fotoğraf Seçin",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
59
- "Slow mode ON": "",
55
+ "Search GIFs": "GIF Ara",
56
+ "Select More Photos": "",
57
+ "Send a message": "Mesaj gönder",
58
+ "Sending links is not allowed in this conversation": "",
59
+ "Slow mode ON": "Yavaş Mod Açık",
60
60
  "The message has been reported to a moderator.": "",
61
61
  "Thread Reply": "",
62
62
  "Unblock User": "",
63
- "Unknown User": "Bilinmeyen kullanıcı",
63
+ "Unknown User": "",
64
64
  "Unmute User": "",
65
65
  "Unpin from Conversation": "",
66
- "Unread Messages": "",
66
+ "Unread Messages": "Okunmamış Mesajlar",
67
67
  "Video": "Video",
68
68
  "You": "",
69
69
  "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
73
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
71
+ "{{ index }} of {{ photoLength }}": "",
72
+ "{{ replyCount }} Replies": "",
73
+ "{{ replyCount }} Thread Replies": "",
74
74
  "{{ user }} is typing": "",
75
75
  "🏙 Attachment...": ""
76
76
  }
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.23.0-beta.2"
2
+ "version": "5.23.0-beta.4"
3
3
  }