mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
🎨: Updated Plugins Search Bar; 🌎: Added Translations (#1549)
* 🎨: layout search bar plugins: updated / 🌎: translation update * 🌎:Update Portuguese Translation * fix: Refactored 'pluginstoredialog' code. * chore(PopoverButtons): remove comments, re-organize imports * chore: linting and reorganize useState declarations * chore: linting and reorganize useState declarations --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com> Co-authored-by: Danny Avila <messagedaniel@protonmail.com>
This commit is contained in:
parent
406940490b
commit
7b4e31ecc4
4 changed files with 70 additions and 51 deletions
|
|
@ -1,5 +1,4 @@
|
|||
// English phrases
|
||||
|
||||
export default {
|
||||
com_ui_examples: 'Examples',
|
||||
com_ui_new_chat: 'New Chat',
|
||||
|
|
@ -268,6 +267,10 @@ export default {
|
|||
com_nav_profile_picture: 'Profile Picture',
|
||||
com_nav_change_picture: 'Change picture',
|
||||
com_nav_plugin_store: 'Plugin store',
|
||||
com_show_agent_settings: 'Show Agent Settings',
|
||||
com_show_completion_settings: 'Show Completion Settings',
|
||||
com_hide_examples: 'Hide Examples',
|
||||
com_show_examples: 'Show Examples',
|
||||
com_nav_plugin_search: 'Search plugins',
|
||||
com_nav_plugin_auth_error:
|
||||
'There was an error attempting to authenticate this plugin. Please try again.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue