stream-chat-react-native-core 5.20.1-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.
Files changed (55) hide show
  1. package/lib/commonjs/components/MessageInput/MessageInput.js +36 -30
  2. package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
  3. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +5 -3
  4. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  5. package/lib/commonjs/i18n/en.json +1 -0
  6. package/lib/commonjs/i18n/fr.json +28 -27
  7. package/lib/commonjs/i18n/he.json +2 -1
  8. package/lib/commonjs/i18n/hi.json +28 -27
  9. package/lib/commonjs/i18n/it.json +28 -27
  10. package/lib/commonjs/i18n/ja.json +2 -1
  11. package/lib/commonjs/i18n/ko.json +2 -1
  12. package/lib/commonjs/i18n/nl.json +28 -27
  13. package/lib/commonjs/i18n/ru.json +28 -27
  14. package/lib/commonjs/i18n/tr.json +28 -27
  15. package/lib/commonjs/version.json +1 -1
  16. package/lib/module/components/MessageInput/MessageInput.js +36 -30
  17. package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
  18. package/lib/module/contexts/messageInputContext/MessageInputContext.js +5 -3
  19. package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  20. package/lib/module/i18n/en.json +1 -0
  21. package/lib/module/i18n/fr.json +28 -27
  22. package/lib/module/i18n/he.json +2 -1
  23. package/lib/module/i18n/hi.json +28 -27
  24. package/lib/module/i18n/it.json +28 -27
  25. package/lib/module/i18n/ja.json +2 -1
  26. package/lib/module/i18n/ko.json +2 -1
  27. package/lib/module/i18n/nl.json +28 -27
  28. package/lib/module/i18n/ru.json +28 -27
  29. package/lib/module/i18n/tr.json +28 -27
  30. package/lib/module/version.json +1 -1
  31. package/lib/typescript/i18n/en.json +1 -0
  32. package/lib/typescript/i18n/fr.json +28 -27
  33. package/lib/typescript/i18n/he.json +2 -1
  34. package/lib/typescript/i18n/hi.json +28 -27
  35. package/lib/typescript/i18n/it.json +28 -27
  36. package/lib/typescript/i18n/ja.json +2 -1
  37. package/lib/typescript/i18n/ko.json +2 -1
  38. package/lib/typescript/i18n/nl.json +28 -27
  39. package/lib/typescript/i18n/ru.json +28 -27
  40. package/lib/typescript/i18n/tr.json +28 -27
  41. package/lib/typescript/utils/Streami18n.d.ts +1 -4
  42. package/package.json +1 -1
  43. package/src/components/MessageInput/MessageInput.tsx +9 -2
  44. package/src/contexts/messageInputContext/MessageInputContext.tsx +4 -1
  45. package/src/i18n/en.json +1 -0
  46. package/src/i18n/fr.json +28 -27
  47. package/src/i18n/he.json +2 -1
  48. package/src/i18n/hi.json +28 -27
  49. package/src/i18n/it.json +28 -27
  50. package/src/i18n/ja.json +2 -1
  51. package/src/i18n/ko.json +2 -1
  52. package/src/i18n/nl.json +28 -27
  53. package/src/i18n/ru.json +28 -27
  54. package/src/i18n/tr.json +28 -27
  55. package/src/version.json +1 -1
package/src/i18n/fr.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "1 Réponse",
3
+ "1 Thread Reply": "Réponse à 1 fil",
4
4
  "Allow access to your Gallery": "",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Envoyer également à la chaîne",
6
6
  "Are you sure you want to permanently delete this message?": "",
7
7
  "Block User": "",
8
8
  "Cancel": "",
@@ -14,56 +14,57 @@
14
14
  "Edit Message": "",
15
15
  "Editing Message": "",
16
16
  "Emoji matching": "Correspondance Emoji",
17
- "Empty message...": "",
17
+ "Empty message...": "Message vide...",
18
18
  "Error loading": "Erreur lors du chargement",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
22
- "File type not supported": "",
19
+ "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
20
+ "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
21
+ "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
22
+ "File type not supported": "Le type de fichier n'est pas pris en charge",
23
23
  "Flag": "",
24
24
  "Flag Message": "",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "",
26
26
  "Instant Commands": "Commandes Instantanées",
27
- "Links are disabled": "",
27
+ "Links are disabled": "Links are disabled",
28
28
  "Loading channels...": "",
29
29
  "Loading messages...": "",
30
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.",
31
32
  "Message Reactions": "Réactions aux messages",
32
33
  "Message deleted": "Message supprimé",
33
34
  "Message flagged": "",
34
35
  "Mute User": "",
35
- "Not supported": "Non pris en charge",
36
- "Nothing yet...": "",
36
+ "Not supported": "",
37
+ "Nothing yet...": "Aucun message...",
37
38
  "Ok": "",
38
- "Only visible to you": "",
39
- "Photo": "",
39
+ "Only visible to you": "Seulement visible par vous",
40
+ "Photo": "Photo",
40
41
  "Photos and Videos": "",
41
42
  "Pin to Conversation": "",
42
- "Pinned by": "",
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
- "Reconnecting...": "",
45
+ "Please select a channel first": "Veuillez d'abord selectionnez un canal",
46
+ "Reconnecting...": "Se Reconnecter...",
46
47
  "Reply": "",
47
- "Reply to Message": "",
48
+ "Reply to Message": "Répondre au message",
48
49
  "Resend": "",
49
- "Search GIFs": "",
50
- "Send a message": "",
51
- "Sending links is not allowed in this conversation": "",
52
- "Slow mode ON": "",
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é",
53
54
  "The message has been reported to a moderator.": "",
54
55
  "Thread Reply": "",
55
56
  "Unblock User": "",
56
57
  "Unknown User": "",
57
58
  "Unmute User": "",
58
59
  "Unpin from Conversation": "",
59
- "Unread Messages": "",
60
- "Video": "",
61
- "You": "",
60
+ "Unread Messages": "Messages non lus",
61
+ "Video": "Vidéo",
62
+ "You": "Toi",
62
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
- "{{ replyCount }} Replies": "",
66
- "{{ replyCount }} Thread Replies": "",
66
+ "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
67
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
67
68
  "{{ user }} is typing": "",
68
- "🏙 Attachment...": ""
69
+ "🏙 Attachment...": "🏙 Pièce jointe..."
69
70
  }
package/src/i18n/he.json CHANGED
@@ -66,5 +66,6 @@
66
66
  "{{ replyCount }} Replies": "{{ replyCount }} תגובות",
67
67
  "{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
68
68
  "{{ user }} is typing": "{{ user }} מקליד/ה",
69
- "🏙 Attachment...": "🏙 קובץ מצורף..."
69
+ "🏙 Attachment...": "🏙 קובץ מצורף...",
70
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "הגעת למגבלת העלאת גודל הקובץ המקסימלית. אנא העלה קובץ מתחת ל-{{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB"
70
71
  }
package/src/i18n/hi.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "1 रिप्लाई",
3
+ "1 Thread Reply": "1 धागा उत्तर",
4
4
  "Allow access to your Gallery": "",
5
- "Also send to channel": "",
5
+ "Also send to channel": "चैनल को भी भेजें",
6
6
  "Are you sure you want to permanently delete this message?": "",
7
7
  "Block User": "",
8
8
  "Cancel": "",
@@ -14,56 +14,57 @@
14
14
  "Edit Message": "",
15
15
  "Editing Message": "",
16
16
  "Emoji matching": "इमोजी मिलान",
17
- "Empty message...": "",
17
+ "Empty message...": "खाली संदेश...",
18
18
  "Error loading": "लोड होने मे त्रुटि",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
22
- "File type not supported": "",
19
+ "Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
20
+ "Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
21
+ "Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
22
+ "File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
23
23
  "Flag": "",
24
24
  "Flag Message": "",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "",
26
26
  "Instant Commands": "त्वरित कमांड",
27
- "Links are disabled": "",
27
+ "Links are disabled": "लिंक अक्षम हैं",
28
28
  "Loading channels...": "",
29
29
  "Loading messages...": "",
30
30
  "Loading...": "",
31
+ "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}} एमबी से नीचे की फ़ाइल अपलोड करें।",
31
32
  "Message Reactions": "संदेश प्रतिक्रियाएँ",
32
33
  "Message deleted": "मैसेज हटा दिया गया",
33
34
  "Message flagged": "",
34
35
  "Mute User": "",
35
- "Not supported": "समर्थित नहीं",
36
- "Nothing yet...": "",
36
+ "Not supported": "",
37
+ "Nothing yet...": "कोई मैसेज नहीं है...",
37
38
  "Ok": "",
38
- "Only visible to you": "",
39
- "Photo": "",
39
+ "Only visible to you": "केवल आपको दिखाई दे रहा है",
40
+ "Photo": "तस्वीर",
40
41
  "Photos and Videos": "",
41
42
  "Pin to Conversation": "",
42
- "Pinned by": "",
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
- "Reconnecting...": "",
45
+ "Please select a channel first": "कृपया पहले एक चैनल चुनें",
46
+ "Reconnecting...": "पुनः कनेक्ट हो...",
46
47
  "Reply": "",
47
- "Reply to Message": "",
48
+ "Reply to Message": "संदेश का जवाब दें",
48
49
  "Resend": "",
49
- "Search GIFs": "",
50
- "Send a message": "",
51
- "Sending links is not allowed in this conversation": "",
52
- "Slow mode ON": "",
50
+ "Search GIFs": "GIF खोजें",
51
+ "Send a message": "एक संदेश भेजें",
52
+ "Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
53
+ "Slow mode ON": "स्लो मोड चालू",
53
54
  "The message has been reported to a moderator.": "",
54
55
  "Thread Reply": "",
55
56
  "Unblock User": "",
56
57
  "Unknown User": "",
57
58
  "Unmute User": "",
58
59
  "Unpin from Conversation": "",
59
- "Unread Messages": "",
60
- "Video": "",
61
- "You": "",
60
+ "Unread Messages": "अपठित संदेश",
61
+ "Video": "वीडियो",
62
+ "You": "आप",
62
63
  "You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
63
64
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
65
  "{{ index }} of {{ photoLength }}": "",
65
- "{{ replyCount }} Replies": "",
66
- "{{ replyCount }} Thread Replies": "",
66
+ "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
67
+ "{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
67
68
  "{{ user }} is typing": "",
68
- "🏙 Attachment...": ""
69
+ "🏙 Attachment...": "🏙 अटैचमेंट..."
69
70
  }
package/src/i18n/it.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "1 Risposta",
3
+ "1 Thread Reply": "1 Risposta alla Discussione",
4
4
  "Allow access to your Gallery": "",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Invia anche al canale",
6
6
  "Are you sure you want to permanently delete this message?": "",
7
7
  "Block User": "",
8
8
  "Cancel": "",
@@ -14,56 +14,57 @@
14
14
  "Edit Message": "",
15
15
  "Editing Message": "",
16
16
  "Emoji matching": "Abbinamento emoji",
17
- "Empty message...": "",
17
+ "Empty message...": "Message vuoto...",
18
18
  "Error loading": "Errore di caricamento",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
22
- "File type not supported": "",
19
+ "Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
20
+ "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
21
+ "Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
22
+ "File type not supported": "Tipo di file non supportato",
23
23
  "Flag": "",
24
24
  "Flag Message": "",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "",
26
26
  "Instant Commands": "Comandi Istantanei",
27
- "Links are disabled": "",
27
+ "Links are disabled": "I link sono disabilitati",
28
28
  "Loading channels...": "",
29
29
  "Loading messages...": "",
30
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.",
31
32
  "Message Reactions": "Reazioni ai Messaggi",
32
33
  "Message deleted": "Messaggio cancellato",
33
34
  "Message flagged": "",
34
35
  "Mute User": "",
35
- "Not supported": "non supportato",
36
- "Nothing yet...": "",
36
+ "Not supported": "",
37
+ "Nothing yet...": "Ancora niente...",
37
38
  "Ok": "",
38
- "Only visible to you": "",
39
- "Photo": "",
39
+ "Only visible to you": "Visibile solo a te",
40
+ "Photo": "Foto",
40
41
  "Photos and Videos": "",
41
42
  "Pin to Conversation": "",
42
- "Pinned by": "",
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
- "Reconnecting...": "",
45
+ "Please select a channel first": "Seleziona un canale",
46
+ "Reconnecting...": "Ricollegarsi...",
46
47
  "Reply": "",
47
- "Reply to Message": "",
48
+ "Reply to Message": "Rispondi al messaggio",
48
49
  "Resend": "",
49
- "Search GIFs": "",
50
- "Send a message": "",
51
- "Sending links is not allowed in this conversation": "",
52
- "Slow mode ON": "",
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",
53
54
  "The message has been reported to a moderator.": "",
54
55
  "Thread Reply": "",
55
56
  "Unblock User": "",
56
57
  "Unknown User": "",
57
58
  "Unmute User": "",
58
59
  "Unpin from Conversation": "",
59
- "Unread Messages": "",
60
- "Video": "",
61
- "You": "",
60
+ "Unread Messages": "Messaggi non letti",
61
+ "Video": "Video",
62
+ "You": "Tu",
62
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
- "{{ replyCount }} Replies": "",
66
- "{{ replyCount }} Thread Replies": "",
66
+ "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
67
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
67
68
  "{{ user }} is typing": "",
68
- "🏙 Attachment...": ""
69
+ "🏙 Attachment...": "🏙 Allegato..."
69
70
  }
package/src/i18n/ja.json CHANGED
@@ -69,5 +69,6 @@
69
69
  "Reply to Message": "メッセージに返信",
70
70
  "🏙 Attachment...": "🏙 アタッチメント...",
71
71
  "Not supported": "サポートしていません",
72
- "File type not supported": "サポートされていないファイルです"
72
+ "File type not supported": "サポートされていないファイルです",
73
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "最大ファイル サイズのアップロード制限に達しました。 {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB 以下のファイルをアップロードしてください"
73
74
  }
package/src/i18n/ko.json CHANGED
@@ -68,5 +68,6 @@
68
68
  "Reply to Message": "메시지에 답장",
69
69
  "🏙 Attachment...": "🏙 부착...",
70
70
  "File type not supported": "지원하지 않는 파일입니다.",
71
- "Not supported": "지원하지 않습니다"
71
+ "Not supported": "지원하지 않습니다",
72
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "최대 파일 크기 업로드 제한에 도달했습니다. {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}}MB 미만의 파일을 업로드하세요."
72
73
  }
package/src/i18n/nl.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "1 Antwoord",
3
+ "1 Thread Reply": "1 thread antwoord",
4
4
  "Allow access to your Gallery": "",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Stuur ook naar kanaal",
6
6
  "Are you sure you want to permanently delete this message?": "",
7
7
  "Block User": "",
8
8
  "Cancel": "",
@@ -14,56 +14,57 @@
14
14
  "Edit Message": "",
15
15
  "Editing Message": "",
16
16
  "Emoji matching": "Emoji-overeenkomsten",
17
- "Empty message...": "",
17
+ "Empty message...": "Leeg bericht...",
18
18
  "Error loading": "Probleem bij het laden",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
22
- "File type not supported": "",
19
+ "Error loading channel list...": "Probleem bij het laden van de kanalen...",
20
+ "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
21
+ "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
22
+ "File type not supported": "Bestandstype niet ondersteund",
23
23
  "Flag": "",
24
24
  "Flag Message": "",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "",
26
26
  "Instant Commands": "Directe Opdrachten",
27
- "Links are disabled": "",
27
+ "Links are disabled": "Het versturen van links staat uit",
28
28
  "Loading channels...": "",
29
29
  "Loading messages...": "",
30
30
  "Loading...": "",
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.",
31
32
  "Message Reactions": "Bericht Reacties",
32
33
  "Message deleted": "Bericht verwijderd",
33
34
  "Message flagged": "",
34
35
  "Mute User": "",
35
- "Not supported": "niet ondersteund",
36
- "Nothing yet...": "",
36
+ "Not supported": "",
37
+ "Nothing yet...": "Nog niets...",
37
38
  "Ok": "",
38
- "Only visible to you": "",
39
- "Photo": "",
39
+ "Only visible to you": "Alleen zichtbaar voor jou",
40
+ "Photo": "Foto",
40
41
  "Photos and Videos": "",
41
42
  "Pin to Conversation": "",
42
- "Pinned by": "",
43
+ "Pinned by": "Vastgemaakt door",
43
44
  "Please enable access to your photos and videos so you can share them.": "",
44
- "Please select a channel first": "",
45
- "Reconnecting...": "",
45
+ "Please select a channel first": "Selecteer eerst een kanaal",
46
+ "Reconnecting...": "Opnieuw Verbinding Maken...",
46
47
  "Reply": "",
47
- "Reply to Message": "",
48
+ "Reply to Message": "Beantwoord bericht",
48
49
  "Resend": "",
49
- "Search GIFs": "",
50
- "Send a message": "",
51
- "Sending links is not allowed in this conversation": "",
52
- "Slow mode ON": "",
50
+ "Search GIFs": "Zoek GIF's",
51
+ "Send a message": "Stuur een bericht",
52
+ "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
53
+ "Slow mode ON": "Langzame modus aan",
53
54
  "The message has been reported to a moderator.": "",
54
55
  "Thread Reply": "",
55
56
  "Unblock User": "",
56
57
  "Unknown User": "",
57
58
  "Unmute User": "",
58
59
  "Unpin from Conversation": "",
59
- "Unread Messages": "",
60
- "Video": "",
61
- "You": "",
60
+ "Unread Messages": "Ongelezen Berichten",
61
+ "Video": "Video",
62
+ "You": "U",
62
63
  "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
63
64
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
65
  "{{ index }} of {{ photoLength }}": "",
65
- "{{ replyCount }} Replies": "",
66
- "{{ replyCount }} Thread Replies": "",
66
+ "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
67
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
67
68
  "{{ user }} is typing": "",
68
- "🏙 Attachment...": ""
69
+ "🏙 Attachment...": "🏙 Bijlage..."
69
70
  }
package/src/i18n/ru.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "1 Ответ",
3
+ "1 Thread Reply": "1 тема Ответить",
4
4
  "Allow access to your Gallery": "",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Также отправить на канал",
6
6
  "Are you sure you want to permanently delete this message?": "",
7
7
  "Block User": "",
8
8
  "Cancel": "",
@@ -14,56 +14,57 @@
14
14
  "Edit Message": "",
15
15
  "Editing Message": "",
16
16
  "Emoji matching": "Соответствие эмодзи",
17
- "Empty message...": "",
17
+ "Empty message...": "Пустое сообщение...",
18
18
  "Error loading": "Ошибка при загрузке",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
22
- "File type not supported": "",
19
+ "Error loading channel list...": "Ошибка загрузки списка каналов...",
20
+ "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
21
+ "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
22
+ "File type not supported": "Тип файла не поддерживается",
23
23
  "Flag": "",
24
24
  "Flag Message": "",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "",
26
26
  "Instant Commands": "Мгновенные Команды",
27
- "Links are disabled": "",
27
+ "Links are disabled": "Ссылки отключены",
28
28
  "Loading channels...": "",
29
29
  "Loading messages...": "",
30
30
  "Loading...": "",
31
+ "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}} МБ.",
31
32
  "Message Reactions": "Сообщения Реакции",
32
33
  "Message deleted": "Сообщение удалено",
33
34
  "Message flagged": "",
34
35
  "Mute User": "",
35
- "Not supported": "не поддерживается",
36
- "Nothing yet...": "",
36
+ "Not supported": "",
37
+ "Nothing yet...": "Пока ничего нет...",
37
38
  "Ok": "",
38
- "Only visible to you": "",
39
- "Photo": "",
39
+ "Only visible to you": "Видно только вам",
40
+ "Photo": "Фото",
40
41
  "Photos and Videos": "",
41
42
  "Pin to Conversation": "",
42
- "Pinned by": "",
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
- "Reconnecting...": "",
45
+ "Please select a channel first": "Пожалуйста, сначала выберите канал",
46
+ "Reconnecting...": "Переподключение...",
46
47
  "Reply": "",
47
- "Reply to Message": "",
48
+ "Reply to Message": "Ответить на сообщение",
48
49
  "Resend": "",
49
- "Search GIFs": "",
50
- "Send a message": "",
51
- "Sending links is not allowed in this conversation": "",
52
- "Slow mode ON": "",
50
+ "Search GIFs": "Поиск GIF",
51
+ "Send a message": "Отправить сообщение",
52
+ "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
53
+ "Slow mode ON": "Медленный режим включен",
53
54
  "The message has been reported to a moderator.": "",
54
55
  "Thread Reply": "",
55
56
  "Unblock User": "",
56
57
  "Unknown User": "",
57
58
  "Unmute User": "",
58
59
  "Unpin from Conversation": "",
59
- "Unread Messages": "",
60
- "Video": "",
61
- "You": "",
60
+ "Unread Messages": "Непрочитанные Сообщения",
61
+ "Video": "видео",
62
+ "You": "Вы",
62
63
  "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
63
64
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
64
65
  "{{ index }} of {{ photoLength }}": "",
65
- "{{ replyCount }} Replies": "",
66
- "{{ replyCount }} Thread Replies": "",
66
+ "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
67
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
67
68
  "{{ user }} is typing": "",
68
- "🏙 Attachment...": ""
69
+ "🏙 Attachment...": "🏙 Вложение..."
69
70
  }
package/src/i18n/tr.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "1 Cevap",
3
+ "1 Thread Reply": "1 Konu Yanıtı",
4
4
  "Allow access to your Gallery": "",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Kanala da gönder",
6
6
  "Are you sure you want to permanently delete this message?": "",
7
7
  "Block User": "",
8
8
  "Cancel": "",
@@ -14,56 +14,57 @@
14
14
  "Edit Message": "",
15
15
  "Editing Message": "",
16
16
  "Emoji matching": "Emoji eşleştirme",
17
- "Empty message...": "",
17
+ "Empty message...": "Boş mesaj...",
18
18
  "Error loading": "Yükleme hatası",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
22
- "File type not supported": "",
19
+ "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
20
+ "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
21
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
22
+ "File type not supported": "Dosya türü desteklenmiyor",
23
23
  "Flag": "",
24
24
  "Flag Message": "",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "",
26
26
  "Instant Commands": "Anlık Komutlar",
27
- "Links are disabled": "",
27
+ "Links are disabled": "Bağlantılar devre dışı",
28
28
  "Loading channels...": "",
29
29
  "Loading messages...": "",
30
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.",
31
32
  "Message Reactions": "Mesaj Tepkileri",
32
33
  "Message deleted": "Mesaj silindi",
33
34
  "Message flagged": "",
34
35
  "Mute User": "",
35
- "Not supported": "Desteklenmiyor",
36
- "Nothing yet...": "",
36
+ "Not supported": "",
37
+ "Nothing yet...": "Henüz değil...",
37
38
  "Ok": "",
38
- "Only visible to you": "",
39
- "Photo": "",
39
+ "Only visible to you": "Sadece siz görebilirsiniz",
40
+ "Photo": "Fotoğraf",
40
41
  "Photos and Videos": "",
41
42
  "Pin to Conversation": "",
42
- "Pinned by": "",
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
- "Reconnecting...": "",
45
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
46
+ "Reconnecting...": "Yeniden Bağlanılıyor...",
46
47
  "Reply": "",
47
- "Reply to Message": "",
48
+ "Reply to Message": "Mesajı Yanıtla",
48
49
  "Resend": "",
49
- "Search GIFs": "",
50
- "Send a message": "",
51
- "Sending links is not allowed in this conversation": "",
52
- "Slow mode ON": "",
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",
53
54
  "The message has been reported to a moderator.": "",
54
55
  "Thread Reply": "",
55
56
  "Unblock User": "",
56
57
  "Unknown User": "",
57
58
  "Unmute User": "",
58
59
  "Unpin from Conversation": "",
59
- "Unread Messages": "",
60
- "Video": "",
61
- "You": "",
60
+ "Unread Messages": "Okunmamış Mesajlar",
61
+ "Video": "Video",
62
+ "You": "Sen",
62
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
- "{{ replyCount }} Replies": "",
66
- "{{ replyCount }} Thread Replies": "",
66
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
67
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
67
68
  "{{ user }} is typing": "",
68
- "🏙 Attachment...": ""
69
+ "🏙 Attachment...": "🏙 Ek..."
69
70
  }
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.20.1-beta.1"
2
+ "version": "5.21.0-beta.2"
3
3
  }