mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 09:08:52 +01:00
chore: update comparisons
This commit is contained in:
parent
bce0584c67
commit
fb6e87c36d
10 changed files with 305 additions and 0 deletions
|
|
@ -1645,6 +1645,36 @@ export const comparisons = {
|
|||
english: 'Data controls',
|
||||
translated: 'تحكم في البيانات',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: 'بحث الملفات',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'لا يتم دعم إرفاق مخازن الكتل الرقمية لميزة البحث في الملفات بعد. يمكنك إرفاقها من ملعب المزود أو إرفاق ملفات إلى الرسائل للبحث في الملفات على أساس المحادثة.',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated: 'البحث في الملفات غير مُمكّن على هذا النموذج. يرجى تحديد نموذج آخر.',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: 'لا يمكن إرفاق ملفات المساعد إلى نقاط نهائية أخرى',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: 'قد يتم تجاهل الملفات غير المساعدة دون وجود أداة متوافقة',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: 'تم حذف المساعد بنجاح',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: 'حدث خطأ أثناء حذف المساعد',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: 'تم النسخ',
|
||||
|
|
|
|||
|
|
@ -2315,6 +2315,37 @@ export const comparisons = {
|
|||
english: 'Language',
|
||||
translated: 'Sprache',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: 'Dateisuche',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'Das Anhängen von Vektorspeichern für die Dateisuche wird derzeit noch nicht unterstützt. Du kannst sie im Provider Playground anhängen oder Dateien für die Dateisuche pro Thread anhängen.',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated:
|
||||
'Die Dateisuche ist für dieses Modell nicht aktiviert. Bitte wähle ein anderes Modell aus.',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: 'Assistent-Dateien können nicht an andere Endpunkte angehängt werden',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: 'Nicht-Assistent-Dateien könnten ohne ein kompatibles Werkzeug ignoriert werden',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: 'Assistent erfolgreich gelöscht',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: 'Beim Löschen des Assistenten ist ein Fehler aufgetreten.',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: 'Kopiert',
|
||||
|
|
|
|||
|
|
@ -2297,6 +2297,37 @@ export const comparisons = {
|
|||
english: 'Español',
|
||||
translated: 'Español',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: 'Búsqueda de Archivos',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'Adjuntar almacenes vectoriales para la Búsqueda de Archivos aún no está soportado. Puede adjuntarlos desde el Área de Pruebas del Proveedor o adjuntar archivos a los mensajes para la búsqueda de archivos en una conversación específica.',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated:
|
||||
'La búsqueda de archivos no está habilitada en este modelo. Por favor, seleccione otro modelo.',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: 'No se pueden adjuntar archivos del Asistente a otros puntos de conexión',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: 'Es posible que los archivos no compatibles con la herramienta sean ignorados',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: 'Asistente eliminado con éxito',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: 'Hubo un error al eliminar el asistente',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: '¡Copiado!',
|
||||
|
|
|
|||
|
|
@ -1873,6 +1873,37 @@ export const comparisons = {
|
|||
english: 'Account',
|
||||
translated: 'Compte',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: 'Recherche de fichiers',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'L\'ajout de vecteurs de stockage pour la recherche de fichiers n\'est pas encore pris en charge. Vous pouvez les ajouter depuis le terrain de jeu du fournisseur ou joindre des fichiers aux messages pour une recherche de fichiers au niveau du fil de discussion.',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated:
|
||||
'La recherche de fichiers n\'est pas activée pour ce modèle. Veuillez sélectionner un autre modèle.',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: 'Impossible de joindre les fichiers de l\'Assistant à d\'autres points d\'accès',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: 'Les fichiers non compatibles avec l\'outil peuvent être ignorés',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: 'Assistant supprimé avec succès',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: 'Une erreur s\'est produite lors de la suppression de l\'assistant.',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: 'Copié !',
|
||||
|
|
|
|||
|
|
@ -2453,6 +2453,36 @@ export const comparisons = {
|
|||
english: 'Account',
|
||||
translated: 'Account',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: 'Ricerca File',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'L\'aggiunta di archivi vettoriali per la Ricerca File non è ancora supportata. Puoi aggiungerli dal Provider Playground o allegare file ai messaggi per la ricerca file su base di thread.',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated: 'La ricerca di file non è abilitata su questo modello. Seleziona un altro modello.',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: 'Non è possibile allegare file dell\'Assistente ad altri endpoint',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: 'Attenzione: i file non compatibili con lo strumento potrebbero essere ignorati',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: 'Assistente eliminato con successo',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: 'Si è verificato un errore durante l\'eliminazione dell\'assistente',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: 'Copiato!',
|
||||
|
|
|
|||
|
|
@ -2306,6 +2306,38 @@ export const comparisons = {
|
|||
english: 'Account',
|
||||
translated: 'アカウント',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: 'ファイル検索',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'ファイル検索用のベクトル ストアを添付することはまだサポートされていません。Provider Playgroundからそれらを添付するか、スレッド単位でメッセージにファイルを添付してファイル検索を行うことができます。',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated:
|
||||
'このモデルではファイル検索機能は有効になっていません。別のモデルを選択してください。',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: '他のエンドポイントにAssistantファイルを添付することはできません',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated:
|
||||
'互換性のあるツールがない場合、非アシスタントのファイルは無視される可能性があります',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: 'アシスタントが正常に削除されました',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: 'アシスタントの削除中にエラーが発生しました。',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: 'コピーしました',
|
||||
|
|
|
|||
|
|
@ -1590,6 +1590,36 @@ export const comparisons = {
|
|||
english: 'Data controls',
|
||||
translated: '데이터 제어',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: '파일 검색',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'파일 검색을 위한 벡터 저장소 연결은 아직 지원되지 않습니다. Provider Playground에서 연결하거나 스레드 기반으로 메시지에 파일을 첨부하여 파일 검색을 할 수 있습니다.',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated: '이 모델에서는 파일 검색 기능을 사용할 수 없습니다. 다른 모델을 선택하세요.',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: '어시스턴트 파일을 다른 엔드포인트에 첨부할 수 없습니다.',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: '호환되는 도구가 없으면 비어시스턴트 파일이 무시될 수 있습니다.',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: '어시스턴트가 성공적으로 삭제되었습니다',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: '어시스턴트 삭제 중 오류가 발생했습니다.',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: '복사됨',
|
||||
|
|
|
|||
|
|
@ -1958,6 +1958,36 @@ export const comparisons = {
|
|||
english: 'You',
|
||||
translated: 'Вы',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: 'Поиск файлов',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'Прикрепление векторных хранилищ для Поиска по файлам пока не поддерживается. Вы можете прикрепить их из Песочницы провайдера или прикрепить файлы к сообщениям для поиска по файлам в отдельных диалогах.',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated: 'Поиск по файлам недоступен для этой модели. Пожалуйста, выберите другую модель.',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: 'Невозможно прикрепить файлы ассистента к другим режимам',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: 'Файлы сторонних приложений могут быть проигнорированы без совместимого плагина',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: 'Ассистент успешно удален',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: 'Произошла ошибка при удалении ассистента',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: 'Скопировано',
|
||||
|
|
|
|||
|
|
@ -2206,6 +2206,36 @@ export const comparisons = {
|
|||
english: 'Account',
|
||||
translated: '账户',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: '文件搜索',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'暂不支持为文件搜索附加向量存储。您可以从提供程序游乐场附加它们,或者在线程基础上为文件搜索附加文件。',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated: '此模型未启用文件搜索功能。请选择其他模型。',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: '无法将助手文件附加到其他渠道',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: '不兼容的工具可能会忽略非助手文件',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: '助手已成功删除',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: '删除助手时出错。',
|
||||
},
|
||||
com_ui_date_october: {
|
||||
english: 'October',
|
||||
translated: '十月',
|
||||
|
|
|
|||
|
|
@ -1619,6 +1619,36 @@ export const comparisons = {
|
|||
english: 'Data controls',
|
||||
translated: '資料控制',
|
||||
},
|
||||
com_assistants_file_search: {
|
||||
english: 'File Search',
|
||||
translated: '檔案搜尋',
|
||||
},
|
||||
com_assistants_file_search_info: {
|
||||
english:
|
||||
'Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.',
|
||||
translated:
|
||||
'目前尚不支援為檔案搜尋附加向量存儲。您可以從提供者遊樂場附加它們,或在每個主題的基礎上為檔案搜尋附加檔案。',
|
||||
},
|
||||
com_assistants_non_retrieval_model: {
|
||||
english: 'File search is not enabled on this model. Please select another model.',
|
||||
translated: '此模型未啟用檔案搜尋功能。請選擇其他模型。',
|
||||
},
|
||||
com_ui_attach_error_openai: {
|
||||
english: 'Cannot attach Assistant files to other endpoints',
|
||||
translated: '無法將助理檔案附加至其他端點',
|
||||
},
|
||||
com_ui_attach_warn_endpoint: {
|
||||
english: 'Non-Assistant files may be ignored without a compatible tool',
|
||||
translated: '非相容工具的非助理檔案可能會被忽略',
|
||||
},
|
||||
com_ui_assistant_deleted: {
|
||||
english: 'Successfully deleted assistant',
|
||||
translated: '已成功刪除助理',
|
||||
},
|
||||
com_ui_assistant_delete_error: {
|
||||
english: 'There was an error deleting the assistant',
|
||||
translated: '刪除助理時發生錯誤',
|
||||
},
|
||||
com_ui_copied: {
|
||||
english: 'Copied!',
|
||||
translated: '已複製!',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue