stream-chat-react 10.16.1 → 10.17.0
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.
- package/dist/browser.full-bundle.js +410 -384
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +4 -4
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/components/Attachment/AttachmentActions.d.ts.map +1 -1
- package/dist/components/Attachment/AttachmentActions.js +3 -1
- package/dist/components/Channel/Channel.d.ts +3 -0
- package/dist/components/Channel/Channel.d.ts.map +1 -1
- package/dist/components/Channel/Channel.js +26 -2
- package/dist/components/LoadMore/LoadMoreButton.d.ts.map +1 -1
- package/dist/components/LoadMore/LoadMoreButton.js +5 -2
- package/dist/components/Message/hooks/useDeleteHandler.d.ts.map +1 -1
- package/dist/components/Message/hooks/useDeleteHandler.js +5 -5
- package/dist/components/MessageInput/hooks/useCommandTrigger.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useCommandTrigger.js +1 -3
- package/dist/components/ReactFileUtilities/ImageDropzone.d.ts.map +1 -1
- package/dist/components/ReactFileUtilities/ImageDropzone.js +3 -1
- package/dist/context/ChannelActionContext.d.ts +2 -1
- package/dist/context/ChannelActionContext.d.ts.map +1 -1
- package/dist/context/ChannelStateContext.d.ts +1 -1
- package/dist/i18n/Streami18n.d.ts +3 -0
- package/dist/i18n/Streami18n.d.ts.map +1 -1
- package/dist/i18n/de.json +5 -7
- package/dist/i18n/en.json +3 -0
- package/dist/i18n/es.json +5 -7
- package/dist/i18n/fr.json +5 -7
- package/dist/i18n/hi.json +5 -7
- package/dist/i18n/it.json +5 -7
- package/dist/i18n/ja.json +5 -7
- package/dist/i18n/ko.json +5 -7
- package/dist/i18n/nl.json +5 -7
- package/dist/i18n/pt.json +5 -7
- package/dist/i18n/ru.json +5 -7
- package/dist/i18n/tr.json +5 -7
- package/dist/index.cjs.js +243 -217
- package/dist/index.cjs.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
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": "
|
|
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",
|
|
@@ -50,8 +52,9 @@
|
|
|
50
52
|
"Send": "Invia",
|
|
51
53
|
"Send message request failed": "Invia messaggio di richiesta non riuscito",
|
|
52
54
|
"Sending...": "Invio in corso...",
|
|
55
|
+
"Shuffle": "Mescolare",
|
|
53
56
|
"Slow Mode ON": "Modalità lenta attivata",
|
|
54
|
-
"Some of the files will not be accepted": "
|
|
57
|
+
"Some of the files will not be accepted": "Alcuni dei file non saranno accettati",
|
|
55
58
|
"This message was deleted...": "Questo messaggio é stato cancellato",
|
|
56
59
|
"Thread": "Thread",
|
|
57
60
|
"Type your message": "Scrivi il tuo messaggio",
|
|
@@ -63,14 +66,11 @@
|
|
|
63
66
|
"You've reached the maximum number of files": "Hai raggiunto il numero massimo di file",
|
|
64
67
|
"ban-command-args": "[@nomeutente] [testo]",
|
|
65
68
|
"ban-command-description": "Vietare un utente",
|
|
66
|
-
"ban-command-name": "vietare",
|
|
67
69
|
"giphy-command-args": "[testo]",
|
|
68
70
|
"giphy-command-description": "Pubblica un gif casuale sul canale",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
71
|
"live": "live",
|
|
71
72
|
"mute-command-args": "[@nomeutente]",
|
|
72
73
|
"mute-command-description": "Silenzia un utente",
|
|
73
|
-
"mute-command-name": "silenzia",
|
|
74
74
|
"replyCount_many": "{{ count }} risposte",
|
|
75
75
|
"replyCount_one": "Una risposta",
|
|
76
76
|
"replyCount_other": "{{ count }} risposte",
|
|
@@ -80,10 +80,8 @@
|
|
|
80
80
|
"this content could not be displayed": "questo contenuto non puó essere mostrato",
|
|
81
81
|
"unban-command-args": "[@nomeutente]",
|
|
82
82
|
"unban-command-description": "Togliere il divieto a un utente",
|
|
83
|
-
"unban-command-name": "rimuovere il divieto",
|
|
84
83
|
"unmute-command-args": "[@nomeutente]",
|
|
85
84
|
"unmute-command-description": "Togliere il silenzio a un utente",
|
|
86
|
-
"unmute-command-name": "rimuovi il silenzio",
|
|
87
85
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e altri {{ moreCount }}",
|
|
88
86
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
|
|
89
87
|
"{{ 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": "
|
|
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": "メッセージが失敗しました · 許可されていません",
|
|
@@ -50,8 +52,9 @@
|
|
|
50
52
|
"Send": "送信",
|
|
51
53
|
"Send message request failed": "メッセージ送信リクエストが失敗しました",
|
|
52
54
|
"Sending...": "送信中...",
|
|
55
|
+
"Shuffle": "シャッフル",
|
|
53
56
|
"Slow Mode ON": "スローモードオン",
|
|
54
|
-
"Some of the files will not be accepted": "
|
|
57
|
+
"Some of the files will not be accepted": "一部のファイルは受け付けられません",
|
|
55
58
|
"This message was deleted...": "このメッセージは削除されました...",
|
|
56
59
|
"Thread": "スレッド",
|
|
57
60
|
"Type your message": "メッセージを入力してください",
|
|
@@ -63,14 +66,11 @@
|
|
|
63
66
|
"You've reached the maximum number of files": "ファイルの最大数に達しました",
|
|
64
67
|
"ban-command-args": "[@ユーザ名] [テキスト]",
|
|
65
68
|
"ban-command-description": "ユーザーを禁止する",
|
|
66
|
-
"ban-command-name": "禁止",
|
|
67
69
|
"giphy-command-args": "[テキスト]",
|
|
68
70
|
"giphy-command-description": "チャンネルにランダムなGIFを投稿する",
|
|
69
|
-
"giphy-command-name": "ギフィ",
|
|
70
71
|
"live": "ライブ",
|
|
71
72
|
"mute-command-args": "[@ユーザ名]",
|
|
72
73
|
"mute-command-description": "ユーザーをミュートする",
|
|
73
|
-
"mute-command-name": "ミュート",
|
|
74
74
|
"replyCount_one": "1件の返信",
|
|
75
75
|
"replyCount_other": "{{ count }} 返信",
|
|
76
76
|
"searchResultsCount_one": "1件の結果",
|
|
@@ -78,10 +78,8 @@
|
|
|
78
78
|
"this content could not be displayed": "このコンテンツは表示できませんでした",
|
|
79
79
|
"unban-command-args": "[@ユーザ名]",
|
|
80
80
|
"unban-command-description": "ユーザーの禁止を解除する",
|
|
81
|
-
"unban-command-name": "禁止解除",
|
|
82
81
|
"unmute-command-args": "[@ユーザ名]",
|
|
83
82
|
"unmute-command-description": "ユーザーのミュートを解除する",
|
|
84
|
-
"unmute-command-name": "ミュート解除",
|
|
85
83
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} と {{ moreCount }} 他人",
|
|
86
84
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} と {{ lastUser }}",
|
|
87
85
|
"{{ 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": "
|
|
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": "메시지 실패 · 승인되지 않음",
|
|
@@ -50,8 +52,9 @@
|
|
|
50
52
|
"Send": "보내다",
|
|
51
53
|
"Send message request failed": "메시지 보내기 요청 실패",
|
|
52
54
|
"Sending...": "배상중...",
|
|
55
|
+
"Shuffle": "셔플",
|
|
53
56
|
"Slow Mode ON": "슬로우 모드 켜짐",
|
|
54
|
-
"Some of the files will not be accepted": "
|
|
57
|
+
"Some of the files will not be accepted": "일부 파일은 허용되지 않을 수 있습니다",
|
|
55
58
|
"This message was deleted...": "이 메시지는 삭제되었습니다...",
|
|
56
59
|
"Thread": "스레드",
|
|
57
60
|
"Type your message": "메시지 입력",
|
|
@@ -63,14 +66,11 @@
|
|
|
63
66
|
"You've reached the maximum number of files": "최대 파일 수에 도달했습니다.",
|
|
64
67
|
"ban-command-args": "[@사용자이름] [텍스트]",
|
|
65
68
|
"ban-command-description": "사용자를 차단",
|
|
66
|
-
"ban-command-name": "차단",
|
|
67
69
|
"giphy-command-args": "[텍스트]",
|
|
68
70
|
"giphy-command-description": "채널에 무작위 GIF 게시",
|
|
69
|
-
"giphy-command-name": "지피",
|
|
70
71
|
"live": "라이브",
|
|
71
72
|
"mute-command-args": "[@사용자이름]",
|
|
72
73
|
"mute-command-description": "사용자 음소거",
|
|
73
|
-
"mute-command-name": "음소거",
|
|
74
74
|
"replyCount_one": "답장 1개",
|
|
75
75
|
"replyCount_other": "{{ count }} 답장",
|
|
76
76
|
"searchResultsCount_one": "1개의 결과",
|
|
@@ -78,10 +78,8 @@
|
|
|
78
78
|
"this content could not be displayed": "이 콘텐츠를 표시할 수 없습니다",
|
|
79
79
|
"unban-command-args": "[@사용자이름]",
|
|
80
80
|
"unban-command-description": "사용자 차단 해제",
|
|
81
|
-
"unban-command-name": "차단 해제",
|
|
82
81
|
"unmute-command-args": "[@사용자이름]",
|
|
83
82
|
"unmute-command-description": "사용자 음소거 해제",
|
|
84
|
-
"unmute-command-name": "음소거 해제",
|
|
85
83
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} 그리고 {{ moreCount }}명 더",
|
|
86
84
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} 그리고 {{ lastUser }}",
|
|
87
85
|
"{{ 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": "
|
|
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",
|
|
@@ -50,8 +52,9 @@
|
|
|
50
52
|
"Send": "Verstuur",
|
|
51
53
|
"Send message request failed": "Verzoek om bericht te verzenden mislukt",
|
|
52
54
|
"Sending...": "Aan het verzenden...",
|
|
55
|
+
"Shuffle": "Schudden",
|
|
53
56
|
"Slow Mode ON": "Langzame modus aan",
|
|
54
|
-
"Some of the files will not be accepted": "
|
|
57
|
+
"Some of the files will not be accepted": "Sommige bestanden zullen niet worden geaccepteerd",
|
|
55
58
|
"This message was deleted...": "Dit bericht was verwijderd",
|
|
56
59
|
"Thread": "Draadje",
|
|
57
60
|
"Type your message": "Type je bericht",
|
|
@@ -63,14 +66,11 @@
|
|
|
63
66
|
"You've reached the maximum number of files": "Je hebt het maximale aantal bestanden bereikt",
|
|
64
67
|
"ban-command-args": "[@gebruikersnaam] [tekst]",
|
|
65
68
|
"ban-command-description": "Een gebruiker verbannen",
|
|
66
|
-
"ban-command-name": "verbieden",
|
|
67
69
|
"giphy-command-args": "[tekst]",
|
|
68
70
|
"giphy-command-description": "Plaats een willekeurige gif in het kanaal",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
71
|
"live": "live",
|
|
71
72
|
"mute-command-args": "[@gebruikersnaam]",
|
|
72
73
|
"mute-command-description": "Een gebruiker dempen",
|
|
73
|
-
"mute-command-name": "demp",
|
|
74
74
|
"replyCount_one": "1 antwoord",
|
|
75
75
|
"replyCount_other": "{{ count }} antwoorden",
|
|
76
76
|
"searchResultsCount_one": "1 resultaat",
|
|
@@ -78,10 +78,8 @@
|
|
|
78
78
|
"this content could not be displayed": "Deze inhoud kan niet weergegeven worden",
|
|
79
79
|
"unban-command-args": "[@gebruikersnaam]",
|
|
80
80
|
"unban-command-description": "Een gebruiker debannen",
|
|
81
|
-
"unban-command-name": "verbod opheffen",
|
|
82
81
|
"unmute-command-args": "[@gebruikersnaam]",
|
|
83
82
|
"unmute-command-description": "Een gebruiker niet meer dempen",
|
|
84
|
-
"unmute-command-name": "dempen opheffen",
|
|
85
83
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} en {{ moreCount }} meer",
|
|
86
84
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} en {{ lastUser }}",
|
|
87
85
|
"{{ 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": "
|
|
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",
|
|
@@ -50,8 +52,9 @@
|
|
|
50
52
|
"Send": "Enviar",
|
|
51
53
|
"Send message request failed": "O pedido de envio de mensagem falhou",
|
|
52
54
|
"Sending...": "Enviando...",
|
|
55
|
+
"Shuffle": "Embaralhar",
|
|
53
56
|
"Slow Mode ON": "Modo lento LIGADO",
|
|
54
|
-
"Some of the files will not be accepted": "
|
|
57
|
+
"Some of the files will not be accepted": "Alguns dos arquivos não serão aceitos",
|
|
55
58
|
"This message was deleted...": "Esta mensagem foi excluída...",
|
|
56
59
|
"Thread": "Fio",
|
|
57
60
|
"Type your message": "Digite sua mensagem",
|
|
@@ -63,14 +66,11 @@
|
|
|
63
66
|
"You've reached the maximum number of files": "Você atingiu o número máximo de arquivos",
|
|
64
67
|
"ban-command-args": "[@nomedeusuário] [texto]",
|
|
65
68
|
"ban-command-description": "Banir um usuário",
|
|
66
|
-
"ban-command-name": "banir",
|
|
67
69
|
"giphy-command-args": "[texto]",
|
|
68
70
|
"giphy-command-description": "Postar um gif aleatório no canal",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
71
|
"live": "ao vivo",
|
|
71
72
|
"mute-command-args": "[@nomedeusuário]",
|
|
72
73
|
"mute-command-description": "Silenciar um usuário",
|
|
73
|
-
"mute-command-name": "silenciar",
|
|
74
74
|
"replyCount_many": "{{ count }} respostas",
|
|
75
75
|
"replyCount_one": "1 resposta",
|
|
76
76
|
"replyCount_other": "{{ count }} respostas",
|
|
@@ -80,10 +80,8 @@
|
|
|
80
80
|
"this content could not be displayed": "este conteúdo não pôde ser exibido",
|
|
81
81
|
"unban-command-args": "[@nomedeusuário]",
|
|
82
82
|
"unban-command-description": "Desbanir um usuário",
|
|
83
|
-
"unban-command-name": "retirar o banimento",
|
|
84
83
|
"unmute-command-args": "[@nomedeusuário]",
|
|
85
84
|
"unmute-command-description": "Retirar o silenciamento de um usuário",
|
|
86
|
-
"unmute-command-name": "retirar o silêncio",
|
|
87
85
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e mais {{ moreCount }}",
|
|
88
86
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
|
|
89
87
|
"{{ 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": "
|
|
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": "Ошибка отправки сообщения · Неавторизованный",
|
|
@@ -50,8 +52,9 @@
|
|
|
50
52
|
"Send": "Отправить",
|
|
51
53
|
"Send message request failed": "Не удалось отправить запрос на отправку сообщения",
|
|
52
54
|
"Sending...": "Отправка...",
|
|
55
|
+
"Shuffle": "Перемешать",
|
|
53
56
|
"Slow Mode ON": "Медленный режим включен",
|
|
54
|
-
"Some of the files will not be accepted": "
|
|
57
|
+
"Some of the files will not be accepted": "Некоторые файлы не будут приняты",
|
|
55
58
|
"This message was deleted...": "Сообщение было удалено...",
|
|
56
59
|
"Thread": "Ветка",
|
|
57
60
|
"Type your message": "Ваше сообщение",
|
|
@@ -63,14 +66,11 @@
|
|
|
63
66
|
"You've reached the maximum number of files": "Вы достигли максимального количества файлов",
|
|
64
67
|
"ban-command-args": "[@имяпользователя] [текст]",
|
|
65
68
|
"ban-command-description": "Заблокировать пользователя",
|
|
66
|
-
"ban-command-name": "заблокировать",
|
|
67
69
|
"giphy-command-args": "[текст]",
|
|
68
70
|
"giphy-command-description": "Опубликовать случайную GIF-анимацию в канале",
|
|
69
|
-
"giphy-command-name": "гиф",
|
|
70
71
|
"live": "В прямом эфире",
|
|
71
72
|
"mute-command-args": "[@имяпользователя]",
|
|
72
73
|
"mute-command-description": "Выключить микрофон у пользователя",
|
|
73
|
-
"mute-command-name": "выключить микрофон",
|
|
74
74
|
"replyCount_few": "{{ count }} ответов",
|
|
75
75
|
"replyCount_many": "{{ count }} ответов",
|
|
76
76
|
"replyCount_one": "1 ответ",
|
|
@@ -82,10 +82,8 @@
|
|
|
82
82
|
"this content could not be displayed": "Этот контент не может быть отображен в данный момент",
|
|
83
83
|
"unban-command-args": "[@имяпользователя]",
|
|
84
84
|
"unban-command-description": "Разблокировать пользователя",
|
|
85
|
-
"unban-command-name": "разблокировать",
|
|
86
85
|
"unmute-command-args": "[@имяпользователя]",
|
|
87
86
|
"unmute-command-description": "Включить микрофон у пользователя",
|
|
88
|
-
"unmute-command-name": "включить микрофон",
|
|
89
87
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} и {{ moreCount }} еще",
|
|
90
88
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} и {{ lastUser }}",
|
|
91
89
|
"{{ 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": "
|
|
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",
|
|
@@ -50,8 +52,9 @@
|
|
|
50
52
|
"Send": "Gönder",
|
|
51
53
|
"Send message request failed": "Mesaj gönderme isteği başarısız oldu",
|
|
52
54
|
"Sending...": "Gönderiliyor...",
|
|
55
|
+
"Shuffle": "Karıştır",
|
|
53
56
|
"Slow Mode ON": "Yavaş Mod Açık",
|
|
54
|
-
"Some of the files will not be accepted": "
|
|
57
|
+
"Some of the files will not be accepted": "Bazı dosyalar kabul edilmeyecektir",
|
|
55
58
|
"This message was deleted...": "Bu mesaj silindi",
|
|
56
59
|
"Thread": "Konu",
|
|
57
60
|
"Type your message": "Mesajınızı yazın",
|
|
@@ -63,14 +66,11 @@
|
|
|
63
66
|
"You've reached the maximum number of files": "Maksimum dosya sayısına ulaştınız",
|
|
64
67
|
"ban-command-args": "[@kullanıcıadı] [metin]",
|
|
65
68
|
"ban-command-description": "Bir kullanıcıyı yasakla",
|
|
66
|
-
"ban-command-name": "yasaklamak",
|
|
67
69
|
"giphy-command-args": "[metin]",
|
|
68
70
|
"giphy-command-description": "Rastgele bir gif'i kanala gönder",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
71
|
"live": "canlı",
|
|
71
72
|
"mute-command-args": "[@kullanıcıadı]",
|
|
72
73
|
"mute-command-description": "Bir kullanıcının sesini kapat",
|
|
73
|
-
"mute-command-name": "sessizleştirmek",
|
|
74
74
|
"replyCount_one": "1 cevap",
|
|
75
75
|
"replyCount_other": "{{ count }} cevaplar",
|
|
76
76
|
"searchResultsCount_one": "1 sonuç",
|
|
@@ -78,10 +78,8 @@
|
|
|
78
78
|
"this content could not be displayed": "bu içerik gösterilemiyor",
|
|
79
79
|
"unban-command-args": "[@kullanıcıadı]",
|
|
80
80
|
"unban-command-description": "Bir kullanıcının yasağını kaldır",
|
|
81
|
-
"unban-command-name": "yasak kaldırmak",
|
|
82
81
|
"unmute-command-args": "[@kullanıcıadı]",
|
|
83
82
|
"unmute-command-description": "Bir kullanıcının sesini aç",
|
|
84
|
-
"unmute-command-name": "sessizliği kaldırmak",
|
|
85
83
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} ve {{ moreCount }} daha",
|
|
86
84
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }}, ve {{ lastUser }}",
|
|
87
85
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} ve {{ secondUser }}",
|