mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +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
|
|
@ -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: 'Тип',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue