mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-23 10:46:12 +01:00
feat: add plugin search functionality (#1007)
* feat: add plugin search functionality * Delete env/conda-meta/history File deleted * UI fix and 3 new translations * fix(PluginStoreDialog) can't select pages * fix(PluginStoreDialog) select pages fixed. Layout fixed * update test * fix(PluginStoreDialog) Fixed count pages --------- Co-authored-by: Marco Beretta <81851188+Berry-13@users.noreply.github.com>
This commit is contained in:
parent
bc7a079208
commit
4ac0c04e83
14 changed files with 122 additions and 26 deletions
|
|
@ -225,6 +225,10 @@ export default {
|
|||
com_endpoint_config_key_google_service_account: 'Criar uma Conta de Serviço',
|
||||
com_endpoint_config_key_google_vertex_api_role:
|
||||
'Certifique-se de clicar em \'Criar e Continuar\' para atribuir pelo menos a função de \'Usuário Vertex AI\'. Por fim, crie uma chave JSON para importar aqui.',
|
||||
com_nav_plugin_store: 'Loja de plugins',
|
||||
com_nav_plugin_search: 'Buscar plugins',
|
||||
com_nav_plugin_auth_error:
|
||||
'Ocorreu um erro ao tentar autenticar este plugin. Por favor, tente novamente.',
|
||||
com_nav_export_filename: 'Nome do Arquivo',
|
||||
com_nav_export_filename_placeholder: 'Defina o nome do arquivo',
|
||||
com_nav_export_type: 'Tipo',
|
||||
|
|
|
|||
|
|
@ -168,6 +168,10 @@ export default {
|
|||
com_endpoint_func_hover: 'Aktiviere die Plugin Funktion für ChatGPT',
|
||||
com_endpoint_skip_hover:
|
||||
'Aktivieren Sie das Überspringen des Abschlussschritts, der die endgültige Antwort und die generierten Schritte überprüft.',
|
||||
com_nav_plugin_store: 'Plugin-Store',
|
||||
com_nav_plugin_search: 'Suche nach Plugins',
|
||||
com_nav_plugin_auth_error:
|
||||
'Beim Versuch, dieses Plugin zu authentifizieren, ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
|
||||
com_nav_export_filename: 'Dateiname',
|
||||
com_nav_export_filename_placeholder: 'Lege einen Dateinamen fest',
|
||||
com_nav_export_type: 'Typ',
|
||||
|
|
|
|||
|
|
@ -226,6 +226,10 @@ export default {
|
|||
com_endpoint_config_key_google_service_account: 'Create a Service Account',
|
||||
com_endpoint_config_key_google_vertex_api_role:
|
||||
'Make sure to click \'Create and Continue\' to give at least the \'Vertex AI User\' role. Lastly, create a JSON key to import here.',
|
||||
com_nav_plugin_store: 'Plugin store',
|
||||
com_nav_plugin_search: 'Search plugins',
|
||||
com_nav_plugin_auth_error:
|
||||
'There was an error attempting to authenticate this plugin. Please try again.',
|
||||
com_nav_close_menu: 'Close sidebar',
|
||||
com_nav_open_menu: 'Open sidebar',
|
||||
com_nav_export_filename: 'Filename',
|
||||
|
|
|
|||
|
|
@ -230,6 +230,10 @@ export default {
|
|||
com_endpoint_config_key_google_service_account: 'Crear una Cuenta de Servicio',
|
||||
com_endpoint_config_key_google_vertex_api_role:
|
||||
'Asegúrese de hacer clic en \'Crear y Continuar\' para asignar al menos la función de \'Usuario de Vertex AI\'. Finalmente, cree una clave JSON para importar aquí.',
|
||||
com_nav_plugin_store: 'Tienda de complementos',
|
||||
com_nav_plugin_search: 'Buscar complementos',
|
||||
com_nav_plugin_auth_error:
|
||||
'Se produjo un error al intentar autenticar este complemento. Por favor, inténtalo de nuevo.',
|
||||
com_nav_export_filename: 'Nombre del Archivo',
|
||||
com_nav_export_filename_placeholder: 'Establece el nombre del archivo',
|
||||
com_nav_export_type: 'Tipo',
|
||||
|
|
|
|||
|
|
@ -170,6 +170,10 @@ export default {
|
|||
com_endpoint_func_hover: 'Activer l\'utilisation des plugins comme fonctions OpenAI',
|
||||
com_endpoint_skip_hover:
|
||||
'Activer le saut de l\'étape de complétion, qui examine la réponse finale et les étapes générées',
|
||||
com_nav_plugin_store: 'Boutique de plugins',
|
||||
com_nav_plugin_search: 'Rechercher des plugins',
|
||||
com_nav_plugin_auth_error:
|
||||
'Une erreur s\'est produite lors de la tentative d\'authentification de ce plugin. Veuillez réessayer.',
|
||||
com_nav_export_filename: 'Nom du fichier',
|
||||
com_nav_export_filename_placeholder: 'Définir le nom du fichier',
|
||||
com_nav_export_type: 'Type',
|
||||
|
|
|
|||
|
|
@ -226,6 +226,10 @@ export default {
|
|||
com_endpoint_config_key_google_service_account: 'Crea un account di servizio',
|
||||
com_endpoint_config_key_google_vertex_api_role:
|
||||
'Assicurati di fare clic su \'Crea e continua\' per dare almeno il ruolo \'Utente Vertex AI\'. Infine, crea una chiave JSON da importare qui.',
|
||||
com_nav_plugin_store: 'Negozio dei plugin',
|
||||
com_nav_plugin_search: 'Cerca plugin',
|
||||
com_nav_plugin_auth_error:
|
||||
'Si è verificato un errore durante il tentativo di autenticare questo plugin. Per favore, riprova.',
|
||||
com_nav_close_menu: 'Apri la barra laterale',
|
||||
com_nav_open_menu: 'Chiudi la barra laterale',
|
||||
com_nav_export_filename: 'Nome del file',
|
||||
|
|
|
|||
|
|
@ -223,6 +223,10 @@ export default {
|
|||
com_endpoint_config_key_google_service_account: 'Service Accountを作成する',
|
||||
com_endpoint_config_key_google_vertex_api_role:
|
||||
'必ず「作成して続行」をクリックして、最低でも「Vertex AI ユーザー」ロールを与えてください。最後にここにインポートするJSONキーを作成してください。',
|
||||
com_nav_plugin_store: 'プラグインストア',
|
||||
com_nav_plugin_search: 'プラグイン検索',
|
||||
com_nav_plugin_auth_error:
|
||||
'このプラグインの認証中にエラーが発生しました。もう一度お試しください。',
|
||||
com_nav_export_filename: 'ファイル名',
|
||||
com_nav_export_filename_placeholder: 'ファイル名を入力してください',
|
||||
com_nav_export_type: 'タイプ',
|
||||
|
|
|
|||
|
|
@ -103,9 +103,9 @@ export default {
|
|||
com_endpoint_bing_to_enable_sydney: '시드니를 활성화하려면',
|
||||
com_endpoint_bing_jailbreak: 'Jailbreak',
|
||||
com_endpoint_bing_context_placeholder:
|
||||
"Bing은 '컨텍스트'로 최대 7,000개의 토큰을 사용할 수 있으며, 대화에서 참조할 수 있습니다. 구체적인 제한은 알려져 있지 않지만, 7,000개의 토큰을 초과하면 오류가 발생할 수 있습니다.",
|
||||
'Bing은 \'컨텍스트\'로 최대 7,000개의 토큰을 사용할 수 있으며, 대화에서 참조할 수 있습니다. 구체적인 제한은 알려져 있지 않지만, 7,000개의 토큰을 초과하면 오류가 발생할 수 있습니다.',
|
||||
com_endpoint_bing_system_message_placeholder:
|
||||
"경고: 이 기능의 오용으로 인해 Bing의 사용이 '금지'될 수 있습니다. 모든 내용을 보려면 '시스템 메시지'를 클릭하세요. 생략된 경우 '시드니' 프리셋이 사용됩니다.",
|
||||
'경고: 이 기능의 오용으로 인해 Bing의 사용이 \'금지\'될 수 있습니다. 모든 내용을 보려면 \'시스템 메시지\'를 클릭하세요. 생략된 경우 \'시드니\' 프리셋이 사용됩니다.',
|
||||
com_endpoint_system_message: '시스템 메시지',
|
||||
com_endpoint_default_blank: '기본값: 공백',
|
||||
com_endpoint_default_false: '기본값: false',
|
||||
|
|
@ -209,6 +209,10 @@ export default {
|
|||
'로그인한 상태에서 개발 도구 또는 확장 프로그램을 사용하여 _U 쿠키의 내용을 복사합니다. 실패하는 경우 다음',
|
||||
com_endpoint_config_key_edge_instructions: '지침',
|
||||
com_endpoint_config_key_edge_full_key_string: '전체 쿠키 문자열을 제공하세요',
|
||||
com_nav_plugin_store: '플러그인 스토어',
|
||||
com_nav_plugin_search: '플러그인 검색',
|
||||
com_nav_plugin_auth_error:
|
||||
'이 플러그인을 인증하려는 중에 오류가 발생했습니다. 다시 시도해주세요.',
|
||||
com_nav_export_filename: '파일 이름',
|
||||
com_nav_export_filename_placeholder: '파일 이름을 설정하세요',
|
||||
com_nav_export_type: '유형',
|
||||
|
|
|
|||
|
|
@ -171,6 +171,10 @@ export default {
|
|||
com_endpoint_skip_hover:
|
||||
'Omijaj etap uzupełnienia sprawdzający ostateczną odpowiedź i generowane kroki',
|
||||
com_endpoint_config_token: 'Token konfiguracji',
|
||||
com_nav_plugin_store: 'Sklep z wtyczkami',
|
||||
com_nav_plugin_search: 'Wyszukiwanie wtyczek',
|
||||
com_nav_plugin_auth_error:
|
||||
'Wystąpił błąd podczas próby uwierzytelnienia tej wtyczki. Proszę spróbować ponownie.',
|
||||
com_nav_export_filename: 'Nazwa pliku',
|
||||
com_nav_export_filename_placeholder: 'Podaj nazwę pliku',
|
||||
com_nav_export_type: 'Typ',
|
||||
|
|
|
|||
|
|
@ -171,6 +171,10 @@ export default {
|
|||
com_endpoint_skip_hover:
|
||||
'Пропустить этап завершения, который проверяет окончательный ответ и сгенерированные шаги',
|
||||
com_endpoint_config_token: 'Токен конфигурации',
|
||||
com_nav_plugin_store: 'Магазин плагинов',
|
||||
com_nav_plugin_search: 'Поиск плагинов',
|
||||
com_nav_plugin_auth_error:
|
||||
'При попытке аутентификации этого плагина произошла ошибка. Пожалуйста, попробуйте еще раз.',
|
||||
com_nav_export_filename: 'Имя файла',
|
||||
com_nav_export_filename_placeholder: 'Установите имя файла',
|
||||
com_nav_export_type: 'Тип',
|
||||
|
|
|
|||
|
|
@ -224,6 +224,10 @@ export default {
|
|||
com_endpoint_config_key_google_service_account: 'Skapa ett tjänstekonto', // Create a Service Account
|
||||
com_endpoint_config_key_google_vertex_api_role:
|
||||
'Se till att klicka på "Skapa och fortsätt" för att ge åtminstone rollen "Vertex AI-användare". Skapa slutligen en JSON-nyckel att importera här.', // Make sure to click 'Create and Continue' to give at least the 'Vertex AI User' role. Lastly, create a JSON key to import here.
|
||||
com_nav_plugin_store: 'Pluginbutik',
|
||||
com_nav_plugin_search: 'Sök efter plugins',
|
||||
com_nav_plugin_auth_error:
|
||||
'Det uppstod ett fel när försöket att autentisera denna plugin gjordes. Försök igen.',
|
||||
com_nav_export_filename: 'Filnamn', // Filename
|
||||
com_nav_export_filename_placeholder: 'Ange filnamnet', // Set the filename
|
||||
com_nav_export_type: 'Typ', // Type
|
||||
|
|
|
|||
|
|
@ -167,6 +167,9 @@ export default {
|
|||
com_endpoint_completion_model: '补全模型 (推荐: GPT-4)',
|
||||
com_endpoint_func_hover: '将插件当做OpenAI函数使用',
|
||||
com_endpoint_skip_hover: '跳过补全步骤, 用于检查最终答案和生成步骤',
|
||||
com_nav_plugin_store: '插件商店',
|
||||
com_nav_plugin_search: '搜索插件',
|
||||
com_nav_plugin_auth_error: '尝试验证此插件时出错。请重试。',
|
||||
com_endpoint_import: '导入',
|
||||
com_endpoint_preset: '预设',
|
||||
com_endpoint_presets: '预设',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue