mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-09 09:32:36 +01:00
WIP: pre-granular-permissions commit
feat: Add category and support contact fields to Agent schema and UI components
Revert "feat: Add category and support contact fields to Agent schema and UI components"
This reverts commit c43a52b4c9.
Fix: Update import for renderHook in useAgentCategories.spec.tsx
fix: Update icon rendering in AgentCategoryDisplay tests to use empty spans
refactor: Improve category synchronization logic and clean up AgentConfig component
refactor: Remove unused UI flow translations from translation.json
feat: agent marketplace features
This commit is contained in:
parent
dd67e463e4
commit
d471209ced
55 changed files with 6280 additions and 17 deletions
|
|
@ -37,7 +37,7 @@
|
|||
"com_assistants_actions_info": "Let your Assistant retrieve information or take actions via API's",
|
||||
"com_assistants_add_actions": "Add Actions",
|
||||
"com_assistants_add_tools": "Add Tools",
|
||||
"com_assistants_allow_sites_you_trust": "Only allow sites you trust.",
|
||||
"com_assistants_allow_sites_you_trust": "Only allow sites you trust..",
|
||||
"com_assistants_append_date": "Append Current Date & Time",
|
||||
"com_assistants_append_date_tooltip": "When enabled, the current client date and time will be appended to the assistant system instructions.",
|
||||
"com_assistants_attempt_info": "Assistant wants to send the following:",
|
||||
|
|
@ -620,6 +620,14 @@
|
|||
"com_ui_cancel": "Cancel",
|
||||
"com_ui_cancelled": "Cancelled",
|
||||
"com_ui_category": "Category",
|
||||
"com_ui_agent_category_selector_aria": "Agent's category selector",
|
||||
"com_ui_agent_category_general": "General",
|
||||
"com_ui_agent_category_hr": "HR",
|
||||
"com_ui_agent_category_rd": "R&D",
|
||||
"com_ui_agent_category_finance": "Finance",
|
||||
"com_ui_agent_category_it": "IT",
|
||||
"com_ui_agent_category_sales": "Sales",
|
||||
"com_ui_agent_category_aftersales": "After Sales",
|
||||
"com_ui_chat": "Chat",
|
||||
"com_ui_chat_history": "Chat History",
|
||||
"com_ui_clear": "Clear",
|
||||
|
|
@ -937,6 +945,7 @@
|
|||
"com_ui_scope": "Scope",
|
||||
"com_ui_search": "Search",
|
||||
"com_ui_seconds": "seconds",
|
||||
"com_ui_search_agent_category": "Search categories...",
|
||||
"com_ui_secret_key": "Secret Key",
|
||||
"com_ui_select": "Select",
|
||||
"com_ui_select_all": "Select All",
|
||||
|
|
@ -981,6 +990,13 @@
|
|||
"com_ui_stop": "Stop",
|
||||
"com_ui_storage": "Storage",
|
||||
"com_ui_submit": "Submit",
|
||||
"com_ui_support_contact": "Support Contact",
|
||||
"com_ui_support_contact_name": "Name",
|
||||
"com_ui_support_contact_name_placeholder": "Support contact name",
|
||||
"com_ui_support_contact_name_min_length": "Name must be at least {{minLength}} characters",
|
||||
"com_ui_support_contact_email": "Email",
|
||||
"com_ui_support_contact_email_placeholder": "support@example.com",
|
||||
"com_ui_support_contact_email_invalid": "Please enter a valid email address",
|
||||
"com_ui_teach_or_explain": "Learning",
|
||||
"com_ui_temporary": "Temporary Chat",
|
||||
"com_ui_terms_and_conditions": "Terms and Conditions",
|
||||
|
|
@ -1059,5 +1075,59 @@
|
|||
"com_ui_yes": "Yes",
|
||||
"com_ui_zoom": "Zoom",
|
||||
"com_user_message": "You",
|
||||
"com_warning_resubmit_unsupported": "Resubmitting the AI message is not supported for this endpoint."
|
||||
"com_warning_resubmit_unsupported": "Resubmitting the AI message is not supported for this endpoint.",
|
||||
"com_agents_marketplace": "Agent Marketplace",
|
||||
"com_agents_all": "All Agents",
|
||||
"com_agents_top_picks": "Top Picks",
|
||||
"com_agents_recommended": "Our recommended agents",
|
||||
"com_agents_search_placeholder": "Search agents...",
|
||||
"com_agents_search_aria": "Search for agents",
|
||||
"com_agents_clear_search": "Clear search",
|
||||
"com_agents_see_more": "See more",
|
||||
"com_agents_created_by": "by",
|
||||
"com_agents_contact": "Contact",
|
||||
"com_agents_start_chat": "Start Chat",
|
||||
"com_agents_copy_link": "Copy Link",
|
||||
"com_agents_link_copied": "Link copied",
|
||||
"com_agents_link_copy_failed": "Failed to copy link",
|
||||
"com_agents_more_options": "More options",
|
||||
"com_agents_close": "Close",
|
||||
"com_agents_loading": "Loading...",
|
||||
"com_agents_loading_description": "Loading agent description...",
|
||||
"com_agents_error_loading": "Error loading agents",
|
||||
"com_agents_error_searching": "Error searching agents",
|
||||
"com_agents_error_title": "Something went wrong",
|
||||
"com_agents_error_generic": "We encountered an issue while loading the content.",
|
||||
"com_agents_error_suggestion_generic": "Please try refreshing the page or try again later.",
|
||||
"com_agents_error_network_title": "Connection Problem",
|
||||
"com_agents_error_network_message": "Unable to connect to the server.",
|
||||
"com_agents_error_network_suggestion": "Check your internet connection and try again.",
|
||||
"com_agents_error_not_found_title": "Not Found",
|
||||
"com_agents_error_not_found_message": "The requested content could not be found.",
|
||||
"com_agents_error_not_found_suggestion": "Try browsing other options or go back to the marketplace.",
|
||||
"com_agents_error_invalid_request": "Invalid Request",
|
||||
"com_agents_error_bad_request_message": "The request could not be processed.",
|
||||
"com_agents_error_bad_request_suggestion": "Please check your input and try again.",
|
||||
"com_agents_error_server_title": "Server Error",
|
||||
"com_agents_error_server_message": "The server is temporarily unavailable.",
|
||||
"com_agents_error_server_suggestion": "Please try again in a few moments.",
|
||||
"com_agents_error_search_title": "Search Error",
|
||||
"com_agents_error_category_title": "Category Error",
|
||||
"com_agents_search_no_results": "No agents found for \"{{query}}\"",
|
||||
"com_agents_category_empty": "No agents found in the {{category}} category",
|
||||
"com_agents_error_retry": "Try Again",
|
||||
"com_agents_category_tabs_label": "Agent Categories",
|
||||
"com_agents_category_tab_label": "{{category}} category, {{position}} of {{total}}",
|
||||
"com_agents_search_instructions": "Type to search agents by name or description",
|
||||
"com_agents_grid_announcement": "Showing {{count}} agents in {{category}} category",
|
||||
"com_agents_load_more_label": "Load more agents from {{category}} category",
|
||||
"com_agents_agent_card_label": "{{name}} agent. {{description}}",
|
||||
"com_agents_empty_state_heading": "No agents found",
|
||||
"com_agents_search_empty_heading": "No search results",
|
||||
"com_agents_no_description": "No description available",
|
||||
"com_agents_none_in_category": "No agents found in this category",
|
||||
"com_agents_no_results": "No agents found. Try another search term.",
|
||||
"com_agents_results_for": "Results for '{{query}}'",
|
||||
"com_nav_agents_marketplace": "Agent Marketplace",
|
||||
"com_agents_marketplace_subtitle": "Discover and use powerful AI agents to enhance your workflows and productivity"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue