stream-chat-react-native-core 5.25.0-beta.6 → 5.25.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/lib/commonjs/components/Channel/Channel.js +20 -15
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js +3 -1
  4. package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
  5. package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +22 -5
  6. package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
  7. package/lib/commonjs/components/Message/Message.js +5 -2
  8. package/lib/commonjs/components/Message/Message.js.map +1 -1
  9. package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +7 -3
  10. package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
  11. package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js +7 -1
  12. package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js.map +1 -1
  13. package/lib/commonjs/components/MessageInput/MessageInput.js +5 -5
  14. package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
  15. package/lib/commonjs/components/MessageList/MessageList.js +32 -30
  16. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  17. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  18. package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +3 -1
  19. package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
  20. package/lib/commonjs/i18n/es.json +23 -23
  21. package/lib/commonjs/i18n/fr.json +23 -23
  22. package/lib/commonjs/i18n/he.json +23 -23
  23. package/lib/commonjs/i18n/hi.json +23 -23
  24. package/lib/commonjs/i18n/it.json +23 -23
  25. package/lib/commonjs/i18n/ja.json +23 -23
  26. package/lib/commonjs/i18n/ko.json +23 -23
  27. package/lib/commonjs/i18n/nl.json +23 -23
  28. package/lib/commonjs/i18n/ru.json +20 -20
  29. package/lib/commonjs/i18n/tr.json +20 -20
  30. package/lib/commonjs/version.json +1 -1
  31. package/lib/module/components/Channel/Channel.js +20 -15
  32. package/lib/module/components/Channel/Channel.js.map +1 -1
  33. package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js +3 -1
  34. package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
  35. package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +22 -5
  36. package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
  37. package/lib/module/components/Message/Message.js +5 -2
  38. package/lib/module/components/Message/Message.js.map +1 -1
  39. package/lib/module/components/Message/MessageSimple/MessageContent.js +7 -3
  40. package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
  41. package/lib/module/components/Message/MessageSimple/MessageSimple.js +7 -1
  42. package/lib/module/components/Message/MessageSimple/MessageSimple.js.map +1 -1
  43. package/lib/module/components/MessageInput/MessageInput.js +5 -5
  44. package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
  45. package/lib/module/components/MessageList/MessageList.js +32 -30
  46. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  47. package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  48. package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +3 -1
  49. package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
  50. package/lib/module/i18n/es.json +23 -23
  51. package/lib/module/i18n/fr.json +23 -23
  52. package/lib/module/i18n/he.json +23 -23
  53. package/lib/module/i18n/hi.json +23 -23
  54. package/lib/module/i18n/it.json +23 -23
  55. package/lib/module/i18n/ja.json +23 -23
  56. package/lib/module/i18n/ko.json +23 -23
  57. package/lib/module/i18n/nl.json +23 -23
  58. package/lib/module/i18n/ru.json +20 -20
  59. package/lib/module/i18n/tr.json +20 -20
  60. package/lib/module/version.json +1 -1
  61. package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts +62 -1
  62. package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts +1 -1
  63. package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +2 -2
  64. package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts +1 -1
  65. package/lib/typescript/i18n/es.json +23 -23
  66. package/lib/typescript/i18n/fr.json +23 -23
  67. package/lib/typescript/i18n/he.json +23 -23
  68. package/lib/typescript/i18n/hi.json +23 -23
  69. package/lib/typescript/i18n/it.json +23 -23
  70. package/lib/typescript/i18n/ja.json +23 -23
  71. package/lib/typescript/i18n/ko.json +23 -23
  72. package/lib/typescript/i18n/nl.json +23 -23
  73. package/lib/typescript/i18n/ru.json +20 -20
  74. package/lib/typescript/i18n/tr.json +20 -20
  75. package/package.json +2 -2
  76. package/src/components/Channel/Channel.tsx +8 -2
  77. package/src/components/Channel/hooks/useCreateInputMessageInputContext.ts +11 -1
  78. package/src/components/Channel/hooks/useCreateOwnCapabilitiesContext.ts +24 -6
  79. package/src/components/Message/Message.tsx +6 -1
  80. package/src/components/Message/MessageSimple/MessageContent.tsx +5 -0
  81. package/src/components/Message/MessageSimple/MessageSimple.tsx +8 -2
  82. package/src/components/MessageInput/MessageInput.tsx +3 -7
  83. package/src/components/MessageList/MessageList.tsx +3 -1
  84. package/src/contexts/messageInputContext/MessageInputContext.tsx +1 -1
  85. package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts +3 -0
  86. package/src/i18n/es.json +23 -23
  87. package/src/i18n/fr.json +23 -23
  88. package/src/i18n/he.json +23 -23
  89. package/src/i18n/hi.json +23 -23
  90. package/src/i18n/it.json +23 -23
  91. package/src/i18n/ja.json +23 -23
  92. package/src/i18n/ko.json +23 -23
  93. package/src/i18n/nl.json +23 -23
  94. package/src/i18n/ru.json +20 -20
  95. package/src/i18n/tr.json +20 -20
  96. package/src/version.json +1 -1
@@ -3,13 +3,13 @@
3
3
  "1 Thread Reply": "Réponse à 1 fil",
4
4
  "Allow access to your Gallery": "Autoriser l'accès à votre galerie",
5
5
  "Allow camera access in device settings": "Autoriser l'accès à la caméra dans les paramètres de l'appareil",
6
- "Also send to channel": "Envoyer également à la chaîne",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Es-tu sûr ?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Correspondance Emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,38 +28,38 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Commandes Instantanées",
32
32
  "Let's start chatting!": "",
33
- "Links are disabled": "Links are disabled",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
37
- "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.",
33
+ "Links are disabled": "",
34
+ "Loading channels...": "Chargement des canaux...",
35
+ "Loading messages...": "Chargement des messages...",
36
+ "Loading...": "Chargement...",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
42
+ "Not supported": "Non pris en charge",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "Seulement visible par vous",
46
46
  "Open Settings": "Ouvrir les paramètres",
47
- "Photo": "",
47
+ "Photo": "Photo",
48
48
  "Photos and Videos": "Photos et vidéos",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Épinglé par",
50
+ "Pinned by": "",
51
51
  "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.",
52
- "Please select a channel first": "Veuillez d'abord selectionnez un canal",
52
+ "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
55
  "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "",
57
+ "Search GIFs": "Rechercher des GIF",
58
58
  "Select More Photos": "Sélectionner plus de photos",
59
- "Send Anyway": "",
60
- "Send a message": "",
61
- "Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
62
- "Slow mode ON": "",
59
+ "Send Anyway": "Envoyer quand même",
60
+ "Send a message": "Envoyer un message",
61
+ "Sending links is not allowed in this conversation": "",
62
+ "Slow mode ON": "Mode lent activé",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
@@ -67,13 +67,13 @@
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "Vidéo",
71
71
  "You": "",
72
- "You can't send messages in this channel": "You can't send messages in this channel",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
72
+ "You can't send messages in this channel": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
74
74
  "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
76
76
  "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} est en train d'écrire",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -3,13 +3,13 @@
3
3
  "1 Thread Reply": "תגובה אחת לשרשור",
4
4
  "Allow access to your Gallery": "אפשר גישה לגלריה שלך",
5
5
  "Allow camera access in device settings": "אפשר גישה למצלמה בהגדרות המכשיר",
6
- "Also send to channel": "שלח/י הודעה לשיחה",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "האם אתה בטוח?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "שקול איך התגובה שלך עשויה להשפיע על אחרים ווודא שאתה עוקב אחר ההנחיות של הקהילה שלנו",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "התאמת אמוג'י",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,38 +28,38 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "פעולות מיידיות",
32
32
  "Let's start chatting!": "",
33
- "Links are disabled": "הקישורים מבוטלים",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
37
- "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",
33
+ "Links are disabled": "",
34
+ "Loading channels...": "השיחות בטעינה...",
35
+ "Loading messages...": "ההודעות בטעינה..",
36
+ "Loading...": "טוען...",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
42
+ "Not supported": "לא נתמך",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "גלוי רק לך",
46
46
  "Open Settings": "פתח את ההגדרות",
47
- "Photo": "",
47
+ "Photo": "תמונה",
48
48
  "Photos and Videos": "תמונות ווידאו",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": " - הוצמד לשיחה",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "אפשר/י גישה לתמונות ולסרטונים שלך כדי שתוכל/י לשתף אותם.",
52
- "Please select a channel first": "אנא בחר/י שיחה תחילה",
52
+ "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
55
  "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "",
57
+ "Search GIFs": "חפש/י GIFs",
58
58
  "Select More Photos": "בחר עוד תמונות",
59
- "Send Anyway": "",
60
- "Send a message": "",
61
- "Sending links is not allowed in this conversation": "שליחת קישורים אינה מותרת בשיחה זו",
62
- "Slow mode ON": "",
59
+ "Send Anyway": "שלח בכל זאת",
60
+ "Send a message": "שלח/י הודעה",
61
+ "Sending links is not allowed in this conversation": "",
62
+ "Slow mode ON": "מצב איטי מופעל",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
@@ -67,13 +67,13 @@
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "וִידֵאוֹ",
71
71
  "You": "",
72
- "You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
72
+ "You can't send messages in this channel": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ו-{{ nonSelfUserLength }} משתמש/ים אחר/ים מקלידים",
74
74
  "{{ index }} of {{ photoLength }}": "{{ index }} מתוך {{ photoLength }}",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} תגובות",
76
76
  "{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} מקליד/ה",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -3,13 +3,13 @@
3
3
  "1 Thread Reply": "1 धागा उत्तर",
4
4
  "Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
5
5
  "Allow camera access in device settings": "डिवाइस सेटिंग्स में कैमरा एक्सेस की अनुमति दें",
6
- "Also send to channel": "चैनल को भी भेजें",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "क्या आप सुनिश्चित हैं?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "ध्यान दें कि आपका संदेश दूसरों को कैसा लगा सकता है और सुनिश्चित हों कि आप हमारी सामुदायिक अनुशासन का पालन कर रहे हैं",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "इमोजी मिलान",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,38 +28,38 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "त्वरित कमांड",
32
32
  "Let's start chatting!": "",
33
- "Links are disabled": "लिंक अक्षम हैं",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
37
- "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}} एमबी से नीचे की फ़ाइल अपलोड करें।",
33
+ "Links are disabled": "",
34
+ "Loading channels...": "चैनल लोड हो रहे हैं...",
35
+ "Loading messages...": "मेसेजस लोड हो रहे हैं...",
36
+ "Loading...": "लोड हो रहा है...",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
42
+ "Not supported": "समर्थित नहीं",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "केवल आपको दिखाई दे रहा है",
46
46
  "Open Settings": "सेटिंग्स खोलें",
47
- "Photo": "",
47
+ "Photo": "तस्वीर",
48
48
  "Photos and Videos": "तस्वीरें और वीडियों",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "द्वारा पिन किया गया",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
52
- "Please select a channel first": "कृपया पहले एक चैनल चुनें",
52
+ "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
55
  "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "",
57
+ "Search GIFs": "GIF खोजें",
58
58
  "Select More Photos": "अधिक फ़ोटो चुनें",
59
- "Send Anyway": "",
60
- "Send a message": "",
61
- "Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
62
- "Slow mode ON": "",
59
+ "Send Anyway": "फिर भी भेजें",
60
+ "Send a message": "एक संदेश भेजें",
61
+ "Sending links is not allowed in this conversation": "",
62
+ "Slow mode ON": "स्लो मोड चालू",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
@@ -67,13 +67,13 @@
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "वीडियो",
71
71
  "You": "",
72
- "You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
72
+ "You can't send messages in this channel": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
74
74
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
76
76
  "{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -3,13 +3,13 @@
3
3
  "1 Thread Reply": "1 Risposta alla Discussione",
4
4
  "Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
5
5
  "Allow camera access in device settings": "Consenti l'accesso alla fotocamera nelle impostazioni del dispositivo",
6
- "Also send to channel": "Invia anche al canale",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Sei sicuro?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considera come il tuo commento potrebbe far sentire gli altri e assicurati di seguire le nostre Linee guida della community",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "Abbinamento emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,38 +28,38 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Comandi Istantanei",
32
32
  "Let's start chatting!": "",
33
- "Links are disabled": "I link sono disabilitati",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
37
- "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.",
33
+ "Links are disabled": "",
34
+ "Loading channels...": "Caricamento canali in corso...",
35
+ "Loading messages...": "Caricamento messaggi...",
36
+ "Loading...": "Caricamento...",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
42
+ "Not supported": "non supportato",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "Visibile solo a te",
46
46
  "Open Settings": "Apri Impostazioni",
47
- "Photo": "",
47
+ "Photo": "Foto",
48
48
  "Photos and Videos": "Foto e Video",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Fissato da",
50
+ "Pinned by": "",
51
51
  "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.",
52
- "Please select a channel first": "Seleziona un canale",
52
+ "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
55
  "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "",
57
+ "Search GIFs": "Cerca GIF",
58
58
  "Select More Photos": "Seleziona Altre foto",
59
- "Send Anyway": "",
60
- "Send a message": "",
61
- "Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
62
- "Slow mode ON": "",
59
+ "Send Anyway": "Invia comunque",
60
+ "Send a message": "Mandare un messaggio",
61
+ "Sending links is not allowed in this conversation": "",
62
+ "Slow mode ON": "Slowmode attiva",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
@@ -67,13 +67,13 @@
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "Video",
71
71
  "You": "",
72
- "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
72
+ "You can't send messages in this channel": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
74
74
  "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
76
76
  "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} sta scrivendo",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -3,13 +3,13 @@
3
3
  "1 Thread Reply": "1件のスレッド返信",
4
4
  "Allow access to your Gallery": "ギャラリーへのアクセスを許可する",
5
5
  "Allow camera access in device settings": "デバイス設定でカメラへのアクセスを許可する",
6
- "Also send to channel": "チャンネルにも送信",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "本当によろしいですか?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "あなたのコメントが他の人にどのように影響するか考え、必ずコミュニティガイドラインに従ってください",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "絵文字マッチング",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,38 +28,38 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "インスタントコマンド",
32
32
  "Let's start chatting!": "",
33
- "Links are disabled": "リンク機能が無効になっています",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
37
- "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 以下のファイルをアップロードしてください",
33
+ "Links are disabled": "",
34
+ "Loading channels...": "チャネルを読み込み中。。。",
35
+ "Loading messages...": "メッセージを読み込み中。。。",
36
+ "Loading...": "読み込み中。。。",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
42
+ "Not supported": "サポートしていません",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "あなただけに見える",
46
46
  "Open Settings": "設定を開く",
47
- "Photo": "",
47
+ "Photo": "写真",
48
48
  "Photos and Videos": "写真と動画",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "ピン留めされユーザー",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "写真やビデオへのアクセスを有効にして、共有できるようにしてください。",
52
- "Please select a channel first": "最初にチャンネルを選択してください",
52
+ "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
55
  "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "",
57
+ "Search GIFs": "GIFの探索",
58
58
  "Select More Photos": "さらに写真を選択",
59
- "Send Anyway": "",
60
- "Send a message": "",
61
- "Sending links is not allowed in this conversation": "この会話ではリンク機能を使用できません。",
62
- "Slow mode ON": "",
59
+ "Send Anyway": "とにかく送信",
60
+ "Send a message": "メッセージを送る",
61
+ "Sending links is not allowed in this conversation": "",
62
+ "Slow mode ON": "スローモードオン",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
@@ -67,13 +67,13 @@
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "ビデオ",
71
71
  "You": "",
72
- "You can't send messages in this channel": "このチャンネルではメッセージを送信できません",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
72
+ "You can't send messages in this channel": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
74
74
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }}件の返信",
76
76
  "{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }}はタイピング中",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -3,13 +3,13 @@
3
3
  "1 Thread Reply": "1개의 스레드 답글",
4
4
  "Allow access to your Gallery": "갤러리에 대한 액세스를 허용",
5
5
  "Allow camera access in device settings": "기기 설정에서 카메라 액세스를 허용하세요.",
6
- "Also send to channel": "채널에도 전송",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "확실합니까?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "당신의 댓글이 다른 사람들에게 어떤 영향을 줄지 고려하고 반드시 우리의 커뮤니티 가이드라인을 따르십시오",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,7 +17,7 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "",
20
+ "Emoji matching": "이모티콘 매칭",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
@@ -28,38 +28,38 @@
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "인스턴트 명령",
32
32
  "Let's start chatting!": "",
33
- "Links are disabled": "링크 기능이 비활성화되었습니다",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
37
- "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 미만의 파일을 업로드하세요.",
33
+ "Links are disabled": "",
34
+ "Loading channels...": "채널을 로딩 중...",
35
+ "Loading messages...": "메시지를 로딩 중...",
36
+ "Loading...": "로딩 중...",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
38
  "Message Reactions": "",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
42
+ "Not supported": "지원하지 않습니다",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "당신만 볼 수 있습니다",
46
46
  "Open Settings": "설정 열기",
47
- "Photo": "",
47
+ "Photo": "사진",
48
48
  "Photos and Videos": "사진과 동영상",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "고정된 사용자",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "사진 및 비디오에 대한 액세스를 사용하여 공유 할 수 있도록합니다.",
52
- "Please select a channel first": "먼저 채널을 선택하십시오",
52
+ "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
55
  "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "",
57
+ "Search GIFs": "GIF의 검색",
58
58
  "Select More Photos": "추가 사진 선택",
59
- "Send Anyway": "",
60
- "Send a message": "",
61
- "Sending links is not allowed in this conversation": "이 대화에서는 링크 기능을 사용할 수 없습니다",
62
- "Slow mode ON": "",
59
+ "Send Anyway": "그래도 보내기",
60
+ "Send a message": "메세지를 보내다",
61
+ "Sending links is not allowed in this conversation": "",
62
+ "Slow mode ON": "슬로모드 켜짐",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
@@ -67,13 +67,13 @@
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "동영상",
71
71
  "You": "",
72
- "You can't send messages in this channel": "이 채널에서는 메세지를 전송할 수 없습니다",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
72
+ "You can't send messages in this channel": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
74
74
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} 답글",
76
76
  "{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} 타이핑 중",
78
78
  "🏙 Attachment...": ""
79
79
  }