stream-chat-react-native-core 5.21.0-beta.1 → 5.21.0-beta.3
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/MessageInput/MessageInput.js +36 -30
- package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +5 -3
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +3 -1
- package/lib/commonjs/i18n/fr.json +48 -46
- package/lib/commonjs/i18n/he.json +1 -0
- package/lib/commonjs/i18n/hi.json +48 -46
- package/lib/commonjs/i18n/it.json +48 -46
- package/lib/commonjs/i18n/ja.json +1 -0
- package/lib/commonjs/i18n/ko.json +1 -0
- package/lib/commonjs/i18n/nl.json +48 -46
- package/lib/commonjs/i18n/ru.json +48 -46
- package/lib/commonjs/i18n/tr.json +48 -46
- 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/MessageInput/MessageInput.js +36 -30
- package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +5 -3
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/i18n/en.json +3 -1
- package/lib/module/i18n/fr.json +48 -46
- package/lib/module/i18n/he.json +1 -0
- package/lib/module/i18n/hi.json +48 -46
- package/lib/module/i18n/it.json +48 -46
- package/lib/module/i18n/ja.json +1 -0
- package/lib/module/i18n/ko.json +1 -0
- package/lib/module/i18n/nl.json +48 -46
- package/lib/module/i18n/ru.json +48 -46
- package/lib/module/i18n/tr.json +48 -46
- 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/i18n/en.json +3 -1
- package/lib/typescript/i18n/fr.json +48 -46
- package/lib/typescript/i18n/he.json +1 -0
- package/lib/typescript/i18n/hi.json +48 -46
- package/lib/typescript/i18n/it.json +48 -46
- package/lib/typescript/i18n/ja.json +1 -0
- package/lib/typescript/i18n/ko.json +1 -0
- package/lib/typescript/i18n/nl.json +48 -46
- package/lib/typescript/i18n/ru.json +48 -46
- package/lib/typescript/i18n/tr.json +48 -46
- package/lib/typescript/native.d.ts +4 -0
- package/lib/typescript/utils/Streami18n.d.ts +2 -0
- package/package.json +1 -1
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +21 -2
- package/src/components/MessageInput/MessageInput.tsx +9 -2
- package/src/contexts/messageInputContext/MessageInputContext.tsx +4 -1
- package/src/i18n/en.json +3 -1
- package/src/i18n/fr.json +48 -46
- package/src/i18n/he.json +1 -0
- package/src/i18n/hi.json +48 -46
- package/src/i18n/it.json +48 -46
- package/src/i18n/ja.json +1 -0
- package/src/i18n/ko.json +1 -0
- package/src/i18n/nl.json +48 -46
- package/src/i18n/ru.json +48 -46
- package/src/i18n/tr.json +48 -46
- package/src/native.ts +9 -0
- package/src/version.json +1 -1
package/src/i18n/fr.json
CHANGED
|
@@ -1,69 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Réponse",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "Autoriser l'accès à votre galerie",
|
|
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": "
|
|
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
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Correspondance Emoji",
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
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": "Commandes Instantanées",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
32
|
-
"Message
|
|
33
|
-
"Message
|
|
34
|
-
"
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
|
+
"Message Reactions": "Réactions aux messages",
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
35
36
|
"Not supported": "Non pris en charge",
|
|
36
|
-
"Nothing yet...": "
|
|
37
|
-
"Ok": "
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
38
39
|
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
40
|
-
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
-
"Pinned by": "
|
|
43
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
40
|
+
"Photo": "Photo",
|
|
41
|
+
"Photos and Videos": "Photos et vidéos",
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
|
+
"Pinned by": "",
|
|
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.",
|
|
44
45
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
46
|
-
"Reply": "
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
47
48
|
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
+
"Resend": "",
|
|
49
50
|
"Search GIFs": "",
|
|
51
|
+
"Select More Photos": "Sélectionner plus de photos",
|
|
50
52
|
"Send a message": "",
|
|
51
53
|
"Sending links is not allowed in this conversation": "",
|
|
52
54
|
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
56
|
-
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
59
|
-
"Unread Messages": "
|
|
60
|
-
"Video": "",
|
|
61
|
-
"You": "
|
|
55
|
+
"The message has been reported to a moderator.": "",
|
|
56
|
+
"Thread Reply": "",
|
|
57
|
+
"Unblock User": "",
|
|
58
|
+
"Unknown User": "Utilisateur inconnu",
|
|
59
|
+
"Unmute User": "",
|
|
60
|
+
"Unpin from Conversation": "",
|
|
61
|
+
"Unread Messages": "",
|
|
62
|
+
"Video": "Vidéo",
|
|
63
|
+
"You": "",
|
|
62
64
|
"You can't send messages in this channel": "",
|
|
63
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
|
|
65
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Réponses",
|
|
66
68
|
"{{ replyCount }} Thread Replies": "",
|
|
67
69
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
69
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,69 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 रिप्लाई",
|
|
3
3
|
"1 Thread Reply": "",
|
|
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": "
|
|
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
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "इमोजी मिलान",
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
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...": "
|
|
31
|
-
"
|
|
32
|
-
"Message
|
|
33
|
-
"Message
|
|
34
|
-
"
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
|
+
"Message Reactions": "संदेश प्रतिक्रियाएँ",
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
35
36
|
"Not supported": "समर्थित नहीं",
|
|
36
|
-
"Nothing yet...": "
|
|
37
|
-
"Ok": "
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
38
39
|
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
40
|
-
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
-
"Pinned by": "
|
|
43
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
40
|
+
"Photo": "तस्वीर",
|
|
41
|
+
"Photos and Videos": "तस्वीरें और वीडियों",
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
|
+
"Pinned by": "",
|
|
44
|
+
"Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
|
|
44
45
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
46
|
-
"Reply": "
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
47
48
|
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
+
"Resend": "",
|
|
49
50
|
"Search GIFs": "",
|
|
51
|
+
"Select More Photos": "अधिक फ़ोटो चुनें",
|
|
50
52
|
"Send a message": "",
|
|
51
53
|
"Sending links is not allowed in this conversation": "",
|
|
52
54
|
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
56
|
-
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
59
|
-
"Unread Messages": "
|
|
60
|
-
"Video": "",
|
|
61
|
-
"You": "
|
|
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": "",
|
|
61
|
+
"Unread Messages": "",
|
|
62
|
+
"Video": "वीडियो",
|
|
63
|
+
"You": "",
|
|
62
64
|
"You can't send messages in this channel": "",
|
|
63
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
65
67
|
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
66
68
|
"{{ replyCount }} Thread Replies": "",
|
|
67
69
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
69
71
|
}
|
package/src/i18n/it.json
CHANGED
|
@@ -1,69 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Risposta",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
|
|
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": "
|
|
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
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Abbinamento emoji",
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
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": "Comandi Istantanei",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
32
|
-
"Message
|
|
33
|
-
"Message
|
|
34
|
-
"
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
|
+
"Message Reactions": "Reazioni ai Messaggi",
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
35
36
|
"Not supported": "non supportato",
|
|
36
|
-
"Nothing yet...": "
|
|
37
|
-
"Ok": "
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
38
39
|
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
40
|
-
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
-
"Pinned by": "
|
|
43
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
40
|
+
"Photo": "Foto",
|
|
41
|
+
"Photos and Videos": "Foto e Video",
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
|
+
"Pinned by": "",
|
|
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.",
|
|
44
45
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
46
|
-
"Reply": "
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
47
48
|
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
+
"Resend": "",
|
|
49
50
|
"Search GIFs": "",
|
|
51
|
+
"Select More Photos": "Seleziona Altre foto",
|
|
50
52
|
"Send a message": "",
|
|
51
53
|
"Sending links is not allowed in this conversation": "",
|
|
52
54
|
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
56
|
-
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
59
|
-
"Unread Messages": "
|
|
60
|
-
"Video": "",
|
|
61
|
-
"You": "
|
|
55
|
+
"The message has been reported to a moderator.": "",
|
|
56
|
+
"Thread Reply": "",
|
|
57
|
+
"Unblock User": "",
|
|
58
|
+
"Unknown User": "Utente sconosciuto",
|
|
59
|
+
"Unmute User": "",
|
|
60
|
+
"Unpin from Conversation": "",
|
|
61
|
+
"Unread Messages": "",
|
|
62
|
+
"Video": "Video",
|
|
63
|
+
"You": "",
|
|
62
64
|
"You can't send messages in this channel": "",
|
|
63
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
|
|
65
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
66
68
|
"{{ replyCount }} Thread Replies": "",
|
|
67
69
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
69
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,69 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Antwoord",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
4
|
+
"Allow access to your Gallery": "Geef toegang tot uw galerij",
|
|
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": "
|
|
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
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Emoji-overeenkomsten",
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
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": "Directe Opdrachten",
|
|
27
27
|
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
32
|
-
"Message
|
|
33
|
-
"Message
|
|
34
|
-
"
|
|
28
|
+
"Loading channels...": "",
|
|
29
|
+
"Loading messages...": "",
|
|
30
|
+
"Loading...": "",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
32
|
+
"Message Reactions": "Bericht Reacties",
|
|
33
|
+
"Message deleted": "",
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
35
36
|
"Not supported": "niet ondersteund",
|
|
36
|
-
"Nothing yet...": "
|
|
37
|
-
"Ok": "
|
|
37
|
+
"Nothing yet...": "",
|
|
38
|
+
"Ok": "",
|
|
38
39
|
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
40
|
-
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
-
"Pinned by": "
|
|
43
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
40
|
+
"Photo": "Foto",
|
|
41
|
+
"Photos and Videos": "Foto's en video's",
|
|
42
|
+
"Pin to Conversation": "",
|
|
43
|
+
"Pinned by": "",
|
|
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.",
|
|
44
45
|
"Please select a channel first": "",
|
|
45
|
-
"Reconnecting...": "
|
|
46
|
-
"Reply": "
|
|
46
|
+
"Reconnecting...": "",
|
|
47
|
+
"Reply": "",
|
|
47
48
|
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
+
"Resend": "",
|
|
49
50
|
"Search GIFs": "",
|
|
51
|
+
"Select More Photos": "Selecteer Meer foto's",
|
|
50
52
|
"Send a message": "",
|
|
51
53
|
"Sending links is not allowed in this conversation": "",
|
|
52
54
|
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
56
|
-
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
59
|
-
"Unread Messages": "
|
|
60
|
-
"Video": "",
|
|
61
|
-
"You": "
|
|
55
|
+
"The message has been reported to a moderator.": "",
|
|
56
|
+
"Thread Reply": "",
|
|
57
|
+
"Unblock User": "",
|
|
58
|
+
"Unknown User": "Onbekende gebruiker",
|
|
59
|
+
"Unmute User": "",
|
|
60
|
+
"Unpin from Conversation": "",
|
|
61
|
+
"Unread Messages": "",
|
|
62
|
+
"Video": "Video",
|
|
63
|
+
"You": "",
|
|
62
64
|
"You can't send messages in this channel": "",
|
|
63
65
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
66
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
|
|
65
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
66
68
|
"{{ replyCount }} Thread Replies": "",
|
|
67
69
|
"{{ user }} is typing": "",
|
|
68
|
-
"🏙 Attachment...": "
|
|
70
|
+
"🏙 Attachment...": ""
|
|
69
71
|
}
|