mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-08 00:52:37 +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
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue