stream-chat-react-native-core 5.20.0 → 5.21.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.
Files changed (67) hide show
  1. package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js +32 -0
  2. package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -0
  3. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js +3 -3
  4. package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
  5. package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js +24 -41
  6. package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js.map +1 -1
  7. package/lib/commonjs/components/Reply/Reply.js +4 -4
  8. package/lib/commonjs/components/Reply/Reply.js.map +1 -1
  9. package/lib/commonjs/i18n/fr.json +24 -24
  10. package/lib/commonjs/i18n/he.json +2 -1
  11. package/lib/commonjs/i18n/hi.json +24 -24
  12. package/lib/commonjs/i18n/it.json +24 -24
  13. package/lib/commonjs/i18n/ja.json +2 -1
  14. package/lib/commonjs/i18n/ko.json +2 -1
  15. package/lib/commonjs/i18n/nl.json +24 -24
  16. package/lib/commonjs/i18n/ru.json +24 -24
  17. package/lib/commonjs/i18n/tr.json +24 -24
  18. package/lib/commonjs/utils/utils.js +2 -1
  19. package/lib/commonjs/utils/utils.js.map +1 -1
  20. package/lib/commonjs/version.json +1 -1
  21. package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js +32 -0
  22. package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -0
  23. package/lib/module/components/Message/MessageSimple/utils/parseLinks.js +3 -3
  24. package/lib/module/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
  25. package/lib/module/components/Message/MessageSimple/utils/renderText.js +24 -41
  26. package/lib/module/components/Message/MessageSimple/utils/renderText.js.map +1 -1
  27. package/lib/module/components/Reply/Reply.js +4 -4
  28. package/lib/module/components/Reply/Reply.js.map +1 -1
  29. package/lib/module/i18n/fr.json +24 -24
  30. package/lib/module/i18n/he.json +2 -1
  31. package/lib/module/i18n/hi.json +24 -24
  32. package/lib/module/i18n/it.json +24 -24
  33. package/lib/module/i18n/ja.json +2 -1
  34. package/lib/module/i18n/ko.json +2 -1
  35. package/lib/module/i18n/nl.json +24 -24
  36. package/lib/module/i18n/ru.json +24 -24
  37. package/lib/module/i18n/tr.json +24 -24
  38. package/lib/module/utils/utils.js +2 -1
  39. package/lib/module/utils/utils.js.map +1 -1
  40. package/lib/module/version.json +1 -1
  41. package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.d.ts +3 -0
  42. package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts +1 -1
  43. package/lib/typescript/i18n/fr.json +24 -24
  44. package/lib/typescript/i18n/he.json +2 -1
  45. package/lib/typescript/i18n/hi.json +24 -24
  46. package/lib/typescript/i18n/it.json +24 -24
  47. package/lib/typescript/i18n/ja.json +2 -1
  48. package/lib/typescript/i18n/ko.json +2 -1
  49. package/lib/typescript/i18n/nl.json +24 -24
  50. package/lib/typescript/i18n/ru.json +24 -24
  51. package/lib/typescript/i18n/tr.json +24 -24
  52. package/package.json +1 -1
  53. package/src/components/Message/MessageSimple/utils/generateMarkdownText.ts +43 -0
  54. package/src/components/Message/MessageSimple/utils/parseLinks.ts +5 -5
  55. package/src/components/Message/MessageSimple/utils/renderText.tsx +10 -26
  56. package/src/components/Reply/Reply.tsx +16 -14
  57. package/src/i18n/fr.json +24 -24
  58. package/src/i18n/he.json +2 -1
  59. package/src/i18n/hi.json +24 -24
  60. package/src/i18n/it.json +24 -24
  61. package/src/i18n/ja.json +2 -1
  62. package/src/i18n/ko.json +2 -1
  63. package/src/i18n/nl.json +24 -24
  64. package/src/i18n/ru.json +24 -24
  65. package/src/i18n/tr.json +24 -24
  66. package/src/utils/utils.ts +2 -1
  67. package/src/version.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
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
- "Also send to channel": "Envoyer également à la chaîne",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
7
7
  "Block User": "Bloquer un utilisateur",
8
8
  "Cancel": "Annuler",
@@ -12,58 +12,58 @@
12
12
  "Delete Message": "Supprimer un message",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Voulez-vous envoyer une copie de ce message à un modérateur pour une enquête plus approfondie?",
14
14
  "Edit Message": "Éditer un message",
15
- "Editing Message": "Édite un message",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Correspondance Emoji",
17
17
  "Empty message...": "Message vide...",
18
18
  "Error loading": "Erreur lors du chargement",
19
19
  "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
20
20
  "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
21
21
  "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
22
- "File type not supported": "Le type de fichier n'est pas pris en charge",
22
+ "File type not supported": "",
23
23
  "Flag": "Signaler",
24
24
  "Flag Message": "Signaler le message",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "L'action de signalisation a échoué en raison d'un problème de réseau ou le message est déjà signalé.",
26
26
  "Instant Commands": "Commandes Instantanées",
27
- "Links are disabled": "Links are disabled",
27
+ "Links are disabled": "",
28
28
  "Loading channels...": "Chargement des canaux...",
29
29
  "Loading messages...": "Chargement des messages...",
30
30
  "Loading...": "Chargement...",
31
- "Message Reactions": "Réactions aux messages",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "Message supprimé",
33
33
  "Message flagged": "Message signalé",
34
34
  "Mute User": "Utilisateur muet",
35
35
  "Not supported": "Non pris en charge",
36
36
  "Nothing yet...": "Aucun message...",
37
37
  "Ok": "Ok",
38
- "Only visible to you": "Seulement visible par vous",
39
- "Photo": "Photo",
40
- "Photos and Videos": "Photos et vidéos",
38
+ "Only visible to you": "",
39
+ "Photo": "",
40
+ "Photos and Videos": "",
41
41
  "Pin to Conversation": "Épingler à la conversation",
42
42
  "Pinned by": "Épinglé par",
43
- "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.",
44
- "Please select a channel first": "Veuillez d'abord selectionnez un canal",
43
+ "Please enable access to your photos and videos so you can share them.": "",
44
+ "Please select a channel first": "",
45
45
  "Reconnecting...": "Se Reconnecter...",
46
46
  "Reply": "Répondre",
47
- "Reply to Message": "Répondre au message",
47
+ "Reply to Message": "",
48
48
  "Resend": "Renvoyer",
49
- "Search GIFs": "Rechercher des GIF",
50
- "Send a message": "Envoyer un message",
51
- "Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
52
- "Slow mode ON": "Mode lent activé",
49
+ "Search GIFs": "",
50
+ "Send a message": "",
51
+ "Sending links is not allowed in this conversation": "",
52
+ "Slow mode ON": "",
53
53
  "The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
54
54
  "Thread Reply": "Réponse à la discussion",
55
55
  "Unblock User": "Débloquer Utilisateur",
56
- "Unknown User": "Utilisateur inconnu",
56
+ "Unknown User": "",
57
57
  "Unmute User": "Activer le son de Utilisateur",
58
58
  "Unpin from Conversation": "Décrocher de la conversation",
59
59
  "Unread Messages": "Messages non lus",
60
- "Video": "Vidéo",
60
+ "Video": "",
61
61
  "You": "Toi",
62
- "You can't send messages in this channel": "You can't send messages in this channel",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
62
+ "You can't send messages in this channel": "",
63
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
+ "{{ index }} of {{ photoLength }}": "",
65
65
  "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
66
- "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
67
- "{{ user }} is typing": "{{ user }} est en train d'écrire",
66
+ "{{ replyCount }} Thread Replies": "",
67
+ "{{ user }} is typing": "",
68
68
  "🏙 Attachment...": "🏙 Pièce jointe..."
69
69
  }
@@ -66,5 +66,6 @@
66
66
  "{{ replyCount }} Replies": "{{ replyCount }} תגובות",
67
67
  "{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
68
68
  "{{ user }} is typing": "{{ user }} מקליד/ה",
69
- "🏙 Attachment...": "🏙 קובץ מצורף..."
69
+ "🏙 Attachment...": "🏙 קובץ מצורף...",
70
+ "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}} MB"
70
71
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "1 Reply": "1 रिप्लाई",
3
- "1 Thread Reply": "1 धागा उत्तर",
4
- "Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
5
- "Also send to channel": "चैनल को भी भेजें",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
7
7
  "Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
8
8
  "Cancel": "रद्द करें",
@@ -12,58 +12,58 @@
12
12
  "Delete Message": "मैसेज को डिलीट करे",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "क्या आप इस संदेश की एक प्रति आगे की जाँच के लिए किसी मॉडरेटर को भेजना चाहते हैं?",
14
14
  "Edit Message": "मैसेज में बदलाव करे",
15
- "Editing Message": "मैसेज बदला जा रहा है",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "इमोजी मिलान",
17
17
  "Empty message...": "खाली संदेश...",
18
18
  "Error loading": "लोड होने मे त्रुटि",
19
19
  "Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
20
20
  "Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
21
21
  "Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
22
- "File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
22
+ "File type not supported": "",
23
23
  "Flag": "झंडा",
24
24
  "Flag Message": "झंडा संदेश",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
26
26
  "Instant Commands": "त्वरित कमांड",
27
- "Links are disabled": "लिंक अक्षम हैं",
27
+ "Links are disabled": "",
28
28
  "Loading channels...": "चैनल लोड हो रहे हैं...",
29
29
  "Loading messages...": "मेसेजस लोड हो रहे हैं...",
30
30
  "Loading...": "लोड हो रहा है...",
31
- "Message Reactions": "संदेश प्रतिक्रियाएँ",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "मैसेज हटा दिया गया",
33
33
  "Message flagged": "संदेश को ध्वजांकित किया गया",
34
34
  "Mute User": "उपयोगकर्ता को म्यूट करें",
35
35
  "Not supported": "समर्थित नहीं",
36
36
  "Nothing yet...": "कोई मैसेज नहीं है...",
37
37
  "Ok": "ठीक",
38
- "Only visible to you": "केवल आपको दिखाई दे रहा है",
39
- "Photo": "तस्वीर",
40
- "Photos and Videos": "तस्वीरें और वीडियों",
38
+ "Only visible to you": "",
39
+ "Photo": "",
40
+ "Photos and Videos": "",
41
41
  "Pin to Conversation": "बातचीत में पिन करें",
42
42
  "Pinned by": "द्वारा पिन किया गया",
43
- "Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
44
- "Please select a channel first": "कृपया पहले एक चैनल चुनें",
43
+ "Please enable access to your photos and videos so you can share them.": "",
44
+ "Please select a channel first": "",
45
45
  "Reconnecting...": "पुनः कनेक्ट हो...",
46
46
  "Reply": "मैसेज को रिप्लाई करे",
47
- "Reply to Message": "संदेश का जवाब दें",
47
+ "Reply to Message": "",
48
48
  "Resend": "पुन: भेजें",
49
- "Search GIFs": "GIF खोजें",
50
- "Send a message": "एक संदेश भेजें",
51
- "Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
52
- "Slow mode ON": "स्लो मोड चालू",
49
+ "Search GIFs": "",
50
+ "Send a message": "",
51
+ "Sending links is not allowed in this conversation": "",
52
+ "Slow mode ON": "",
53
53
  "The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
54
54
  "Thread Reply": "धागा जवाब",
55
55
  "Unblock User": "उपयोगकर्ता को अनब्लॉक करें",
56
- "Unknown User": "अज्ञात उपयोगकर्ता",
56
+ "Unknown User": "",
57
57
  "Unmute User": "उपयोगकर्ता को अनम्यूट करें",
58
58
  "Unpin from Conversation": "बातचीत से अनपिन करें",
59
59
  "Unread Messages": "अपठित संदेश",
60
- "Video": "वीडियो",
60
+ "Video": "",
61
61
  "You": "आप",
62
- "You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
62
+ "You can't send messages in this channel": "",
63
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
+ "{{ index }} of {{ photoLength }}": "",
65
65
  "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
66
- "{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
67
- "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
66
+ "{{ replyCount }} Thread Replies": "",
67
+ "{{ user }} is typing": "",
68
68
  "🏙 Attachment...": "🏙 अटैचमेंट..."
69
69
  }
@@ -1,8 +1,8 @@
1
1
  {
2
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
- "Also send to channel": "Invia anche al canale",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
7
7
  "Block User": "Blocca Utente",
8
8
  "Cancel": "Annulla",
@@ -12,58 +12,58 @@
12
12
  "Delete Message": "Cancella il Messaggio",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Vuoi inviare una copia di questo messaggio a un moderatore per ulteriori indagini?",
14
14
  "Edit Message": "Modifica Messaggio",
15
- "Editing Message": "Modificando il Messaggio",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Abbinamento emoji",
17
17
  "Empty message...": "Message vuoto...",
18
18
  "Error loading": "Errore di caricamento",
19
19
  "Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
20
20
  "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
21
21
  "Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
22
- "File type not supported": "Tipo di file non supportato",
22
+ "File type not supported": "",
23
23
  "Flag": "Contrassegna",
24
24
  "Flag Message": "Contrassegna Messaggio",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "L'azione di segnalazione non è riuscita a causa di un problema di rete o il messaggio è già segnalato.",
26
26
  "Instant Commands": "Comandi Istantanei",
27
- "Links are disabled": "I link sono disabilitati",
27
+ "Links are disabled": "",
28
28
  "Loading channels...": "Caricamento canali in corso...",
29
29
  "Loading messages...": "Caricamento messaggi...",
30
30
  "Loading...": "Caricamento...",
31
- "Message Reactions": "Reazioni ai Messaggi",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "Messaggio cancellato",
33
33
  "Message flagged": "Messaggio contrassegnato",
34
34
  "Mute User": "Utente Muto",
35
35
  "Not supported": "non supportato",
36
36
  "Nothing yet...": "Ancora niente...",
37
37
  "Ok": "Ok",
38
- "Only visible to you": "Visibile solo a te",
39
- "Photo": "Foto",
40
- "Photos and Videos": "Foto e Video",
38
+ "Only visible to you": "",
39
+ "Photo": "",
40
+ "Photos and Videos": "",
41
41
  "Pin to Conversation": "Metti in evidenza",
42
42
  "Pinned by": "Fissato da",
43
- "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.",
44
- "Please select a channel first": "Seleziona un canale",
43
+ "Please enable access to your photos and videos so you can share them.": "",
44
+ "Please select a channel first": "",
45
45
  "Reconnecting...": "Ricollegarsi...",
46
46
  "Reply": "Rispondi",
47
- "Reply to Message": "Rispondi al messaggio",
47
+ "Reply to Message": "",
48
48
  "Resend": "Invia di nuovo",
49
- "Search GIFs": "Cerca GIF",
50
- "Send a message": "Mandare un messaggio",
51
- "Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
52
- "Slow mode ON": "Slowmode attiva",
49
+ "Search GIFs": "",
50
+ "Send a message": "",
51
+ "Sending links is not allowed in this conversation": "",
52
+ "Slow mode ON": "",
53
53
  "The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
54
54
  "Thread Reply": "Rispondi alla Discussione",
55
55
  "Unblock User": "Sblocca utente",
56
- "Unknown User": "Utente sconosciuto",
56
+ "Unknown User": "",
57
57
  "Unmute User": "Riattiva utente",
58
58
  "Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
59
59
  "Unread Messages": "Messaggi non letti",
60
- "Video": "Video",
60
+ "Video": "",
61
61
  "You": "Tu",
62
- "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
62
+ "You can't send messages in this channel": "",
63
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
+ "{{ index }} of {{ photoLength }}": "",
65
65
  "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
66
- "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
67
- "{{ user }} is typing": "{{ user }} sta scrivendo",
66
+ "{{ replyCount }} Thread Replies": "",
67
+ "{{ user }} is typing": "",
68
68
  "🏙 Attachment...": "🏙 Allegato..."
69
69
  }
@@ -69,5 +69,6 @@
69
69
  "Reply to Message": "メッセージに返信",
70
70
  "🏙 Attachment...": "🏙 アタッチメント...",
71
71
  "Not supported": "サポートしていません",
72
- "File type not supported": "サポートされていないファイルです"
72
+ "File type not supported": "サポートされていないファイルです",
73
+ "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}} MB 以下のファイルをアップロードしてください"
73
74
  }
@@ -68,5 +68,6 @@
68
68
  "Reply to Message": "메시지에 답장",
69
69
  "🏙 Attachment...": "🏙 부착...",
70
70
  "File type not supported": "지원하지 않는 파일입니다.",
71
- "Not supported": "지원하지 않습니다"
71
+ "Not supported": "지원하지 않습니다",
72
+ "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}}MB 미만의 파일을 업로드하세요."
72
73
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "1 Reply": "1 Antwoord",
3
- "1 Thread Reply": "1 thread antwoord",
4
- "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
- "Also send to channel": "Stuur ook naar kanaal",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
7
7
  "Block User": "Blokkeer Gebruiker",
8
8
  "Cancel": "Annuleer",
@@ -12,58 +12,58 @@
12
12
  "Delete Message": "Verwijder bericht",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Wil je een kopie van dit bericht naar een moderator sturen voor verder onderzoek?",
14
14
  "Edit Message": "Pas bericht aan",
15
- "Editing Message": "Bericht aanpassen",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Emoji-overeenkomsten",
17
17
  "Empty message...": "Leeg bericht...",
18
18
  "Error loading": "Probleem bij het laden",
19
19
  "Error loading channel list...": "Probleem bij het laden van de kanalen...",
20
20
  "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
21
21
  "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
22
- "File type not supported": "Bestandstype niet ondersteund",
22
+ "File type not supported": "",
23
23
  "Flag": "Markeer",
24
24
  "Flag Message": "Markeer bericht",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "Rapporteren mislukt door een netwerk fout of het berich is al gerapporteerd",
26
26
  "Instant Commands": "Directe Opdrachten",
27
- "Links are disabled": "Het versturen van links staat uit",
27
+ "Links are disabled": "",
28
28
  "Loading channels...": "Kanalen aan het laden...",
29
29
  "Loading messages...": "Berichten aan het laden...",
30
30
  "Loading...": "Aan het laden...",
31
- "Message Reactions": "Bericht Reacties",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "Bericht verwijderd",
33
33
  "Message flagged": "Bericht gemarkeerd",
34
34
  "Mute User": "Gebruiker dempen",
35
35
  "Not supported": "niet ondersteund",
36
36
  "Nothing yet...": "Nog niets...",
37
37
  "Ok": "Oké",
38
- "Only visible to you": "Alleen zichtbaar voor jou",
39
- "Photo": "Foto",
40
- "Photos and Videos": "Foto's en video's",
38
+ "Only visible to you": "",
39
+ "Photo": "",
40
+ "Photos and Videos": "",
41
41
  "Pin to Conversation": "Vastmaken aan gesprek",
42
42
  "Pinned by": "Vastgemaakt door",
43
- "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.",
44
- "Please select a channel first": "Selecteer eerst een kanaal",
43
+ "Please enable access to your photos and videos so you can share them.": "",
44
+ "Please select a channel first": "",
45
45
  "Reconnecting...": "Opnieuw Verbinding Maken...",
46
46
  "Reply": "Antwoord",
47
- "Reply to Message": "Beantwoord bericht",
47
+ "Reply to Message": "",
48
48
  "Resend": "Opnieuw versturen",
49
- "Search GIFs": "Zoek GIF's",
50
- "Send a message": "Stuur een bericht",
51
- "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
52
- "Slow mode ON": "Langzame modus aan",
49
+ "Search GIFs": "",
50
+ "Send a message": "",
51
+ "Sending links is not allowed in this conversation": "",
52
+ "Slow mode ON": "",
53
53
  "The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
54
54
  "Thread Reply": "Discussie beantwoorden",
55
55
  "Unblock User": "Deblokkeer gebruiker",
56
- "Unknown User": "Onbekende gebruiker",
56
+ "Unknown User": "",
57
57
  "Unmute User": "Dempen van gebruiker opheffen",
58
58
  "Unpin from Conversation": "Losmaken van gesprek",
59
59
  "Unread Messages": "Ongelezen Berichten",
60
- "Video": "Video",
60
+ "Video": "",
61
61
  "You": "U",
62
- "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
62
+ "You can't send messages in this channel": "",
63
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
+ "{{ index }} of {{ photoLength }}": "",
65
65
  "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
66
- "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
67
- "{{ user }} is typing": "{{ user }} is aan het typen",
66
+ "{{ replyCount }} Thread Replies": "",
67
+ "{{ user }} is typing": "",
68
68
  "🏙 Attachment...": "🏙 Bijlage..."
69
69
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "1 Reply": "1 Ответ",
3
- "1 Thread Reply": "1 тема Ответить",
4
- "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
- "Also send to channel": "Также отправить на канал",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
7
7
  "Block User": "Заблокировать пользователя",
8
8
  "Cancel": "Отмена",
@@ -12,58 +12,58 @@
12
12
  "Delete Message": "Удалить сообщение",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
14
14
  "Edit Message": "Редактировать сообщение",
15
- "Editing Message": "Редактирование сообщения",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Соответствие эмодзи",
17
17
  "Empty message...": "Пустое сообщение...",
18
18
  "Error loading": "Ошибка при загрузке",
19
19
  "Error loading channel list...": "Ошибка загрузки списка каналов...",
20
20
  "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
21
21
  "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
22
- "File type not supported": "Тип файла не поддерживается",
22
+ "File type not supported": "",
23
23
  "Flag": "Пометить",
24
24
  "Flag Message": "Пометить сообщение",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
26
26
  "Instant Commands": "Мгновенные Команды",
27
- "Links are disabled": "Ссылки отключены",
27
+ "Links are disabled": "",
28
28
  "Loading channels...": "Загружаю каналы...",
29
29
  "Loading messages...": "Загружаю сообщения...",
30
30
  "Loading...": "Загружаю...",
31
- "Message Reactions": "Сообщения Реакции",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "Сообщение удалено",
33
33
  "Message flagged": "Сообщение отмечено",
34
34
  "Mute User": "Отключить пользователя",
35
35
  "Not supported": "не поддерживается",
36
36
  "Nothing yet...": "Пока ничего нет...",
37
37
  "Ok": "Oк",
38
- "Only visible to you": "Видно только вам",
39
- "Photo": "Фото",
40
- "Photos and Videos": "Фото и видео",
38
+ "Only visible to you": "",
39
+ "Photo": "",
40
+ "Photos and Videos": "",
41
41
  "Pin to Conversation": "Закрепить к беседе",
42
42
  "Pinned by": "Закреплено пользователем",
43
- "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
44
- "Please select a channel first": "Пожалуйста, сначала выберите канал",
43
+ "Please enable access to your photos and videos so you can share them.": "",
44
+ "Please select a channel first": "",
45
45
  "Reconnecting...": "Переподключение...",
46
46
  "Reply": "Ответить",
47
- "Reply to Message": "Ответить на сообщение",
47
+ "Reply to Message": "",
48
48
  "Resend": "Отправить",
49
- "Search GIFs": "Поиск GIF",
50
- "Send a message": "Отправить сообщение",
51
- "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
52
- "Slow mode ON": "Медленный режим включен",
49
+ "Search GIFs": "",
50
+ "Send a message": "",
51
+ "Sending links is not allowed in this conversation": "",
52
+ "Slow mode ON": "",
53
53
  "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
54
54
  "Thread Reply": "Тема Ответить",
55
55
  "Unblock User": "Разблокировать пользователя",
56
- "Unknown User": "Неизвестный пользователь",
56
+ "Unknown User": "",
57
57
  "Unmute User": "Включить микрофон",
58
58
  "Unpin from Conversation": "Открепить от беседы",
59
59
  "Unread Messages": "Непрочитанные Сообщения",
60
- "Video": "видео",
60
+ "Video": "",
61
61
  "You": "Вы",
62
- "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
62
+ "You can't send messages in this channel": "",
63
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
+ "{{ index }} of {{ photoLength }}": "",
65
65
  "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
66
- "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
67
- "{{ user }} is typing": "{{ user }} пишет",
66
+ "{{ replyCount }} Thread Replies": "",
67
+ "{{ user }} is typing": "",
68
68
  "🏙 Attachment...": "🏙 Вложение..."
69
69
  }
@@ -1,8 +1,8 @@
1
1
  {
2
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
- "Also send to channel": "Kanala da gönder",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
7
7
  "Block User": "Kullanıcıyı engelle",
8
8
  "Cancel": "İptal",
@@ -12,58 +12,58 @@
12
12
  "Delete Message": "Mesajı Sil",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
14
14
  "Edit Message": "Mesajı Düzenle",
15
- "Editing Message": "Mesaj Düzenleniyor",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Emoji eşleştirme",
17
17
  "Empty message...": "Boş mesaj...",
18
18
  "Error loading": "Yükleme hatası",
19
19
  "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
20
20
  "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
21
21
  "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
22
- "File type not supported": "Dosya türü desteklenmiyor",
22
+ "File type not supported": "",
23
23
  "Flag": "Raporla",
24
24
  "Flag Message": "Mesajı Raporla",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
26
26
  "Instant Commands": "Anlık Komutlar",
27
- "Links are disabled": "Bağlantılar devre dışı",
27
+ "Links are disabled": "",
28
28
  "Loading channels...": "Kanallar yükleniyor...",
29
29
  "Loading messages...": "Mesajlar yükleniyor...",
30
30
  "Loading...": "Yükleniyor...",
31
- "Message Reactions": "Mesaj Tepkileri",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "Mesaj silindi",
33
33
  "Message flagged": "Mesaj işaretlendi",
34
34
  "Mute User": "Kullanıcıyı sessize al",
35
35
  "Not supported": "Desteklenmiyor",
36
36
  "Nothing yet...": "Henüz değil...",
37
37
  "Ok": "Tamam",
38
- "Only visible to you": "Sadece siz görebilirsiniz",
39
- "Photo": "Fotoğraf",
40
- "Photos and Videos": "Fotoğraflar ve Videolar",
38
+ "Only visible to you": "",
39
+ "Photo": "",
40
+ "Photos and Videos": "",
41
41
  "Pin to Conversation": "Konuşmaya sabitle",
42
42
  "Pinned by": "Tarafından sabitlendi",
43
- "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.",
44
- "Please select a channel first": "Lütfen önce bir kanal seçiniz",
43
+ "Please enable access to your photos and videos so you can share them.": "",
44
+ "Please select a channel first": "",
45
45
  "Reconnecting...": "Yeniden Bağlanılıyor...",
46
46
  "Reply": "Yanıtla",
47
- "Reply to Message": "Mesajı Yanıtla",
47
+ "Reply to Message": "",
48
48
  "Resend": "Yeniden gönder",
49
- "Search GIFs": "GIF Ara",
50
- "Send a message": "Mesaj gönder",
51
- "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
52
- "Slow mode ON": "Yavaş Mod Açık",
49
+ "Search GIFs": "",
50
+ "Send a message": "",
51
+ "Sending links is not allowed in this conversation": "",
52
+ "Slow mode ON": "",
53
53
  "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
54
54
  "Thread Reply": "Konu Yanıtı",
55
55
  "Unblock User": "Kullanıcının engelini kaldır",
56
- "Unknown User": "Bilinmeyen kullanıcı",
56
+ "Unknown User": "",
57
57
  "Unmute User": "Kullanıcının sesini aç",
58
58
  "Unpin from Conversation": "Sabitlemeyi kaldır",
59
59
  "Unread Messages": "Okunmamış Mesajlar",
60
- "Video": "Video",
60
+ "Video": "",
61
61
  "You": "Sen",
62
- "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
62
+ "You can't send messages in this channel": "",
63
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
+ "{{ index }} of {{ photoLength }}": "",
65
65
  "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
66
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
67
- "{{ user }} is typing": "{{ user }} yazıyor",
66
+ "{{ replyCount }} Thread Replies": "",
67
+ "{{ user }} is typing": "",
68
68
  "🏙 Attachment...": "🏙 Ek..."
69
69
  }
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.20.0",
4
+ "version": "5.21.0-beta.1",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"