stream-chat-react 12.6.2 → 12.7.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/components/AIStateIndicator/AIStateIndicator.d.ts +7 -0
- package/dist/components/AIStateIndicator/AIStateIndicator.js +15 -0
- package/dist/components/AIStateIndicator/hooks/useAIState.d.ts +17 -0
- package/dist/components/AIStateIndicator/hooks/useAIState.js +39 -0
- package/dist/components/AIStateIndicator/index.d.ts +2 -0
- package/dist/components/AIStateIndicator/index.js +2 -0
- package/dist/components/Channel/Channel.d.ts +1 -1
- package/dist/components/Channel/Channel.js +4 -0
- package/dist/components/ChannelPreview/utils.js +3 -1
- package/dist/components/Chat/hooks/useChat.js +1 -1
- package/dist/components/Message/MessageSimple.js +3 -2
- package/dist/components/Message/StreamedMessageText.d.ts +8 -0
- package/dist/components/Message/StreamedMessageText.js +16 -0
- package/dist/components/Message/hooks/index.d.ts +1 -0
- package/dist/components/Message/hooks/index.js +1 -0
- package/dist/components/Message/hooks/useMessageTextStreaming.d.ts +16 -0
- package/dist/components/Message/hooks/useMessageTextStreaming.js +31 -0
- package/dist/components/Message/index.d.ts +1 -0
- package/dist/components/Message/index.js +1 -0
- package/dist/components/Message/renderText/renderText.js +7 -0
- package/dist/components/Message/utils.d.ts +1 -1
- package/dist/components/Message/utils.js +1 -1
- package/dist/components/MessageInput/MessageInputFlat.js +16 -3
- package/dist/components/MessageInput/StopAIGenerationButton.d.ts +3 -0
- package/dist/components/MessageInput/StopAIGenerationButton.js +6 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/context/ComponentContext.d.ts +4 -1
- package/dist/css/v2/index.css +2 -2
- package/dist/css/v2/index.layout.css +2 -2
- package/dist/experimental/index.browser.cjs.map +2 -2
- package/dist/experimental/index.node.cjs.map +2 -2
- package/dist/i18n/Streami18n.d.ts +3 -0
- package/dist/i18n/de.json +3 -0
- package/dist/i18n/en.json +3 -0
- package/dist/i18n/es.json +3 -0
- package/dist/i18n/fr.json +3 -0
- package/dist/i18n/hi.json +3 -0
- package/dist/i18n/it.json +3 -0
- package/dist/i18n/ja.json +3 -0
- package/dist/i18n/ko.json +3 -0
- package/dist/i18n/nl.json +3 -0
- package/dist/i18n/pt.json +3 -0
- package/dist/i18n/ru.json +3 -0
- package/dist/i18n/tr.json +3 -0
- package/dist/index.browser.cjs +1265 -1081
- package/dist/index.browser.cjs.map +4 -4
- package/dist/index.node.cjs +1183 -994
- package/dist/index.node.cjs.map +4 -4
- package/dist/scss/v2/AIStateIndicator/AIStateIndicator-layout.scss +3 -0
- package/dist/scss/v2/AIStateIndicator/AIStateIndicator-theme.scss +7 -0
- package/dist/scss/v2/MessageInput/MessageInput-layout.scss +7 -1
- package/dist/scss/v2/MessageInput/MessageInput-theme.scss +9 -3
- package/dist/scss/v2/_icons.scss +1 -0
- package/dist/scss/v2/index.layout.scss +1 -0
- package/dist/scss/v2/index.scss +1 -0
- package/package.json +4 -4
|
@@ -184,6 +184,7 @@ export declare class Streami18n {
|
|
|
184
184
|
File: string;
|
|
185
185
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": string;
|
|
186
186
|
Flag: string;
|
|
187
|
+
"Generating...": string;
|
|
187
188
|
"Latest Messages": string;
|
|
188
189
|
"Load more": string;
|
|
189
190
|
"Mark as unread": string;
|
|
@@ -238,6 +239,7 @@ export declare class Streami18n {
|
|
|
238
239
|
"Some of the files will not be accepted": string;
|
|
239
240
|
Submit: string;
|
|
240
241
|
"Suggest an option": string;
|
|
242
|
+
"Thinking...": string;
|
|
241
243
|
"This message did not meet our content guidelines": string;
|
|
242
244
|
"This message was deleted...": string;
|
|
243
245
|
Thread: string;
|
|
@@ -283,6 +285,7 @@ export declare class Streami18n {
|
|
|
283
285
|
"aria/Remove attachment": string;
|
|
284
286
|
"aria/Retry upload": string;
|
|
285
287
|
"aria/Send": string;
|
|
288
|
+
"aria/Stop AI Generation": string;
|
|
286
289
|
live: string;
|
|
287
290
|
replyCount_one: string;
|
|
288
291
|
replyCount_other: string;
|
package/dist/i18n/de.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "Datei",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Datei ist zu groß: {{ size }}, maximale Upload-Größe beträgt {{ limit }}",
|
|
56
56
|
"Flag": "Melden",
|
|
57
|
+
"Generating...": "Generieren...",
|
|
57
58
|
"Latest Messages": "Neueste Nachrichten",
|
|
58
59
|
"Load more": "Mehr laden",
|
|
59
60
|
"Mark as unread": "Als ungelesen markieren",
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
"Some of the files will not be accepted": "Einige der Dateien werden nicht akzeptiert",
|
|
109
110
|
"Submit": "Absenden",
|
|
110
111
|
"Suggest an option": "Eine Option vorschlagen",
|
|
112
|
+
"Thinking...": "Denken...",
|
|
111
113
|
"This message did not meet our content guidelines": "Diese Nachricht entsprach nicht unseren Inhaltsrichtlinien",
|
|
112
114
|
"This message was deleted...": "Diese Nachricht wurde gelöscht...",
|
|
113
115
|
"Thread": "Thread",
|
|
@@ -153,6 +155,7 @@
|
|
|
153
155
|
"aria/Remove attachment": "Anhang entfernen",
|
|
154
156
|
"aria/Retry upload": "Upload erneut versuchen",
|
|
155
157
|
"aria/Send": "Senden",
|
|
158
|
+
"aria/Stop AI Generation": "KI-Generierung stoppen",
|
|
156
159
|
"ban-command-args": "[@Benutzername] [Text]",
|
|
157
160
|
"ban-command-description": "Einen Benutzer verbannen",
|
|
158
161
|
"giphy-command-args": "[Text]",
|
package/dist/i18n/en.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "File",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "File is too large: {{ size }}, maximum upload size is {{ limit }}",
|
|
56
56
|
"Flag": "Flag",
|
|
57
|
+
"Generating...": "Generating...",
|
|
57
58
|
"Latest Messages": "Latest Messages",
|
|
58
59
|
"Load more": "Load more",
|
|
59
60
|
"Mark as unread": "Mark as unread",
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
"Some of the files will not be accepted": "Some of the files will not be accepted",
|
|
109
110
|
"Submit": "Submit",
|
|
110
111
|
"Suggest an option": "Suggest an option",
|
|
112
|
+
"Thinking...": "Thinking...",
|
|
111
113
|
"This message did not meet our content guidelines": "This message did not meet our content guidelines",
|
|
112
114
|
"This message was deleted...": "This message was deleted...",
|
|
113
115
|
"Thread": "Thread",
|
|
@@ -153,6 +155,7 @@
|
|
|
153
155
|
"aria/Remove attachment": "Remove attachment",
|
|
154
156
|
"aria/Retry upload": "Retry upload",
|
|
155
157
|
"aria/Send": "Send",
|
|
158
|
+
"aria/Stop AI Generation": "Stop AI Generation",
|
|
156
159
|
"live": "live",
|
|
157
160
|
"replyCount_one": "1 reply",
|
|
158
161
|
"replyCount_other": "{{ count }} replies",
|
package/dist/i18n/es.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "Archivo",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "El archivo es demasiado grande: {{ size }}, el tamaño máximo de carga es de {{ limit }}",
|
|
56
56
|
"Flag": "Marcar",
|
|
57
|
+
"Generating...": "Generando...",
|
|
57
58
|
"Latest Messages": "Últimos mensajes",
|
|
58
59
|
"Load more": "Cargar más",
|
|
59
60
|
"Mark as unread": "Marcar como no leído",
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
"Some of the files will not be accepted": "Algunos archivos no serán aceptados",
|
|
111
112
|
"Submit": "Enviar",
|
|
112
113
|
"Suggest an option": "Sugerir una opción",
|
|
114
|
+
"Thinking...": "Pensando...",
|
|
113
115
|
"This message did not meet our content guidelines": "Este mensaje no cumple con nuestras directrices de contenido",
|
|
114
116
|
"This message was deleted...": "Este mensaje fue eliminado...",
|
|
115
117
|
"Thread": "Hilo",
|
|
@@ -156,6 +158,7 @@
|
|
|
156
158
|
"aria/Remove attachment": "Eliminar adjunto",
|
|
157
159
|
"aria/Retry upload": "Reintentar carga",
|
|
158
160
|
"aria/Send": "Enviar",
|
|
161
|
+
"aria/Stop AI Generation": "Detener generación de IA",
|
|
159
162
|
"ban-command-args": "[@usuario] [texto]",
|
|
160
163
|
"ban-command-description": "Prohibir a un usuario",
|
|
161
164
|
"giphy-command-args": "[texto]",
|
package/dist/i18n/fr.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "Fichier",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Le fichier est trop volumineux : {{ size }}, la taille maximale de téléchargement est de {{ limit }}",
|
|
56
56
|
"Flag": "Signaler",
|
|
57
|
+
"Generating...": "Génération...",
|
|
57
58
|
"Latest Messages": "Derniers messages",
|
|
58
59
|
"Load more": "Charger plus",
|
|
59
60
|
"Mark as unread": "Marquer comme non lu",
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
"Some of the files will not be accepted": "Certains fichiers ne seront pas acceptés",
|
|
111
112
|
"Submit": "Envoyer",
|
|
112
113
|
"Suggest an option": "Suggérer une option",
|
|
114
|
+
"Thinking...": "Réflexion...",
|
|
113
115
|
"This message did not meet our content guidelines": "Ce message ne respecte pas nos directives de contenu",
|
|
114
116
|
"This message was deleted...": "Ce message a été supprimé...",
|
|
115
117
|
"Thread": "Fil de discussion",
|
|
@@ -156,6 +158,7 @@
|
|
|
156
158
|
"aria/Remove attachment": "Supprimer la pièce jointe",
|
|
157
159
|
"aria/Retry upload": "Réessayer le téléchargement",
|
|
158
160
|
"aria/Send": "Envoyer",
|
|
161
|
+
"aria/Stop AI Generation": "Arrêter la génération d'IA",
|
|
159
162
|
"ban-command-args": "[@nomdutilisateur] [texte]",
|
|
160
163
|
"ban-command-description": "Bannir un utilisateur",
|
|
161
164
|
"giphy-command-args": "[texte]",
|
package/dist/i18n/hi.json
CHANGED
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"File": "फ़ाइल",
|
|
56
56
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "फ़ाइल बहुत बड़ी है: {{ size }}, अधिकतम अपलोड साइज़ {{ limit }} है",
|
|
57
57
|
"Flag": "फ्लैग करे",
|
|
58
|
+
"Generating...": "बना रहा है...",
|
|
58
59
|
"Latest Messages": "नवीनतम संदेश",
|
|
59
60
|
"Load more": "और लोड करें",
|
|
60
61
|
"Mark as unread": "अपठित चिह्नित करें",
|
|
@@ -109,6 +110,7 @@
|
|
|
109
110
|
"Some of the files will not be accepted": "कुछ फ़ाइलें स्वीकार नहीं की जाएंगी",
|
|
110
111
|
"Submit": "जमा करें",
|
|
111
112
|
"Suggest an option": "एक विकल्प सुझाव दें",
|
|
113
|
+
"Thinking...": "सोच रहा है...",
|
|
112
114
|
"This message did not meet our content guidelines": "यह संदेश हमारे सामग्री दिशानिर्देशों के अनुरूप नहीं था",
|
|
113
115
|
"This message was deleted...": "मैसेज हटा दिया गया",
|
|
114
116
|
"Thread": "रिप्लाई थ्रेड",
|
|
@@ -154,6 +156,7 @@
|
|
|
154
156
|
"aria/Remove attachment": "संलग्नक हटाएं",
|
|
155
157
|
"aria/Retry upload": "अपलोड पुनः प्रयास करें",
|
|
156
158
|
"aria/Send": "भेजें",
|
|
159
|
+
"aria/Stop AI Generation": "एआई जनरेशन रोकें",
|
|
157
160
|
"ban-command-args": "[@उपयोगकर्तनाम] [पाठ]",
|
|
158
161
|
"ban-command-description": "एक उपयोगकर्ता को प्रतिषेधित करें",
|
|
159
162
|
"giphy-command-args": "[पाठ]",
|
package/dist/i18n/it.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "File",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Il file è troppo grande: {{ size }}, la dimensione massima di caricamento è {{ limit }}",
|
|
56
56
|
"Flag": "Segnala",
|
|
57
|
+
"Generating...": "Generando...",
|
|
57
58
|
"Latest Messages": "Ultimi messaggi",
|
|
58
59
|
"Load more": "Carica di più",
|
|
59
60
|
"Mark as unread": "Contrassegna come non letto",
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
"Some of the files will not be accepted": "Alcuni dei file non saranno accettati",
|
|
111
112
|
"Submit": "Invia",
|
|
112
113
|
"Suggest an option": "Suggerisci un'opzione",
|
|
114
|
+
"Thinking...": "Pensando...",
|
|
113
115
|
"This message did not meet our content guidelines": "Questo messaggio non soddisfa le nostre linee guida sui contenuti",
|
|
114
116
|
"This message was deleted...": "Questo messaggio è stato cancellato...",
|
|
115
117
|
"Thread": "Discussione",
|
|
@@ -156,6 +158,7 @@
|
|
|
156
158
|
"aria/Remove attachment": "Rimuovi allegato",
|
|
157
159
|
"aria/Retry upload": "Riprova caricamento",
|
|
158
160
|
"aria/Send": "Invia",
|
|
161
|
+
"aria/Stop AI Generation": "Interrompi generazione IA",
|
|
159
162
|
"ban-command-args": "[@nomeutente] [testo]",
|
|
160
163
|
"ban-command-description": "Vietare un utente",
|
|
161
164
|
"giphy-command-args": "[testo]",
|
package/dist/i18n/ja.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "ファイル",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "ファイルが大きすぎます:{{ size }}、最大アップロードサイズは{{ limit }}です",
|
|
56
56
|
"Flag": "フラグ",
|
|
57
|
+
"Generating...": "生成中...",
|
|
57
58
|
"Latest Messages": "最新のメッセージ",
|
|
58
59
|
"Load more": "もっと読み込む",
|
|
59
60
|
"Mark as unread": "未読としてマーク",
|
|
@@ -106,6 +107,7 @@
|
|
|
106
107
|
"Some of the files will not be accepted": "一部のファイルは受け付けられません",
|
|
107
108
|
"Submit": "送信",
|
|
108
109
|
"Suggest an option": "オプションを提案",
|
|
110
|
+
"Thinking...": "考え中...",
|
|
109
111
|
"This message did not meet our content guidelines": "このメッセージはコンテンツガイドラインに適合していません",
|
|
110
112
|
"This message was deleted...": "このメッセージは削除されました...",
|
|
111
113
|
"Thread": "スレッド",
|
|
@@ -150,6 +152,7 @@
|
|
|
150
152
|
"aria/Remove attachment": "添付ファイルを削除",
|
|
151
153
|
"aria/Retry upload": "アップロードを再試行",
|
|
152
154
|
"aria/Send": "送信",
|
|
155
|
+
"aria/Stop AI Generation": "AI生成を停止",
|
|
153
156
|
"ban-command-args": "[@ユーザ名] [テキスト]",
|
|
154
157
|
"ban-command-description": "ユーザーを禁止する",
|
|
155
158
|
"giphy-command-args": "[テキスト]",
|
package/dist/i18n/ko.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "파일",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "파일이 너무 큽니다: {{ size }}, 최대 업로드 크기는 {{ limit }}입니다",
|
|
56
56
|
"Flag": "플래그",
|
|
57
|
+
"Generating...": "생성 중...",
|
|
57
58
|
"Latest Messages": "최신 메시지",
|
|
58
59
|
"Load more": "더 불러오기",
|
|
59
60
|
"Mark as unread": "읽지 않음으로 표시",
|
|
@@ -106,6 +107,7 @@
|
|
|
106
107
|
"Some of the files will not be accepted": "일부 파일은 허용되지 않을 수 있습니다",
|
|
107
108
|
"Submit": "제출",
|
|
108
109
|
"Suggest an option": "옵션 제안",
|
|
110
|
+
"Thinking...": "생각 중...",
|
|
109
111
|
"This message did not meet our content guidelines": "이 메시지는 콘텐츠 가이드라인을 충족하지 않습니다.",
|
|
110
112
|
"This message was deleted...": "이 메시지는 삭제되었습니다...",
|
|
111
113
|
"Thread": "스레드",
|
|
@@ -150,6 +152,7 @@
|
|
|
150
152
|
"aria/Remove attachment": "첨부 파일 제거",
|
|
151
153
|
"aria/Retry upload": "업로드 다시 시도",
|
|
152
154
|
"aria/Send": "보내기",
|
|
155
|
+
"aria/Stop AI Generation": "AI 생성 중지",
|
|
153
156
|
"ban-command-args": "[@사용자이름] [텍스트]",
|
|
154
157
|
"ban-command-description": "사용자를 차단",
|
|
155
158
|
"giphy-command-args": "[텍스트]",
|
package/dist/i18n/nl.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "Bestand",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Bestand is te groot: {{ size }}, maximale uploadgrootte is {{ limit }}",
|
|
56
56
|
"Flag": "Markeer",
|
|
57
|
+
"Generating...": "Genereren...",
|
|
57
58
|
"Latest Messages": "Laatste berichten",
|
|
58
59
|
"Load more": "Meer laden",
|
|
59
60
|
"Mark as unread": "Markeren als ongelezen",
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
"Some of the files will not be accepted": "Sommige bestanden zullen niet worden geaccepteerd",
|
|
109
110
|
"Submit": "Versturen",
|
|
110
111
|
"Suggest an option": "Stel een optie voor",
|
|
112
|
+
"Thinking...": "Denken...",
|
|
111
113
|
"This message did not meet our content guidelines": "Dit bericht voldeed niet aan onze inhoudsrichtlijnen",
|
|
112
114
|
"This message was deleted...": "Dit bericht was verwijderd",
|
|
113
115
|
"Thread": "Draadje",
|
|
@@ -153,6 +155,7 @@
|
|
|
153
155
|
"aria/Remove attachment": "Bijlage verwijderen",
|
|
154
156
|
"aria/Retry upload": "Upload opnieuw proberen",
|
|
155
157
|
"aria/Send": "Verzenden",
|
|
158
|
+
"aria/Stop AI Generation": "AI-generatie stoppen",
|
|
156
159
|
"ban-command-args": "[@gebruikersnaam] [tekst]",
|
|
157
160
|
"ban-command-description": "Een gebruiker verbannen",
|
|
158
161
|
"giphy-command-args": "[tekst]",
|
package/dist/i18n/pt.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "Arquivo",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "O arquivo é muito grande: {{ size }}, o tamanho máximo de upload é {{ limit }}",
|
|
56
56
|
"Flag": "Reportar",
|
|
57
|
+
"Generating...": "Gerando...",
|
|
57
58
|
"Latest Messages": "Mensagens mais recentes",
|
|
58
59
|
"Load more": "Carregar mais",
|
|
59
60
|
"Mark as unread": "Marcar como não lida",
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
"Some of the files will not be accepted": "Alguns arquivos não serão aceitos",
|
|
111
112
|
"Submit": "Enviar",
|
|
112
113
|
"Suggest an option": "Sugerir uma opção",
|
|
114
|
+
"Thinking...": "Pensando...",
|
|
113
115
|
"This message did not meet our content guidelines": "Esta mensagem não corresponde às nossas diretrizes de conteúdo",
|
|
114
116
|
"This message was deleted...": "Esta mensagem foi excluída...",
|
|
115
117
|
"Thread": "Fio",
|
|
@@ -156,6 +158,7 @@
|
|
|
156
158
|
"aria/Remove attachment": "Remover anexo",
|
|
157
159
|
"aria/Retry upload": "Tentar upload novamente",
|
|
158
160
|
"aria/Send": "Enviar",
|
|
161
|
+
"aria/Stop AI Generation": "Parar geração de IA",
|
|
159
162
|
"ban-command-args": "[@nomedeusuário] [texto]",
|
|
160
163
|
"ban-command-description": "Banir um usuário",
|
|
161
164
|
"giphy-command-args": "[texto]",
|
package/dist/i18n/ru.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "Файл",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Файл слишком большой: {{ size }}, максимальный размер загрузки составляет {{ limit }}",
|
|
56
56
|
"Flag": "Пожаловаться",
|
|
57
|
+
"Generating...": "Генерирую...",
|
|
57
58
|
"Latest Messages": "Последние сообщения",
|
|
58
59
|
"Load more": "Загрузить больше",
|
|
59
60
|
"Mark as unread": "Отметить как непрочитанное",
|
|
@@ -112,6 +113,7 @@
|
|
|
112
113
|
"Some of the files will not be accepted": "Некоторые файлы не будут приняты",
|
|
113
114
|
"Submit": "Отправить",
|
|
114
115
|
"Suggest an option": "Предложить вариант",
|
|
116
|
+
"Thinking...": "Думаю...",
|
|
115
117
|
"This message did not meet our content guidelines": "Сообщение не соответствует правилам",
|
|
116
118
|
"This message was deleted...": "Сообщение было удалено...",
|
|
117
119
|
"Thread": "Ветка",
|
|
@@ -159,6 +161,7 @@
|
|
|
159
161
|
"aria/Remove attachment": "Удалить вложение",
|
|
160
162
|
"aria/Retry upload": "Повторить загрузку",
|
|
161
163
|
"aria/Send": "Отправить",
|
|
164
|
+
"aria/Stop AI Generation": "Остановить генерацию ИИ",
|
|
162
165
|
"ban-command-args": "[@имяпользователя] [текст]",
|
|
163
166
|
"ban-command-description": "Заблокировать пользователя",
|
|
164
167
|
"giphy-command-args": "[текст]",
|
package/dist/i18n/tr.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"File": "Dosya",
|
|
55
55
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Dosya çok büyük: {{ size }}, maksimum yükleme boyutu {{ limit }}",
|
|
56
56
|
"Flag": "Bayrak",
|
|
57
|
+
"Generating...": "Oluşturuluyor...",
|
|
57
58
|
"Latest Messages": "Son Mesajlar",
|
|
58
59
|
"Load more": "Daha fazla yükle",
|
|
59
60
|
"Mark as unread": "Okunmamış olarak işaretle",
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
"Some of the files will not be accepted": "Bazı dosyalar kabul edilmeyecek",
|
|
109
110
|
"Submit": "Gönder",
|
|
110
111
|
"Suggest an option": "Bir seçenek önerin",
|
|
112
|
+
"Thinking...": "Düşünüyor...",
|
|
111
113
|
"This message did not meet our content guidelines": "Bu mesaj içerik yönergelerimize uygun değil",
|
|
112
114
|
"This message was deleted...": "Bu mesaj silindi...",
|
|
113
115
|
"Thread": "Konu",
|
|
@@ -153,6 +155,7 @@
|
|
|
153
155
|
"aria/Remove attachment": "Eki kaldır",
|
|
154
156
|
"aria/Retry upload": "Yüklemeyi Tekrar Dene",
|
|
155
157
|
"aria/Send": "Gönder",
|
|
158
|
+
"aria/Stop AI Generation": "Yapay Zeka Üretimini Durdur",
|
|
156
159
|
"ban-command-args": "[@kullanıcıadı] [metin]",
|
|
157
160
|
"ban-command-description": "Bir kullanıcıyı yasakla",
|
|
158
161
|
"giphy-command-args": "[metin]",
|