stream-chat-react-native-core 5.21.0-beta.1 → 5.21.0-beta.2
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/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 +2 -1
- package/lib/commonjs/i18n/fr.json +44 -43
- package/lib/commonjs/i18n/hi.json +44 -43
- package/lib/commonjs/i18n/it.json +44 -43
- package/lib/commonjs/i18n/nl.json +44 -43
- package/lib/commonjs/i18n/ru.json +44 -43
- package/lib/commonjs/i18n/tr.json +44 -43
- package/lib/commonjs/version.json +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 +2 -1
- package/lib/module/i18n/fr.json +44 -43
- package/lib/module/i18n/hi.json +44 -43
- package/lib/module/i18n/it.json +44 -43
- package/lib/module/i18n/nl.json +44 -43
- package/lib/module/i18n/ru.json +44 -43
- package/lib/module/i18n/tr.json +44 -43
- package/lib/module/version.json +1 -1
- package/lib/typescript/i18n/en.json +2 -1
- package/lib/typescript/i18n/fr.json +44 -43
- package/lib/typescript/i18n/hi.json +44 -43
- package/lib/typescript/i18n/it.json +44 -43
- package/lib/typescript/i18n/nl.json +44 -43
- package/lib/typescript/i18n/ru.json +44 -43
- package/lib/typescript/i18n/tr.json +44 -43
- package/lib/typescript/utils/Streami18n.d.ts +1 -0
- package/package.json +1 -1
- package/src/components/MessageInput/MessageInput.tsx +9 -2
- package/src/contexts/messageInputContext/MessageInputContext.tsx +4 -1
- package/src/i18n/en.json +2 -1
- package/src/i18n/fr.json +44 -43
- package/src/i18n/hi.json +44 -43
- package/src/i18n/it.json +44 -43
- package/src/i18n/nl.json +44 -43
- package/src/i18n/ru.json +44 -43
- package/src/i18n/tr.json +44 -43
- package/src/version.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Cevap",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 Konu Yanıtı",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
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": "
|
|
5
|
+
"Also send to channel": "Kanala da gönder",
|
|
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 eşleştirme",
|
|
17
17
|
"Empty message...": "Boş mesaj...",
|
|
@@ -19,51 +19,52 @@
|
|
|
19
19
|
"Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
|
|
20
20
|
"Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
|
|
21
21
|
"Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
|
|
22
|
-
"File type not supported": "",
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
22
|
+
"File type not supported": "Dosya türü desteklenmiyor",
|
|
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": "Anlık Komutlar",
|
|
27
|
-
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
27
|
+
"Links are disabled": "Bağlantılar devre dışı",
|
|
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.": "Maksimum dosya boyutu yükleme sınırına ulaşıldı. Lütfen {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB'ın altında bir dosya yükleyin.",
|
|
32
|
+
"Message Reactions": "Mesaj Tepkileri",
|
|
32
33
|
"Message deleted": "Mesaj silindi",
|
|
33
|
-
"Message flagged": "
|
|
34
|
-
"Mute User": "
|
|
35
|
-
"Not supported": "
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
36
37
|
"Nothing yet...": "Henüz değil...",
|
|
37
|
-
"Ok": "
|
|
38
|
-
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
38
|
+
"Ok": "",
|
|
39
|
+
"Only visible to you": "Sadece siz görebilirsiniz",
|
|
40
|
+
"Photo": "Fotoğraf",
|
|
40
41
|
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
42
43
|
"Pinned by": "Tarafından sabitlendi",
|
|
43
44
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
-
"Please select a channel first": "",
|
|
45
|
+
"Please select a channel first": "Lütfen önce bir kanal seçiniz",
|
|
45
46
|
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
46
|
-
"Reply": "
|
|
47
|
-
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
-
"Search GIFs": "",
|
|
50
|
-
"Send a message": "",
|
|
51
|
-
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "Mesajı Yanıtla",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "GIF Ara",
|
|
51
|
+
"Send a message": "Mesaj gönder",
|
|
52
|
+
"Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
|
|
53
|
+
"Slow mode ON": "Yavaş Mod Açık",
|
|
54
|
+
"The message has been reported to a moderator.": "",
|
|
55
|
+
"Thread Reply": "",
|
|
56
|
+
"Unblock User": "",
|
|
56
57
|
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
58
|
+
"Unmute User": "",
|
|
59
|
+
"Unpin from Conversation": "",
|
|
59
60
|
"Unread Messages": "Okunmamış Mesajlar",
|
|
60
|
-
"Video": "",
|
|
61
|
+
"Video": "Video",
|
|
61
62
|
"You": "Sen",
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
63
|
+
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
63
64
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
65
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
66
|
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
66
|
-
"{{ replyCount }} Thread Replies": "",
|
|
67
|
+
"{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
|
|
67
68
|
"{{ user }} is typing": "",
|
|
68
69
|
"🏙 Attachment...": "🏙 Ek..."
|
|
69
70
|
}
|
|
@@ -141,6 +141,7 @@ export declare class Streami18n {
|
|
|
141
141
|
"Loading channels...": string;
|
|
142
142
|
"Loading messages...": string;
|
|
143
143
|
"Loading...": string;
|
|
144
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": string;
|
|
144
145
|
"Message Reactions": string;
|
|
145
146
|
"Message deleted": string;
|
|
146
147
|
"Message flagged": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "5.21.0-beta.
|
|
4
|
+
"version": "5.21.0-beta.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -186,6 +186,7 @@ const MessageInputWithContext = <
|
|
|
186
186
|
} = props;
|
|
187
187
|
|
|
188
188
|
const [height, setHeight] = useState(0);
|
|
189
|
+
const { t } = useTranslationContext();
|
|
189
190
|
|
|
190
191
|
const {
|
|
191
192
|
theme: {
|
|
@@ -290,7 +291,10 @@ const MessageInputWithContext = <
|
|
|
290
291
|
Number(imageToUpload.fileSize) / MEGA_BYTES_TO_BYTES > MAX_FILE_SIZE_TO_UPLOAD_IN_MB
|
|
291
292
|
) {
|
|
292
293
|
Alert.alert(
|
|
293
|
-
|
|
294
|
+
t(
|
|
295
|
+
`Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.`,
|
|
296
|
+
{ MAX_FILE_SIZE_TO_UPLOAD_IN_MB },
|
|
297
|
+
),
|
|
294
298
|
);
|
|
295
299
|
setSelectedImages(
|
|
296
300
|
selectedImages.filter((selectedImage) => selectedImage.uri !== imageToUpload.uri),
|
|
@@ -339,7 +343,10 @@ const MessageInputWithContext = <
|
|
|
339
343
|
Number(fileToUpload.size) / MEGA_BYTES_TO_BYTES > MAX_FILE_SIZE_TO_UPLOAD_IN_MB
|
|
340
344
|
) {
|
|
341
345
|
Alert.alert(
|
|
342
|
-
|
|
346
|
+
t(
|
|
347
|
+
`Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.`,
|
|
348
|
+
{ MAX_FILE_SIZE_TO_UPLOAD_IN_MB },
|
|
349
|
+
),
|
|
343
350
|
);
|
|
344
351
|
setSelectedFiles(
|
|
345
352
|
selectedFiles.filter((selectedFile) => selectedFile.uri !== fileToUpload.uri),
|
|
@@ -594,7 +594,10 @@ export const MessageInputProvider = <
|
|
|
594
594
|
const totalFileSize = result.assets.reduce((acc, asset) => acc + Number(asset.size), 0);
|
|
595
595
|
if (totalFileSize / MEGA_BYTES_TO_BYTES > MAX_FILE_SIZE_TO_UPLOAD_IN_MB) {
|
|
596
596
|
Alert.alert(
|
|
597
|
-
|
|
597
|
+
t(
|
|
598
|
+
`Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.`,
|
|
599
|
+
{ MAX_FILE_SIZE_TO_UPLOAD_IN_MB },
|
|
600
|
+
),
|
|
598
601
|
);
|
|
599
602
|
} else {
|
|
600
603
|
result.assets.forEach((asset) => {
|
package/src/i18n/en.json
CHANGED
|
@@ -22,12 +22,13 @@
|
|
|
22
22
|
"File type not supported": "File type not supported",
|
|
23
23
|
"Flag": "Flag",
|
|
24
24
|
"Flag Message": "Flag Message",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged",
|
|
26
26
|
"Instant Commands": "Instant Commands",
|
|
27
27
|
"Links are disabled": "Links are disabled",
|
|
28
28
|
"Loading channels...": "Loading channels...",
|
|
29
29
|
"Loading messages...": "Loading messages...",
|
|
30
30
|
"Loading...": "Loading...",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
|
|
31
32
|
"Message Reactions": "Message Reactions",
|
|
32
33
|
"Message deleted": "Message deleted",
|
|
33
34
|
"Message flagged": "Message flagged",
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Réponse",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "Réponse à 1 fil",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
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": "
|
|
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
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Correspondance Emoji",
|
|
17
17
|
"Empty message...": "Message vide...",
|
|
@@ -19,51 +19,52 @@
|
|
|
19
19
|
"Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
|
|
20
20
|
"Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
|
|
21
21
|
"Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
|
|
22
|
-
"File type not supported": "",
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
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": "",
|
|
26
26
|
"Instant Commands": "Commandes Instantanées",
|
|
27
|
-
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
27
|
+
"Links are disabled": "Links are disabled",
|
|
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.": "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
|
+
"Message Reactions": "Réactions aux messages",
|
|
32
33
|
"Message deleted": "Message supprimé",
|
|
33
|
-
"Message flagged": "
|
|
34
|
-
"Mute User": "
|
|
35
|
-
"Not supported": "
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
36
37
|
"Nothing yet...": "Aucun message...",
|
|
37
|
-
"Ok": "
|
|
38
|
-
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
38
|
+
"Ok": "",
|
|
39
|
+
"Only visible to you": "Seulement visible par vous",
|
|
40
|
+
"Photo": "Photo",
|
|
40
41
|
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
42
43
|
"Pinned by": "Épinglé par",
|
|
43
44
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
-
"Please select a channel first": "",
|
|
45
|
+
"Please select a channel first": "Veuillez d'abord selectionnez un canal",
|
|
45
46
|
"Reconnecting...": "Se Reconnecter...",
|
|
46
|
-
"Reply": "
|
|
47
|
-
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
-
"Search GIFs": "",
|
|
50
|
-
"Send a message": "",
|
|
51
|
-
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "Répondre au message",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "Rechercher des GIF",
|
|
51
|
+
"Send a message": "Envoyer un message",
|
|
52
|
+
"Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
|
|
53
|
+
"Slow mode ON": "Mode lent activé",
|
|
54
|
+
"The message has been reported to a moderator.": "",
|
|
55
|
+
"Thread Reply": "",
|
|
56
|
+
"Unblock User": "",
|
|
56
57
|
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
58
|
+
"Unmute User": "",
|
|
59
|
+
"Unpin from Conversation": "",
|
|
59
60
|
"Unread Messages": "Messages non lus",
|
|
60
|
-
"Video": "",
|
|
61
|
+
"Video": "Vidéo",
|
|
61
62
|
"You": "Toi",
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
63
|
+
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
63
64
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
65
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
66
|
"{{ replyCount }} Replies": "{{ replyCount }} Réponses",
|
|
66
|
-
"{{ replyCount }} Thread Replies": "",
|
|
67
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
|
|
67
68
|
"{{ user }} is typing": "",
|
|
68
69
|
"🏙 Attachment...": "🏙 Pièce jointe..."
|
|
69
70
|
}
|
package/src/i18n/hi.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 रिप्लाई",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 धागा उत्तर",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
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": "
|
|
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
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "इमोजी मिलान",
|
|
17
17
|
"Empty message...": "खाली संदेश...",
|
|
@@ -19,51 +19,52 @@
|
|
|
19
19
|
"Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
|
|
20
20
|
"Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
|
|
21
21
|
"Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
|
|
22
|
-
"File type not supported": "",
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
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": "",
|
|
26
26
|
"Instant Commands": "त्वरित कमांड",
|
|
27
|
-
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
27
|
+
"Links are disabled": "लिंक अक्षम हैं",
|
|
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.": "अधिकतम फ़ाइल आकार अपलोड सीमा पूरी हो गई। कृपया {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} एमबी से नीचे की फ़ाइल अपलोड करें।",
|
|
32
|
+
"Message Reactions": "संदेश प्रतिक्रियाएँ",
|
|
32
33
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
33
|
-
"Message flagged": "
|
|
34
|
-
"Mute User": "
|
|
35
|
-
"Not supported": "
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
36
37
|
"Nothing yet...": "कोई मैसेज नहीं है...",
|
|
37
|
-
"Ok": "
|
|
38
|
-
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
38
|
+
"Ok": "",
|
|
39
|
+
"Only visible to you": "केवल आपको दिखाई दे रहा है",
|
|
40
|
+
"Photo": "तस्वीर",
|
|
40
41
|
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
42
43
|
"Pinned by": "द्वारा पिन किया गया",
|
|
43
44
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
-
"Please select a channel first": "",
|
|
45
|
+
"Please select a channel first": "कृपया पहले एक चैनल चुनें",
|
|
45
46
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
46
|
-
"Reply": "
|
|
47
|
-
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
-
"Search GIFs": "",
|
|
50
|
-
"Send a message": "",
|
|
51
|
-
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "संदेश का जवाब दें",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "GIF खोजें",
|
|
51
|
+
"Send a message": "एक संदेश भेजें",
|
|
52
|
+
"Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
|
|
53
|
+
"Slow mode ON": "स्लो मोड चालू",
|
|
54
|
+
"The message has been reported to a moderator.": "",
|
|
55
|
+
"Thread Reply": "",
|
|
56
|
+
"Unblock User": "",
|
|
56
57
|
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
58
|
+
"Unmute User": "",
|
|
59
|
+
"Unpin from Conversation": "",
|
|
59
60
|
"Unread Messages": "अपठित संदेश",
|
|
60
|
-
"Video": "",
|
|
61
|
+
"Video": "वीडियो",
|
|
61
62
|
"You": "आप",
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
63
|
+
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
63
64
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
65
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
66
|
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
66
|
-
"{{ replyCount }} Thread Replies": "",
|
|
67
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
|
|
67
68
|
"{{ user }} is typing": "",
|
|
68
69
|
"🏙 Attachment...": "🏙 अटैचमेंट..."
|
|
69
70
|
}
|
package/src/i18n/it.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Risposta",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
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": "
|
|
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
15
|
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Abbinamento emoji",
|
|
17
17
|
"Empty message...": "Message vuoto...",
|
|
@@ -19,51 +19,52 @@
|
|
|
19
19
|
"Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
|
|
20
20
|
"Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
|
|
21
21
|
"Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
|
|
22
|
-
"File type not supported": "",
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
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": "",
|
|
26
26
|
"Instant Commands": "Comandi Istantanei",
|
|
27
|
-
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "
|
|
29
|
-
"Loading messages...": "
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
27
|
+
"Links are disabled": "I link sono disabilitati",
|
|
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.": "È 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
|
+
"Message Reactions": "Reazioni ai Messaggi",
|
|
32
33
|
"Message deleted": "Messaggio cancellato",
|
|
33
|
-
"Message flagged": "
|
|
34
|
-
"Mute User": "
|
|
35
|
-
"Not supported": "
|
|
34
|
+
"Message flagged": "",
|
|
35
|
+
"Mute User": "",
|
|
36
|
+
"Not supported": "",
|
|
36
37
|
"Nothing yet...": "Ancora niente...",
|
|
37
|
-
"Ok": "
|
|
38
|
-
"Only visible to you": "",
|
|
39
|
-
"Photo": "",
|
|
38
|
+
"Ok": "",
|
|
39
|
+
"Only visible to you": "Visibile solo a te",
|
|
40
|
+
"Photo": "Foto",
|
|
40
41
|
"Photos and Videos": "",
|
|
41
|
-
"Pin to Conversation": "
|
|
42
|
+
"Pin to Conversation": "",
|
|
42
43
|
"Pinned by": "Fissato da",
|
|
43
44
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
-
"Please select a channel first": "",
|
|
45
|
+
"Please select a channel first": "Seleziona un canale",
|
|
45
46
|
"Reconnecting...": "Ricollegarsi...",
|
|
46
|
-
"Reply": "
|
|
47
|
-
"Reply to Message": "",
|
|
48
|
-
"Resend": "
|
|
49
|
-
"Search GIFs": "",
|
|
50
|
-
"Send a message": "",
|
|
51
|
-
"Sending links is not allowed in this conversation": "",
|
|
52
|
-
"Slow mode ON": "",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
47
|
+
"Reply": "",
|
|
48
|
+
"Reply to Message": "Rispondi al messaggio",
|
|
49
|
+
"Resend": "",
|
|
50
|
+
"Search GIFs": "Cerca GIF",
|
|
51
|
+
"Send a message": "Mandare un messaggio",
|
|
52
|
+
"Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
|
|
53
|
+
"Slow mode ON": "Slowmode attiva",
|
|
54
|
+
"The message has been reported to a moderator.": "",
|
|
55
|
+
"Thread Reply": "",
|
|
56
|
+
"Unblock User": "",
|
|
56
57
|
"Unknown User": "",
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
58
|
+
"Unmute User": "",
|
|
59
|
+
"Unpin from Conversation": "",
|
|
59
60
|
"Unread Messages": "Messaggi non letti",
|
|
60
|
-
"Video": "",
|
|
61
|
+
"Video": "Video",
|
|
61
62
|
"You": "Tu",
|
|
62
|
-
"You can't send messages in this channel": "",
|
|
63
|
+
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
63
64
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
65
|
"{{ index }} of {{ photoLength }}": "",
|
|
65
66
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
66
|
-
"{{ replyCount }} Thread Replies": "",
|
|
67
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
67
68
|
"{{ user }} is typing": "",
|
|
68
69
|
"🏙 Attachment...": "🏙 Allegato..."
|
|
69
70
|
}
|