stream-chat-react 11.0.0-rc.2 → 11.0.0-rc.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 (76) hide show
  1. package/dist/browser.full-bundle.js +474 -419
  2. package/dist/browser.full-bundle.js.map +1 -1
  3. package/dist/browser.full-bundle.min.js +5 -5
  4. package/dist/browser.full-bundle.min.js.map +1 -1
  5. package/dist/components/Attachment/AttachmentActions.d.ts.map +1 -1
  6. package/dist/components/Attachment/AttachmentActions.js +3 -1
  7. package/dist/components/AutoCompleteTextarea/Item.js +1 -1
  8. package/dist/components/AutoCompleteTextarea/List.js +14 -14
  9. package/dist/components/Channel/Channel.d.ts +3 -0
  10. package/dist/components/Channel/Channel.d.ts.map +1 -1
  11. package/dist/components/Channel/Channel.js +26 -2
  12. package/dist/components/ChannelList/ChannelList.d.ts.map +1 -1
  13. package/dist/components/ChannelList/ChannelList.js +2 -1
  14. package/dist/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
  15. package/dist/components/ChannelList/hooks/usePaginatedChannels.js +2 -2
  16. package/dist/components/Chat/Chat.d.ts +4 -1
  17. package/dist/components/Chat/Chat.d.ts.map +1 -1
  18. package/dist/components/Chat/Chat.js +3 -1
  19. package/dist/components/Chat/hooks/useChannelsQueryState.d.ts +3 -3
  20. package/dist/components/Chat/hooks/useChannelsQueryState.d.ts.map +1 -1
  21. package/dist/components/Chat/hooks/useChannelsQueryState.js +1 -1
  22. package/dist/components/Chat/hooks/useChat.d.ts +2 -0
  23. package/dist/components/Chat/hooks/useChat.d.ts.map +1 -1
  24. package/dist/components/Chat/hooks/useChat.js +7 -4
  25. package/dist/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -1
  26. package/dist/components/Chat/hooks/useCreateChatContext.js +5 -1
  27. package/dist/components/Emojis/EmojiPicker.d.ts +1 -2
  28. package/dist/components/Emojis/EmojiPicker.d.ts.map +1 -1
  29. package/dist/components/Emojis/EmojiPicker.js +7 -3
  30. package/dist/components/Emojis/index.cjs.js +25 -4
  31. package/dist/components/LoadMore/LoadMoreButton.d.ts.map +1 -1
  32. package/dist/components/LoadMore/LoadMoreButton.js +5 -2
  33. package/dist/components/Message/hooks/useDeleteHandler.d.ts.map +1 -1
  34. package/dist/components/Message/hooks/useDeleteHandler.js +5 -5
  35. package/dist/components/MessageInput/hooks/useCommandTrigger.d.ts.map +1 -1
  36. package/dist/components/MessageInput/hooks/useCommandTrigger.js +19 -2
  37. package/dist/components/ReactFileUtilities/ImageDropzone.d.ts.map +1 -1
  38. package/dist/components/ReactFileUtilities/ImageDropzone.js +3 -1
  39. package/dist/context/ChannelActionContext.d.ts +2 -1
  40. package/dist/context/ChannelActionContext.d.ts.map +1 -1
  41. package/dist/context/ChannelStateContext.d.ts +1 -1
  42. package/dist/context/ChatContext.d.ts +29 -2
  43. package/dist/context/ChatContext.d.ts.map +1 -1
  44. package/dist/css/index.css +1 -1
  45. package/dist/css/v2/emoji-mart.css +1 -0
  46. package/dist/css/v2/emoji-replacement.css +1 -0
  47. package/dist/css/v2/index.css +1 -1
  48. package/dist/css/v2/index.layout.css +1 -1
  49. package/dist/i18n/Streami18n.d.ts +7 -3
  50. package/dist/i18n/Streami18n.d.ts.map +1 -1
  51. package/dist/i18n/Streami18n.js +3 -4
  52. package/dist/i18n/de.json +15 -2
  53. package/dist/i18n/en.json +3 -0
  54. package/dist/i18n/es.json +15 -2
  55. package/dist/i18n/fr.json +15 -2
  56. package/dist/i18n/hi.json +15 -2
  57. package/dist/i18n/it.json +15 -2
  58. package/dist/i18n/ja.json +15 -2
  59. package/dist/i18n/ko.json +15 -2
  60. package/dist/i18n/nl.json +15 -2
  61. package/dist/i18n/pt.json +15 -2
  62. package/dist/i18n/ru.json +15 -2
  63. package/dist/i18n/tr.json +15 -2
  64. package/dist/{icons-0801b1e9.js → icons-5ee8c22b.js} +46 -47
  65. package/dist/index.cjs.js +94 -42
  66. package/dist/scss/MessageInput.scss +6 -0
  67. package/dist/scss/_base.scss +0 -41
  68. package/dist/scss/index.scss +0 -1
  69. package/dist/scss/v2/Autocomplete/Autocomplete-layout.scss +6 -0
  70. package/dist/scss/v2/MessageInput/MessageInput-layout.scss +1 -1
  71. package/dist/scss/v2/_emoji-replacement.scss +1 -0
  72. package/dist/scss/v2/index.layout.scss +0 -1
  73. package/dist/scss/v2/index.scss +0 -1
  74. package/dist/version.d.ts +1 -1
  75. package/dist/version.js +1 -1
  76. package/package.json +15 -3
package/dist/i18n/fr.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "Échec de la connexion, reconnexion en cours...",
9
9
  "Delete": "Supprimer",
10
10
  "Delivered": "Publié",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "Glissez vos fichiers ici",
12
+ "Drag your files here to add to your post": "Glissez vos fichiers ici pour les ajouter à votre publication",
12
13
  "Edit Message": "Éditer un message",
13
14
  "Edit message request failed": "Échec de la demande de modification du message",
14
15
  "Emoji matching": "Correspondance emoji",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "Erreur : {{ errorMessage }}",
27
28
  "Flag": "Signaler",
28
29
  "Latest Messages": "Derniers messages",
30
+ "Load more": "Charger plus",
29
31
  "Menu": "Menu",
30
32
  "Message Failed · Click to try again": "Échec de l'envoi du message - Cliquez pour réessayer",
31
33
  "Message Failed · Unauthorized": "Échec de l'envoi du message - Non autorisé",
@@ -49,8 +51,9 @@
49
51
  "Send": "Envoyer",
50
52
  "Send message request failed": "Échec de la demande d'envoi de message",
51
53
  "Sending...": "Envoi en cours...",
54
+ "Shuffle": "Mélanger",
52
55
  "Slow Mode ON": "Mode lent activé",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "Certains fichiers ne seront pas acceptés",
54
57
  "This message was deleted...": "Ce message a été supprimé...",
55
58
  "Thread": "Fil de discussion",
56
59
  "Type your message": "Saisissez votre message",
@@ -60,7 +63,13 @@
60
63
  "Wait until all attachments have uploaded": "Attendez que toutes les pièces jointes soient téléchargées",
61
64
  "You have no channels currently": "Vous n'avez actuellement aucun canal",
62
65
  "You've reached the maximum number of files": "Vous avez atteint le nombre maximum de fichiers",
66
+ "ban-command-args": "[@nomdutilisateur] [texte]",
67
+ "ban-command-description": "Bannir un utilisateur",
68
+ "giphy-command-args": "[texte]",
69
+ "giphy-command-description": "Poster un GIF aléatoire dans le canal",
63
70
  "live": "en direct",
71
+ "mute-command-args": "[@nomdutilisateur]",
72
+ "mute-command-description": "Muter un utilisateur",
64
73
  "replyCount_many": "{{ count }} réponses",
65
74
  "replyCount_one": "1 réponse",
66
75
  "replyCount_other": "{{ count }} réponses",
@@ -68,6 +77,10 @@
68
77
  "searchResultsCount_one": "1 résultat",
69
78
  "searchResultsCount_other": "{{ count }} résultats",
70
79
  "this content could not be displayed": "ce contenu n'a pu être affiché",
80
+ "unban-command-args": "[@nomdutilisateur]",
81
+ "unban-command-description": "Débannir un utilisateur",
82
+ "unmute-command-args": "[@nomdutilisateur]",
83
+ "unmute-command-description": "Démuter un utilisateur",
71
84
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} et {{ moreCount }} autres",
72
85
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} et {{ lastUser }}",
73
86
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} et {{ secondUser }}",
package/dist/i18n/hi.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "कनेक्शन विफल रहा, अब पुनः कनेक्ट हो रहा है ...",
9
9
  "Delete": "डिलीट",
10
10
  "Delivered": "पहुंच गया",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "अपनी फ़ाइलें यहाँ खींचें",
12
+ "Drag your files here to add to your post": "अपनी फ़ाइलें यहाँ खींचें और अपने पोस्ट में जोड़ने के लिए",
12
13
  "Edit Message": "मैसेज में बदलाव करे",
13
14
  "Edit message request failed": "संदेश संपादित करने का अनुरोध विफल रहा",
14
15
  "Emoji matching": "इमोजी मिलान",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "फेल: {{ errorMessage }}",
27
28
  "Flag": "फ्लैग करे",
28
29
  "Latest Messages": "नवीनतम संदेश",
30
+ "Load more": "और लोड करें",
29
31
  "Menu": "मेन्यू",
30
32
  "Message Failed · Click to try again": "मैसेज फ़ैल - पुनः कोशिश करें",
31
33
  "Message Failed · Unauthorized": "मैसेज फ़ैल - अनधिकृत",
@@ -49,8 +51,9 @@
49
51
  "Send": "भेजे",
50
52
  "Send message request failed": "संदेश भेजने का अनुरोध विफल रहा",
51
53
  "Sending...": "भेजा जा रहा है",
54
+ "Shuffle": "मिश्रित करें",
52
55
  "Slow Mode ON": "स्लो मोड ऑन",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "कुछ फ़ाइलें स्वीकार नहीं की जाएंगी",
54
57
  "This message was deleted...": "मैसेज हटा दिया गया",
55
58
  "Thread": "रिप्लाई थ्रेड",
56
59
  "Type your message": "अपना मैसेज लिखे",
@@ -60,12 +63,22 @@
60
63
  "Wait until all attachments have uploaded": "सभी अटैचमेंट अपलोड होने तक प्रतीक्षा करें",
61
64
  "You have no channels currently": "आपके पास कोई चैनल नहीं है",
62
65
  "You've reached the maximum number of files": "आप अधिकतम फ़ाइलों तक पहुँच गए हैं",
66
+ "ban-command-args": "[@उपयोगकर्तनाम] [पाठ]",
67
+ "ban-command-description": "एक उपयोगकर्ता को प्रतिषेधित करें",
68
+ "giphy-command-args": "[पाठ]",
69
+ "giphy-command-description": "चैनल पर एक क्रॉफिल जीआइएफ पोस्ट करें",
63
70
  "live": "लाइव",
71
+ "mute-command-args": "[@उपयोगकर्तनाम]",
72
+ "mute-command-description": "एक उपयोगकर्ता को म्यूट करें",
64
73
  "replyCount_one": "1 रिप्लाई",
65
74
  "replyCount_other": "{{ count }} रिप्लाई",
66
75
  "searchResultsCount_one": "1 परिणाम",
67
76
  "searchResultsCount_other": "{{ count }} परिणाम",
68
77
  "this content could not be displayed": "यह कॉन्टेंट लोड नहीं हो पाया",
78
+ "unban-command-args": "[@उपयोगकर्तनाम]",
79
+ "unban-command-description": "एक उपयोगकर्ता को प्रतिषेध से मुक्त करें",
80
+ "unmute-command-args": "[@उपयोगकर्तनाम]",
81
+ "unmute-command-description": "एक उपयोगकर्ता को अनम्यूट करें",
69
82
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} और {{ moreCount }} और",
70
83
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} और {{ lastUser }}",
71
84
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} और {{ secondUser }}",
package/dist/i18n/it.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "Connessione fallitta, riconnessione in corso...",
9
9
  "Delete": "Cancella",
10
10
  "Delivered": "Consegnato",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "Trascina i tuoi file qui",
12
+ "Drag your files here to add to your post": "Trascina i tuoi file qui per aggiungerli al tuo post",
12
13
  "Edit Message": "Modifica messaggio",
13
14
  "Edit message request failed": "Richiesta di modifica del messaggio non riuscita",
14
15
  "Emoji matching": "Abbinamento emoji",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "Errore: {{ errorMessage }}",
27
28
  "Flag": "Segnala",
28
29
  "Latest Messages": "Ultimi messaggi",
30
+ "Load more": "Carica di più",
29
31
  "Menu": "Menù",
30
32
  "Message Failed · Click to try again": "Invio messaggio fallito · Clicca per riprovare",
31
33
  "Message Failed · Unauthorized": "Invio messaggio fallito · Non autorizzato",
@@ -49,8 +51,9 @@
49
51
  "Send": "Invia",
50
52
  "Send message request failed": "Invia messaggio di richiesta non riuscito",
51
53
  "Sending...": "Invio in corso...",
54
+ "Shuffle": "Mescolare",
52
55
  "Slow Mode ON": "Modalità lenta attivata",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "Alcuni dei file non saranno accettati",
54
57
  "This message was deleted...": "Questo messaggio é stato cancellato",
55
58
  "Thread": "Thread",
56
59
  "Type your message": "Scrivi il tuo messaggio",
@@ -60,7 +63,13 @@
60
63
  "Wait until all attachments have uploaded": "Attendi il caricamento di tutti gli allegati",
61
64
  "You have no channels currently": "Al momento non sono presenti canali",
62
65
  "You've reached the maximum number of files": "Hai raggiunto il numero massimo di file",
66
+ "ban-command-args": "[@nomeutente] [testo]",
67
+ "ban-command-description": "Vietare un utente",
68
+ "giphy-command-args": "[testo]",
69
+ "giphy-command-description": "Pubblica un gif casuale sul canale",
63
70
  "live": "live",
71
+ "mute-command-args": "[@nomeutente]",
72
+ "mute-command-description": "Silenzia un utente",
64
73
  "replyCount_many": "{{ count }} risposte",
65
74
  "replyCount_one": "Una risposta",
66
75
  "replyCount_other": "{{ count }} risposte",
@@ -68,6 +77,10 @@
68
77
  "searchResultsCount_one": "1 risultato",
69
78
  "searchResultsCount_other": "{{ count }} risultati",
70
79
  "this content could not be displayed": "questo contenuto non puó essere mostrato",
80
+ "unban-command-args": "[@nomeutente]",
81
+ "unban-command-description": "Togliere il divieto a un utente",
82
+ "unmute-command-args": "[@nomeutente]",
83
+ "unmute-command-description": "Togliere il silenzio a un utente",
71
84
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e altri {{ moreCount }}",
72
85
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
73
86
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
package/dist/i18n/ja.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "接続が失敗しました。再接続中...",
9
9
  "Delete": "消去",
10
10
  "Delivered": "配信しました",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "ここにファイルをドラッグ",
12
+ "Drag your files here to add to your post": "投稿に追加するためにここにファイルをドラッグ",
12
13
  "Edit Message": "メッセージを編集",
13
14
  "Edit message request failed": "メッセージの編集要求が失敗しました",
14
15
  "Emoji matching": "絵文字マッチング",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "エラー: {{ errorMessage }}",
27
28
  "Flag": "フラグ",
28
29
  "Latest Messages": "最新のメッセージ",
30
+ "Load more": "もっと読み込む",
29
31
  "Menu": "メニュー",
30
32
  "Message Failed · Click to try again": "メッセージが失敗しました · クリックして再試行してください",
31
33
  "Message Failed · Unauthorized": "メッセージが失敗しました · 許可されていません",
@@ -49,8 +51,9 @@
49
51
  "Send": "送信",
50
52
  "Send message request failed": "メッセージ送信リクエストが失敗しました",
51
53
  "Sending...": "送信中...",
54
+ "Shuffle": "シャッフル",
52
55
  "Slow Mode ON": "スローモードオン",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "一部のファイルは受け付けられません",
54
57
  "This message was deleted...": "このメッセージは削除されました...",
55
58
  "Thread": "スレッド",
56
59
  "Type your message": "メッセージを入力してください",
@@ -60,12 +63,22 @@
60
63
  "Wait until all attachments have uploaded": "すべての添付ファイルがアップロードされるまでお待ちください",
61
64
  "You have no channels currently": "現在チャンネルはありません",
62
65
  "You've reached the maximum number of files": "ファイルの最大数に達しました",
66
+ "ban-command-args": "[@ユーザ名] [テキスト]",
67
+ "ban-command-description": "ユーザーを禁止する",
68
+ "giphy-command-args": "[テキスト]",
69
+ "giphy-command-description": "チャンネルにランダムなGIFを投稿する",
63
70
  "live": "ライブ",
71
+ "mute-command-args": "[@ユーザ名]",
72
+ "mute-command-description": "ユーザーをミュートする",
64
73
  "replyCount_one": "1件の返信",
65
74
  "replyCount_other": "{{ count }} 返信",
66
75
  "searchResultsCount_one": "1件の結果",
67
76
  "searchResultsCount_other": "{{ count }}件の結果",
68
77
  "this content could not be displayed": "このコンテンツは表示できませんでした",
78
+ "unban-command-args": "[@ユーザ名]",
79
+ "unban-command-description": "ユーザーの禁止を解除する",
80
+ "unmute-command-args": "[@ユーザ名]",
81
+ "unmute-command-description": "ユーザーのミュートを解除する",
69
82
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} と {{ moreCount }} 他人",
70
83
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} と {{ lastUser }}",
71
84
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} と {{ secondUser }}",
package/dist/i18n/ko.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "연결 실패, 지금 다시 연결 중...",
9
9
  "Delete": "삭제",
10
10
  "Delivered": "배달됨",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "여기로 파일을 끌어다 놓으세요",
12
+ "Drag your files here to add to your post": "게시물에 추가하려면 파일을 여기로 끌어다 놓으세요",
12
13
  "Edit Message": "메시지 수정",
13
14
  "Edit message request failed": "메시지 수정 요청 실패",
14
15
  "Emoji matching": "이모티콘 매칭",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "오류: {{ errorMessage }}",
27
28
  "Flag": "플래그",
28
29
  "Latest Messages": "최신 메시지",
30
+ "Load more": "더 불러오기",
29
31
  "Menu": "메뉴",
30
32
  "Message Failed · Click to try again": "메시지 실패 · 다시 시도하려면 클릭하세요.",
31
33
  "Message Failed · Unauthorized": "메시지 실패 · 승인되지 않음",
@@ -49,8 +51,9 @@
49
51
  "Send": "보내다",
50
52
  "Send message request failed": "메시지 보내기 요청 실패",
51
53
  "Sending...": "배상중...",
54
+ "Shuffle": "셔플",
52
55
  "Slow Mode ON": "슬로우 모드 켜짐",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "일부 파일은 허용되지 않을 있습니다",
54
57
  "This message was deleted...": "이 메시지는 삭제되었습니다...",
55
58
  "Thread": "스레드",
56
59
  "Type your message": "메시지 입력",
@@ -60,12 +63,22 @@
60
63
  "Wait until all attachments have uploaded": "모든 첨부 파일이 업로드될 때까지 기다립니다.",
61
64
  "You have no channels currently": "현재 채널이 없습니다.",
62
65
  "You've reached the maximum number of files": "최대 파일 수에 도달했습니다.",
66
+ "ban-command-args": "[@사용자이름] [텍스트]",
67
+ "ban-command-description": "사용자를 차단",
68
+ "giphy-command-args": "[텍스트]",
69
+ "giphy-command-description": "채널에 무작위 GIF 게시",
63
70
  "live": "라이브",
71
+ "mute-command-args": "[@사용자이름]",
72
+ "mute-command-description": "사용자 음소거",
64
73
  "replyCount_one": "답장 1개",
65
74
  "replyCount_other": "{{ count }} 답장",
66
75
  "searchResultsCount_one": "1개의 결과",
67
76
  "searchResultsCount_other": "{{ count }}개 결과",
68
77
  "this content could not be displayed": "이 콘텐츠를 표시할 수 없습니다",
78
+ "unban-command-args": "[@사용자이름]",
79
+ "unban-command-description": "사용자 차단 해제",
80
+ "unmute-command-args": "[@사용자이름]",
81
+ "unmute-command-description": "사용자 음소거 해제",
69
82
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} 그리고 {{ moreCount }}명 더",
70
83
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} 그리고 {{ lastUser }}",
71
84
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} 그리고 {{ secondUser }}",
package/dist/i18n/nl.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "Probleem met de verbinding, opnieuw verbinding maken...",
9
9
  "Delete": "Verwijder",
10
10
  "Delivered": "Afgeleverd",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "Sleep je bestanden hier naartoe",
12
+ "Drag your files here to add to your post": "Sleep je bestanden hier naartoe om aan je bericht toe te voegen",
12
13
  "Edit Message": "Pas bericht aan",
13
14
  "Edit message request failed": "Verzoek om bericht bewerken mislukt",
14
15
  "Emoji matching": "Emoji-overeenkomsten",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "Error: {{ errorMessage }}",
27
28
  "Flag": "Markeer",
28
29
  "Latest Messages": "Laatste berichten",
30
+ "Load more": "Meer laden",
29
31
  "Menu": "Menu",
30
32
  "Message Failed · Click to try again": "Bericht mislukt, klik om het nogmaals te proberen",
31
33
  "Message Failed · Unauthorized": "Bericht mislukt, ongeautoriseerd",
@@ -49,8 +51,9 @@
49
51
  "Send": "Verstuur",
50
52
  "Send message request failed": "Verzoek om bericht te verzenden mislukt",
51
53
  "Sending...": "Aan het verzenden...",
54
+ "Shuffle": "Schudden",
52
55
  "Slow Mode ON": "Langzame modus aan",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "Sommige bestanden zullen niet worden geaccepteerd",
54
57
  "This message was deleted...": "Dit bericht was verwijderd",
55
58
  "Thread": "Draadje",
56
59
  "Type your message": "Type je bericht",
@@ -60,12 +63,22 @@
60
63
  "Wait until all attachments have uploaded": "Wacht tot alle bijlagen zijn geüpload",
61
64
  "You have no channels currently": "Er zijn geen chats beschikbaar",
62
65
  "You've reached the maximum number of files": "Je hebt het maximale aantal bestanden bereikt",
66
+ "ban-command-args": "[@gebruikersnaam] [tekst]",
67
+ "ban-command-description": "Een gebruiker verbannen",
68
+ "giphy-command-args": "[tekst]",
69
+ "giphy-command-description": "Plaats een willekeurige gif in het kanaal",
63
70
  "live": "live",
71
+ "mute-command-args": "[@gebruikersnaam]",
72
+ "mute-command-description": "Een gebruiker dempen",
64
73
  "replyCount_one": "1 antwoord",
65
74
  "replyCount_other": "{{ count }} antwoorden",
66
75
  "searchResultsCount_one": "1 resultaat",
67
76
  "searchResultsCount_other": "{{ count }} resultaten",
68
77
  "this content could not be displayed": "Deze inhoud kan niet weergegeven worden",
78
+ "unban-command-args": "[@gebruikersnaam]",
79
+ "unban-command-description": "Een gebruiker debannen",
80
+ "unmute-command-args": "[@gebruikersnaam]",
81
+ "unmute-command-description": "Een gebruiker niet meer dempen",
69
82
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} en {{ moreCount }} meer",
70
83
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} en {{ lastUser }}",
71
84
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} en {{ secondUser }}",
package/dist/i18n/pt.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "Falha de conexão, reconectando agora...",
9
9
  "Delete": "Excluir",
10
10
  "Delivered": "Entregue",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "Arraste seus arquivos aqui",
12
+ "Drag your files here to add to your post": "Arraste seus arquivos aqui para adicionar ao seu post",
12
13
  "Edit Message": "Editar Mensagem",
13
14
  "Edit message request failed": "O pedido de edição da mensagem falhou",
14
15
  "Emoji matching": "Emoji correspondente",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "Erro: {{ errorMessage }}",
27
28
  "Flag": "Reportar",
28
29
  "Latest Messages": "Mensagens mais recentes",
30
+ "Load more": "Carregar mais",
29
31
  "Menu": "Menu",
30
32
  "Message Failed · Click to try again": "A mensagem falhou · Clique para tentar novamente",
31
33
  "Message Failed · Unauthorized": "A mensagem falhou · não autorizado",
@@ -49,8 +51,9 @@
49
51
  "Send": "Enviar",
50
52
  "Send message request failed": "O pedido de envio de mensagem falhou",
51
53
  "Sending...": "Enviando...",
54
+ "Shuffle": "Embaralhar",
52
55
  "Slow Mode ON": "Modo lento LIGADO",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "Alguns dos arquivos não serão aceitos",
54
57
  "This message was deleted...": "Esta mensagem foi excluída...",
55
58
  "Thread": "Fio",
56
59
  "Type your message": "Digite sua mensagem",
@@ -60,7 +63,13 @@
60
63
  "Wait until all attachments have uploaded": "Espere até que todos os anexos tenham sido carregados",
61
64
  "You have no channels currently": "Você não tem canais atualmente",
62
65
  "You've reached the maximum number of files": "Você atingiu o número máximo de arquivos",
66
+ "ban-command-args": "[@nomedeusuário] [texto]",
67
+ "ban-command-description": "Banir um usuário",
68
+ "giphy-command-args": "[texto]",
69
+ "giphy-command-description": "Postar um gif aleatório no canal",
63
70
  "live": "ao vivo",
71
+ "mute-command-args": "[@nomedeusuário]",
72
+ "mute-command-description": "Silenciar um usuário",
64
73
  "replyCount_many": "{{ count }} respostas",
65
74
  "replyCount_one": "1 resposta",
66
75
  "replyCount_other": "{{ count }} respostas",
@@ -68,6 +77,10 @@
68
77
  "searchResultsCount_one": "1 resultado",
69
78
  "searchResultsCount_other": "{{ count }} resultados",
70
79
  "this content could not be displayed": "este conteúdo não pôde ser exibido",
80
+ "unban-command-args": "[@nomedeusuário]",
81
+ "unban-command-description": "Desbanir um usuário",
82
+ "unmute-command-args": "[@nomedeusuário]",
83
+ "unmute-command-description": "Retirar o silenciamento de um usuário",
71
84
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e mais {{ moreCount }}",
72
85
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
73
86
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
package/dist/i18n/ru.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "Ошибка соединения, переподключение...",
9
9
  "Delete": "Удалить",
10
10
  "Delivered": "Отправлено",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "Перетащите ваши файлы сюда",
12
+ "Drag your files here to add to your post": "Перетащите ваши файлы сюда, чтобы добавить их в ваш пост",
12
13
  "Edit Message": "Редактировать сообщение",
13
14
  "Edit message request failed": "Не удалось изменить запрос сообщения",
14
15
  "Emoji matching": "Соответствие эмодзи",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "Ошибка: {{ errorMessage }}",
27
28
  "Flag": "Пожаловаться",
28
29
  "Latest Messages": "Последние сообщения",
30
+ "Load more": "Загрузить больше",
29
31
  "Menu": "Меню",
30
32
  "Message Failed · Click to try again": "Ошибка отправки сообщения · Нажмите чтобы повторить",
31
33
  "Message Failed · Unauthorized": "Ошибка отправки сообщения · Неавторизованный",
@@ -49,8 +51,9 @@
49
51
  "Send": "Отправить",
50
52
  "Send message request failed": "Не удалось отправить запрос на отправку сообщения",
51
53
  "Sending...": "Отправка...",
54
+ "Shuffle": "Перемешать",
52
55
  "Slow Mode ON": "Медленный режим включен",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "Некоторые файлы не будут приняты",
54
57
  "This message was deleted...": "Сообщение было удалено...",
55
58
  "Thread": "Ветка",
56
59
  "Type your message": "Ваше сообщение",
@@ -60,7 +63,13 @@
60
63
  "Wait until all attachments have uploaded": "Подождите, пока все вложения загрузятся",
61
64
  "You have no channels currently": "У вас нет каналов в данный момент",
62
65
  "You've reached the maximum number of files": "Вы достигли максимального количества файлов",
66
+ "ban-command-args": "[@имяпользователя] [текст]",
67
+ "ban-command-description": "Заблокировать пользователя",
68
+ "giphy-command-args": "[текст]",
69
+ "giphy-command-description": "Опубликовать случайную GIF-анимацию в канале",
63
70
  "live": "В прямом эфире",
71
+ "mute-command-args": "[@имяпользователя]",
72
+ "mute-command-description": "Выключить микрофон у пользователя",
64
73
  "replyCount_few": "{{ count }} ответов",
65
74
  "replyCount_many": "{{ count }} ответов",
66
75
  "replyCount_one": "1 ответ",
@@ -70,6 +79,10 @@
70
79
  "searchResultsCount_one": "1 результат",
71
80
  "searchResultsCount_other": "{{ count }} результатов",
72
81
  "this content could not be displayed": "Этот контент не может быть отображен в данный момент",
82
+ "unban-command-args": "[@имяпользователя]",
83
+ "unban-command-description": "Разблокировать пользователя",
84
+ "unmute-command-args": "[@имяпользователя]",
85
+ "unmute-command-description": "Включить микрофон у пользователя",
73
86
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} и {{ moreCount }} еще",
74
87
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} и {{ lastUser }}",
75
88
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} и {{ secondUser }}",
package/dist/i18n/tr.json CHANGED
@@ -8,7 +8,8 @@
8
8
  "Connection failure, reconnecting now...": "Bağlantı hatası, tekrar bağlanılıyor...",
9
9
  "Delete": "Sil",
10
10
  "Delivered": "İletildi",
11
- "Drag your files here": "Drag your files here",
11
+ "Drag your files here": "Dosyalarınızı buraya sürükleyin",
12
+ "Drag your files here to add to your post": "Gönderinize eklemek için dosyalarınızı buraya sürükleyin",
12
13
  "Edit Message": "Mesajı Düzenle",
13
14
  "Edit message request failed": "Mesaj düzenleme isteği başarısız oldu",
14
15
  "Emoji matching": "Emoji eşleştirme",
@@ -26,6 +27,7 @@
26
27
  "Error: {{ errorMessage }}": "Hata: {{ errorMessage }}",
27
28
  "Flag": "Bayrak",
28
29
  "Latest Messages": "Son Mesajlar",
30
+ "Load more": "Daha fazla yükle",
29
31
  "Menu": "Menü",
30
32
  "Message Failed · Click to try again": "Mesaj Başarısız · Tekrar denemek için tıklayın",
31
33
  "Message Failed · Unauthorized": "Mesaj Başarısız · Yetkisiz",
@@ -49,8 +51,9 @@
49
51
  "Send": "Gönder",
50
52
  "Send message request failed": "Mesaj gönderme isteği başarısız oldu",
51
53
  "Sending...": "Gönderiliyor...",
54
+ "Shuffle": "Karıştır",
52
55
  "Slow Mode ON": "Yavaş Mod Açık",
53
- "Some of the files will not be accepted": "Some of the files will not be accepted",
56
+ "Some of the files will not be accepted": "Bazı dosyalar kabul edilmeyecektir",
54
57
  "This message was deleted...": "Bu mesaj silindi",
55
58
  "Thread": "Konu",
56
59
  "Type your message": "Mesajınızı yazın",
@@ -60,12 +63,22 @@
60
63
  "Wait until all attachments have uploaded": "Tüm ekler yüklenene kadar bekleyin",
61
64
  "You have no channels currently": "Henüz kanalınız yok",
62
65
  "You've reached the maximum number of files": "Maksimum dosya sayısına ulaştınız",
66
+ "ban-command-args": "[@kullanıcıadı] [metin]",
67
+ "ban-command-description": "Bir kullanıcıyı yasakla",
68
+ "giphy-command-args": "[metin]",
69
+ "giphy-command-description": "Rastgele bir gif'i kanala gönder",
63
70
  "live": "canlı",
71
+ "mute-command-args": "[@kullanıcıadı]",
72
+ "mute-command-description": "Bir kullanıcının sesini kapat",
64
73
  "replyCount_one": "1 cevap",
65
74
  "replyCount_other": "{{ count }} cevaplar",
66
75
  "searchResultsCount_one": "1 sonuç",
67
76
  "searchResultsCount_other": "{{ count }} sonuç",
68
77
  "this content could not be displayed": "bu içerik gösterilemiyor",
78
+ "unban-command-args": "[@kullanıcıadı]",
79
+ "unban-command-description": "Bir kullanıcının yasağını kaldır",
80
+ "unmute-command-args": "[@kullanıcıadı]",
81
+ "unmute-command-description": "Bir kullanıcının sesini aç",
69
82
  "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} ve {{ moreCount }} daha",
70
83
  "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }}, ve {{ lastUser }}",
71
84
  "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} ve {{ secondUser }}",