stream-chat-react-native-core 5.26.0-beta.4 → 5.26.0-beta.5

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 (69) hide show
  1. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +2 -0
  2. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  3. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
  4. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  5. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
  6. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  7. package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
  8. package/lib/commonjs/i18n/es.json +24 -24
  9. package/lib/commonjs/i18n/fr.json +24 -24
  10. package/lib/commonjs/i18n/he.json +24 -24
  11. package/lib/commonjs/i18n/hi.json +24 -24
  12. package/lib/commonjs/i18n/it.json +24 -24
  13. package/lib/commonjs/i18n/ja.json +24 -24
  14. package/lib/commonjs/i18n/ko.json +24 -24
  15. package/lib/commonjs/i18n/nl.json +24 -24
  16. package/lib/commonjs/i18n/pt-BR.json +24 -24
  17. package/lib/commonjs/i18n/ru.json +24 -24
  18. package/lib/commonjs/i18n/tr.json +24 -24
  19. package/lib/commonjs/version.json +1 -1
  20. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +2 -0
  21. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  22. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
  23. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  24. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
  25. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  26. package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
  27. package/lib/module/i18n/es.json +24 -24
  28. package/lib/module/i18n/fr.json +24 -24
  29. package/lib/module/i18n/he.json +24 -24
  30. package/lib/module/i18n/hi.json +24 -24
  31. package/lib/module/i18n/it.json +24 -24
  32. package/lib/module/i18n/ja.json +24 -24
  33. package/lib/module/i18n/ko.json +24 -24
  34. package/lib/module/i18n/nl.json +24 -24
  35. package/lib/module/i18n/pt-BR.json +24 -24
  36. package/lib/module/i18n/ru.json +24 -24
  37. package/lib/module/i18n/tr.json +24 -24
  38. package/lib/module/version.json +1 -1
  39. package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts +4 -2
  40. package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts +2 -1
  41. package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +1 -1
  42. package/lib/typescript/i18n/es.json +24 -24
  43. package/lib/typescript/i18n/fr.json +24 -24
  44. package/lib/typescript/i18n/he.json +24 -24
  45. package/lib/typescript/i18n/hi.json +24 -24
  46. package/lib/typescript/i18n/it.json +24 -24
  47. package/lib/typescript/i18n/ja.json +24 -24
  48. package/lib/typescript/i18n/ko.json +24 -24
  49. package/lib/typescript/i18n/nl.json +24 -24
  50. package/lib/typescript/i18n/pt-BR.json +24 -24
  51. package/lib/typescript/i18n/ru.json +24 -24
  52. package/lib/typescript/i18n/tr.json +24 -24
  53. package/package.json +1 -1
  54. package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +2 -2
  55. package/src/components/ChannelPreview/ChannelPreviewTitle.tsx +11 -2
  56. package/src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx +9 -6
  57. package/src/contexts/channelsContext/ChannelsContext.tsx +1 -1
  58. package/src/i18n/es.json +24 -24
  59. package/src/i18n/fr.json +24 -24
  60. package/src/i18n/he.json +24 -24
  61. package/src/i18n/hi.json +24 -24
  62. package/src/i18n/it.json +24 -24
  63. package/src/i18n/ja.json +24 -24
  64. package/src/i18n/ko.json +24 -24
  65. package/src/i18n/nl.json +24 -24
  66. package/src/i18n/pt-BR.json +24 -24
  67. package/src/i18n/ru.json +24 -24
  68. package/src/i18n/tr.json +24 -24
  69. package/src/version.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 रिप्लाई",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
5
- "Allow camera access in device settings": "डिवाइस सेटिंग्स में कैमरा एक्सेस की अनुमति दें",
4
+ "Allow access to your Gallery": "",
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
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "डिवाइस कैमरे का उपयोग फ़ोटो या वीडियो लेने के लिए किया जाता है।",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "मैसेज बदला जा रहा है",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "इमोजी मिलान",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
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": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "संदेश प्रतिक्रियाएँ",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "सेटिंग्स खोलें",
47
- "Photo": "तस्वीर",
48
- "Photos and Videos": "तस्वीरें और वीडियों",
45
+ "Only visible to you": "केवल आपको दिखाई दे रहा है",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
50
+ "Pinned by": "द्वारा पिन किया गया",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "संदेश का जवाब दें",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "GIF खोजें",
58
- "Select More Photos": "अधिक फ़ोटो चुनें",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "एक संदेश भेजें",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "स्लो मोड चालू",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "अज्ञात उपयोगकर्ता",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "वीडियो",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Risposta",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
5
- "Allow camera access in device settings": "Consenti l'accesso alla fotocamera nelle impostazioni del dispositivo",
4
+ "Allow access to your Gallery": "",
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
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "La fotocamera del dispositivo viene utilizzata per scattare foto o video.",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "Modificando il Messaggio",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "Abbinamento emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "Tipo di file non supportato",
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": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Reazioni ai Messaggi",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Apri Impostazioni",
47
- "Photo": "Foto",
48
- "Photos and Videos": "Foto e Video",
45
+ "Only visible to you": "Visibile solo a te",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
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.",
50
+ "Pinned by": "Fissato da",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "Rispondi al messaggio",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "Cerca GIF",
58
- "Select More Photos": "Seleziona Altre foto",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Mandare un messaggio",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Slowmode attiva",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Utente sconosciuto",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "Video",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} sta scrivendo",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1件の返信",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "ギャラリーへのアクセスを許可する",
5
- "Allow camera access in device settings": "デバイス設定でカメラへのアクセスを許可する",
4
+ "Allow access to your Gallery": "",
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
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "デバイスのカメラは写真やビデオの撮影に使用されます。",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "メッセージを編集中",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "絵文字マッチング",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
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": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "メッセージのリアクション",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "設定を開く",
47
- "Photo": "写真",
48
- "Photos and Videos": "写真と動画",
45
+ "Only visible to you": "あなただけに見える",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "写真やビデオへのアクセスを有効にして、共有できるようにしてください。",
50
+ "Pinned by": "ピン留めされユーザー",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "メッセージに返信",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "GIFの探索",
58
- "Select More Photos": "さらに写真を選択",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "メッセージを送る",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "スローモードオン",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "不明なユーザー",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "ビデオ",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }}件の返信",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }}はタイピング中",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "답장 1개",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "갤러리에 대한 액세스를 허용",
5
- "Allow camera access in device settings": "기기 설정에서 카메라 액세스를 허용하세요.",
4
+ "Allow access to your Gallery": "",
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
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "기기 카메라는 사진이나 동영상을 촬영하는 데 사용됩니다.",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "메시지 편집중",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "이모티콘 매칭",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
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": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "메시지의 리액션",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "설정 열기",
47
- "Photo": "사진",
48
- "Photos and Videos": "사진과 동영상",
45
+ "Only visible to you": "당신만 볼 수 있습니다",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "사진 및 비디오에 대한 액세스를 사용하여 공유 할 수 있도록합니다.",
50
+ "Pinned by": "고정된 사용자",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "메시지에 답장",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "GIF의 검색",
58
- "Select More Photos": "추가 사진 선택",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "메세지를 보내다",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "슬로모드 켜짐",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "알 수없는 사용자",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "동영상",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} 답글",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} 타이핑 중",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Antwoord",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
- "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
4
+ "Allow access to your Gallery": "",
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
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "De camera van het apparaat wordt gebruikt om foto's of video's te maken.",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "Bericht aanpassen",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "Emoji-overeenkomsten",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "Bestandstype niet ondersteund",
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": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Bericht Reacties",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Open instellingen",
47
- "Photo": "Foto",
48
- "Photos and Videos": "Foto's en video's",
45
+ "Only visible to you": "Alleen zichtbaar voor jou",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "Schakel toegang tot uw foto's en video's in zodat u ze kunt delen.",
50
+ "Pinned by": "Vastgemaakt door",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "Beantwoord bericht",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "Zoek GIF's",
58
- "Select More Photos": "Selecteer Meer foto's",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Stuur een bericht",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Langzame modus aan",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Onbekende gebruiker",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "Video",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} is aan het typen",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Resposta",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "Permitir acesso à sua Galeria",
5
- "Allow camera access in device settings": "Permitir acesso à câmera nas configurações do dispositivo",
4
+ "Allow access to your Gallery": "",
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
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "A câmera do dispositivo é usada para tirar fotos ou vídeos.",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "Editando Mensagem",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "Correspondência de Emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "Tipo de arquivo não suportado",
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": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Reações à Mensagem",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Abrir Configurações",
47
- "Photo": "Foto",
48
- "Photos and Videos": "Fotos e Vídeos",
45
+ "Only visible to you": "Apenas visível para você",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "Por favor, habilite o acesso às suas fotos e vídeos para poder compartilhá-los.",
50
+ "Pinned by": "Fixado por",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "Responder à Mensagem",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "Pesquisar GIFs",
58
- "Select More Photos": "Selecionar Mais Fotos",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Enviar uma mensagem",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Modo Lento ATIVADO",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Usuário Desconhecido",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "Vídeo",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} está digitando",
78
78
  "🏙 Attachment...": ""
79
79
  }