stream-chat-react-native-core 5.22.2-beta.5 → 5.22.2-beta.7

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 (38) hide show
  1. package/lib/commonjs/components/ImageGallery/ImageGallery.js +1 -1
  2. package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
  3. package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js +2 -2
  4. package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js.map +1 -1
  5. package/lib/commonjs/i18n/fr.json +16 -16
  6. package/lib/commonjs/i18n/hi.json +15 -15
  7. package/lib/commonjs/i18n/it.json +15 -15
  8. package/lib/commonjs/i18n/nl.json +15 -15
  9. package/lib/commonjs/i18n/ru.json +15 -15
  10. package/lib/commonjs/i18n/tr.json +15 -15
  11. package/lib/commonjs/version.json +1 -1
  12. package/lib/module/components/ImageGallery/ImageGallery.js +1 -1
  13. package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
  14. package/lib/module/components/MessageOverlay/MessageActionListItem.js +2 -2
  15. package/lib/module/components/MessageOverlay/MessageActionListItem.js.map +1 -1
  16. package/lib/module/i18n/fr.json +16 -16
  17. package/lib/module/i18n/hi.json +15 -15
  18. package/lib/module/i18n/it.json +15 -15
  19. package/lib/module/i18n/nl.json +15 -15
  20. package/lib/module/i18n/ru.json +15 -15
  21. package/lib/module/i18n/tr.json +15 -15
  22. package/lib/module/version.json +1 -1
  23. package/lib/typescript/i18n/fr.json +16 -16
  24. package/lib/typescript/i18n/hi.json +15 -15
  25. package/lib/typescript/i18n/it.json +15 -15
  26. package/lib/typescript/i18n/nl.json +15 -15
  27. package/lib/typescript/i18n/ru.json +15 -15
  28. package/lib/typescript/i18n/tr.json +15 -15
  29. package/package.json +1 -1
  30. package/src/components/ImageGallery/ImageGallery.tsx +1 -1
  31. package/src/components/MessageOverlay/MessageActionListItem.tsx +1 -1
  32. package/src/i18n/fr.json +16 -16
  33. package/src/i18n/hi.json +15 -15
  34. package/src/i18n/it.json +15 -15
  35. package/src/i18n/nl.json +15 -15
  36. package/src/i18n/ru.json +15 -15
  37. package/src/i18n/tr.json +15 -15
  38. package/src/version.json +1 -1
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Abbinamento emoji",
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": "Tipo di file non supportato",
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
- "Instant Commands": "Comandi Istantanei",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "I link sono disabilitati",
32
- "Loading channels...": "Caricamento canali in corso...",
33
- "Loading messages...": "Caricamento messaggi...",
34
- "Loading...": "Caricamento...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Reazioni ai Messaggi",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
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.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Seleziona un canale",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Rispondi al messaggio",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "Cerca GIF",
56
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": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "Video",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Emoji-overeenkomsten",
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": "Bestandstype niet ondersteund",
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
- "Instant Commands": "Directe Opdrachten",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Het versturen van links staat uit",
32
- "Loading channels...": "Kanalen aan het laden...",
33
- "Loading messages...": "Berichten aan het laden...",
34
- "Loading...": "Aan het laden...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Bericht Reacties",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
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.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Selecteer eerst een kanaal",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Beantwoord bericht",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "Zoek GIF's",
56
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": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "Video",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Соответствие эмодзи",
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
- "Instant Commands": "Мгновенные Команды",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Ссылки отключены",
32
- "Loading channels...": "Загружаю каналы...",
33
- "Loading messages...": "Загружаю сообщения...",
34
- "Loading...": "Загружаю...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Сообщения Реакции",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
49
  "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Пожалуйста, сначала выберите канал",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Ответить на сообщение",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "Поиск GIF",
56
56
  "Select More Photos": "Выбрать больше фотографий",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
59
- "Slow mode ON": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "видео",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Emoji eşleştirme",
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": "Dosya türü desteklenmiyor",
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
- "Instant Commands": "Anlık Komutlar",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Bağlantılar devre dışı",
32
- "Loading channels...": "Kanallar yükleniyor...",
33
- "Loading messages...": "Mesajlar yükleniyor...",
34
- "Loading...": "Yükleniyor...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Mesaj Tepkileri",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
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.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Mesajı Yanıtla",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "GIF Ara",
56
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": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "Video",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.22.2-beta.5"
2
+ "version": "5.22.2-beta.7"
3
3
  }
@@ -14,26 +14,26 @@
14
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.",
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": "",
18
- "Emoji matching": "Correspondance Emoji",
17
+ "Editing Message": "Édite un message",
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": "Le type de fichier n'est pas pris en charge",
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
- "Instant Commands": "Commandes Instantanées",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Links are disabled",
32
- "Loading channels...": "Chargement des canaux...",
33
- "Loading messages...": "Chargement des messages...",
34
- "Loading...": "Chargement...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Réactions aux messages",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
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.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Veuillez d'abord selectionnez un canal",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Répondre au message",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "Rechercher des GIF",
56
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": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "Vidéo",
68
68
  "You": "",
69
- "You can't send messages in this channel": "You can't send messages in this channel",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "इमोजी मिलान",
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
- "Instant Commands": "त्वरित कमांड",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "लिंक अक्षम हैं",
32
- "Loading channels...": "चैनल लोड हो रहे हैं...",
33
- "Loading messages...": "मेसेजस लोड हो रहे हैं...",
34
- "Loading...": "लोड हो रहा है...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "संदेश प्रतिक्रियाएँ",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
49
  "Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "कृपया पहले एक चैनल चुनें",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "संदेश का जवाब दें",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "GIF खोजें",
56
56
  "Select More Photos": "अधिक फ़ोटो चुनें",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
59
- "Slow mode ON": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "वीडियो",
68
68
  "You": "",
69
- "You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Abbinamento emoji",
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": "Tipo di file non supportato",
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
- "Instant Commands": "Comandi Istantanei",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "I link sono disabilitati",
32
- "Loading channels...": "Caricamento canali in corso...",
33
- "Loading messages...": "Caricamento messaggi...",
34
- "Loading...": "Caricamento...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Reazioni ai Messaggi",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
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.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Seleziona un canale",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Rispondi al messaggio",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "Cerca GIF",
56
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": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "Video",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Emoji-overeenkomsten",
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": "Bestandstype niet ondersteund",
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
- "Instant Commands": "Directe Opdrachten",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Het versturen van links staat uit",
32
- "Loading channels...": "Kanalen aan het laden...",
33
- "Loading messages...": "Berichten aan het laden...",
34
- "Loading...": "Aan het laden...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Bericht Reacties",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
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.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Selecteer eerst een kanaal",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Beantwoord bericht",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "Zoek GIF's",
56
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": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "Video",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
@@ -15,25 +15,25 @@
15
15
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
16
16
  "Edit Message": "",
17
17
  "Editing Message": "",
18
- "Emoji matching": "Соответствие эмодзи",
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
- "Instant Commands": "Мгновенные Команды",
29
+ "Instant Commands": "",
30
30
  "Let's start chatting!": "",
31
- "Links are disabled": "Ссылки отключены",
32
- "Loading channels...": "Загружаю каналы...",
33
- "Loading messages...": "Загружаю сообщения...",
34
- "Loading...": "Загружаю...",
31
+ "Links are disabled": "",
32
+ "Loading channels...": "",
33
+ "Loading messages...": "",
34
+ "Loading...": "",
35
35
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
36
- "Message Reactions": "Сообщения Реакции",
36
+ "Message Reactions": "",
37
37
  "Message deleted": "",
38
38
  "Message flagged": "",
39
39
  "Mute User": "",
@@ -47,16 +47,16 @@
47
47
  "Pin to Conversation": "",
48
48
  "Pinned by": "",
49
49
  "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
50
- "Please select a channel first": "",
50
+ "Please select a channel first": "Пожалуйста, сначала выберите канал",
51
51
  "Reconnecting...": "",
52
52
  "Reply": "",
53
- "Reply to Message": "",
53
+ "Reply to Message": "Ответить на сообщение",
54
54
  "Resend": "",
55
- "Search GIFs": "",
55
+ "Search GIFs": "Поиск GIF",
56
56
  "Select More Photos": "Выбрать больше фотографий",
57
- "Send a message": "",
58
- "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
59
- "Slow mode ON": "",
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": "",
@@ -66,7 +66,7 @@
66
66
  "Unread Messages": "",
67
67
  "Video": "видео",
68
68
  "You": "",
69
- "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
69
+ "You can't send messages in this channel": "",
70
70
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
71
  "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
72
72
  "{{ replyCount }} Replies": "{{ replyCount }} Ответов",