diff --git a/packages/ui/src/lib/i18n/messages/de.ts b/packages/ui/src/lib/i18n/messages/de.ts index 9bcdd585..293e3225 100644 --- a/packages/ui/src/lib/i18n/messages/de.ts +++ b/packages/ui/src/lib/i18n/messages/de.ts @@ -1964,7 +1964,7 @@ export const dict = { 'chat.chatInput.toast.messageSendFailed': 'Nachricht konnte nicht gesendet werden. Anhänge wurden wiederhergestellt.', 'chat.chatInput.toast.clipboardAttachFailed': 'Fehler beim Anhängen des Bildes aus der Zwischenablage', 'chat.chatInput.toast.clipboardTextAttachFailed': 'Fehler beim Anhängen des eingefügten Texts als Datei', - 'chat.chatInput.toast.largeTextPaste.title': 'Großes Texteinfügen', + 'chat.chatInput.toast.largeTextPaste.title': 'Großer Text erkannt', 'chat.chatInput.toast.largeTextPaste.attach': 'Als Datei anhängen', 'chat.chatInput.toast.largeTextPaste.inline': 'Direkt einfügen', 'chat.chatInput.toast.addedFileMentions': '{count} Datei(er) hinzugefügt', diff --git a/packages/ui/src/lib/i18n/messages/en.ts b/packages/ui/src/lib/i18n/messages/en.ts index 22c51d6e..84a8f38d 100644 --- a/packages/ui/src/lib/i18n/messages/en.ts +++ b/packages/ui/src/lib/i18n/messages/en.ts @@ -2125,7 +2125,7 @@ export const dict = { 'chat.chatInput.toast.messageSendFailed': 'Message failed to send. Attachments restored.', 'chat.chatInput.toast.clipboardAttachFailed': 'Failed to attach image from clipboard', 'chat.chatInput.toast.clipboardTextAttachFailed': 'Failed to attach pasted text as a file', - 'chat.chatInput.toast.largeTextPaste.title': 'Large text paste', + 'chat.chatInput.toast.largeTextPaste.title': 'Large text detected', 'chat.chatInput.toast.largeTextPaste.attach': 'Attach as file', 'chat.chatInput.toast.largeTextPaste.inline': 'Paste inline', 'chat.chatInput.toast.addedFileMentions': 'Added {count} file mention(s)', diff --git a/packages/ui/src/lib/i18n/messages/es.ts b/packages/ui/src/lib/i18n/messages/es.ts index a45604e5..7099dd5a 100644 --- a/packages/ui/src/lib/i18n/messages/es.ts +++ b/packages/ui/src/lib/i18n/messages/es.ts @@ -2091,7 +2091,7 @@ export const dict: Record = { "chat.chatInput.toast.messageSendFailed": "El mensaje no se pudo enviar. Los adjuntos se restauraron.", "chat.chatInput.toast.clipboardAttachFailed": "No se pudo adjuntar la imagen desde el portapapeles", "chat.chatInput.toast.clipboardTextAttachFailed": "No se pudo adjuntar el texto pegado como archivo", - "chat.chatInput.toast.largeTextPaste.title": "Pegado de texto grande", + "chat.chatInput.toast.largeTextPaste.title": "Texto grande detectado", "chat.chatInput.toast.largeTextPaste.attach": "Adjuntar como archivo", "chat.chatInput.toast.largeTextPaste.inline": "Pegar en línea", "chat.chatInput.toast.addedFileMentions": "Se añadieron {count} mención(es) de archivo", diff --git a/packages/ui/src/lib/i18n/messages/fr.ts b/packages/ui/src/lib/i18n/messages/fr.ts index 7b5d5ed4..badf21ec 100644 --- a/packages/ui/src/lib/i18n/messages/fr.ts +++ b/packages/ui/src/lib/i18n/messages/fr.ts @@ -1894,7 +1894,7 @@ export const dict = { 'chat.chatInput.toast.messageSendFailed': 'Le message n\'a pas pu être envoyé. Pièces jointes restaurées.', 'chat.chatInput.toast.clipboardAttachFailed': 'Échec de la pièce jointe de l\'image du presse-papiers', 'chat.chatInput.toast.clipboardTextAttachFailed': 'Échec de la pièce jointe du texte collé comme fichier', - 'chat.chatInput.toast.largeTextPaste.title': 'Collage de texte volumineux', + 'chat.chatInput.toast.largeTextPaste.title': 'Texte volumineux détecté', 'chat.chatInput.toast.largeTextPaste.attach': 'Joindre comme fichier', 'chat.chatInput.toast.largeTextPaste.inline': 'Coller en ligne', 'chat.chatInput.toast.addedFileMentions': 'Ajout des mentions du fichier {count}', diff --git a/packages/ui/src/lib/i18n/messages/ja.ts b/packages/ui/src/lib/i18n/messages/ja.ts index b3bf1ccd..c07f604f 100644 --- a/packages/ui/src/lib/i18n/messages/ja.ts +++ b/packages/ui/src/lib/i18n/messages/ja.ts @@ -2121,7 +2121,7 @@ export const dict: Record = { 'chat.chatInput.toast.messageSendFailed': 'メッセージの送信に失敗しました。添付ファイルは復元されました。', 'chat.chatInput.toast.clipboardAttachFailed': 'クリップボードからの画像添付に失敗しました', 'chat.chatInput.toast.clipboardTextAttachFailed': '貼り付けたテキストのファイル添付に失敗しました', - 'chat.chatInput.toast.largeTextPaste.title': '大きなテキストの貼り付け', + 'chat.chatInput.toast.largeTextPaste.title': '大きなテキストを検出', 'chat.chatInput.toast.largeTextPaste.attach': 'ファイルとして添付', 'chat.chatInput.toast.largeTextPaste.inline': 'そのまま貼り付け', 'chat.chatInput.toast.addedFileMentions': '{count}件のファイルメンションを追加しました', diff --git a/packages/ui/src/lib/i18n/messages/ko.ts b/packages/ui/src/lib/i18n/messages/ko.ts index 3fe5a80c..32787b7d 100644 --- a/packages/ui/src/lib/i18n/messages/ko.ts +++ b/packages/ui/src/lib/i18n/messages/ko.ts @@ -2125,7 +2125,7 @@ export const dict: Record = { 'chat.chatInput.toast.messageSendFailed': '메시지 전송에 실패했습니다. 첨부 파일을 복원했습니다.', 'chat.chatInput.toast.clipboardAttachFailed': '클립보드 이미지 첨부 실패', 'chat.chatInput.toast.clipboardTextAttachFailed': '붙여넣은 텍스트를 파일로 첨부하지 못했습니다', - 'chat.chatInput.toast.largeTextPaste.title': '긴 텍스트 붙여넣기', + 'chat.chatInput.toast.largeTextPaste.title': '긴 텍스트 감지됨', 'chat.chatInput.toast.largeTextPaste.attach': '파일로 첨부', 'chat.chatInput.toast.largeTextPaste.inline': '본문에 붙여넣기', 'chat.chatInput.toast.addedFileMentions': '파일 멘션 {count}개 추가됨', diff --git a/packages/ui/src/lib/i18n/messages/pl.ts b/packages/ui/src/lib/i18n/messages/pl.ts index 057b86b7..a1ebaf3d 100644 --- a/packages/ui/src/lib/i18n/messages/pl.ts +++ b/packages/ui/src/lib/i18n/messages/pl.ts @@ -1222,7 +1222,7 @@ export const dict: Record = { 'chat.chatInput.toast.attachmentsTooLarge': 'Załączniki są zbyt duże, aby je wysłać. Spróbuj zmniejszyć liczbę lub rozmiar obrazów.', 'chat.chatInput.toast.clipboardAttachFailed': 'Nie udało się dołączyć obrazu ze schowka', 'chat.chatInput.toast.clipboardTextAttachFailed': 'Nie udało się dołączyć wklejonego tekstu jako pliku', - 'chat.chatInput.toast.largeTextPaste.title': 'Wklejanie dużego tekstu', + 'chat.chatInput.toast.largeTextPaste.title': 'Wykryto duży tekst', 'chat.chatInput.toast.largeTextPaste.attach': 'Dołącz jako plik', 'chat.chatInput.toast.largeTextPaste.inline': 'Wklej w treści', 'chat.chatInput.toast.compactFailed': 'Nie udało się skompaktować sesji', diff --git a/packages/ui/src/lib/i18n/messages/pt-BR.ts b/packages/ui/src/lib/i18n/messages/pt-BR.ts index 9116573a..72aa9589 100644 --- a/packages/ui/src/lib/i18n/messages/pt-BR.ts +++ b/packages/ui/src/lib/i18n/messages/pt-BR.ts @@ -2091,7 +2091,7 @@ export const dict: Record = { "chat.chatInput.toast.messageSendFailed": "A mensagem não pôde ser enviada. Os anexos foram restaurados.", "chat.chatInput.toast.clipboardAttachFailed": "Não foi possível anexar a imagem da área de transferência", "chat.chatInput.toast.clipboardTextAttachFailed": "Não foi possível anexar o texto colado como arquivo", - "chat.chatInput.toast.largeTextPaste.title": "Colagem de texto grande", + "chat.chatInput.toast.largeTextPaste.title": "Texto grande detectado", "chat.chatInput.toast.largeTextPaste.attach": "Anexar como arquivo", "chat.chatInput.toast.largeTextPaste.inline": "Colar no corpo", "chat.chatInput.toast.addedFileMentions": "Foram adicionadas {count} menção(es) de arquivo", diff --git a/packages/ui/src/lib/i18n/messages/uk.ts b/packages/ui/src/lib/i18n/messages/uk.ts index 2b93fa06..6f25914b 100644 --- a/packages/ui/src/lib/i18n/messages/uk.ts +++ b/packages/ui/src/lib/i18n/messages/uk.ts @@ -2091,7 +2091,7 @@ export const dict: Record = { "chat.chatInput.toast.messageSendFailed": "Не вдалося надіслати повідомлення. Вкладення відновлено.", "chat.chatInput.toast.clipboardAttachFailed": "Не вдалося вкласти зображення з буфера обміну", "chat.chatInput.toast.clipboardTextAttachFailed": "Не вдалося долучити вставлений текст як файл", - "chat.chatInput.toast.largeTextPaste.title": "Вставлення великого тексту", + "chat.chatInput.toast.largeTextPaste.title": "Виявлено великий текст", "chat.chatInput.toast.largeTextPaste.attach": "Долучити як файл", "chat.chatInput.toast.largeTextPaste.inline": "Вставити в повідомлення", "chat.chatInput.toast.addedFileMentions": "Додано згадки файлів {count}", diff --git a/packages/ui/src/lib/i18n/messages/zh-CN.ts b/packages/ui/src/lib/i18n/messages/zh-CN.ts index 58cc1898..bd1bcc72 100644 --- a/packages/ui/src/lib/i18n/messages/zh-CN.ts +++ b/packages/ui/src/lib/i18n/messages/zh-CN.ts @@ -2091,7 +2091,7 @@ export const dict: Record = { 'chat.chatInput.toast.messageSendFailed': '消息发送失败,附件已恢复。', 'chat.chatInput.toast.clipboardAttachFailed': '从剪贴板附加图片失败', 'chat.chatInput.toast.clipboardTextAttachFailed': '无法将粘贴的文本附加为文件', - 'chat.chatInput.toast.largeTextPaste.title': '粘贴大段文本', + 'chat.chatInput.toast.largeTextPaste.title': '检测到大段文本', 'chat.chatInput.toast.largeTextPaste.attach': '附加为文件', 'chat.chatInput.toast.largeTextPaste.inline': '直接粘贴', 'chat.chatInput.toast.addedFileMentions': '已添加 {count} 个文件提及', diff --git a/packages/ui/src/lib/i18n/messages/zh-TW.ts b/packages/ui/src/lib/i18n/messages/zh-TW.ts index 8753d3bc..ad054f0d 100644 --- a/packages/ui/src/lib/i18n/messages/zh-TW.ts +++ b/packages/ui/src/lib/i18n/messages/zh-TW.ts @@ -2095,7 +2095,7 @@ export const dict: Record = { 'chat.chatInput.toast.messageSendFailed': '訊息傳送失敗,附件已恢復。', 'chat.chatInput.toast.clipboardAttachFailed': '從剪貼簿附加圖片失敗', 'chat.chatInput.toast.clipboardTextAttachFailed': '無法將貼上的文字附加為檔案', - 'chat.chatInput.toast.largeTextPaste.title': '貼上大段文字', + 'chat.chatInput.toast.largeTextPaste.title': '偵測到大段文字', 'chat.chatInput.toast.largeTextPaste.attach': '附加為檔案', 'chat.chatInput.toast.largeTextPaste.inline': '直接貼上', 'chat.chatInput.toast.addedFileMentions': '已加入 {count} 個檔案提及',