forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 style: improve chunk and file preview (lobehub#3658)
* ♻️ refactor: refactor the status * 💄 style: improve chunk preview * 💄 style: improve chunk preview * 🌐 chore: update i18n
- Loading branch information
Showing
66 changed files
with
695 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "القطع الأثرية", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "جزء", | ||
"file": "ملف" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "إنشاء رسالة مساعد ذكاء اصطناعي", | ||
"summary": "ملخص", | ||
"summaryTooltip": "ملخص للمحتوى الحالي" | ||
}, | ||
"emptyArtifactList": "قائمة القطع الأثرية الحالية فارغة، يرجى استخدام الإضافات في الجلسة ومن ثم التحقق مرة أخرى", | ||
"emptyKnowledgeList": "قائمة المعرفة الحالية فارغة، يرجى فتح قاعدة المعرفة حسب الحاجة في المحادثة قبل العرض", | ||
"files": "ملفات", | ||
"title": "نافذة موسعة" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Артефакти", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Част", | ||
"file": "Файл" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Създаване на съобщение на помощника", | ||
"summary": "Обобщение", | ||
"summaryTooltip": "Обобщение на текущото съдържание" | ||
}, | ||
"emptyArtifactList": "Списъкът с текущите артефакти е празен. Моля, използвайте добавки в разговора и след това проверете отново.", | ||
"emptyKnowledgeList": "Текущият списък с познания е празен. Моля, активирайте базата данни на познанията по време на сесията, за да я прегледате.", | ||
"files": "файлове", | ||
"title": "Разширено прозорец" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artefakte", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Chunk", | ||
"file": "Datei" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Assistenten-Nachricht erstellen", | ||
"summary": "Zusammenfassung", | ||
"summaryTooltip": "Zusammenfassung des aktuellen Inhalts" | ||
}, | ||
"emptyArtifactList": "Die Liste der Artefakte ist derzeit leer. Bitte verwenden Sie Plugins in der Sitzung und überprüfen Sie sie erneut.", | ||
"emptyKnowledgeList": "Die aktuelle Wissensliste ist leer. Bitte aktivieren Sie die Wissensdatenbank nach Bedarf in der Sitzung, um sie anzuzeigen.", | ||
"files": "Dateien", | ||
"title": "Erweiterungsfenster" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artifacts", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Chunk", | ||
"file": "File" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Generate Assistant Message", | ||
"summary": "Summary", | ||
"summaryTooltip": "Summarize current content" | ||
}, | ||
"emptyArtifactList": "The current Artifacts list is empty. Please use plugins in the session as needed before viewing.", | ||
"emptyKnowledgeList": "The current knowledge list is empty. Please enable the knowledge base as needed during the conversation before viewing.", | ||
"files": "Files", | ||
"title": "Portal View" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artefactos", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Fragmento", | ||
"file": "Archivo" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Crear mensaje de IA", | ||
"summary": "Resumen", | ||
"summaryTooltip": "Resumir el contenido actual" | ||
}, | ||
"emptyArtifactList": "La lista de Artefactos actual está vacía. Por favor, utilice los complementos en la conversación y vuelva a intentarlo.", | ||
"emptyKnowledgeList": "La lista de conocimientos actual está vacía. Por favor, activa la base de conocimientos según sea necesario en la conversación antes de volver a revisar.", | ||
"files": "archivos", | ||
"title": "Ventana de expansión" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artifacts", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Fragment", | ||
"file": "Fichier" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Créer un message d'assistant", | ||
"summary": "Résumé", | ||
"summaryTooltip": "Résumé du contenu actuel" | ||
}, | ||
"emptyArtifactList": "La liste des Artifacts est actuellement vide. Veuillez utiliser les plugins dans la conversation avant de consulter à nouveau.", | ||
"emptyKnowledgeList": "La liste des connaissances est actuellement vide. Veuillez activer la base de connaissances selon vos besoins dans la conversation avant de consulter.", | ||
"files": "Fichiers", | ||
"title": "Fenêtre d'extension" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artefatti", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Blocco", | ||
"file": "File" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Genera messaggio AI", | ||
"summary": "Sommario", | ||
"summaryTooltip": "Sommario del contenuto attuale" | ||
}, | ||
"emptyArtifactList": "La lista degli Artefatti attuale è vuota, si prega di utilizzare i plugin necessari durante la sessione e poi controllare di nuovo", | ||
"emptyKnowledgeList": "L'elenco delle conoscenze attuale è vuoto. Si prega di attivare il database delle conoscenze durante la conversazione per visualizzarlo.", | ||
"files": "File", | ||
"title": "Finestra di espansione" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "アーティファクト", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "チャンク", | ||
"file": "ファイル" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "AIメッセージを生成", | ||
"summary": "サマリー", | ||
"summaryTooltip": "現在の内容を要約" | ||
}, | ||
"emptyArtifactList": "現在、アーティファクトリストは空です。プラグインを使用してセッション中に追加してください。", | ||
"emptyKnowledgeList": "現在の知識リストは空です。会話中に必要に応じて知識ベースを開いてからご覧ください。", | ||
"files": "ファイル", | ||
"title": "拡張ウィンドウ" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "아티팩트", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "청크", | ||
"file": "파일" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "AI 메시지 생성", | ||
"summary": "요약", | ||
"summaryTooltip": "현재 콘텐츠를 요약합니다" | ||
}, | ||
"emptyArtifactList": "현재 아티팩트 목록이 비어 있습니다. 플러그인을 사용한 후에 다시 확인해주세요.", | ||
"emptyKnowledgeList": "현재 지식 목록이 비어 있습니다. 대화 중에 필요에 따라 지식 베이스를 활성화한 후 다시 확인해 주세요.", | ||
"files": "파일", | ||
"title": "확장 창" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artifacts", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Chunk", | ||
"file": "Bestand" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Creëer assistentbericht", | ||
"summary": "Samenvatting", | ||
"summaryTooltip": "Samenvatting van de huidige inhoud" | ||
}, | ||
"emptyArtifactList": "De huidige lijst met Artifacts is leeg. Gebruik plugins in de sessie en bekijk deze later opnieuw.", | ||
"emptyKnowledgeList": "De huidige kennislijst is leeg. Gelieve de kennisbank in de sessie te openen voordat u deze bekijkt.", | ||
"files": "Bestanden", | ||
"title": "Uitbreidingsvenster" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artefakty", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Część", | ||
"file": "Plik" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Tworzenie wiadomości AI", | ||
"summary": "Podsumowanie", | ||
"summaryTooltip": "Podsumowanie bieżącej zawartości" | ||
}, | ||
"emptyArtifactList": "Obecna lista Artefaktów jest pusta. Proszę użyć wtyczek w trakcie sesji, a następnie sprawdzić ponownie.", | ||
"emptyKnowledgeList": "Aktualna lista wiedzy jest pusta. Proszę otworzyć bazę wiedzy w trakcie rozmowy, aby ją przeglądać.", | ||
"files": "Pliki", | ||
"title": "Okno rozszerzenia" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artefatos", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Parte", | ||
"file": "Arquivo" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Gerar mensagem de IA", | ||
"summary": "Resumo", | ||
"summaryTooltip": "Resumir o conteúdo atual" | ||
}, | ||
"emptyArtifactList": "A lista de Artefatos atual está vazia. Por favor, use os plugins conforme necessário durante a sessão e depois verifique novamente.", | ||
"emptyKnowledgeList": "A lista de conhecimentos atual está vazia. Por favor, ative o repositório de conhecimentos conforme necessário durante a conversa antes de visualizar.", | ||
"files": "Arquivos", | ||
"title": "Janela de Expansão" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Артефакты", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Часть", | ||
"file": "Файл" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Создать сообщение помощника", | ||
"summary": "Сводка", | ||
"summaryTooltip": "Сводка текущего содержимого" | ||
}, | ||
"emptyArtifactList": "Список текущих артефактов пуст. Пожалуйста, используйте плагины во время сеанса и затем просмотрите.", | ||
"emptyKnowledgeList": "Текущий список знаний пуст. Пожалуйста, откройте базу знаний по мере необходимости в разговоре, прежде чем просматривать.", | ||
"files": "файлы", | ||
"title": "Расширенное окно" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artefaktlar", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Parça", | ||
"file": "Dosya" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Yapay Zeka Mesajı Oluştur", | ||
"summary": "Özet", | ||
"summaryTooltip": "Mevcut içeriği özetle" | ||
}, | ||
"emptyArtifactList": "Mevcut Artefakt listesi boş, lütfen eklentileri kullanarak oturumda gerektiğinde göz atın", | ||
"emptyKnowledgeList": "Mevcut bilgi listesi boş. Lütfen sohbet sırasında ihtiyaç duyduğunuz bilgi havuzunu açtıktan sonra tekrar kontrol edin.", | ||
"files": "Dosyalar", | ||
"title": "Genişletme Penceresi" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Tác Phẩm", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "Phân đoạn", | ||
"file": "Tập tin" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "Tạo tin nhắn trợ giúp", | ||
"summary": "Tóm tắt", | ||
"summaryTooltip": "Tóm tắt nội dung hiện tại" | ||
}, | ||
"emptyArtifactList": "Danh sách Tác Phẩm hiện tại đang trống, vui lòng sử dụng các plugin trong cuộc trò chuyện trước khi xem lại", | ||
"emptyKnowledgeList": "Danh sách kiến thức hiện tại trống, vui lòng mở kho kiến thức khi cần trong cuộc trò chuyện trước khi xem", | ||
"files": "Tập tin", | ||
"title": "Cửa sổ mở rộng" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"Artifacts": "Artifacts", | ||
"FilePreview": { | ||
"tabs": { | ||
"chunk": "分块", | ||
"file": "文件" | ||
} | ||
}, | ||
"actions": { | ||
"genAiMessage": "创建助手消息", | ||
"summary": "总结", | ||
"summaryTooltip": "总结当前内容" | ||
}, | ||
"emptyArtifactList": "当前 Artifacts 列表为空,请在会话中按需使用插件后再查看", | ||
"emptyKnowledgeList": "当前知识列表为空,请在会话中按需开启知识库后再查看", | ||
"files": "文件", | ||
"title": "工作区" | ||
} |
Oops, something went wrong.