stream-chat-react-native-core 5.29.1-beta.2 → 5.29.1-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/lib/commonjs/components/Channel/Channel.js +14 -19
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js +9 -13
  4. package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
  5. package/lib/commonjs/components/ChannelList/utils.js +2 -1
  6. package/lib/commonjs/components/ChannelList/utils.js.map +1 -1
  7. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js +1 -3
  8. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
  9. package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js +6 -4
  10. package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
  11. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +25 -3
  12. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  13. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js +13 -11
  14. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
  15. package/lib/commonjs/hooks/useTranslatedMessage.js +1 -0
  16. package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
  17. package/lib/commonjs/i18n/en.json +1 -0
  18. package/lib/commonjs/i18n/es.json +20 -19
  19. package/lib/commonjs/i18n/fr.json +20 -19
  20. package/lib/commonjs/i18n/he.json +20 -19
  21. package/lib/commonjs/i18n/hi.json +20 -19
  22. package/lib/commonjs/i18n/it.json +20 -19
  23. package/lib/commonjs/i18n/ja.json +20 -19
  24. package/lib/commonjs/i18n/ko.json +20 -19
  25. package/lib/commonjs/i18n/nl.json +20 -19
  26. package/lib/commonjs/i18n/pt-BR.json +20 -19
  27. package/lib/commonjs/i18n/ru.json +20 -19
  28. package/lib/commonjs/i18n/tr.json +20 -19
  29. package/lib/commonjs/icons/ChatIcon.js +23 -0
  30. package/lib/commonjs/icons/ChatIcon.js.map +1 -0
  31. package/lib/commonjs/icons/index.js +11 -0
  32. package/lib/commonjs/icons/index.js.map +1 -1
  33. package/lib/commonjs/version.json +1 -1
  34. package/lib/module/components/Channel/Channel.js +14 -19
  35. package/lib/module/components/Channel/Channel.js.map +1 -1
  36. package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js +9 -13
  37. package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
  38. package/lib/module/components/ChannelList/utils.js +2 -1
  39. package/lib/module/components/ChannelList/utils.js.map +1 -1
  40. package/lib/module/components/ChannelPreview/ChannelPreview.js +1 -3
  41. package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
  42. package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js +6 -4
  43. package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
  44. package/lib/module/components/Indicators/EmptyStateIndicator.js +25 -3
  45. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  46. package/lib/module/components/MessageInput/hooks/useAudioController.js +13 -11
  47. package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
  48. package/lib/module/hooks/useTranslatedMessage.js +1 -0
  49. package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
  50. package/lib/module/i18n/en.json +1 -0
  51. package/lib/module/i18n/es.json +20 -19
  52. package/lib/module/i18n/fr.json +20 -19
  53. package/lib/module/i18n/he.json +20 -19
  54. package/lib/module/i18n/hi.json +20 -19
  55. package/lib/module/i18n/it.json +20 -19
  56. package/lib/module/i18n/ja.json +20 -19
  57. package/lib/module/i18n/ko.json +20 -19
  58. package/lib/module/i18n/nl.json +20 -19
  59. package/lib/module/i18n/pt-BR.json +20 -19
  60. package/lib/module/i18n/ru.json +20 -19
  61. package/lib/module/i18n/tr.json +20 -19
  62. package/lib/module/icons/ChatIcon.js +23 -0
  63. package/lib/module/icons/ChatIcon.js.map +1 -0
  64. package/lib/module/icons/index.js +11 -0
  65. package/lib/module/icons/index.js.map +1 -1
  66. package/lib/module/version.json +1 -1
  67. package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts.map +1 -1
  68. package/lib/typescript/components/ChannelList/utils.d.ts.map +1 -1
  69. package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts.map +1 -1
  70. package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts +1 -1
  71. package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
  72. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts +1 -1
  73. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -1
  74. package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts.map +1 -1
  75. package/lib/typescript/hooks/useTranslatedMessage.d.ts +1 -1
  76. package/lib/typescript/hooks/useTranslatedMessage.d.ts.map +1 -1
  77. package/lib/typescript/i18n/en.json +1 -0
  78. package/lib/typescript/i18n/es.json +20 -19
  79. package/lib/typescript/i18n/fr.json +20 -19
  80. package/lib/typescript/i18n/he.json +20 -19
  81. package/lib/typescript/i18n/hi.json +20 -19
  82. package/lib/typescript/i18n/it.json +20 -19
  83. package/lib/typescript/i18n/ja.json +20 -19
  84. package/lib/typescript/i18n/ko.json +20 -19
  85. package/lib/typescript/i18n/nl.json +20 -19
  86. package/lib/typescript/i18n/pt-BR.json +20 -19
  87. package/lib/typescript/i18n/ru.json +20 -19
  88. package/lib/typescript/i18n/tr.json +20 -19
  89. package/lib/typescript/icons/ChatIcon.d.ts +4 -0
  90. package/lib/typescript/icons/ChatIcon.d.ts.map +1 -0
  91. package/lib/typescript/icons/index.d.ts +1 -0
  92. package/lib/typescript/icons/index.d.ts.map +1 -1
  93. package/lib/typescript/utils/Streami18n.d.ts +1 -0
  94. package/lib/typescript/utils/Streami18n.d.ts.map +1 -1
  95. package/package.json +1 -1
  96. package/src/components/Channel/Channel.tsx +12 -12
  97. package/src/components/ChannelList/hooks/listeners/useNewMessage.ts +9 -14
  98. package/src/components/ChannelList/utils.ts +2 -1
  99. package/src/components/ChannelPreview/ChannelPreview.tsx +1 -6
  100. package/src/components/ChannelPreview/hooks/__tests__/useLatestMessagePreview.test.tsx +1 -1
  101. package/src/components/ChannelPreview/hooks/useLatestMessagePreview.ts +6 -13
  102. package/src/components/Indicators/EmptyStateIndicator.tsx +19 -2
  103. package/src/components/MessageInput/hooks/useAudioController.tsx +4 -1
  104. package/src/hooks/useTranslatedMessage.ts +3 -1
  105. package/src/i18n/en.json +1 -0
  106. package/src/i18n/es.json +20 -19
  107. package/src/i18n/fr.json +20 -19
  108. package/src/i18n/he.json +20 -19
  109. package/src/i18n/hi.json +20 -19
  110. package/src/i18n/it.json +20 -19
  111. package/src/i18n/ja.json +20 -19
  112. package/src/i18n/ko.json +20 -19
  113. package/src/i18n/nl.json +20 -19
  114. package/src/i18n/pt-BR.json +20 -19
  115. package/src/i18n/ru.json +20 -19
  116. package/src/i18n/tr.json +20 -19
  117. package/src/icons/ChatIcon.tsx +12 -0
  118. package/src/icons/index.ts +1 -0
  119. package/src/version.json +1 -1
@@ -5,11 +5,11 @@
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "Es-tu sûr ?",
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": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
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": "",
@@ -19,31 +19,32 @@
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
21
  "Empty message...": "",
22
- "Error loading": "Erreur lors du chargement",
22
+ "Error loading": "",
23
23
  "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
24
+ "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "Le type de fichier n'est pas pris en charge",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "Commençons à discuter !",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
- "Loading channels...": "Chargement des canaux...",
36
- "Loading messages...": "Chargement des messages...",
37
- "Loading...": "Chargement...",
35
+ "Loading channels...": "",
36
+ "Loading messages...": "",
37
+ "Loading...": "",
38
38
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
39
- "Message Reactions": "Réactions aux messages",
39
+ "Message Reactions": "",
40
40
  "Message deleted": "Message supprimé",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
45
  "Nothing yet...": "",
45
46
  "Ok": "",
46
- "Only visible to you": "",
47
+ "Only visible to you": "Seulement visible par vous",
47
48
  "Open Settings": "",
48
49
  "Photo": "",
49
50
  "Photos and Videos": "",
@@ -52,16 +53,16 @@
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "Se Reconnecter...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
- "Reply to Message": "Répondre au message",
58
+ "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "Rechercher des GIF",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "Envoyer quand même",
62
- "Send a message": "Envoyer un message",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "Mode lent activé",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -70,7 +71,7 @@
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "Messages non lus",
72
73
  "Video": "",
73
- "You": "Toi",
74
+ "You": "",
74
75
  "You can't send messages in this channel": "",
75
76
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
@@ -5,11 +5,11 @@
5
5
  "Allow camera access in device settings": "",
6
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": "",
@@ -19,31 +19,32 @@
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
21
  "Empty message...": "",
22
- "Error loading": "שגיאה ארעה בעת הטעינה",
22
+ "Error loading": "",
23
23
  "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
24
+ "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "סוג הקובץ אינו נתמך",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "בואו נתחיל לשוחח!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
- "Loading channels...": "השיחות בטעינה...",
36
- "Loading messages...": "ההודעות בטעינה..",
37
- "Loading...": "טוען...",
35
+ "Loading channels...": "",
36
+ "Loading messages...": "",
37
+ "Loading...": "",
38
38
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
39
- "Message Reactions": "תגובות להודעה",
39
+ "Message Reactions": "",
40
40
  "Message deleted": "ההודעה נמחקה",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
45
  "Nothing yet...": "",
45
46
  "Ok": "",
46
- "Only visible to you": "",
47
+ "Only visible to you": "גלוי רק לך",
47
48
  "Open Settings": "",
48
49
  "Photo": "",
49
50
  "Photos and Videos": "",
@@ -52,16 +53,16 @@
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "מתחבר מחדש...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
- "Reply to Message": "השב/י להודעה",
58
+ "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "חפש/י GIFs",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "שלח בכל זאת",
62
- "Send a message": "שלח/י הודעה",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "מצב איטי מופעל",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -70,7 +71,7 @@
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "הודעות שטרם נקרו",
72
73
  "Video": "",
73
- "You": "את/ה",
74
+ "You": "",
74
75
  "You can't send messages in this channel": "",
75
76
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
@@ -5,11 +5,11 @@
5
5
  "Allow camera access in device settings": "",
6
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": "",
@@ -19,31 +19,32 @@
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
21
  "Empty message...": "",
22
- "Error loading": "लोड होने मे त्रुटि",
22
+ "Error loading": "",
23
23
  "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
24
+ "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "किसी मित्र को अपना पहला संदेश भेजने के बारे में क्या ख़याल है?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "आइए चैट करना शुरू करें!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
- "Loading channels...": "चैनल लोड हो रहे हैं...",
36
- "Loading messages...": "मेसेजस लोड हो रहे हैं...",
37
- "Loading...": "लोड हो रहा है...",
35
+ "Loading channels...": "",
36
+ "Loading messages...": "",
37
+ "Loading...": "",
38
38
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
39
- "Message Reactions": "संदेश प्रतिक्रियाएँ",
39
+ "Message Reactions": "",
40
40
  "Message deleted": "मैसेज हटा दिया गया",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
45
  "Nothing yet...": "",
45
46
  "Ok": "",
46
- "Only visible to you": "",
47
+ "Only visible to you": "केवल आपको दिखाई दे रहा है",
47
48
  "Open Settings": "",
48
49
  "Photo": "",
49
50
  "Photos and Videos": "",
@@ -52,16 +53,16 @@
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "पुनः कनेक्ट हो...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
- "Reply to Message": "संदेश का जवाब दें",
58
+ "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "GIF खोजें",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "फिर भी भेजें",
62
- "Send a message": "एक संदेश भेजें",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "स्लो मोड चालू",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -70,7 +71,7 @@
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "अपठित संदेश",
72
73
  "Video": "",
73
- "You": "आप",
74
+ "You": "",
74
75
  "You can't send messages in this channel": "",
75
76
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
@@ -5,11 +5,11 @@
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "Sei sicuro?",
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": "Considera come il tuo commento potrebbe far sentire gli altri e assicurati di seguire le nostre Linee guida della community",
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": "",
@@ -19,31 +19,32 @@
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
21
  "Empty message...": "",
22
- "Error loading": "Errore di caricamento",
22
+ "Error loading": "",
23
23
  "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
24
+ "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "Tipo di file non supportato",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "Che ne dici di inviare il tuo primo messaggio ad un amico?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "Iniziamo a chattare!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
- "Loading channels...": "Caricamento canali in corso...",
36
- "Loading messages...": "Caricamento messaggi...",
37
- "Loading...": "Caricamento...",
35
+ "Loading channels...": "",
36
+ "Loading messages...": "",
37
+ "Loading...": "",
38
38
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
39
- "Message Reactions": "Reazioni ai Messaggi",
39
+ "Message Reactions": "",
40
40
  "Message deleted": "Messaggio cancellato",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
45
  "Nothing yet...": "",
45
46
  "Ok": "",
46
- "Only visible to you": "",
47
+ "Only visible to you": "Visibile solo a te",
47
48
  "Open Settings": "",
48
49
  "Photo": "",
49
50
  "Photos and Videos": "",
@@ -52,16 +53,16 @@
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "Ricollegarsi...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
- "Reply to Message": "Rispondi al messaggio",
58
+ "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "Cerca GIF",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "Invia comunque",
62
- "Send a message": "Mandare un messaggio",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "Slowmode attiva",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -70,7 +71,7 @@
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "Messaggi non letti",
72
73
  "Video": "",
73
- "You": "Tu",
74
+ "You": "",
74
75
  "You can't send messages in this channel": "",
75
76
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
@@ -5,11 +5,11 @@
5
5
  "Allow camera access in device settings": "",
6
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": "",
@@ -19,31 +19,32 @@
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
21
  "Empty message...": "",
22
- "Error loading": "読み込みエラー",
22
+ "Error loading": "",
23
23
  "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "このチャネルのメッセージの読み込み中にエラーが発生しました。。。",
24
+ "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "サポートされていないファイルです",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "チャットを始めましょう!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
- "Loading channels...": "チャネルを読み込み中。。。",
36
- "Loading messages...": "メッセージを読み込み中。。。",
37
- "Loading...": "読み込み中。。。",
35
+ "Loading channels...": "",
36
+ "Loading messages...": "",
37
+ "Loading...": "",
38
38
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
39
- "Message Reactions": "メッセージのリアクション",
39
+ "Message Reactions": "",
40
40
  "Message deleted": "メッセージが削除されました",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
45
  "Nothing yet...": "",
45
46
  "Ok": "",
46
- "Only visible to you": "",
47
+ "Only visible to you": "あなただけに見える",
47
48
  "Open Settings": "",
48
49
  "Photo": "",
49
50
  "Photos and Videos": "",
@@ -52,16 +53,16 @@
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "再接続中。。。",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
- "Reply to Message": "メッセージに返信",
58
+ "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "GIFの探索",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "とにかく送信",
62
- "Send a message": "メッセージを送る",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "スローモードオン",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -70,7 +71,7 @@
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "未読メッセージ",
72
73
  "Video": "",
73
- "You": "あなた",
74
+ "You": "",
74
75
  "You can't send messages in this channel": "",
75
76
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
@@ -5,11 +5,11 @@
5
5
  "Allow camera access in device settings": "",
6
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": "",
@@ -19,31 +19,32 @@
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
21
  "Empty message...": "",
22
- "Error loading": "로드 오류",
22
+ "Error loading": "",
23
23
  "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "이 채널의 메시지를로드하는 동안 오류가 발생했습니다...",
24
+ "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "지원하지 않는 파일입니다.",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "채팅을 시작합시다!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
- "Loading channels...": "채널을 로딩 중...",
36
- "Loading messages...": "메시지를 로딩 중...",
37
- "Loading...": "로딩 중...",
35
+ "Loading channels...": "",
36
+ "Loading messages...": "",
37
+ "Loading...": "",
38
38
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
39
- "Message Reactions": "메시지의 리액션",
39
+ "Message Reactions": "",
40
40
  "Message deleted": "메시지가 삭제되었습니다.",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
45
  "Nothing yet...": "",
45
46
  "Ok": "",
46
- "Only visible to you": "",
47
+ "Only visible to you": "당신만 볼 수 있습니다",
47
48
  "Open Settings": "",
48
49
  "Photo": "",
49
50
  "Photos and Videos": "",
@@ -52,16 +53,16 @@
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "다시 연결 중...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
- "Reply to Message": "메시지에 답장",
58
+ "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "GIF의 검색",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "그래도 보내기",
62
- "Send a message": "메세지를 보내다",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "슬로모드 켜짐",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -70,7 +71,7 @@
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "읽지 않은 메시지",
72
73
  "Video": "",
73
- "You": "당신",
74
+ "You": "",
74
75
  "You can't send messages in this channel": "",
75
76
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
@@ -5,11 +5,11 @@
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "Weet je het zeker?",
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": "Denk na over hoe jouw opmerking anderen zou kunnen laten voelen en zorg ervoor dat je onze Community-richtlijnen volgt",
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": "",
@@ -19,31 +19,32 @@
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
21
  "Empty message...": "",
22
- "Error loading": "Probleem bij het laden",
22
+ "Error loading": "",
23
23
  "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
24
+ "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "Bestandstype niet ondersteund",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "Laten we beginnen met chatten!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
- "Loading channels...": "Kanalen aan het laden...",
36
- "Loading messages...": "Berichten aan het laden...",
37
- "Loading...": "Aan het laden...",
35
+ "Loading channels...": "",
36
+ "Loading messages...": "",
37
+ "Loading...": "",
38
38
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
39
- "Message Reactions": "Bericht Reacties",
39
+ "Message Reactions": "",
40
40
  "Message deleted": "Bericht verwijderd",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
45
  "Nothing yet...": "",
45
46
  "Ok": "",
46
- "Only visible to you": "",
47
+ "Only visible to you": "Alleen zichtbaar voor jou",
47
48
  "Open Settings": "",
48
49
  "Photo": "",
49
50
  "Photos and Videos": "",
@@ -52,16 +53,16 @@
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "Opnieuw Verbinding Maken...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
- "Reply to Message": "Beantwoord bericht",
58
+ "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "Zoek GIF's",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "Toch verzenden",
62
- "Send a message": "Stuur een bericht",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "Langzame modus aan",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -70,7 +71,7 @@
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "Ongelezen Berichten",
72
73
  "Video": "",
73
- "You": "U",
74
+ "You": "",
74
75
  "You can't send messages in this channel": "",
75
76
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",