stream-chat-react-native-core 5.21.0-beta.2 → 5.21.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.
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +34 -17
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +17 -13
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +22 -42
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageError.js +50 -0
- package/lib/commonjs/components/Message/MessageSimple/MessageError.js.map +1 -0
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js +2 -2
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +2 -1
- package/lib/commonjs/i18n/fr.json +36 -35
- package/lib/commonjs/i18n/he.json +1 -0
- package/lib/commonjs/i18n/hi.json +36 -35
- package/lib/commonjs/i18n/it.json +36 -35
- package/lib/commonjs/i18n/ja.json +1 -0
- package/lib/commonjs/i18n/ko.json +1 -0
- package/lib/commonjs/i18n/nl.json +36 -35
- package/lib/commonjs/i18n/ru.json +36 -35
- package/lib/commonjs/i18n/tr.json +36 -35
- package/lib/commonjs/native.js +6 -1
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +34 -17
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +17 -13
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageContent.js +22 -42
- package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageError.js +50 -0
- package/lib/module/components/Message/MessageSimple/MessageError.js.map +1 -0
- package/lib/module/components/index.js +11 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/contexts/messagesContext/MessagesContext.js +2 -2
- package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/module/i18n/en.json +2 -1
- package/lib/module/i18n/fr.json +36 -35
- package/lib/module/i18n/he.json +1 -0
- package/lib/module/i18n/hi.json +36 -35
- package/lib/module/i18n/it.json +36 -35
- package/lib/module/i18n/ja.json +1 -0
- package/lib/module/i18n/ko.json +1 -0
- package/lib/module/i18n/nl.json +36 -35
- package/lib/module/i18n/ru.json +36 -35
- package/lib/module/i18n/tr.json +36 -35
- package/lib/module/native.js +6 -1
- package/lib/module/native.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageError.d.ts +6 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +5 -0
- package/lib/typescript/i18n/en.json +2 -1
- package/lib/typescript/i18n/fr.json +36 -35
- package/lib/typescript/i18n/he.json +1 -0
- package/lib/typescript/i18n/hi.json +36 -35
- package/lib/typescript/i18n/it.json +36 -35
- package/lib/typescript/i18n/ja.json +1 -0
- package/lib/typescript/i18n/ko.json +1 -0
- package/lib/typescript/i18n/nl.json +36 -35
- package/lib/typescript/i18n/ru.json +36 -35
- package/lib/typescript/i18n/tr.json +36 -35
- package/lib/typescript/native.d.ts +4 -0
- package/lib/typescript/utils/Streami18n.d.ts +1 -0
- package/package.json +1 -1
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +21 -2
- package/src/components/Channel/Channel.tsx +4 -0
- package/src/components/Channel/hooks/useCreateMessagesContext.ts +2 -0
- package/src/components/Message/MessageSimple/MessageContent.tsx +6 -11
- package/src/components/Message/MessageSimple/MessageError.tsx +28 -0
- package/src/components/index.ts +1 -0
- package/src/contexts/messagesContext/MessagesContext.tsx +5 -0
- package/src/i18n/en.json +2 -1
- package/src/i18n/fr.json +36 -35
- package/src/i18n/he.json +1 -0
- package/src/i18n/hi.json +36 -35
- package/src/i18n/it.json +36 -35
- package/src/i18n/ja.json +1 -0
- package/src/i18n/ko.json +1 -0
- package/src/i18n/nl.json +36 -35
- package/src/i18n/ru.json +36 -35
- package/src/i18n/tr.json +36 -35
- package/src/native.ts +9 -0
- package/src/version.json +1 -1
package/src/i18n/fr.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Réponse",
|
|
3
3
|
"1 Thread Reply": "Réponse à 1 fil",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "Autoriser l'accès à votre galerie",
|
|
5
5
|
"Also send to channel": "Envoyer également à la chaîne",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
|
|
7
|
+
"Block User": "Bloquer un utilisateur",
|
|
8
|
+
"Cancel": "Annuler",
|
|
9
|
+
"Cannot Flag Message": "Impossible de signaler le message",
|
|
10
|
+
"Copy Message": "Copier le message",
|
|
11
|
+
"Delete": "Supprimer",
|
|
12
|
+
"Delete Message": "Supprimer un message",
|
|
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
|
+
"Edit Message": "Éditer un message",
|
|
15
|
+
"Editing Message": "Édite un message",
|
|
16
16
|
"Emoji matching": "Correspondance Emoji",
|
|
17
17
|
"Empty message...": "Message vide...",
|
|
18
18
|
"Error loading": "Erreur lors du chargement",
|
|
@@ -20,51 +20,52 @@
|
|
|
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
22
|
"File type not supported": "Le type de fichier n'est pas pris en charge",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
23
|
+
"Flag": "Signaler",
|
|
24
|
+
"Flag Message": "Signaler le message",
|
|
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
27
|
"Links are disabled": "Links are disabled",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
28
|
+
"Loading channels...": "Chargement des canaux...",
|
|
29
|
+
"Loading messages...": "Chargement des messages...",
|
|
30
|
+
"Loading...": "Chargement...",
|
|
31
31
|
"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.",
|
|
32
32
|
"Message Reactions": "Réactions aux messages",
|
|
33
33
|
"Message deleted": "Message supprimé",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
36
|
-
"Not supported": "",
|
|
34
|
+
"Message flagged": "Message signalé",
|
|
35
|
+
"Mute User": "Utilisateur muet",
|
|
36
|
+
"Not supported": "Non pris en charge",
|
|
37
37
|
"Nothing yet...": "Aucun message...",
|
|
38
|
-
"Ok": "",
|
|
38
|
+
"Ok": "Ok",
|
|
39
39
|
"Only visible to you": "Seulement visible par vous",
|
|
40
40
|
"Photo": "Photo",
|
|
41
|
-
"Photos and Videos": "",
|
|
42
|
-
"Pin to Conversation": "",
|
|
41
|
+
"Photos and Videos": "Photos et vidéos",
|
|
42
|
+
"Pin to Conversation": "Épingler à la conversation",
|
|
43
43
|
"Pinned by": "Épinglé par",
|
|
44
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"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.",
|
|
45
45
|
"Please select a channel first": "Veuillez d'abord selectionnez un canal",
|
|
46
46
|
"Reconnecting...": "Se Reconnecter...",
|
|
47
|
-
"Reply": "",
|
|
47
|
+
"Reply": "Répondre",
|
|
48
48
|
"Reply to Message": "Répondre au message",
|
|
49
|
-
"Resend": "",
|
|
49
|
+
"Resend": "Renvoyer",
|
|
50
50
|
"Search GIFs": "Rechercher des GIF",
|
|
51
|
+
"Select More Photos": "Sélectionner plus de photos",
|
|
51
52
|
"Send a message": "Envoyer un message",
|
|
52
53
|
"Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
|
|
53
54
|
"Slow mode ON": "Mode lent activé",
|
|
54
|
-
"The message has been reported to a moderator.": "",
|
|
55
|
-
"Thread Reply": "",
|
|
56
|
-
"Unblock User": "",
|
|
57
|
-
"Unknown User": "",
|
|
58
|
-
"Unmute User": "",
|
|
59
|
-
"Unpin from Conversation": "",
|
|
55
|
+
"The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
|
|
56
|
+
"Thread Reply": "Réponse à la discussion",
|
|
57
|
+
"Unblock User": "Débloquer Utilisateur",
|
|
58
|
+
"Unknown User": "Utilisateur inconnu",
|
|
59
|
+
"Unmute User": "Activer le son de Utilisateur",
|
|
60
|
+
"Unpin from Conversation": "Décrocher de la conversation",
|
|
60
61
|
"Unread Messages": "Messages non lus",
|
|
61
62
|
"Video": "Vidéo",
|
|
62
63
|
"You": "Toi",
|
|
63
64
|
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
64
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
65
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
|
|
66
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Réponses",
|
|
67
68
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
|
|
68
|
-
"{{ user }} is typing": "",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} est en train d'écrire",
|
|
69
70
|
"🏙 Attachment...": "🏙 Pièce jointe..."
|
|
70
71
|
}
|
package/src/i18n/he.json
CHANGED
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"{{ replyCount }} Replies": "{{ replyCount }} תגובות",
|
|
67
67
|
"{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
|
|
68
68
|
"{{ user }} is typing": "{{ user }} מקליד/ה",
|
|
69
|
+
"Select More Photos": "בחר עוד תמונות",
|
|
69
70
|
"🏙 Attachment...": "🏙 קובץ מצורף...",
|
|
70
71
|
"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"
|
|
71
72
|
}
|
package/src/i18n/hi.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 रिप्लाई",
|
|
3
3
|
"1 Thread Reply": "1 धागा उत्तर",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
|
|
5
5
|
"Also send to channel": "चैनल को भी भेजें",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
|
|
7
|
+
"Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
|
|
8
|
+
"Cancel": "रद्द करें",
|
|
9
|
+
"Cannot Flag Message": "मैसेज फ्लैग नहीं किया जा सकता है",
|
|
10
|
+
"Copy Message": "संदेश की प्रतिलिपि बनाएँ",
|
|
11
|
+
"Delete": "हटाएं",
|
|
12
|
+
"Delete Message": "मैसेज को डिलीट करे",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "क्या आप इस संदेश की एक प्रति आगे की जाँच के लिए किसी मॉडरेटर को भेजना चाहते हैं?",
|
|
14
|
+
"Edit Message": "मैसेज में बदलाव करे",
|
|
15
|
+
"Editing Message": "मैसेज बदला जा रहा है",
|
|
16
16
|
"Emoji matching": "इमोजी मिलान",
|
|
17
17
|
"Empty message...": "खाली संदेश...",
|
|
18
18
|
"Error loading": "लोड होने मे त्रुटि",
|
|
@@ -20,51 +20,52 @@
|
|
|
20
20
|
"Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
|
|
21
21
|
"Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
|
|
22
22
|
"File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
23
|
+
"Flag": "झंडा",
|
|
24
|
+
"Flag Message": "झंडा संदेश",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
|
|
26
26
|
"Instant Commands": "त्वरित कमांड",
|
|
27
27
|
"Links are disabled": "लिंक अक्षम हैं",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
28
|
+
"Loading channels...": "चैनल लोड हो रहे हैं...",
|
|
29
|
+
"Loading messages...": "मेसेजस लोड हो रहे हैं...",
|
|
30
|
+
"Loading...": "लोड हो रहा है...",
|
|
31
31
|
"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}} एमबी से नीचे की फ़ाइल अपलोड करें।",
|
|
32
32
|
"Message Reactions": "संदेश प्रतिक्रियाएँ",
|
|
33
33
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
36
|
-
"Not supported": "",
|
|
34
|
+
"Message flagged": "संदेश को ध्वजांकित किया गया",
|
|
35
|
+
"Mute User": "उपयोगकर्ता को म्यूट करें",
|
|
36
|
+
"Not supported": "समर्थित नहीं",
|
|
37
37
|
"Nothing yet...": "कोई मैसेज नहीं है...",
|
|
38
|
-
"Ok": "",
|
|
38
|
+
"Ok": "ठीक",
|
|
39
39
|
"Only visible to you": "केवल आपको दिखाई दे रहा है",
|
|
40
40
|
"Photo": "तस्वीर",
|
|
41
|
-
"Photos and Videos": "",
|
|
42
|
-
"Pin to Conversation": "",
|
|
41
|
+
"Photos and Videos": "तस्वीरें और वीडियों",
|
|
42
|
+
"Pin to Conversation": "बातचीत में पिन करें",
|
|
43
43
|
"Pinned by": "द्वारा पिन किया गया",
|
|
44
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
|
|
45
45
|
"Please select a channel first": "कृपया पहले एक चैनल चुनें",
|
|
46
46
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
47
|
-
"Reply": "",
|
|
47
|
+
"Reply": "मैसेज को रिप्लाई करे",
|
|
48
48
|
"Reply to Message": "संदेश का जवाब दें",
|
|
49
|
-
"Resend": "",
|
|
49
|
+
"Resend": "पुन: भेजें",
|
|
50
50
|
"Search GIFs": "GIF खोजें",
|
|
51
|
+
"Select More Photos": "अधिक फ़ोटो चुनें",
|
|
51
52
|
"Send a message": "एक संदेश भेजें",
|
|
52
53
|
"Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
|
|
53
54
|
"Slow mode ON": "स्लो मोड चालू",
|
|
54
|
-
"The message has been reported to a moderator.": "",
|
|
55
|
-
"Thread Reply": "",
|
|
56
|
-
"Unblock User": "",
|
|
57
|
-
"Unknown User": "",
|
|
58
|
-
"Unmute User": "",
|
|
59
|
-
"Unpin from Conversation": "",
|
|
55
|
+
"The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
|
|
56
|
+
"Thread Reply": "धागा जवाब",
|
|
57
|
+
"Unblock User": "उपयोगकर्ता को अनब्लॉक करें",
|
|
58
|
+
"Unknown User": "अज्ञात उपयोगकर्ता",
|
|
59
|
+
"Unmute User": "उपयोगकर्ता को अनम्यूट करें",
|
|
60
|
+
"Unpin from Conversation": "बातचीत से अनपिन करें",
|
|
60
61
|
"Unread Messages": "अपठित संदेश",
|
|
61
62
|
"Video": "वीडियो",
|
|
62
63
|
"You": "आप",
|
|
63
64
|
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
64
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
65
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
66
67
|
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
67
68
|
"{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
|
|
68
|
-
"{{ user }} is typing": "",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} टाइप कर रहा है",
|
|
69
70
|
"🏙 Attachment...": "🏙 अटैचमेंट..."
|
|
70
71
|
}
|
package/src/i18n/it.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Risposta",
|
|
3
3
|
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
|
|
5
5
|
"Also send to channel": "Invia anche al canale",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
|
|
7
|
+
"Block User": "Blocca Utente",
|
|
8
|
+
"Cancel": "Annulla",
|
|
9
|
+
"Cannot Flag Message": "Impossibile Segnalare Messaggio",
|
|
10
|
+
"Copy Message": "Copia Messaggio",
|
|
11
|
+
"Delete": "Elimina",
|
|
12
|
+
"Delete Message": "Cancella il Messaggio",
|
|
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
|
+
"Edit Message": "Modifica Messaggio",
|
|
15
|
+
"Editing Message": "Modificando il Messaggio",
|
|
16
16
|
"Emoji matching": "Abbinamento emoji",
|
|
17
17
|
"Empty message...": "Message vuoto...",
|
|
18
18
|
"Error loading": "Errore di caricamento",
|
|
@@ -20,51 +20,52 @@
|
|
|
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
22
|
"File type not supported": "Tipo di file non supportato",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
23
|
+
"Flag": "Contrassegna",
|
|
24
|
+
"Flag Message": "Contrassegna Messaggio",
|
|
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
27
|
"Links are disabled": "I link sono disabilitati",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
28
|
+
"Loading channels...": "Caricamento canali in corso...",
|
|
29
|
+
"Loading messages...": "Caricamento messaggi...",
|
|
30
|
+
"Loading...": "Caricamento...",
|
|
31
31
|
"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.",
|
|
32
32
|
"Message Reactions": "Reazioni ai Messaggi",
|
|
33
33
|
"Message deleted": "Messaggio cancellato",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
36
|
-
"Not supported": "",
|
|
34
|
+
"Message flagged": "Messaggio contrassegnato",
|
|
35
|
+
"Mute User": "Utente Muto",
|
|
36
|
+
"Not supported": "non supportato",
|
|
37
37
|
"Nothing yet...": "Ancora niente...",
|
|
38
|
-
"Ok": "",
|
|
38
|
+
"Ok": "Ok",
|
|
39
39
|
"Only visible to you": "Visibile solo a te",
|
|
40
40
|
"Photo": "Foto",
|
|
41
|
-
"Photos and Videos": "",
|
|
42
|
-
"Pin to Conversation": "",
|
|
41
|
+
"Photos and Videos": "Foto e Video",
|
|
42
|
+
"Pin to Conversation": "Metti in evidenza",
|
|
43
43
|
"Pinned by": "Fissato da",
|
|
44
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"Please enable access to your photos and videos so you can share them.": "Abilita l'accesso alle tue foto e ai tuoi video in modo da poterli condividere.",
|
|
45
45
|
"Please select a channel first": "Seleziona un canale",
|
|
46
46
|
"Reconnecting...": "Ricollegarsi...",
|
|
47
|
-
"Reply": "",
|
|
47
|
+
"Reply": "Rispondi",
|
|
48
48
|
"Reply to Message": "Rispondi al messaggio",
|
|
49
|
-
"Resend": "",
|
|
49
|
+
"Resend": "Invia di nuovo",
|
|
50
50
|
"Search GIFs": "Cerca GIF",
|
|
51
|
+
"Select More Photos": "Seleziona Altre foto",
|
|
51
52
|
"Send a message": "Mandare un messaggio",
|
|
52
53
|
"Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
|
|
53
54
|
"Slow mode ON": "Slowmode attiva",
|
|
54
|
-
"The message has been reported to a moderator.": "",
|
|
55
|
-
"Thread Reply": "",
|
|
56
|
-
"Unblock User": "",
|
|
57
|
-
"Unknown User": "",
|
|
58
|
-
"Unmute User": "",
|
|
59
|
-
"Unpin from Conversation": "",
|
|
55
|
+
"The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
|
|
56
|
+
"Thread Reply": "Rispondi alla Discussione",
|
|
57
|
+
"Unblock User": "Sblocca utente",
|
|
58
|
+
"Unknown User": "Utente sconosciuto",
|
|
59
|
+
"Unmute User": "Riattiva utente",
|
|
60
|
+
"Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
|
|
60
61
|
"Unread Messages": "Messaggi non letti",
|
|
61
62
|
"Video": "Video",
|
|
62
63
|
"You": "Tu",
|
|
63
64
|
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
64
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
65
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
|
|
66
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
67
68
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
68
|
-
"{{ user }} is typing": "",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} sta scrivendo",
|
|
69
70
|
"🏙 Attachment...": "🏙 Allegato..."
|
|
70
71
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"Reply to Message": "メッセージに返信",
|
|
70
70
|
"🏙 Attachment...": "🏙 アタッチメント...",
|
|
71
71
|
"Not supported": "サポートしていません",
|
|
72
|
+
"Select More Photos": "さらに写真を選択",
|
|
72
73
|
"File type not supported": "サポートされていないファイルです",
|
|
73
74
|
"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 以下のファイルをアップロードしてください"
|
|
74
75
|
}
|
package/src/i18n/ko.json
CHANGED
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"Reply to Message": "메시지에 답장",
|
|
69
69
|
"🏙 Attachment...": "🏙 부착...",
|
|
70
70
|
"File type not supported": "지원하지 않는 파일입니다.",
|
|
71
|
+
"Select More Photos": "추가 사진 선택",
|
|
71
72
|
"Not supported": "지원하지 않습니다",
|
|
72
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
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Antwoord",
|
|
3
3
|
"1 Thread Reply": "1 thread antwoord",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "Geef toegang tot uw galerij",
|
|
5
5
|
"Also send to channel": "Stuur ook naar kanaal",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
|
|
7
|
+
"Block User": "Blokkeer Gebruiker",
|
|
8
|
+
"Cancel": "Annuleer",
|
|
9
|
+
"Cannot Flag Message": "Kan bericht niet rapporteren",
|
|
10
|
+
"Copy Message": "Bericht kopiëren",
|
|
11
|
+
"Delete": "Verwijderen",
|
|
12
|
+
"Delete Message": "Verwijder bericht",
|
|
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
|
+
"Edit Message": "Pas bericht aan",
|
|
15
|
+
"Editing Message": "Bericht aanpassen",
|
|
16
16
|
"Emoji matching": "Emoji-overeenkomsten",
|
|
17
17
|
"Empty message...": "Leeg bericht...",
|
|
18
18
|
"Error loading": "Probleem bij het laden",
|
|
@@ -20,51 +20,52 @@
|
|
|
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
22
|
"File type not supported": "Bestandstype niet ondersteund",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
23
|
+
"Flag": "Markeer",
|
|
24
|
+
"Flag Message": "Markeer bericht",
|
|
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
27
|
"Links are disabled": "Het versturen van links staat uit",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
28
|
+
"Loading channels...": "Kanalen aan het laden...",
|
|
29
|
+
"Loading messages...": "Berichten aan het laden...",
|
|
30
|
+
"Loading...": "Aan het laden...",
|
|
31
31
|
"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.",
|
|
32
32
|
"Message Reactions": "Bericht Reacties",
|
|
33
33
|
"Message deleted": "Bericht verwijderd",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
36
|
-
"Not supported": "",
|
|
34
|
+
"Message flagged": "Bericht gemarkeerd",
|
|
35
|
+
"Mute User": "Gebruiker dempen",
|
|
36
|
+
"Not supported": "niet ondersteund",
|
|
37
37
|
"Nothing yet...": "Nog niets...",
|
|
38
|
-
"Ok": "",
|
|
38
|
+
"Ok": "Oké",
|
|
39
39
|
"Only visible to you": "Alleen zichtbaar voor jou",
|
|
40
40
|
"Photo": "Foto",
|
|
41
|
-
"Photos and Videos": "",
|
|
42
|
-
"Pin to Conversation": "",
|
|
41
|
+
"Photos and Videos": "Foto's en video's",
|
|
42
|
+
"Pin to Conversation": "Vastmaken aan gesprek",
|
|
43
43
|
"Pinned by": "Vastgemaakt door",
|
|
44
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"Please enable access to your photos and videos so you can share them.": "Schakel toegang tot uw foto's en video's in zodat u ze kunt delen.",
|
|
45
45
|
"Please select a channel first": "Selecteer eerst een kanaal",
|
|
46
46
|
"Reconnecting...": "Opnieuw Verbinding Maken...",
|
|
47
|
-
"Reply": "",
|
|
47
|
+
"Reply": "Antwoord",
|
|
48
48
|
"Reply to Message": "Beantwoord bericht",
|
|
49
|
-
"Resend": "",
|
|
49
|
+
"Resend": "Opnieuw versturen",
|
|
50
50
|
"Search GIFs": "Zoek GIF's",
|
|
51
|
+
"Select More Photos": "Selecteer Meer foto's",
|
|
51
52
|
"Send a message": "Stuur een bericht",
|
|
52
53
|
"Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
|
|
53
54
|
"Slow mode ON": "Langzame modus aan",
|
|
54
|
-
"The message has been reported to a moderator.": "",
|
|
55
|
-
"Thread Reply": "",
|
|
56
|
-
"Unblock User": "",
|
|
57
|
-
"Unknown User": "",
|
|
58
|
-
"Unmute User": "",
|
|
59
|
-
"Unpin from Conversation": "",
|
|
55
|
+
"The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
|
|
56
|
+
"Thread Reply": "Discussie beantwoorden",
|
|
57
|
+
"Unblock User": "Deblokkeer gebruiker",
|
|
58
|
+
"Unknown User": "Onbekende gebruiker",
|
|
59
|
+
"Unmute User": "Dempen van gebruiker opheffen",
|
|
60
|
+
"Unpin from Conversation": "Losmaken van gesprek",
|
|
60
61
|
"Unread Messages": "Ongelezen Berichten",
|
|
61
62
|
"Video": "Video",
|
|
62
63
|
"You": "U",
|
|
63
64
|
"You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
|
|
64
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
65
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
|
|
66
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
67
68
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
|
|
68
|
-
"{{ user }} is typing": "",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} is aan het typen",
|
|
69
70
|
"🏙 Attachment...": "🏙 Bijlage..."
|
|
70
71
|
}
|
package/src/i18n/ru.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Ответ",
|
|
3
3
|
"1 Thread Reply": "1 тема Ответить",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "Разрешить доступ к вашей галерее",
|
|
5
5
|
"Also send to channel": "Также отправить на канал",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
|
|
7
|
+
"Block User": "Заблокировать пользователя",
|
|
8
|
+
"Cancel": "Отмена",
|
|
9
|
+
"Cannot Flag Message": "Невозможно пожаловаться на сообщение",
|
|
10
|
+
"Copy Message": "Копировать сообщение",
|
|
11
|
+
"Delete": "удалять",
|
|
12
|
+
"Delete Message": "Удалить сообщение",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
|
|
14
|
+
"Edit Message": "Редактировать сообщение",
|
|
15
|
+
"Editing Message": "Редактирование сообщения",
|
|
16
16
|
"Emoji matching": "Соответствие эмодзи",
|
|
17
17
|
"Empty message...": "Пустое сообщение...",
|
|
18
18
|
"Error loading": "Ошибка при загрузке",
|
|
@@ -20,51 +20,52 @@
|
|
|
20
20
|
"Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
|
|
21
21
|
"Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
|
|
22
22
|
"File type not supported": "Тип файла не поддерживается",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
23
|
+
"Flag": "Пометить",
|
|
24
|
+
"Flag Message": "Пометить сообщение",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
|
|
26
26
|
"Instant Commands": "Мгновенные Команды",
|
|
27
27
|
"Links are disabled": "Ссылки отключены",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
28
|
+
"Loading channels...": "Загружаю каналы...",
|
|
29
|
+
"Loading messages...": "Загружаю сообщения...",
|
|
30
|
+
"Loading...": "Загружаю...",
|
|
31
31
|
"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}} МБ.",
|
|
32
32
|
"Message Reactions": "Сообщения Реакции",
|
|
33
33
|
"Message deleted": "Сообщение удалено",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
36
|
-
"Not supported": "",
|
|
34
|
+
"Message flagged": "Сообщение отмечено",
|
|
35
|
+
"Mute User": "Отключить пользователя",
|
|
36
|
+
"Not supported": "не поддерживается",
|
|
37
37
|
"Nothing yet...": "Пока ничего нет...",
|
|
38
|
-
"Ok": "",
|
|
38
|
+
"Ok": "Oк",
|
|
39
39
|
"Only visible to you": "Видно только вам",
|
|
40
40
|
"Photo": "Фото",
|
|
41
|
-
"Photos and Videos": "",
|
|
42
|
-
"Pin to Conversation": "",
|
|
41
|
+
"Photos and Videos": "Фото и видео",
|
|
42
|
+
"Pin to Conversation": "Закрепить к беседе",
|
|
43
43
|
"Pinned by": "Закреплено пользователем",
|
|
44
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
|
|
45
45
|
"Please select a channel first": "Пожалуйста, сначала выберите канал",
|
|
46
46
|
"Reconnecting...": "Переподключение...",
|
|
47
|
-
"Reply": "",
|
|
47
|
+
"Reply": "Ответить",
|
|
48
48
|
"Reply to Message": "Ответить на сообщение",
|
|
49
|
-
"Resend": "",
|
|
49
|
+
"Resend": "Отправить",
|
|
50
50
|
"Search GIFs": "Поиск GIF",
|
|
51
|
+
"Select More Photos": "Выбрать больше фотографий",
|
|
51
52
|
"Send a message": "Отправить сообщение",
|
|
52
53
|
"Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
|
|
53
54
|
"Slow mode ON": "Медленный режим включен",
|
|
54
|
-
"The message has been reported to a moderator.": "",
|
|
55
|
-
"Thread Reply": "",
|
|
56
|
-
"Unblock User": "",
|
|
57
|
-
"Unknown User": "",
|
|
58
|
-
"Unmute User": "",
|
|
59
|
-
"Unpin from Conversation": "",
|
|
55
|
+
"The message has been reported to a moderator.": "Сообщение отправлено модератору.",
|
|
56
|
+
"Thread Reply": "Тема Ответить",
|
|
57
|
+
"Unblock User": "Разблокировать пользователя",
|
|
58
|
+
"Unknown User": "Неизвестный пользователь",
|
|
59
|
+
"Unmute User": "Включить микрофон",
|
|
60
|
+
"Unpin from Conversation": "Открепить от беседы",
|
|
60
61
|
"Unread Messages": "Непрочитанные Сообщения",
|
|
61
62
|
"Video": "видео",
|
|
62
63
|
"You": "Вы",
|
|
63
64
|
"You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
|
|
64
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
65
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
|
|
66
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Ответов",
|
|
67
68
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
|
|
68
|
-
"{{ user }} is typing": "",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} пишет",
|
|
69
70
|
"🏙 Attachment...": "🏙 Вложение..."
|
|
70
71
|
}
|