mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 20:14:24 +01:00
* WIP: code ptc
* refactor: tool classification and calling logic
* 🔧 fix: Update @librechat/agents dependency to version 3.0.68
* chore: import order and correct renamed tool name for tool search
* refactor: streamline tool classification logic for local and programmatic tools
* feat: add per-tool configuration options for agents, including deferred loading and allowed callers
- Introduced `tool_options` in agent forms to manage tool behavior.
- Updated tool classification logic to prioritize agent-level configurations.
- Enhanced UI components to support tool deferral functionality.
- Added localization strings for new tool options and actions.
* feat: enhance agent schema with per-tool options for configuration
- Added `tool_options` schema to support per-tool configurations, including `defer_loading` and `allowed_callers`.
- Updated agent data model to incorporate new tool options, ensuring flexibility in tool behavior management.
- Modified type definitions to reflect the new `tool_options` structure for agents.
* feat: add tool_options parameter to loadTools and initializeAgent for enhanced agent configuration
* chore: update @librechat/agents dependency to version 3.0.71 and enhance agent tool loading logic
- Updated the @librechat/agents package to version 3.0.71 across multiple files.
- Added support for handling deferred loading of tools in agent initialization and execution processes.
- Improved the extraction of discovered tools from message history to optimize tool loading behavior.
* chore: update @librechat/agents dependency to version 3.0.72
* chore: update @librechat/agents dependency to version 3.0.75
* refactor: simplify tool defer loading logic in MCPTool component
- Removed local state management for deferred tools, relying on form state instead.
- Updated related functions to directly use form values for checking and toggling defer loading.
- Cleaned up code by eliminating unnecessary optimistic updates and local state dependencies.
* chore: remove deprecated localization strings for tool deferral in translation.json
- Eliminated unused strings related to deferred loading descriptions in the English translation file.
- Streamlined localization to reflect recent changes in tool loading logic.
* refactor: improve tool defer loading handling in MCPTool component
- Enhanced the logic for managing deferred loading of tools by simplifying the update process for tool options.
- Ensured that the state reflects the correct loading behavior based on the new deferred loading conditions.
- Cleaned up the code to remove unnecessary complexity in handling tool options.
* refactor: update agent mocks in callbacks test to use actual implementations
- Modified the agent mocks in the callbacks test to include actual implementations from the @librechat/agents module.
- This change enhances the accuracy of the tests by ensuring they reflect the real behavior of the agent functions.
1464 lines
93 KiB
JSON
1464 lines
93 KiB
JSON
{
|
|
"chat_direction_left_to_right": "Left to Right",
|
|
"chat_direction_right_to_left": "Right to Left",
|
|
"com_a11y_ai_composing": "The AI is still composing.",
|
|
"com_a11y_end": "The AI has finished their reply.",
|
|
"com_a11y_selected": "selected",
|
|
"com_a11y_start": "The AI has started their reply.",
|
|
"com_agents_agent_card_label": "{{name}} agent. {{description}}",
|
|
"com_agents_all": "All Agents",
|
|
"com_agents_all_category": "All",
|
|
"com_agents_all_description": "Browse all shared agents across all categories",
|
|
"com_agents_avatar_upload_error": "Failed to upload agent avatar",
|
|
"com_agents_by_librechat": "by LibreChat",
|
|
"com_agents_category_aftersales": "After Sales",
|
|
"com_agents_category_aftersales_description": "Agents specialized in post-sale support, maintenance, and customer service",
|
|
"com_agents_category_empty": "No agents found in the {{category}} category",
|
|
"com_agents_category_finance": "Finance",
|
|
"com_agents_category_finance_description": "Agents specialized in financial analysis, budgeting, and accounting",
|
|
"com_agents_category_general": "General",
|
|
"com_agents_category_general_description": "General purpose agents for common tasks and inquiries",
|
|
"com_agents_category_hr": "Human Resources",
|
|
"com_agents_category_hr_description": "Agents specialized in HR processes, policies, and employee support",
|
|
"com_agents_category_it": "IT",
|
|
"com_agents_category_it_description": "Agents for IT support, technical troubleshooting, and system administration",
|
|
"com_agents_category_rd": "Research & Development",
|
|
"com_agents_category_rd_description": "Agents focused on R&D processes, innovation, and technical research",
|
|
"com_agents_category_sales": "Sales",
|
|
"com_agents_category_sales_description": "Agents focused on sales processes, customer relations",
|
|
"com_agents_category_tab_label": "{{category}} category, {{position}} of {{total}}",
|
|
"com_agents_category_tabs_label": "Agent Categories",
|
|
"com_agents_chat_with": "Chat with {{name}}",
|
|
"com_agents_clear_search": "Clear search",
|
|
"com_agents_code_interpreter": "When enabled, allows your agent to leverage the LibreChat Code Interpreter API to run generated code, including file processing, securely. Requires a valid API key.",
|
|
"com_agents_code_interpreter_title": "Code Interpreter API",
|
|
"com_agents_contact": "Contact",
|
|
"com_agents_copy_link": "Copy Link",
|
|
"com_agents_create_error": "There was an error creating your agent.",
|
|
"com_agents_created_by": "by",
|
|
"com_agents_description_card": "Description: {{description}}",
|
|
"com_agents_description_placeholder": "Optional: Describe your Agent here",
|
|
"com_agents_empty_state_heading": "No agents found",
|
|
"com_agents_enable_file_search": "Enable File Search",
|
|
"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_category_title": "Category Error",
|
|
"com_agents_error_generic": "We encountered an issue while loading the content.",
|
|
"com_agents_error_invalid_request": "Invalid Request",
|
|
"com_agents_error_loading": "Error loading agents",
|
|
"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_network_title": "Connection Problem",
|
|
"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_not_found_title": "Not Found",
|
|
"com_agents_error_retry": "Try Again",
|
|
"com_agents_error_search_title": "Search Error",
|
|
"com_agents_error_searching": "Error searching agents",
|
|
"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_server_title": "Server Error",
|
|
"com_agents_error_suggestion_generic": "Please try refreshing the page or try again later.",
|
|
"com_agents_error_timeout_message": "The request took too long to complete.",
|
|
"com_agents_error_timeout_suggestion": "Please check your internet connection and try again.",
|
|
"com_agents_error_timeout_title": "Connection Timeout",
|
|
"com_agents_error_title": "Something went wrong",
|
|
"com_agents_file_context_description": "Files uploaded as \"Context\" are parsed as text to supplement the Agent's instructions. If OCR is available, or if configured for the uploaded filetype, the process is used to extract text. Ideal for documents, images with text, or PDFs where you need the full text content of a file",
|
|
"com_agents_file_context_disabled": "Agent must be created before uploading files for File Context.",
|
|
"com_agents_file_context_label": "File Context",
|
|
"com_agents_file_search_disabled": "Agent must be created before uploading files for File Search.",
|
|
"com_agents_file_search_info": "When enabled, the agent will be informed of the exact filenames listed below, allowing it to retrieve relevant context from these files.",
|
|
"com_agents_grid_announcement": "Showing {{count}} agents in {{category}} category",
|
|
"com_agents_instructions_placeholder": "The system instructions that the agent uses",
|
|
"com_agents_link_copied": "Link copied",
|
|
"com_agents_link_copy_failed": "Failed to copy link",
|
|
"com_agents_load_more_label": "Load more agents from {{category}} category",
|
|
"com_agents_loading": "Loading...",
|
|
"com_agents_marketplace": "Agent Marketplace",
|
|
"com_agents_marketplace_subtitle": "Discover and use powerful AI agents to enhance your workflows and productivity",
|
|
"com_agents_mcp_description_placeholder": "Explain what it does in a few words",
|
|
"com_agents_mcp_icon_size": "Minimum size 128 x 128 px",
|
|
"com_agents_mcp_name_placeholder": "Custom Tool",
|
|
"com_agents_mcp_trust_subtext": "Custom connectors are not verified by LibreChat",
|
|
"com_agents_missing_name": "Please type in a name before creating an agent.",
|
|
"com_agents_missing_provider_model": "Please select a provider and model before creating an agent.",
|
|
"com_agents_name_placeholder": "Optional: The name of the agent",
|
|
"com_agents_no_access": "You don't have access to edit this agent.",
|
|
"com_agents_no_agent_id_error": "No agent ID found. Please ensure the agent is created first.",
|
|
"com_agents_no_more_results": "You've reached the end of the results",
|
|
"com_agents_not_available": "Agent Not Available",
|
|
"com_agents_recommended": "Our recommended agents",
|
|
"com_agents_results_for": "Results for '{{query}}'",
|
|
"com_agents_search_aria": "Search for agents",
|
|
"com_agents_search_empty_heading": "No search results",
|
|
"com_agents_search_info": "When enabled, allows your agent to search the web for up-to-date information. Requires a valid API key.",
|
|
"com_agents_search_instructions": "Type to search agents by name or description",
|
|
"com_agents_search_name": "Search agents by name",
|
|
"com_agents_search_no_results": "No agents found for \"{{query}}\"",
|
|
"com_agents_search_placeholder": "Search agents...",
|
|
"com_agents_see_more": "See more",
|
|
"com_agents_start_chat": "Start Chat",
|
|
"com_agents_top_picks": "Top Picks",
|
|
"com_agents_update_error": "There was an error updating your agent.",
|
|
"com_assistants_action_attempt": "Assistant wants to talk to {{0}}",
|
|
"com_assistants_actions": "Actions",
|
|
"com_assistants_actions_disabled": "You need to create an assistant before adding actions.",
|
|
"com_assistants_actions_info": "Let your Assistant retrieve information or take actions via API's",
|
|
"com_assistants_add_actions": "Add Actions",
|
|
"com_assistants_add_mcp_server_tools": "Add MCP Server Tools",
|
|
"com_assistants_add_tools": "Add Tools",
|
|
"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:",
|
|
"com_assistants_available_actions": "Available Actions",
|
|
"com_assistants_capabilities": "Capabilities",
|
|
"com_assistants_code_interpreter": "Code Interpreter",
|
|
"com_assistants_code_interpreter_files": "Files below are for Code Interpreter only:",
|
|
"com_assistants_code_interpreter_info": "Code Interpreter enables the assistant to write and run code. This tool can process files with diverse data and formatting, and generate files such as graphs.",
|
|
"com_assistants_completed_action": "Talked to {{0}}",
|
|
"com_assistants_completed_function": "Ran {{0}}",
|
|
"com_assistants_conversation_starters": "Conversation Starters",
|
|
"com_assistants_conversation_starters_placeholder": "Enter a conversation starter",
|
|
"com_assistants_create_error": "There was an error creating your assistant.",
|
|
"com_assistants_create_success": "Successfully created",
|
|
"com_assistants_delete_actions_error": "There was an error deleting the action.",
|
|
"com_assistants_delete_actions_success": "Successfully deleted Action from Assistant",
|
|
"com_assistants_description_placeholder": "Optional: Describe your Assistant here",
|
|
"com_assistants_domain_info": "Assistant sent this info to {{0}}",
|
|
"com_assistants_file_search": "File Search",
|
|
"com_assistants_file_search_info": "File search enables the assistant with knowledge from files that you or your users upload. Once a file is uploaded, the assistant automatically decides when to retrieve content based on user requests. Attaching vector stores for File Search is not yet supported. You can attach them from the Provider Playground or attach files to messages for file search on a thread basis.",
|
|
"com_assistants_function_use": "Assistant used {{0}}",
|
|
"com_assistants_image_vision": "Image Vision",
|
|
"com_assistants_instructions_placeholder": "The system instructions that the assistant uses",
|
|
"com_assistants_knowledge": "Knowledge",
|
|
"com_assistants_knowledge_disabled": "Assistant must be created, and Code Interpreter or Retrieval must be enabled and saved before uploading files as Knowledge.",
|
|
"com_assistants_knowledge_info": "If you upload files under Knowledge, conversations with your Assistant may include file contents.",
|
|
"com_assistants_max_starters_reached": "Max number of conversation starters reached",
|
|
"com_assistants_name_placeholder": "Optional: The name of the assistant",
|
|
"com_assistants_non_retrieval_model": "File search is not enabled on this model. Please select another model.",
|
|
"com_assistants_retrieval": "Retrieval",
|
|
"com_assistants_running_action": "Running action",
|
|
"com_assistants_running_var": "Running {{0}}",
|
|
"com_assistants_search_name": "Search assistants by name",
|
|
"com_assistants_update_actions_error": "There was an error creating or updating the action.",
|
|
"com_assistants_update_actions_success": "Successfully created or updated Action",
|
|
"com_assistants_update_error": "There was an error updating your assistant.",
|
|
"com_assistants_update_success": "Successfully updated",
|
|
"com_assistants_update_success_name": "Successfully updated {{name}}",
|
|
"com_auth_already_have_account": "Already have an account?",
|
|
"com_auth_apple_login": "Sign in with Apple",
|
|
"com_auth_back_to_login": "Back to Login",
|
|
"com_auth_click": "Click",
|
|
"com_auth_click_here": "Click here",
|
|
"com_auth_continue": "Continue",
|
|
"com_auth_create_account": "Create your account",
|
|
"com_auth_discord_login": "Continue with Discord",
|
|
"com_auth_email": "Email",
|
|
"com_auth_email_address": "Email address",
|
|
"com_auth_email_max_length": "Email should not be longer than 120 characters",
|
|
"com_auth_email_min_length": "Email must be at least 6 characters",
|
|
"com_auth_email_pattern": "You must enter a valid email address",
|
|
"com_auth_email_required": "Email is required",
|
|
"com_auth_email_resend_link": "Resend Email",
|
|
"com_auth_email_resent_failed": "Failed to resend verification email",
|
|
"com_auth_email_resent_success": "Verification email resent successfully",
|
|
"com_auth_email_verification_failed": "Email verification failed",
|
|
"com_auth_email_verification_failed_token_missing": "Verification failed, token missing",
|
|
"com_auth_email_verification_in_progress": "Verifying your email, please wait",
|
|
"com_auth_email_verification_invalid": "Invalid email verification",
|
|
"com_auth_email_verification_redirecting": "Redirecting in {{0}} seconds...",
|
|
"com_auth_email_verification_resend_prompt": "Didn't receive the email?",
|
|
"com_auth_email_verification_success": "Email verified successfully",
|
|
"com_auth_email_verifying_ellipsis": "Verifying...",
|
|
"com_auth_error_create": "There was an error attempting to register your account. Please try again.",
|
|
"com_auth_error_invalid_reset_token": "This password reset token is no longer valid.",
|
|
"com_auth_error_login": "Unable to login with the information provided. Please check your credentials and try again.",
|
|
"com_auth_error_login_ban": "Your account has been temporarily banned due to violations of our service.",
|
|
"com_auth_error_login_rl": "Too many login attempts in a short amount of time. Please try again later.",
|
|
"com_auth_error_login_server": "There was an internal server error. Please wait a few moments and try again.",
|
|
"com_auth_error_login_unverified": "Your account has not been verified. Please check your email for a verification link.",
|
|
"com_auth_error_oauth_failed": "Authentication failed. Please check your login method and try again.",
|
|
"com_auth_facebook_login": "Continue with Facebook",
|
|
"com_auth_full_name": "Full name",
|
|
"com_auth_github_login": "Continue with Github",
|
|
"com_auth_google_login": "Continue with Google",
|
|
"com_auth_here": "HERE",
|
|
"com_auth_login": "Login",
|
|
"com_auth_login_with_new_password": "You may now login with your new password.",
|
|
"com_auth_name_max_length": "Name must be less than 80 characters",
|
|
"com_auth_name_min_length": "Name must be at least 3 characters",
|
|
"com_auth_name_required": "Name is required",
|
|
"com_auth_no_account": "Don't have an account?",
|
|
"com_auth_password": "Password",
|
|
"com_auth_password_confirm": "Confirm password",
|
|
"com_auth_password_forgot": "Forgot Password?",
|
|
"com_auth_password_max_length": "Password must be less than 128 characters",
|
|
"com_auth_password_min_length": "Password must be at least 8 characters",
|
|
"com_auth_password_not_match": "Passwords do not match",
|
|
"com_auth_password_required": "Password is required",
|
|
"com_auth_registration_success_generic": "Please check your email to verify your email address.",
|
|
"com_auth_registration_success_insecure": "Registration successful.",
|
|
"com_auth_reset_password": "Reset your password",
|
|
"com_auth_reset_password_if_email_exists": "If an account with that email exists, an email with password reset instructions has been sent. Please make sure to check your spam folder.",
|
|
"com_auth_reset_password_link_sent": "Email Sent",
|
|
"com_auth_reset_password_success": "Password Reset Success",
|
|
"com_auth_saml_login": "Continue with SAML",
|
|
"com_auth_sign_in": "Sign in",
|
|
"com_auth_sign_up": "Sign up",
|
|
"com_auth_submit_registration": "Submit registration",
|
|
"com_auth_to_reset_your_password": "to reset your password.",
|
|
"com_auth_to_try_again": "to try again.",
|
|
"com_auth_two_factor": "Check your preferred one-time password application for a code",
|
|
"com_auth_username": "Username (optional)",
|
|
"com_auth_username_max_length": "Username must be less than 20 characters",
|
|
"com_auth_username_min_length": "Username must be at least 2 characters",
|
|
"com_auth_verify_your_identity": "Verify Your Identity",
|
|
"com_auth_welcome_back": "Welcome back",
|
|
"com_citation_more_details": "More details about {{label}}",
|
|
"com_citation_source": "Source",
|
|
"com_click_to_download": "(click here to download)",
|
|
"com_download_expired": "(download expired)",
|
|
"com_download_expires": "(click here to download - expires {{0}})",
|
|
"com_endpoint": "Endpoint",
|
|
"com_endpoint_agent": "Agent",
|
|
"com_endpoint_agent_placeholder": "Please select an Agent",
|
|
"com_endpoint_ai": "AI",
|
|
"com_endpoint_anthropic_maxoutputtokens": "Maximum number of tokens that can be generated in the response. Specify a lower value for shorter responses and a higher value for longer responses. Note: models may stop before reaching this maximum.",
|
|
"com_endpoint_anthropic_prompt_cache": "Prompt caching allows reusing large context or instructions across API calls, reducing costs and latency",
|
|
"com_endpoint_anthropic_temp": "Ranges from 0 to 1. Use temp closer to 0 for analytical / multiple choice, and closer to 1 for creative and generative tasks. We recommend altering this or Top P but not both.",
|
|
"com_endpoint_anthropic_thinking": "Enables internal reasoning for supported Claude models (3.7 Sonnet). Note: requires \"Thinking Budget\" to be set and lower than \"Max Output Tokens\"",
|
|
"com_endpoint_anthropic_thinking_budget": "Determines the max number of tokens Claude is allowed use for its internal reasoning process. Larger budgets can improve response quality by enabling more thorough analysis for complex problems, although Claude may not use the entire budget allocated, especially at ranges above 32K. This setting must be lower than \"Max Output Tokens.\"",
|
|
"com_endpoint_anthropic_topk": "Top-k changes how the model selects tokens for output. A top-k of 1 means the selected token is the most probable among all tokens in the model's vocabulary (also called greedy decoding), while a top-k of 3 means that the next token is selected from among the 3 most probable tokens (using temperature).",
|
|
"com_endpoint_anthropic_topp": "Top-p changes how the model selects tokens for output. Tokens are selected from most K (see topK parameter) probable to least until the sum of their probabilities equals the top-p value.",
|
|
"com_endpoint_anthropic_use_web_search": "Enable web search functionality using Anthropic's built-in search capabilities. This allows the model to search the web for up-to-date information and provide more accurate, current responses.",
|
|
"com_endpoint_assistant": "Assistant",
|
|
"com_endpoint_assistant_model": "Assistant Model",
|
|
"com_endpoint_assistant_placeholder": "Please select an Assistant from the right-hand Side Panel",
|
|
"com_endpoint_config_click_here": "Click Here",
|
|
"com_endpoint_config_google_api_info": "To get your Generative Language API key (for Gemini),",
|
|
"com_endpoint_config_google_api_key": "Google API Key",
|
|
"com_endpoint_config_google_cloud_platform": "(from Google Cloud Platform)",
|
|
"com_endpoint_config_google_gemini_api": "(Gemini API)",
|
|
"com_endpoint_config_google_service_key": "Google Service Account Key",
|
|
"com_endpoint_config_key": "Set API Key",
|
|
"com_endpoint_config_key_encryption": "Your key will be encrypted and deleted at",
|
|
"com_endpoint_config_key_for": "Set API Key for",
|
|
"com_endpoint_config_key_google_need_to": "You need to",
|
|
"com_endpoint_config_key_google_service_account": "Create a Service Account",
|
|
"com_endpoint_config_key_google_vertex_ai": "Enable Vertex AI",
|
|
"com_endpoint_config_key_google_vertex_api": "API on Google Cloud, then",
|
|
"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_endpoint_config_key_import_json_key": "Import Service Account JSON Key.",
|
|
"com_endpoint_config_key_import_json_key_invalid": "Invalid Service Account JSON Key, Did you import the correct file?",
|
|
"com_endpoint_config_key_import_json_key_success": "Successfully Imported Service Account JSON Key",
|
|
"com_endpoint_config_key_name": "Key",
|
|
"com_endpoint_config_key_never_expires": "Your key will never expire",
|
|
"com_endpoint_config_placeholder": "Set your Key in the Header menu to chat.",
|
|
"com_endpoint_config_value": "Enter value for",
|
|
"com_endpoint_context": "Context",
|
|
"com_endpoint_context_info": "The maximum number of tokens that can be used for context. Use this for control of how many tokens are sent per request. If unspecified, will use system defaults based on known models' context size. Setting higher values may result in errors and/or higher token cost.",
|
|
"com_endpoint_context_tokens": "Max Context Tokens",
|
|
"com_endpoint_custom_name": "Custom Name",
|
|
"com_endpoint_default": "default",
|
|
"com_endpoint_default_blank": "default: blank",
|
|
"com_endpoint_default_with_num": "default: {{0}}",
|
|
"com_endpoint_disable_streaming": "Disable streaming responses and receive the complete response at once. Useful for models like o3 that require organization verification for streaming",
|
|
"com_endpoint_disable_streaming_label": "Disable Streaming",
|
|
"com_endpoint_examples": " Presets",
|
|
"com_endpoint_export": "Export",
|
|
"com_endpoint_export_share": "Export/Share",
|
|
"com_endpoint_frequency_penalty": "Frequency Penalty",
|
|
"com_endpoint_google_custom_name_placeholder": "Set a custom name for Google",
|
|
"com_endpoint_google_maxoutputtokens": "Maximum number of tokens that can be generated in the response. Specify a lower value for shorter responses and a higher value for longer responses. Note: models may stop before reaching this maximum.",
|
|
"com_endpoint_google_temp": "Higher values = more random, while lower values = more focused and deterministic. We recommend altering this or Top P but not both.",
|
|
"com_endpoint_google_thinking": "Enables or disables reasoning. This setting is only supported by certain models (2.5 series). For older models, this setting may have no effect.",
|
|
"com_endpoint_google_thinking_budget": "Guides the number of thinking tokens the model uses. The actual amount may exceed or fall below this value depending on the prompt.\n\nThis setting is only supported by certain models (2.5 series). Gemini 2.5 Pro supports 128-32,768 tokens. Gemini 2.5 Flash supports 0-24,576 tokens. Gemini 2.5 Flash Lite supports 512-24,576 tokens.\n\nLeave blank or set to \"-1\" to let the model automatically decide when and how much to think. By default, Gemini 2.5 Flash Lite does not think.",
|
|
"com_endpoint_google_topk": "Top-k changes how the model selects tokens for output. A top-k of 1 means the selected token is the most probable among all tokens in the model's vocabulary (also called greedy decoding), while a top-k of 3 means that the next token is selected from among the 3 most probable tokens (using temperature).",
|
|
"com_endpoint_google_topp": "Top-p changes how the model selects tokens for output. Tokens are selected from most K (see topK parameter) probable to least until the sum of their probabilities equals the top-p value.",
|
|
"com_endpoint_google_use_search_grounding": "Use Google's search grounding feature to enhance responses with real-time web search results. This enables models to access current information and provide more accurate, up-to-date answers.",
|
|
"com_endpoint_instructions_assistants": "Override Instructions",
|
|
"com_endpoint_instructions_assistants_placeholder": "Overrides the instructions of the assistant. This is useful for modifying the behavior on a per-run basis.",
|
|
"com_endpoint_max_output_tokens": "Max Output Tokens",
|
|
"com_endpoint_message": "Message",
|
|
"com_endpoint_message_new": "Message {{0}}",
|
|
"com_endpoint_message_not_appendable": "Edit your message or Regenerate.",
|
|
"com_endpoint_my_preset": "My Preset",
|
|
"com_endpoint_no_presets": "No presets yet, use the settings button to create one",
|
|
"com_endpoint_open_menu": "Open Menu",
|
|
"com_endpoint_openai_custom_name_placeholder": "Set a custom name for the AI",
|
|
"com_endpoint_openai_detail": "The resolution for Vision requests. \"Low\" is cheaper and faster, \"High\" is more detailed and expensive, and \"Auto\" will automatically choose between the two based on the image resolution.",
|
|
"com_endpoint_openai_freq": "Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.",
|
|
"com_endpoint_openai_max": "The max tokens to generate. The total length of input tokens and generated tokens is limited by the model's context length.",
|
|
"com_endpoint_openai_max_tokens": "Optional 'max_tokens' field, representing the maximum number of tokens that can be generated in the chat completion. The total length of input tokens and generated tokens is limited by the models context length. You may experience errors if this number exceeds the max context tokens.",
|
|
"com_endpoint_openai_pres": "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.",
|
|
"com_endpoint_openai_prompt_prefix_placeholder": "Set custom instructions to include in System Message. Default: none",
|
|
"com_endpoint_openai_reasoning_effort": "Reasoning models only: constrains effort on reasoning. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response. 'Minimal' produces very few reasoning tokens for fastest time-to-first-token, especially well-suited for coding and instruction following.",
|
|
"com_endpoint_openai_reasoning_summary": "Responses API only: A summary of the reasoning performed by the model. This can be useful for debugging and understanding the model's reasoning process. Set to none,auto, concise, or detailed.",
|
|
"com_endpoint_openai_resend": "Resend all previously attached images. Note: this can significantly increase token cost and you may experience errors with many image attachments.",
|
|
"com_endpoint_openai_resend_files": "Resend all previously attached files. Note: this will increase token cost and you may experience errors with many attachments.",
|
|
"com_endpoint_openai_stop": "Up to 4 sequences where the API will stop generating further tokens.",
|
|
"com_endpoint_openai_temp": "Higher values = more random, while lower values = more focused and deterministic. We recommend altering this or Top P but not both.",
|
|
"com_endpoint_openai_topp": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We recommend altering this or temperature but not both.",
|
|
"com_endpoint_openai_use_responses_api": "Use the Responses API instead of Chat Completions, which includes extended features from OpenAI. Required for o1-pro, o3-pro, and to enable reasoning summaries.",
|
|
"com_endpoint_openai_use_web_search": "Enable web search functionality using OpenAI's built-in search capabilities. This allows the model to search the web for up-to-date information and provide more accurate, current responses.",
|
|
"com_endpoint_openai_verbosity": "Constrains the verbosity of the model's response. Lower values will result in more concise responses, while higher values will result in more verbose responses. Currently supported values are low, medium, and high.",
|
|
"com_endpoint_output": "Output",
|
|
"com_endpoint_plug_image_detail": "Image Detail",
|
|
"com_endpoint_plug_resend_files": "Resend Files",
|
|
"com_endpoint_presence_penalty": "Presence Penalty",
|
|
"com_endpoint_preset": "preset",
|
|
"com_endpoint_preset_custom_name_placeholder": "something needs to go here. was empty",
|
|
"com_endpoint_preset_default": "is now the default preset.",
|
|
"com_endpoint_preset_default_item": "Default:",
|
|
"com_endpoint_preset_default_none": "No default preset active.",
|
|
"com_endpoint_preset_default_removed": "is no longer the default preset.",
|
|
"com_endpoint_preset_delete_confirm": "Are you sure you want to delete this preset?",
|
|
"com_endpoint_preset_delete_error": "There was an error deleting your preset. Please try again.",
|
|
"com_endpoint_preset_delete_success": "Preset deleted successfully",
|
|
"com_endpoint_preset_import": "Preset Imported!",
|
|
"com_endpoint_preset_import_error": "There was an error importing your preset. Please try again.",
|
|
"com_endpoint_preset_name": "Preset Name",
|
|
"com_endpoint_preset_save_error": "There was an error saving your preset. Please try again.",
|
|
"com_endpoint_preset_selected": "Preset Active!",
|
|
"com_endpoint_preset_selected_title": "Active!",
|
|
"com_endpoint_preset_title": "Preset",
|
|
"com_endpoint_presets": "presets",
|
|
"com_endpoint_presets_clear_warning": "Are you sure you want to clear all presets? This is irreversible.",
|
|
"com_endpoint_prompt_cache": "Use Prompt Caching",
|
|
"com_endpoint_prompt_prefix": "Custom Instructions",
|
|
"com_endpoint_prompt_prefix_assistants": "Additional Instructions",
|
|
"com_endpoint_prompt_prefix_assistants_placeholder": "Set additional instructions or context on top of the Assistant's main instructions. Ignored if empty.",
|
|
"com_endpoint_prompt_prefix_placeholder": "Set custom instructions or context. Ignored if empty.",
|
|
"com_endpoint_reasoning_effort": "Reasoning Effort",
|
|
"com_endpoint_reasoning_summary": "Reasoning Summary",
|
|
"com_endpoint_save_as_preset": "Save As Preset",
|
|
"com_endpoint_search": "Search endpoint by name",
|
|
"com_endpoint_search_endpoint_models": "Search {{0}} models...",
|
|
"com_endpoint_search_models": "Search models...",
|
|
"com_endpoint_search_var": "Search {{0}}...",
|
|
"com_endpoint_set_custom_name": "Set a custom name, in case you can find this preset",
|
|
"com_endpoint_stop": "Stop Sequences",
|
|
"com_endpoint_stop_placeholder": "Separate values by pressing `Enter`",
|
|
"com_endpoint_temperature": "Temperature",
|
|
"com_endpoint_thinking": "Thinking",
|
|
"com_endpoint_thinking_budget": "Thinking Budget",
|
|
"com_endpoint_top_k": "Top K",
|
|
"com_endpoint_top_p": "Top P",
|
|
"com_endpoint_use_active_assistant": "Use Active Assistant",
|
|
"com_endpoint_use_responses_api": "Use Responses API",
|
|
"com_endpoint_use_search_grounding": "Grounding with Google Search",
|
|
"com_endpoint_verbosity": "Verbosity",
|
|
"com_error_endpoint_models_not_loaded": "Models for {{0}} could not be loaded. Please refresh the page and try again.",
|
|
"com_error_expired_user_key": "Provided key for {{0}} expired at {{1}}. Please provide a new key and try again.",
|
|
"com_error_files_dupe": "Duplicate file detected.",
|
|
"com_error_files_empty": "Empty files are not allowed.",
|
|
"com_error_files_process": "An error occurred while processing the file.",
|
|
"com_error_files_upload": "An error occurred while uploading the file.",
|
|
"com_error_files_upload_canceled": "The file upload request was canceled. Note: the file upload may still be processing and will need to be manually deleted.",
|
|
"com_error_files_upload_too_large": "The file is too large. Please upload a file smaller than {{0}} MB",
|
|
"com_error_files_validation": "An error occurred while validating the file.",
|
|
"com_error_google_tool_conflict": "Usage of built-in Google tools are not supported with external tools. Please disable either the built-in tools or the external tools.",
|
|
"com_error_heic_conversion": "Failed to convert HEIC image to JPEG. Please try converting the image manually or use a different format.",
|
|
"com_error_illegal_model_request": "The model \"{{0}}\" is not available for {{1}}. Please select a different model.",
|
|
"com_error_input_length": "The latest message token count is too long, exceeding the token limit, or your token limit parameters are misconfigured, adversely affecting the context window. More info: {{0}}. Please shorten your message, adjust the max context size from the conversation parameters, or fork the conversation to continue.",
|
|
"com_error_invalid_agent_provider": "The \"{{0}}\" provider is not available for use with Agents. Please go to your agent's settings and select a currently available provider.",
|
|
"com_error_invalid_user_key": "Invalid key provided. Please provide a valid key and try again.",
|
|
"com_error_missing_model": "No model selected for {{0}}. Please select a model and try again.",
|
|
"com_error_models_not_loaded": "Models configuration could not be loaded. Please refresh the page and try again.",
|
|
"com_error_moderation": "It appears that the content submitted has been flagged by our moderation system for not aligning with our community guidelines. We're unable to proceed with this specific topic. If you have any other questions or topics you'd like to explore, please edit your message, or create a new conversation.",
|
|
"com_error_no_base_url": "No base URL found. Please provide one and try again.",
|
|
"com_error_no_user_key": "No key found. Please provide a key and try again.",
|
|
"com_error_refusal": "Response refused by safety filters. Rewrite your message and try again. If you encounter this frequently while using Claude Sonnet 4.5 or Opus 4.1, you can try Sonnet 4, which has different usage restrictions.",
|
|
"com_file_pages": "Pages: {{pages}}",
|
|
"com_file_source": "File",
|
|
"com_file_unknown": "Unknown File",
|
|
"com_files_download_failed": "{{0}} files failed",
|
|
"com_files_download_percent_complete": "{{0}}% complete",
|
|
"com_files_download_progress": "{{0}} of {{1}} files",
|
|
"com_files_downloading": "Downloading Files",
|
|
"com_files_filter": "Filter files...",
|
|
"com_files_filter_by": "Filter files by...",
|
|
"com_files_no_results": "No results.",
|
|
"com_files_number_selected": "{{0}} of {{1}} items(s) selected",
|
|
"com_files_preparing_download": "Preparing download...",
|
|
"com_files_result_found": "{{count}} result found",
|
|
"com_files_results_found": "{{count}} results found",
|
|
"com_files_sharepoint_picker_title": "Pick Files",
|
|
"com_files_table": "Files Table",
|
|
"com_files_upload_local_machine": "From Local Computer",
|
|
"com_files_upload_sharepoint": "From SharePoint",
|
|
"com_generated_files": "Generated files:",
|
|
"com_hide_examples": "Hide Examples",
|
|
"com_info_heic_converting": "Converting HEIC image to JPEG...",
|
|
"com_nav_2fa": "Two-Factor Authentication (2FA)",
|
|
"com_nav_account_settings": "Account Settings",
|
|
"com_nav_always_make_prod": "Always make new versions production",
|
|
"com_nav_archive_created_at": "Date Archived",
|
|
"com_nav_archive_name": "Name",
|
|
"com_nav_archived_chats": "Archived chats",
|
|
"com_nav_at_command": "@-Command",
|
|
"com_nav_at_command_description": "Toggle command \"@\" for switching endpoints, models, presets, etc.",
|
|
"com_nav_audio_play_error": "Error playing audio: {{0}}",
|
|
"com_nav_audio_process_error": "Error processing audio: {{0}}",
|
|
"com_nav_auto_scroll": "Auto-Scroll to latest message on chat open",
|
|
"com_nav_auto_send_prompts": "Auto-send Prompts",
|
|
"com_nav_auto_send_text": "Auto send text",
|
|
"com_nav_auto_transcribe_audio": "Auto transcribe audio",
|
|
"com_nav_automatic_playback": "Autoplay Latest Message",
|
|
"com_nav_balance": "Balance",
|
|
"com_nav_balance_auto_refill_disabled": "Auto-Refill is disabled.",
|
|
"com_nav_balance_auto_refill_error": "Error loading auto-refill settings.",
|
|
"com_nav_balance_auto_refill_settings": "Auto-Refill Settings",
|
|
"com_nav_balance_day": "day",
|
|
"com_nav_balance_days": "days",
|
|
"com_nav_balance_every": "Every",
|
|
"com_nav_balance_hour": "hour",
|
|
"com_nav_balance_hours": "hours",
|
|
"com_nav_balance_interval": "Interval:",
|
|
"com_nav_balance_last_refill": "Last Refill:",
|
|
"com_nav_balance_minute": "minute",
|
|
"com_nav_balance_minutes": "minutes",
|
|
"com_nav_balance_month": "month",
|
|
"com_nav_balance_months": "months",
|
|
"com_nav_balance_next_refill": "Next Refill:",
|
|
"com_nav_balance_next_refill_info": "The next refill will occur automatically only when both conditions are met: the designated time interval has passed since the last refill, and sending a prompt would cause your balance to drop below zero.",
|
|
"com_nav_balance_refill_amount": "Refill Amount:",
|
|
"com_nav_balance_second": "second",
|
|
"com_nav_balance_seconds": "seconds",
|
|
"com_nav_balance_week": "week",
|
|
"com_nav_balance_weeks": "weeks",
|
|
"com_nav_browser": "Browser",
|
|
"com_nav_center_chat_input": "Center Chat Input on Welcome Screen",
|
|
"com_nav_change_picture": "Change picture",
|
|
"com_nav_chat_commands": "Chat Commands",
|
|
"com_nav_chat_commands_info": "These commands are activated by typing specific characters at the beginning of your message. Each command is triggered by its designated prefix. You can disable them if you frequently use these characters to start messages.",
|
|
"com_nav_chat_direction": "Chat direction",
|
|
"com_nav_chat_direction_selected": "Chat direction: {{direction}}",
|
|
"com_nav_clear_all_chats": "Clear all chats",
|
|
"com_nav_clear_cache_confirm_message": "Are you sure you want to clear the cache?",
|
|
"com_nav_clear_conversation": "Clear conversations",
|
|
"com_nav_clear_conversation_confirm_message": "Are you sure you want to clear all conversations? This is irreversible.",
|
|
"com_nav_close_sidebar": "Close sidebar",
|
|
"com_nav_commands": "Commands",
|
|
"com_nav_confirm_clear": "Confirm Clear",
|
|
"com_nav_control_panel": "Control Panel",
|
|
"com_nav_conversation_mode": "Conversation Mode",
|
|
"com_nav_convo_menu_options": "Conversation Menu Options",
|
|
"com_nav_db_sensitivity": "Decibel sensitivity",
|
|
"com_nav_default_temporary_chat": "Temporary Chat by default",
|
|
"com_nav_delete_account": "Delete account",
|
|
"com_nav_delete_account_button": "Permanently delete my account",
|
|
"com_nav_delete_account_confirm": "Delete account - are you sure?",
|
|
"com_nav_delete_account_email_placeholder": "Please enter your account email",
|
|
"com_nav_delete_cache_storage": "Delete TTS cache storage",
|
|
"com_nav_delete_data_info": "All your data will be deleted.",
|
|
"com_nav_delete_warning": "WARNING: This will permanently delete your account.",
|
|
"com_nav_enable_cache_tts": "Enable cache TTS",
|
|
"com_nav_enable_cloud_browser_voice": "Use cloud-based voices",
|
|
"com_nav_engine": "Engine",
|
|
"com_nav_enter_to_send": "Press Enter to send messages",
|
|
"com_nav_export": "Export",
|
|
"com_nav_export_all_message_branches": "Export all message branches",
|
|
"com_nav_export_conversation": "Export conversation",
|
|
"com_nav_export_filename": "Filename",
|
|
"com_nav_export_filename_placeholder": "Set the filename",
|
|
"com_nav_export_include_endpoint_options": "Include endpoint options",
|
|
"com_nav_export_recursive": "Recursive",
|
|
"com_nav_export_recursive_or_sequential": "Recursive or sequential?",
|
|
"com_nav_export_type": "Type",
|
|
"com_nav_external": "External",
|
|
"com_nav_font_size": "Message Font Size",
|
|
"com_nav_font_size_base": "Medium",
|
|
"com_nav_font_size_lg": "Large",
|
|
"com_nav_font_size_sm": "Small",
|
|
"com_nav_font_size_xl": "Extra Large",
|
|
"com_nav_font_size_xs": "Extra Small",
|
|
"com_nav_help_faq": "Help & FAQ",
|
|
"com_nav_hide_panel": "Hide right-most side panel",
|
|
"com_nav_info_balance": "Balance shows how many token credits you have left to use. Token credits translate to monetary value (e.g., 1000 credits = $0.001 USD)",
|
|
"com_nav_info_code_artifacts": "Enables the display of experimental code artifacts next to the chat",
|
|
"com_nav_info_code_artifacts_agent": "Enables the use of code artifacts for this agent. By default, additional instructions specific to the use of artifacts are added, unless \"Custom Prompt Mode\" is enabled.",
|
|
"com_nav_info_custom_prompt_mode": "When enabled, the default artifacts system prompt will not be included. All artifact-generating instructions must be provided manually in this mode.",
|
|
"com_nav_info_default_temporary_chat": "When enabled, new chats will start with temporary chat mode activated by default. Temporary chats are not saved to your history.",
|
|
"com_nav_info_enter_to_send": "When enabled, pressing `ENTER` will send your message. When disabled, pressing Enter will add a new line, and you'll need to press `CTRL + ENTER` / `⌘ + ENTER` to send your message.",
|
|
"com_nav_info_fork_change_default": "`Visible messages only` includes just the direct path to the selected message. `Include related branches` adds branches along the path. `Include all to/from here` includes all connected messages and branches.",
|
|
"com_nav_info_fork_split_target_setting": "When enabled, forking will commence from the target message to the latest message in the conversation, according to the behavior selected.",
|
|
"com_nav_info_include_shadcnui": "When enabled, instructions for using shadcn/ui components will be included. shadcn/ui is a collection of re-usable components built using Radix UI and Tailwind CSS. Note: these are lengthy instructions, you should only enable if informing the LLM of the correct imports and components is important to you. For more information about these components, visit: https://ui.shadcn.com/",
|
|
"com_nav_info_latex_parsing": "When enabled, LaTeX code in messages will be rendered as mathematical equations. Disabling this may improve performance if you don't need LaTeX rendering.",
|
|
"com_nav_info_save_badges_state": "When enabled, the state of the chat badges will be saved. This means that if you create a new chat, the badges will remain in the same state as the previous chat. If you disable this option, the badges will reset to their default state every time you create a new chat",
|
|
"com_nav_info_save_draft": "When enabled, the text and attachments you enter in the chat form will be automatically saved locally as drafts. These drafts will be available even if you reload the page or switch to a different conversation. Drafts are stored locally on your device and are deleted once the message is sent.",
|
|
"com_nav_info_show_thinking": "When enabled, the chat will display the thinking dropdowns open by default, allowing you to view the AI's reasoning in real-time. When disabled, the thinking dropdowns will remain closed by default for a cleaner and more streamlined interface",
|
|
"com_nav_info_user_name_display": "When enabled, the username of the sender will be shown above each message you send. When disabled, you will only see \"You\" above your messages.",
|
|
"com_nav_keep_screen_awake": "Keep screen awake during response generation",
|
|
"com_nav_lang_arabic": "العربية",
|
|
"com_nav_lang_armenian": "Հայերեն",
|
|
"com_nav_lang_auto": "Auto detect",
|
|
"com_nav_lang_bosnian": "Босански",
|
|
"com_nav_lang_brazilian_portuguese": "Português Brasileiro",
|
|
"com_nav_lang_catalan": "Català",
|
|
"com_nav_lang_chinese": "中文",
|
|
"com_nav_lang_czech": "Čeština",
|
|
"com_nav_lang_danish": "Dansk",
|
|
"com_nav_lang_dutch": "Nederlands",
|
|
"com_nav_lang_english": "English",
|
|
"com_nav_lang_estonian": "Eesti keel",
|
|
"com_nav_lang_finnish": "Suomi",
|
|
"com_nav_lang_french": "Français ",
|
|
"com_nav_lang_georgian": "ქართული",
|
|
"com_nav_lang_german": "Deutsch",
|
|
"com_nav_lang_hebrew": "עברית",
|
|
"com_nav_lang_hungarian": "Magyar",
|
|
"com_nav_lang_indonesia": "Indonesia",
|
|
"com_nav_lang_italian": "Italiano",
|
|
"com_nav_lang_japanese": "日本語",
|
|
"com_nav_lang_korean": "한국어",
|
|
"com_nav_lang_latvian": "Latviski",
|
|
"com_nav_lang_norwegian_bokmal": "Norsk Bokmål",
|
|
"com_nav_lang_persian": "فارسی",
|
|
"com_nav_lang_polish": "Polski",
|
|
"com_nav_lang_portuguese": "Português",
|
|
"com_nav_lang_russian": "Русский",
|
|
"com_nav_lang_slovenian": "Slovenščina",
|
|
"com_nav_lang_spanish": "Español",
|
|
"com_nav_lang_swedish": "Svenska",
|
|
"com_nav_lang_thai": "ไทย",
|
|
"com_nav_lang_tibetan": "བོད་སྐད་",
|
|
"com_nav_lang_traditional_chinese": "繁體中文",
|
|
"com_nav_lang_turkish": "Türkçe",
|
|
"com_nav_lang_ukrainian": "Українська",
|
|
"com_nav_lang_uyghur": "Uyƣur tili",
|
|
"com_nav_lang_vietnamese": "Tiếng Việt",
|
|
"com_nav_language": "Language",
|
|
"com_nav_latex_parsing": "Parsing LaTeX in messages (may affect performance)",
|
|
"com_nav_log_out": "Log out",
|
|
"com_nav_long_audio_warning": "Longer texts will take longer to process.",
|
|
"com_nav_maximize_chat_space": "Maximize chat space",
|
|
"com_nav_mcp_access_revoked": "MCP server access revoked successfully.",
|
|
"com_nav_mcp_configure_server": "Configure {{0}}",
|
|
"com_nav_mcp_connect": "Connect",
|
|
"com_nav_mcp_connect_server": "Connect {{0}}",
|
|
"com_nav_mcp_reconnect": "Reconnect",
|
|
"com_nav_mcp_status_connected": "Connected",
|
|
"com_nav_mcp_status_connecting": "{{0}} - Connecting",
|
|
"com_nav_mcp_status_disconnected": "Disconnected",
|
|
"com_nav_mcp_status_error": "Error",
|
|
"com_nav_mcp_status_initializing": "Initializing",
|
|
"com_nav_mcp_status_needs_auth": "Needs Auth",
|
|
"com_nav_mcp_status_unknown": "Unknown",
|
|
"com_nav_mcp_vars_update_error": "Error updating MCP custom user variables",
|
|
"com_nav_mcp_vars_updated": "MCP custom user variables updated successfully.",
|
|
"com_nav_modular_chat": "Enable switching Endpoints mid-conversation",
|
|
"com_nav_my_files": "My Files",
|
|
"com_nav_not_supported": "Not Supported",
|
|
"com_nav_open_sidebar": "Open sidebar",
|
|
"com_nav_playback_rate": "Audio Playback Rate",
|
|
"com_nav_plugin_auth_error": "There was an error attempting to authenticate this plugin. Please try again.",
|
|
"com_nav_plus_command": "+-Command",
|
|
"com_nav_plus_command_description": "Toggle command \"+\" for adding a multi-response setting",
|
|
"com_nav_profile_picture": "Profile Picture",
|
|
"com_nav_save_badges_state": "Save badges state",
|
|
"com_nav_save_drafts": "Save drafts locally",
|
|
"com_nav_scroll_button": "Scroll to the end button",
|
|
"com_nav_search_placeholder": "Search messages",
|
|
"com_nav_send_message": "Send message",
|
|
"com_nav_setting_account": "Account",
|
|
"com_nav_setting_balance": "Balance",
|
|
"com_nav_setting_chat": "Chat",
|
|
"com_nav_setting_data": "Data controls",
|
|
"com_nav_setting_delay": "Delay (s)",
|
|
"com_nav_setting_general": "General",
|
|
"com_nav_setting_mcp": "MCP Settings",
|
|
"com_nav_setting_personalization": "Personalization",
|
|
"com_nav_setting_speech": "Speech",
|
|
"com_nav_settings": "Settings",
|
|
"com_nav_shared_links": "Shared links",
|
|
"com_nav_show_code": "Always show code when using code interpreter",
|
|
"com_nav_show_thinking": "Open Thinking Dropdowns by Default",
|
|
"com_nav_slash_command": "/-Command",
|
|
"com_nav_slash_command_description": "Toggle command \"/\" for selecting a prompt via keyboard",
|
|
"com_nav_speech_to_text": "Speech to Text",
|
|
"com_nav_stop_generating": "Stop generating",
|
|
"com_nav_text_to_speech": "Text to Speech",
|
|
"com_nav_theme": "Theme",
|
|
"com_nav_theme_dark": "Dark",
|
|
"com_nav_theme_light": "Light",
|
|
"com_nav_theme_system": "System",
|
|
"com_nav_toggle_sidebar": "Toggle sidebar",
|
|
"com_nav_tool_dialog": "Assistant Tools",
|
|
"com_nav_tool_dialog_agents": "Agent Tools",
|
|
"com_nav_tool_dialog_description": "Assistant must be saved to persist tool selections.",
|
|
"com_nav_tool_dialog_mcp_server_tools": "MCP Server Tools",
|
|
"com_nav_tool_remove": "Remove",
|
|
"com_nav_tool_search": "Search tools",
|
|
"com_nav_user": "USER",
|
|
"com_nav_user_msg_markdown": "Render user messages as markdown",
|
|
"com_nav_user_name_display": "Display username in messages",
|
|
"com_nav_voice_select": "Voice",
|
|
"com_show_examples": "Show Examples",
|
|
"com_sidepanel_agent_builder": "Agent Builder",
|
|
"com_sidepanel_assistant_builder": "Assistant Builder",
|
|
"com_sidepanel_attach_files": "Attach Files",
|
|
"com_sidepanel_conversation_tags": "Bookmarks",
|
|
"com_sidepanel_hide_panel": "Hide Panel",
|
|
"com_sidepanel_manage_files": "Manage Files",
|
|
"com_sidepanel_parameters": "Parameters",
|
|
"com_sources_agent_file": "Source Document",
|
|
"com_sources_agent_files": "Agent Files",
|
|
"com_sources_download_aria_label": "Download {{filename}}{{status}}",
|
|
"com_sources_download_failed": "Download failed",
|
|
"com_sources_download_local_unavailable": "Cannot download: File is not saved",
|
|
"com_sources_downloading_status": " (downloading...)",
|
|
"com_sources_error_fallback": "Unable to load sources",
|
|
"com_sources_image_alt": "Search result image",
|
|
"com_sources_more_files": "+{{count}} files",
|
|
"com_sources_more_sources": "+{{count}} sources",
|
|
"com_sources_pages": "Pages",
|
|
"com_sources_region_label": "Search results and sources",
|
|
"com_sources_reload_page": "Reload page",
|
|
"com_sources_tab_all": "All",
|
|
"com_sources_tab_files": "Files",
|
|
"com_sources_tab_images": "Images",
|
|
"com_sources_tab_news": "News",
|
|
"com_sources_title": "Sources",
|
|
"com_ui_2fa_account_security": "Two-factor authentication adds an extra layer of security to your account",
|
|
"com_ui_2fa_disable": "Disable 2FA",
|
|
"com_ui_2fa_disable_error": "There was an error disabling two-factor authentication",
|
|
"com_ui_2fa_disabled": "2FA has been disabled",
|
|
"com_ui_2fa_enable": "Enable 2FA",
|
|
"com_ui_2fa_enabled": "2FA has been enabled",
|
|
"com_ui_2fa_generate_error": "There was an error generating two-factor authentication settings",
|
|
"com_ui_2fa_invalid": "Invalid two-factor authentication code",
|
|
"com_ui_2fa_setup": "Setup 2FA",
|
|
"com_ui_2fa_verified": "Successfully verified Two-Factor Authentication",
|
|
"com_ui_accept": "I accept",
|
|
"com_ui_action_button": "Action Button",
|
|
"com_ui_active": "Active",
|
|
"com_ui_add": "Add",
|
|
"com_ui_add_code_interpreter_api_key": "Add Code Interpreter API Key",
|
|
"com_ui_add_first_bookmark": "Click on a chat to add one",
|
|
"com_ui_add_first_mcp_server": "Create your first MCP server to get started",
|
|
"com_ui_add_first_prompt": "Create your first prompt to get started",
|
|
"com_ui_add_mcp": "Add MCP",
|
|
"com_ui_add_mcp_server": "Add MCP Server",
|
|
"com_ui_add_model_preset": "Add a model or preset for an additional response",
|
|
"com_ui_add_multi_conversation": "Add multi-conversation",
|
|
"com_ui_add_special_variables": "Add Special Variables",
|
|
"com_ui_add_web_search_api_keys": "Add Web Search API Keys",
|
|
"com_ui_adding_details": "Adding details",
|
|
"com_ui_additional_details": "Additional Details",
|
|
"com_ui_admin": "Admin",
|
|
"com_ui_admin_access_warning": "Disabling Admin access to this feature may cause unexpected UI issues requiring refresh. If saved, the only way to revert is via the interface setting in librechat.yaml config which affects all roles.",
|
|
"com_ui_admin_settings": "Admin Settings",
|
|
"com_ui_admin_settings_section": "Admin Settings - {{section}}",
|
|
"com_ui_advanced": "Advanced",
|
|
"com_ui_advanced_settings": "Advanced Settings",
|
|
"com_ui_agent": "Agent",
|
|
"com_ui_agent_category_aftersales": "After Sales",
|
|
"com_ui_agent_category_finance": "Finance",
|
|
"com_ui_agent_category_general": "General",
|
|
"com_ui_agent_category_hr": "HR",
|
|
"com_ui_agent_category_it": "IT",
|
|
"com_ui_agent_category_rd": "R&D",
|
|
"com_ui_agent_category_sales": "Sales",
|
|
"com_ui_agent_category_selector_aria": "Agent's category selector",
|
|
"com_ui_agent_chain": "Agent Chain (Mixture-of-Agents)",
|
|
"com_ui_agent_chain_info": "Enables creating sequences of agents. Each agent can access outputs from previous agents in the chain. Based on the \"Mixture-of-Agents\" architecture where agents use previous outputs as auxiliary information.",
|
|
"com_ui_agent_chain_max": "You have reached the maximum of {{0}} agents.",
|
|
"com_ui_agent_delete_error": "There was an error deleting the agent",
|
|
"com_ui_agent_deleted": "Successfully deleted agent",
|
|
"com_ui_agent_duplicate_error": "There was an error duplicating the agent",
|
|
"com_ui_agent_duplicated": "Agent duplicated successfully",
|
|
"com_ui_agent_handoff_add": "Add handoff agent",
|
|
"com_ui_agent_handoff_description": "Handoff description",
|
|
"com_ui_agent_handoff_description_placeholder": "e.g., Transfer to data analyst for statistical analysis",
|
|
"com_ui_agent_handoff_info": "Configure agents that this agent can transfer conversations to when specific expertise is needed.",
|
|
"com_ui_agent_handoff_info_2": "Each handoff creates a transfer tool that enables seamless routing to specialist agents with context.",
|
|
"com_ui_agent_handoff_max": "Maximum {{0}} handoff agents reached.",
|
|
"com_ui_agent_handoff_prompt": "Passthrough content",
|
|
"com_ui_agent_handoff_prompt_key": "Content parameter name (default: 'instructions')",
|
|
"com_ui_agent_handoff_prompt_key_placeholder": "Label the content passed (default: 'instructions')",
|
|
"com_ui_agent_handoff_prompt_placeholder": "Tell this agent what content to generate and pass to the handoff agent. You need to add something here to enable this feature",
|
|
"com_ui_agent_handoffs": "Agent Handoffs",
|
|
"com_ui_agent_name_is_required": "Agent name is required",
|
|
"com_ui_agent_recursion_limit": "Max Agent Steps",
|
|
"com_ui_agent_recursion_limit_info": "Limits how many steps the agent can take in a run before giving a final response. Default is 25 steps. A step is either an AI API request or a tool usage round. For example, a basic tool interaction takes 3 steps: initial request, tool usage, and follow-up request.",
|
|
"com_ui_agent_url_copied": "Agent URL copied to clipboard",
|
|
"com_ui_agent_var": "{{0}} agent",
|
|
"com_ui_agent_version": "Version",
|
|
"com_ui_agent_version_active": "Active Version",
|
|
"com_ui_agent_version_empty": "No versions available",
|
|
"com_ui_agent_version_error": "Error fetching versions",
|
|
"com_ui_agent_version_history": "Version History",
|
|
"com_ui_agent_version_no_agent": "No agent selected. Please select an agent to view version history.",
|
|
"com_ui_agent_version_no_date": "Date not available",
|
|
"com_ui_agent_version_restore": "Restore",
|
|
"com_ui_agent_version_restore_confirm": "Are you sure you want to restore this version?",
|
|
"com_ui_agent_version_restore_error": "Failed to restore version",
|
|
"com_ui_agent_version_restore_success": "Version restored successfully",
|
|
"com_ui_agent_version_title": "Version {{versionNumber}}",
|
|
"com_ui_agent_version_unknown_date": "Unknown date",
|
|
"com_ui_agents": "Agents",
|
|
"com_ui_agents_allow_create": "Allow creating Agents",
|
|
"com_ui_agents_allow_share": "Allow sharing Agents",
|
|
"com_ui_agents_allow_share_public": "Allow sharing Agents publicly",
|
|
"com_ui_agents_allow_use": "Allow using Agents",
|
|
"com_ui_all": "all",
|
|
"com_ui_all_proper": "All",
|
|
"com_ui_analyzing": "Running tools with code",
|
|
"com_ui_analyzing_finished": "Finished analyzing",
|
|
"com_ui_api_key": "API Key",
|
|
"com_ui_archive": "Archive",
|
|
"com_ui_archive_delete_error": "Failed to delete archived conversation",
|
|
"com_ui_archive_error": "Failed to archive conversation",
|
|
"com_ui_artifact_click": "Click to open",
|
|
"com_ui_artifacts": "Artifacts",
|
|
"com_ui_artifacts_options": "Artifacts Options",
|
|
"com_ui_artifacts_toggle": "Toggle Artifacts UI",
|
|
"com_ui_artifacts_toggle_agent": "Enable Artifacts",
|
|
"com_ui_ascending": "Asc",
|
|
"com_ui_assistant": "Assistant",
|
|
"com_ui_assistant_delete_error": "There was an error deleting the assistant",
|
|
"com_ui_assistant_deleted": "Successfully deleted assistant",
|
|
"com_ui_assistants": "Assistants",
|
|
"com_ui_assistants_output": "Assistants Output",
|
|
"com_ui_at_least_one_owner_required": "At least one owner is required",
|
|
"com_ui_attach_error": "Cannot attach file. Create or select a conversation, or try refreshing the page.",
|
|
"com_ui_attach_error_disabled": "File uploads are disabled for this endpoint",
|
|
"com_ui_attach_error_openai": "Cannot attach Assistant files to other endpoints",
|
|
"com_ui_attach_error_size": "File size limit exceeded for endpoint:",
|
|
"com_ui_attach_error_type": "Unsupported file type for endpoint:",
|
|
"com_ui_attach_remove": "Remove file",
|
|
"com_ui_attach_warn_endpoint": "Non-Assistant files may be ignored without a compatible tool",
|
|
"com_ui_attachment": "Attachment",
|
|
"com_ui_auth_type": "Auth Type",
|
|
"com_ui_auth_url": "Authorization URL",
|
|
"com_ui_authenticate": "Authenticate",
|
|
"com_ui_authentication": "Authentication",
|
|
"com_ui_authentication_type": "Authentication Type",
|
|
"com_ui_auto": "Auto",
|
|
"com_ui_avatar": "Avatar",
|
|
"com_ui_azure": "Azure",
|
|
"com_ui_azure_ad": "Entra ID",
|
|
"com_ui_back": "Back",
|
|
"com_ui_back_to_builder": "Back to builder",
|
|
"com_ui_back_to_chat": "Back to Chat",
|
|
"com_ui_back_to_prompts": "Back to Prompts",
|
|
"com_ui_backup_code_number": "Code #{{number}}",
|
|
"com_ui_backup_codes": "Backup Codes",
|
|
"com_ui_backup_codes_regenerate_error": "There was an error regenerating backup codes",
|
|
"com_ui_backup_codes_regenerated": "Backup codes have been regenerated successfully",
|
|
"com_ui_backup_codes_security_info": "For security reasons, backup codes are only displayed once when generated. Please save them in a secure location.",
|
|
"com_ui_backup_codes_status": "Backup Codes Status",
|
|
"com_ui_basic": "Basic",
|
|
"com_ui_basic_auth_header": "Basic authorization header",
|
|
"com_ui_bearer": "Bearer",
|
|
"com_ui_beta": "Beta",
|
|
"com_ui_bookmark_delete_confirm": "Are you sure you want to delete this bookmark?",
|
|
"com_ui_bookmarks": "Bookmarks",
|
|
"com_ui_bookmarks_add": "Add Bookmarks",
|
|
"com_ui_bookmarks_add_to_conversation": "Add to current conversation",
|
|
"com_ui_bookmarks_count_selected": "Bookmarks, {{count}} selected",
|
|
"com_ui_bookmarks_create_error": "There was an error creating the bookmark",
|
|
"com_ui_bookmarks_create_exists": "This bookmark already exists",
|
|
"com_ui_bookmarks_create_success": "Bookmark created successfully",
|
|
"com_ui_bookmarks_delete": "Delete Bookmark",
|
|
"com_ui_bookmarks_delete_error": "There was an error deleting the bookmark",
|
|
"com_ui_bookmarks_delete_success": "Bookmark deleted successfully",
|
|
"com_ui_bookmarks_description": "Description",
|
|
"com_ui_bookmarks_edit": "Edit Bookmark",
|
|
"com_ui_bookmarks_filter": "Filter bookmarks...",
|
|
"com_ui_bookmarks_new": "New Bookmark",
|
|
"com_ui_bookmarks_tag_exists": "A bookmark with this title already exists",
|
|
"com_ui_bookmarks_title": "Title",
|
|
"com_ui_bookmarks_update_error": "There was an error updating the bookmark",
|
|
"com_ui_bookmarks_update_success": "Bookmark updated successfully",
|
|
"com_ui_branch_created": "Branch created successfully",
|
|
"com_ui_branch_error": "Failed to create branch",
|
|
"com_ui_branch_message": "Create branch from this response",
|
|
"com_ui_by_author": "by {{0}}",
|
|
"com_ui_callback_url": "Callback URL",
|
|
"com_ui_cancel": "Cancel",
|
|
"com_ui_cancelled": "Cancelled",
|
|
"com_ui_category": "Category",
|
|
"com_ui_change_version": "Change Version",
|
|
"com_ui_chat": "Chat",
|
|
"com_ui_chat_history": "Chat History",
|
|
"com_ui_chats": "Chats",
|
|
"com_ui_check_internet": "Check your internet connection",
|
|
"com_ui_clear": "Clear",
|
|
"com_ui_clear_all": "Clear all",
|
|
"com_ui_clear_browser_cache": "Clear your browser cache",
|
|
"com_ui_clear_presets": "Clear Presets",
|
|
"com_ui_clear_search": "Clear search",
|
|
"com_ui_click_to_close": "Click to close",
|
|
"com_ui_click_to_view_var": "Click to view {{0}}",
|
|
"com_ui_client_id": "Client ID",
|
|
"com_ui_client_secret": "Client Secret",
|
|
"com_ui_close": "Close",
|
|
"com_ui_close_menu": "Close Menu",
|
|
"com_ui_close_settings": "Close Settings",
|
|
"com_ui_close_var": "Close {{0}}",
|
|
"com_ui_close_window": "Close Window",
|
|
"com_ui_code": "Code",
|
|
"com_ui_collapse": "Collapse",
|
|
"com_ui_collapse_chat": "Collapse Chat",
|
|
"com_ui_collapse_thoughts": "Collapse Thoughts",
|
|
"com_ui_command_placeholder": "Optional: Enter a command for the prompt or name will be used",
|
|
"com_ui_command_usage_placeholder": "Select a Prompt by command or name",
|
|
"com_ui_complete_setup": "Complete Setup",
|
|
"com_ui_concise": "Concise",
|
|
"com_ui_configure": "Configure",
|
|
"com_ui_configure_mcp_variables_for": "Configure Variables for {{0}}",
|
|
"com_ui_confirm": "Confirm",
|
|
"com_ui_confirm_action": "Confirm Action",
|
|
"com_ui_confirm_admin_use_change": "Changing this setting will block access for admins, including yourself. Are you sure you want to proceed?",
|
|
"com_ui_confirm_change": "Confirm Change",
|
|
"com_ui_connecting": "Connecting",
|
|
"com_ui_contact_admin_if_issue_persists": "Contact the Admin if the issue persists",
|
|
"com_ui_context": "Context",
|
|
"com_ui_context_filter_sort": "Filter and Sort by Context",
|
|
"com_ui_continue": "Continue",
|
|
"com_ui_continue_oauth": "Continue with OAuth",
|
|
"com_ui_control_bar": "Control bar",
|
|
"com_ui_controls": "Controls",
|
|
"com_ui_conversation": "conversation",
|
|
"com_ui_conversation_label": "{{title}} conversation",
|
|
"com_ui_conversations": "conversations",
|
|
"com_ui_convo_archived": "Conversation archived",
|
|
"com_ui_convo_delete_error": "Failed to delete conversation",
|
|
"com_ui_convo_delete_success": "Conversation successfully deleted",
|
|
"com_ui_copied": "Copied!",
|
|
"com_ui_copied_to_clipboard": "Copied to clipboard",
|
|
"com_ui_copy": "Copy",
|
|
"com_ui_copy_code": "Copy code",
|
|
"com_ui_copy_link": "Copy link",
|
|
"com_ui_copy_stack_trace": "Copy stack trace",
|
|
"com_ui_copy_thoughts_to_clipboard": "Copy thoughts to clipboard",
|
|
"com_ui_copy_to_clipboard": "Copy to clipboard",
|
|
"com_ui_copy_url_to_clipboard": "Copy URL to clipboard",
|
|
"com_ui_create": "Create",
|
|
"com_ui_create_assistant": "Create Assistant",
|
|
"com_ui_create_link": "Create link",
|
|
"com_ui_create_memory": "Create Memory",
|
|
"com_ui_create_new_agent": "Create New Agent",
|
|
"com_ui_create_prompt": "Create Prompt",
|
|
"com_ui_create_prompt_page": "New Prompt Configuration Page",
|
|
"com_ui_creating_image": "Creating image. May take a moment",
|
|
"com_ui_current": "Current",
|
|
"com_ui_currently_production": "Currently in production",
|
|
"com_ui_custom": "Custom",
|
|
"com_ui_custom_header_name": "Custom Header Name",
|
|
"com_ui_custom_prompt_mode": "Custom Prompt Mode",
|
|
"com_ui_dark_theme_enabled": "Dark theme enabled",
|
|
"com_ui_dashboard": "Dashboard",
|
|
"com_ui_date": "Date",
|
|
"com_ui_date_april": "April",
|
|
"com_ui_date_august": "August",
|
|
"com_ui_date_december": "December",
|
|
"com_ui_date_february": "February",
|
|
"com_ui_date_january": "January",
|
|
"com_ui_date_july": "July",
|
|
"com_ui_date_june": "June",
|
|
"com_ui_date_march": "March",
|
|
"com_ui_date_may": "May",
|
|
"com_ui_date_november": "November",
|
|
"com_ui_date_october": "October",
|
|
"com_ui_date_previous_30_days": "Previous 30 days",
|
|
"com_ui_date_previous_7_days": "Previous 7 days",
|
|
"com_ui_date_september": "September",
|
|
"com_ui_date_sort": "Sort by Date",
|
|
"com_ui_date_today": "Today",
|
|
"com_ui_date_yesterday": "Yesterday",
|
|
"com_ui_decline": "I do not accept",
|
|
"com_ui_default_post_request": "Default (POST request)",
|
|
"com_ui_delete": "Delete",
|
|
"com_ui_delete_action": "Delete Action",
|
|
"com_ui_delete_action_confirm": "Are you sure you want to delete this action?",
|
|
"com_ui_delete_agent": "Delete Agent",
|
|
"com_ui_delete_agent_confirm": "Are you sure you want to delete this agent?",
|
|
"com_ui_delete_assistant": "Delete Assistant",
|
|
"com_ui_delete_assistant_confirm": "Are you sure you want to delete this Assistant? This cannot be undone.",
|
|
"com_ui_delete_confirm": "This will delete",
|
|
"com_ui_delete_confirm_prompt_version_var": "This will delete the selected version for \"{{0}}.\" If no other versions exist, the prompt will be deleted.",
|
|
"com_ui_delete_confirm_strong": "This will delete <strong>{{title}}</strong>",
|
|
"com_ui_delete_conversation": "Delete chat?",
|
|
"com_ui_delete_memory": "Delete Memory",
|
|
"com_ui_delete_not_allowed": "Delete operation is not allowed",
|
|
"com_ui_delete_preset": "Delete Preset?",
|
|
"com_ui_delete_prompt": "Delete Prompt?",
|
|
"com_ui_delete_prompt_name": "Delete Prompt - {{name}}",
|
|
"com_ui_delete_shared_link": "Delete shared link?",
|
|
"com_ui_delete_shared_link_heading": "Delete Shared Link",
|
|
"com_ui_delete_success": "Successfully deleted",
|
|
"com_ui_delete_tool": "Delete Tool",
|
|
"com_ui_delete_tool_confirm": "Are you sure you want to delete this tool?",
|
|
"com_ui_delete_tool_save_reminder": "Tool removed. Save the agent to apply changes.",
|
|
"com_ui_deleted": "Deleted",
|
|
"com_ui_deleting_file": "Deleting file...",
|
|
"com_ui_descending": "Desc",
|
|
"com_ui_description": "Description",
|
|
"com_ui_description_placeholder": "Optional: Enter a description to display for the prompt",
|
|
"com_ui_deselect_all": "Deselect All",
|
|
"com_ui_detailed": "Detailed",
|
|
"com_ui_disabling": "Disabling...",
|
|
"com_ui_done": "Done",
|
|
"com_ui_download": "Download",
|
|
"com_ui_download_artifact": "Download Artifact",
|
|
"com_ui_download_backup": "Download Backup Codes",
|
|
"com_ui_download_backup_tooltip": "Before you continue, download your backup codes. You will need them to regain access if you lose your authenticator device",
|
|
"com_ui_download_error": "Error downloading file. The file may have been deleted.",
|
|
"com_ui_download_error_logs": "Download error logs",
|
|
"com_ui_drag_drop": "Drop any file here to add it to the conversation",
|
|
"com_ui_dropdown_variables": "Dropdown variables:",
|
|
"com_ui_dropdown_variables_info": "Create custom dropdown menus for your prompts: `{{variable_name:option1|option2|option3}}`",
|
|
"com_ui_duplicate": "Duplicate",
|
|
"com_ui_duplicate_agent": "Duplicate Agent",
|
|
"com_ui_duplication_error": "There was an error duplicating the conversation",
|
|
"com_ui_duplication_processing": "Duplicating conversation...",
|
|
"com_ui_duplication_success": "Successfully duplicated conversation",
|
|
"com_ui_edit": "Edit",
|
|
"com_ui_edit_editing_image": "Editing image",
|
|
"com_ui_edit_mcp_server": "Edit MCP Server",
|
|
"com_ui_edit_mcp_server_dialog_description": "Unique Server Identifier: {{serverName}}",
|
|
"com_ui_edit_memory": "Edit Memory",
|
|
"com_ui_edit_preset_title": "Edit Preset - {{title}}",
|
|
"com_ui_edit_prompt_page": "Edit Prompt Page",
|
|
"com_ui_editable_message": "Editable Message",
|
|
"com_ui_editor_instructions": "Drag the image to reposition • Use zoom slider or buttons to adjust size",
|
|
"com_ui_empty_category": "-",
|
|
"com_ui_endpoint": "Endpoint",
|
|
"com_ui_endpoint_menu": "LLM Endpoint Menu",
|
|
"com_ui_enter": "Enter",
|
|
"com_ui_enter_api_key": "Enter API Key",
|
|
"com_ui_enter_description": "Enter description (optional)",
|
|
"com_ui_enter_key": "Enter key",
|
|
"com_ui_enter_name": "Enter name",
|
|
"com_ui_enter_openapi_schema": "Enter your OpenAPI schema here",
|
|
"com_ui_enter_value": "Enter value",
|
|
"com_ui_error": "Error",
|
|
"com_ui_error_connection": "Error connecting to server, try refreshing the page.",
|
|
"com_ui_error_message_prefix": "Error Message:",
|
|
"com_ui_error_save_admin_settings": "There was an error saving your admin settings.",
|
|
"com_ui_error_try_following_prefix": "Please try one of the following",
|
|
"com_ui_error_unexpected": "Oops! Something Unexpected Occurred",
|
|
"com_ui_error_updating_preferences": "Error updating preferences",
|
|
"com_ui_everyone_permission_level": "Everyone's permission level",
|
|
"com_ui_examples": "Examples",
|
|
"com_ui_expand": "Expand",
|
|
"com_ui_expand_chat": "Expand Chat",
|
|
"com_ui_expand_thoughts": "Expand Thoughts",
|
|
"com_ui_export_convo_modal": "Export Conversation Modal",
|
|
"com_ui_feedback_more": "More...",
|
|
"com_ui_feedback_more_information": "Provide additional feedback",
|
|
"com_ui_feedback_negative": "Needs improvement",
|
|
"com_ui_feedback_placeholder": "Please provide any additional feedback here",
|
|
"com_ui_feedback_positive": "Love this",
|
|
"com_ui_feedback_tag_accurate_reliable": "Accurate and Reliable",
|
|
"com_ui_feedback_tag_attention_to_detail": "Attention to Detail",
|
|
"com_ui_feedback_tag_bad_style": "Poor style or tone",
|
|
"com_ui_feedback_tag_clear_well_written": "Clear and Well-Written",
|
|
"com_ui_feedback_tag_creative_solution": "Creative Solution",
|
|
"com_ui_feedback_tag_inaccurate": "Inaccurate or incorrect answer",
|
|
"com_ui_feedback_tag_missing_image": "Expected an image",
|
|
"com_ui_feedback_tag_not_helpful": "Lacked useful information",
|
|
"com_ui_feedback_tag_not_matched": "Didn't match my request",
|
|
"com_ui_feedback_tag_other": "Other issue",
|
|
"com_ui_feedback_tag_unjustified_refusal": "Refused without reason",
|
|
"com_ui_field_max_length": "{{field}} must be less than {{length}} characters",
|
|
"com_ui_field_required": "This field is required",
|
|
"com_ui_file_input_avatar_label": "File input for avatar",
|
|
"com_ui_file_size": "File Size",
|
|
"com_ui_file_token_limit": "File Token Limit",
|
|
"com_ui_file_token_limit_desc": "Set maximum token limit for file processing to control costs and resource usage",
|
|
"com_ui_files": "Files",
|
|
"com_ui_filter_mcp_servers": "Filter MCP servers by name",
|
|
"com_ui_filter_prompts": "Filter Prompts",
|
|
"com_ui_filter_prompts_name": "Filter prompts by name",
|
|
"com_ui_final_touch": "Final touch",
|
|
"com_ui_finance": "Finance",
|
|
"com_ui_fork": "Fork",
|
|
"com_ui_fork_all_target": "Include all to/from here",
|
|
"com_ui_fork_branches": "Include related branches",
|
|
"com_ui_fork_change_default": "Default fork option",
|
|
"com_ui_fork_default": "Use default fork option",
|
|
"com_ui_fork_error": "There was an error forking the conversation",
|
|
"com_ui_fork_error_rate_limit": "Too many fork requests. Please try again later",
|
|
"com_ui_fork_from_message": "Select a fork option",
|
|
"com_ui_fork_info_1": "Use this setting to fork messages with the desired behavior.",
|
|
"com_ui_fork_info_2": "\"Forking\" refers to creating a new conversation that start/end from specific messages in the current conversation, creating a copy according to the options selected.",
|
|
"com_ui_fork_info_3": "The \"target message\" refers to either the message this popup was opened from, or, if you check \"{{0}}\", the latest message in the conversation.",
|
|
"com_ui_fork_info_branches": "This option forks the visible messages, along with related branches; in other words, the direct path to the target message, including branches along the path.",
|
|
"com_ui_fork_info_button_label": "View information about forking conversations",
|
|
"com_ui_fork_info_remember": "Check this to remember the options you select for future usage, making it quicker to fork conversations as preferred.",
|
|
"com_ui_fork_info_start": "If checked, forking will commence from this message to the latest message in the conversation, according to the behavior selected above.",
|
|
"com_ui_fork_info_target": "This option forks all messages leading up to the target message, including its neighbors; in other words, all message branches, whether or not they are visible or along the same path, are included.",
|
|
"com_ui_fork_info_visible": "This option forks only the visible messages; in other words, the direct path to the target message, without any branches.",
|
|
"com_ui_fork_more_details_about": "View additional information and details about the \"{{0}}\" fork option",
|
|
"com_ui_fork_more_info_options": "View detailed explanation of all fork options and their behaviors",
|
|
"com_ui_fork_open_menu": "Open Fork Menu",
|
|
"com_ui_fork_processing": "Forking conversation...",
|
|
"com_ui_fork_remember": "Remember",
|
|
"com_ui_fork_remember_checked": "Your selection will be remembered after usage. Change this at any time in the settings.",
|
|
"com_ui_fork_split_target": "Start fork here",
|
|
"com_ui_fork_split_target_setting": "Start fork from target message by default",
|
|
"com_ui_fork_success": "Successfully forked conversation",
|
|
"com_ui_fork_visible": "Visible messages only",
|
|
"com_ui_generate_qrcode": "Generate QR Code",
|
|
"com_ui_generating": "Generating...",
|
|
"com_ui_generation_settings": "Generation Settings",
|
|
"com_ui_getting_started": "Getting Started",
|
|
"com_ui_global_group": "something needs to go here. was empty",
|
|
"com_ui_go_back": "Go back",
|
|
"com_ui_go_to_conversation": "Go to conversation",
|
|
"com_ui_good_afternoon": "Good afternoon",
|
|
"com_ui_good_evening": "Good evening",
|
|
"com_ui_good_morning": "Good morning",
|
|
"com_ui_group": "Group",
|
|
"com_ui_handoff_instructions": "Handoff instructions",
|
|
"com_ui_happy_birthday": "It's my 1st birthday!",
|
|
"com_ui_header_format": "Header Format",
|
|
"com_ui_hide_code": "Hide Code",
|
|
"com_ui_hide_image_details": "Hide Image Details",
|
|
"com_ui_hide_password": "Hide password",
|
|
"com_ui_hide_qr": "Hide QR Code",
|
|
"com_ui_high": "High",
|
|
"com_ui_host": "Host",
|
|
"com_ui_icon": "Icon",
|
|
"com_ui_idea": "Ideas",
|
|
"com_ui_image_created": "Image created",
|
|
"com_ui_image_details": "Image Details",
|
|
"com_ui_image_edited": "Image edited",
|
|
"com_ui_image_gen": "Image Gen",
|
|
"com_ui_import": "Import",
|
|
"com_ui_import_conversation_error": "There was an error importing your conversations",
|
|
"com_ui_import_conversation_file_type_error": "Unsupported import type",
|
|
"com_ui_import_conversation_info": "Import conversations from a JSON file",
|
|
"com_ui_import_conversation_success": "Conversations imported successfully",
|
|
"com_ui_import_conversation_upload_error": "Error uploading file. Please try again.",
|
|
"com_ui_importing": "Importing",
|
|
"com_ui_include_shadcnui": "Include shadcn/ui components instructions",
|
|
"com_ui_initializing": "Initializing...",
|
|
"com_ui_input": "Input",
|
|
"com_ui_instructions": "Instructions",
|
|
"com_ui_key": "Key",
|
|
"com_ui_key_required": "API key is required",
|
|
"com_ui_late_night": "Happy late night",
|
|
"com_ui_latest_footer": "Every AI for Everyone.",
|
|
"com_ui_latest_production_version": "Latest production version",
|
|
"com_ui_latest_version": "Latest version",
|
|
"com_ui_leave_blank_to_keep": "Leave blank to keep existing",
|
|
"com_ui_librechat_code_api_key": "Get your LibreChat Code Interpreter API key",
|
|
"com_ui_librechat_code_api_subtitle": "Secure. Multi-language. Input/Output Files.",
|
|
"com_ui_librechat_code_api_title": "Run AI Code",
|
|
"com_ui_light_theme_enabled": "Light theme enabled",
|
|
"com_ui_link_copied": "Link copied",
|
|
"com_ui_link_refreshed": "Link refreshed",
|
|
"com_ui_loading": "Loading...",
|
|
"com_ui_locked": "Locked",
|
|
"com_ui_logo": "{{0}} Logo",
|
|
"com_ui_low": "Low",
|
|
"com_ui_manage": "Manage",
|
|
"com_ui_marketplace": "Marketplace",
|
|
"com_ui_marketplace_allow_use": "Allow using Marketplace",
|
|
"com_ui_max_favorites_reached": "Maximum pinned items reached ({{0}}). Unpin an item to add more.",
|
|
"com_ui_max_file_size": "PNG, JPG or JPEG (max {{0}})",
|
|
"com_ui_max_tags": "Maximum number allowed is {{0}}, using latest values.",
|
|
"com_ui_mcp_authenticated_success": "MCP server '{{0}}' authenticated successfully",
|
|
"com_ui_mcp_configure_server": "Configure {{0}}",
|
|
"com_ui_mcp_configure_server_description": "Configure custom variables for {{0}}",
|
|
"com_ui_mcp_dialog_title": "Configure Variables for {{serverName}}. Server Status: {{status}}",
|
|
"com_ui_mcp_domain_not_allowed": "The MCP server domain is not in the allowed domains list. Please contact your administrator.",
|
|
"com_ui_mcp_enter_var": "Enter value for {{0}}",
|
|
"com_ui_mcp_init_failed": "Failed to initialize MCP server",
|
|
"com_ui_mcp_initialize": "Initialize",
|
|
"com_ui_mcp_initialized_success": "MCP server '{{0}}' initialized successfully",
|
|
"com_ui_mcp_invalid_url": "Please enter a valid URL",
|
|
"com_ui_mcp_oauth_cancelled": "OAuth login cancelled for {{0}}",
|
|
"com_ui_mcp_oauth_timeout": "OAuth login timed out for {{0}}",
|
|
"com_ui_mcp_server": "MCP Server",
|
|
"com_ui_mcp_server_connection_failed": "Connection attempt to the provided MCP server failed. Please make sure the URL, the server type, and any authentication configuration are correct, then try again. Also ensure the URL is reachable.",
|
|
"com_ui_mcp_server_created": "MCP server created successfully",
|
|
"com_ui_mcp_server_delete_confirm": "Are you sure you want to delete this MCP server?",
|
|
"com_ui_mcp_server_deleted": "MCP server deleted successfully",
|
|
"com_ui_mcp_server_role_editor": "MCP Server Editor",
|
|
"com_ui_mcp_server_role_editor_desc": "Can view, use, and edit MCP servers",
|
|
"com_ui_mcp_server_role_owner": "MCP Server Owner",
|
|
"com_ui_mcp_server_role_owner_desc": "Full control over MCP servers",
|
|
"com_ui_mcp_server_role_viewer": "MCP Server Viewer",
|
|
"com_ui_mcp_server_role_viewer_desc": "Can view and use MCP servers",
|
|
"com_ui_mcp_server_updated": "MCP server updated successfully",
|
|
"com_ui_mcp_server_url_placeholder": "https://mcp.example.com",
|
|
"com_ui_mcp_servers": "MCP Servers",
|
|
"com_ui_mcp_servers_allow_create": "Allow users to create MCP servers",
|
|
"com_ui_mcp_servers_allow_share": "Allow users to share MCP servers",
|
|
"com_ui_mcp_servers_allow_share_public": "Allow users to share MCP servers publicly",
|
|
"com_ui_mcp_servers_allow_use": "Allow users to use MCP servers",
|
|
"com_ui_mcp_title_invalid": "Title can only contain letters, numbers, and spaces",
|
|
"com_ui_mcp_transport": "Transport",
|
|
"com_ui_mcp_type_sse": "SSE",
|
|
"com_ui_mcp_type_streamable_http": "Streamable HTTPS",
|
|
"com_ui_mcp_update_var": "Update {{0}}",
|
|
"com_ui_mcp_url": "MCP Server URL",
|
|
"com_ui_mcp_defer_loading": "Defer loading",
|
|
"com_ui_mcp_defer": "Defer",
|
|
"com_ui_mcp_defer_all": "Defer all tools",
|
|
"com_ui_mcp_undefer": "Undefer",
|
|
"com_ui_mcp_undefer_all": "Undefer all tools",
|
|
"com_ui_mcp_click_to_defer": "Click to defer - tool will be discoverable via search but not loaded until needed",
|
|
"com_ui_mcp_click_to_undefer": "Click to undefer - tool will be loaded immediately",
|
|
"com_ui_medium": "Medium",
|
|
"com_ui_memories": "Memories",
|
|
"com_ui_memories_allow_create": "Allow creating Memories",
|
|
"com_ui_memories_allow_opt_out": "Allow users to opt out of Memories",
|
|
"com_ui_memories_allow_read": "Allow reading Memories",
|
|
"com_ui_memories_allow_update": "Allow updating Memories",
|
|
"com_ui_memories_allow_use": "Allow using Memories",
|
|
"com_ui_memories_filter": "Filter memories...",
|
|
"com_ui_memory": "Memory",
|
|
"com_ui_memory_already_exceeded": "Memory storage already full - exceeded by {{tokens}} tokens. Delete existing memories before adding new ones.",
|
|
"com_ui_memory_created": "Memory created successfully",
|
|
"com_ui_memory_deleted": "Memory deleted",
|
|
"com_ui_memory_deleted_items": "Deleted Memories",
|
|
"com_ui_memory_error": "Memory Error",
|
|
"com_ui_memory_key_exists": "A memory with this key already exists. Please use a different key.",
|
|
"com_ui_memory_key_hint": "Use lowercase letters and underscores only",
|
|
"com_ui_memory_key_validation": "Memory key must only contain lowercase letters and underscores.",
|
|
"com_ui_memory_storage_full": "Memory Storage Full",
|
|
"com_ui_memory_updated": "Updated saved memory",
|
|
"com_ui_memory_updated_items": "Updated Memories",
|
|
"com_ui_memory_would_exceed": "Cannot save - would exceed limit by {{tokens}} tokens. Delete existing memories to make space.",
|
|
"com_ui_mention": "Mention an endpoint, assistant, or preset to quickly switch to it",
|
|
"com_ui_mermaid": "mermaid",
|
|
"com_ui_mermaid_failed": "Failed to render diagram:",
|
|
"com_ui_mermaid_source": "Source code:",
|
|
"com_ui_message_input": "Message input",
|
|
"com_ui_microphone_unavailable": "Microphone is not available",
|
|
"com_ui_min_tags": "Cannot remove more values, a minimum of {{0}} are required.",
|
|
"com_ui_minimal": "Minimal",
|
|
"com_ui_misc": "Misc.",
|
|
"com_ui_model": "Model",
|
|
"com_ui_model_parameters": "Model Parameters",
|
|
"com_ui_more_info": "More info",
|
|
"com_ui_my_prompts": "My Prompts",
|
|
"com_ui_name": "Name",
|
|
"com_ui_name_sort": "Sort by Name",
|
|
"com_ui_new": "New",
|
|
"com_ui_new_chat": "New chat",
|
|
"com_ui_new_conversation_title": "New Conversation Title",
|
|
"com_ui_next": "Next",
|
|
"com_ui_no": "No",
|
|
"com_ui_no_auth": "No Auth",
|
|
"com_ui_no_bookmarks": "it seems like you have no bookmarks yet. Click on a chat and add a new one",
|
|
"com_ui_no_bookmarks_match": "No bookmarks match your search",
|
|
"com_ui_no_bookmarks_title": "No bookmarks yet",
|
|
"com_ui_no_categories": "No categories available",
|
|
"com_ui_no_category": "No category",
|
|
"com_ui_no_changes": "No changes were made",
|
|
"com_ui_no_individual_access": "No individual users or groups have access to this agent",
|
|
"com_ui_no_mcp_servers": "No MCP servers yet",
|
|
"com_ui_no_mcp_servers_match": "No MCP servers match your filter",
|
|
"com_ui_no_memories": "No memories. Create them manually or prompt the AI to remember something",
|
|
"com_ui_no_memories_match": "No memories match your search",
|
|
"com_ui_no_memories_title": "No memories yet",
|
|
"com_ui_no_personalization_available": "No personalization options are currently available",
|
|
"com_ui_no_prompts_title": "No prompts yet",
|
|
"com_ui_no_read_access": "You don't have permission to view memories",
|
|
"com_ui_no_results_found": "No results found",
|
|
"com_ui_no_terms_content": "No terms and conditions content to display",
|
|
"com_ui_none": "None",
|
|
"com_ui_not_used": "Not Used",
|
|
"com_ui_nothing_found": "Nothing found",
|
|
"com_ui_oauth": "OAuth",
|
|
"com_ui_oauth_connected_to": "Connected to",
|
|
"com_ui_oauth_error_callback_failed": "Authentication callback failed. Please try again.",
|
|
"com_ui_oauth_error_generic": "Authentication failed. Please try again.",
|
|
"com_ui_oauth_error_invalid_state": "Invalid state parameter. Please try again.",
|
|
"com_ui_oauth_error_missing_code": "Authorization code is missing. Please try again.",
|
|
"com_ui_oauth_error_missing_state": "State parameter is missing. Please try again.",
|
|
"com_ui_oauth_error_title": "Authentication Failed",
|
|
"com_ui_oauth_success_description": "Your authentication was successful. This window will close in",
|
|
"com_ui_oauth_success_title": "Authentication Successful",
|
|
"com_ui_of": "of",
|
|
"com_ui_off": "Off",
|
|
"com_ui_offline": "Offline",
|
|
"com_ui_on": "On",
|
|
"com_ui_open_source_chat_new_tab": "Open Source Chat in New Tab",
|
|
"com_ui_open_source_chat_new_tab_title": "Open Source Chat in New Tab - {{title}}",
|
|
"com_ui_open_var": "Open {{0}}",
|
|
"com_ui_openai": "OpenAI",
|
|
"com_ui_opens_new_tab": "(opens in new tab)",
|
|
"com_ui_optional": "(optional)",
|
|
"com_ui_page": "Page",
|
|
"com_ui_people": "people",
|
|
"com_ui_people_picker": "People Picker",
|
|
"com_ui_people_picker_allow_view_groups": "Allow viewing groups",
|
|
"com_ui_people_picker_allow_view_roles": "Allow viewing roles",
|
|
"com_ui_people_picker_allow_view_users": "Allow viewing users",
|
|
"com_ui_permissions_failed_load": "Failed to load permissions. Please try again.",
|
|
"com_ui_permissions_failed_update": "Failed to update permissions. Please try again.",
|
|
"com_ui_permissions_updated_success": "Permissions updated successfully",
|
|
"com_ui_pin": "Pin",
|
|
"com_ui_preferences_updated": "Preferences updated successfully",
|
|
"com_ui_prev": "Prev",
|
|
"com_ui_preview": "Preview",
|
|
"com_ui_privacy_policy": "Privacy policy",
|
|
"com_ui_privacy_policy_url": "Privacy Policy URL",
|
|
"com_ui_prompt": "Prompt",
|
|
"com_ui_prompt_group_button": "{{name}} prompt, {{category}} category",
|
|
"com_ui_prompt_group_button_no_category": "{{name}} prompt",
|
|
"com_ui_prompt_groups": "Prompt Groups List",
|
|
"com_ui_prompt_input": "Prompt input",
|
|
"com_ui_prompt_input_field": "Prompt text input field",
|
|
"com_ui_prompt_name": "Prompt Name",
|
|
"com_ui_prompt_name_required": "Prompt Name is required",
|
|
"com_ui_prompt_preview_not_shared": "The author has not allowed collaboration for this prompt.",
|
|
"com_ui_prompt_text": "Text",
|
|
"com_ui_prompt_text_required": "Text is required",
|
|
"com_ui_prompt_update_error": "There was an error updating the prompt",
|
|
"com_ui_prompts": "Prompts",
|
|
"com_ui_prompts_allow_create": "Allow creating Prompts",
|
|
"com_ui_prompts_allow_share": "Allow sharing Prompts",
|
|
"com_ui_prompts_allow_share_public": "Allow sharing Prompts publicly",
|
|
"com_ui_prompts_allow_use": "Allow using Prompts",
|
|
"com_ui_provider": "Provider",
|
|
"com_ui_quality": "Quality",
|
|
"com_ui_read_aloud": "Read aloud",
|
|
"com_ui_redirect_uri": "Redirect URI",
|
|
"com_ui_redirect_uri_instructions": "Copy this redirect URI and configure it in your OAuth provider settings.",
|
|
"com_ui_redirecting_to_provider": "Redirecting to {{0}}, please wait...",
|
|
"com_ui_reference_saved_memories": "Reference saved memories",
|
|
"com_ui_reference_saved_memories_description": "Allow the assistant to reference and use your saved memories when responding",
|
|
"com_ui_refresh": "Refresh",
|
|
"com_ui_refresh_link": "Refresh link",
|
|
"com_ui_refresh_page": "Refresh page",
|
|
"com_ui_regenerate": "Regenerate",
|
|
"com_ui_regenerate_backup": "Regenerate Backup Codes",
|
|
"com_ui_regenerating": "Regenerating...",
|
|
"com_ui_region": "Region",
|
|
"com_ui_reinitialize": "Reinitialize",
|
|
"com_ui_remove_agent_from_chain": "Remove {{0}} from chain",
|
|
"com_ui_remove_user": "Remove {{0}}",
|
|
"com_ui_rename": "Rename",
|
|
"com_ui_rename_conversation": "Rename Conversation",
|
|
"com_ui_rename_failed": "Failed to rename conversation",
|
|
"com_ui_rename_prompt": "Rename Prompt",
|
|
"com_ui_rename_prompt_name": "Rename Prompt - {{name}}",
|
|
"com_ui_requires_auth": "Requires Authentication",
|
|
"com_ui_reset": "Reset",
|
|
"com_ui_reset_adjustments": "Reset adjustments",
|
|
"com_ui_reset_var": "Reset {{0}}",
|
|
"com_ui_reset_zoom": "Reset Zoom",
|
|
"com_ui_resource": "resource",
|
|
"com_ui_response": "Response",
|
|
"com_ui_result": "Result",
|
|
"com_ui_result_found": "{{count}} result found",
|
|
"com_ui_results_found": "{{count}} results found",
|
|
"com_ui_retry": "Retry",
|
|
"com_ui_revoke": "Revoke",
|
|
"com_ui_revoke_info": "Revoke all user provided credentials",
|
|
"com_ui_revoke_key_confirm": "Are you sure you want to revoke this key?",
|
|
"com_ui_revoke_key_endpoint": "Revoke Key for {{0}}",
|
|
"com_ui_revoke_key_error": "Failed to revoke API key. Please try again.",
|
|
"com_ui_revoke_key_success": "API key revoked successfully",
|
|
"com_ui_revoke_keys": "Revoke Keys",
|
|
"com_ui_revoke_keys_confirm": "Are you sure you want to revoke all keys?",
|
|
"com_ui_role": "Role",
|
|
"com_ui_role_editor": "Editor",
|
|
"com_ui_role_editor_desc": "Can view and modify the agent",
|
|
"com_ui_role_manager": "Manager",
|
|
"com_ui_role_manager_desc": "Can view, modify, and delete the agent",
|
|
"com_ui_role_owner": "Owner",
|
|
"com_ui_role_owner_desc": "Has full control over the agent including sharing it",
|
|
"com_ui_role_select": "Role",
|
|
"com_ui_role_viewer": "Viewer",
|
|
"com_ui_role_viewer_desc": "Can view and use the agent but cannot modify it",
|
|
"com_ui_roleplay": "Roleplay",
|
|
"com_ui_rotate": "Rotate",
|
|
"com_ui_rotate_90": "Rotate 90 degrees",
|
|
"com_ui_run_code": "Run Code",
|
|
"com_ui_run_code_error": "There was an error running the code",
|
|
"com_ui_save": "Save",
|
|
"com_ui_save_badge_changes": "Save badge changes?",
|
|
"com_ui_save_changes": "Save Changes",
|
|
"com_ui_save_key_error": "Failed to save API key. Please try again.",
|
|
"com_ui_save_key_success": "API key saved successfully",
|
|
"com_ui_save_submit": "Save & Submit",
|
|
"com_ui_saved": "Saved!",
|
|
"com_ui_saving": "Saving...",
|
|
"com_ui_schema": "Schema",
|
|
"com_ui_scope": "Scope",
|
|
"com_ui_search": "Search",
|
|
"com_ui_search_above_to_add": "Search above to add users or groups",
|
|
"com_ui_search_above_to_add_all": "Search above to add users, groups, or roles",
|
|
"com_ui_search_above_to_add_people": "Search above to add people",
|
|
"com_ui_search_agent_category": "Search categories...",
|
|
"com_ui_search_default_placeholder": "Search by name or email (min 2 chars)",
|
|
"com_ui_search_people_placeholder": "Search for people or groups by name or email",
|
|
"com_ui_seconds": "seconds",
|
|
"com_ui_secret_key": "Secret Key",
|
|
"com_ui_select": "Select",
|
|
"com_ui_select_agent": "Select Agent",
|
|
"com_ui_select_all": "Select All",
|
|
"com_ui_select_file": "Select a file",
|
|
"com_ui_select_model": "Select a model",
|
|
"com_ui_select_options": "Select options...",
|
|
"com_ui_select_or_create_prompt": "Select or Create a Prompt",
|
|
"com_ui_select_provider": "Select a provider",
|
|
"com_ui_select_provider_first": "Select a provider first",
|
|
"com_ui_select_region": "Select a region",
|
|
"com_ui_select_row": "Select row",
|
|
"com_ui_select_search_model": "Search model by name",
|
|
"com_ui_select_search_provider": "Search provider by name",
|
|
"com_ui_select_search_region": "Search region by name",
|
|
"com_ui_set": "Set",
|
|
"com_ui_share": "Share",
|
|
"com_ui_share_create_message": "Your name and any messages you add after sharing stay private.",
|
|
"com_ui_share_delete_error": "There was an error deleting the shared link",
|
|
"com_ui_share_error": "There was an error sharing the chat link",
|
|
"com_ui_share_everyone": "Share with everyone",
|
|
"com_ui_share_everyone_description_var": "This {{resource}} will be available to everyone. Please make sure the {{resource}} is really meant to be shared with everyone. Be careful with your data.",
|
|
"com_ui_share_link_to_chat": "Share link to chat",
|
|
"com_ui_share_qr_code_description": "QR code for sharing this conversation link",
|
|
"com_ui_share_update_message": "Your name, custom instructions, and any messages you add after sharing stay private.",
|
|
"com_ui_share_var": "Share {{0}}",
|
|
"com_ui_shared_link_delete_success": "Successfully deleted shared link",
|
|
"com_ui_shared_link_not_found": "Shared link not found",
|
|
"com_ui_shared_prompts": "Shared Prompts",
|
|
"com_ui_shop": "Shopping",
|
|
"com_ui_show_all": "Show All",
|
|
"com_ui_show_code": "Show Code",
|
|
"com_ui_show_image_details": "Show Image Details",
|
|
"com_ui_show_password": "Show password",
|
|
"com_ui_show_qr": "Show QR Code",
|
|
"com_ui_sign_in_to_domain": "Sign-in to {{0}}",
|
|
"com_ui_simple": "Simple",
|
|
"com_ui_size": "Size",
|
|
"com_ui_size_sort": "Sort by Size",
|
|
"com_ui_special_var_current_date": "Current Date",
|
|
"com_ui_special_var_current_datetime": "Current Date & Time",
|
|
"com_ui_special_var_current_user": "Current User",
|
|
"com_ui_special_var_iso_datetime": "UTC ISO Datetime",
|
|
"com_ui_special_variables": "Special variables:",
|
|
"com_ui_special_variables_more_info": "You can select special variables from the dropdown: `{{current_date}}` (today's date and day of week), `{{current_datetime}}` (local date and time), `{{utc_iso_datetime}}` (UTC ISO datetime), and `{{current_user}}` (your account name).",
|
|
"com_ui_speech_not_supported": "Your browser does not support speech recognition",
|
|
"com_ui_speech_not_supported_use_external": "Your browser does not support speech recognition. Try switching to External STT in Settings > Speech.",
|
|
"com_ui_speech_while_submitting": "Can't submit speech while a response is being generated",
|
|
"com_ui_sr_actions_menu": "Open actions menu for \"{{0}}\"",
|
|
"com_ui_sr_global_prompt": "Global prompt group",
|
|
"com_ui_stack_trace": "Stack Trace",
|
|
"com_ui_status_prefix": "Status:",
|
|
"com_ui_stop": "Stop",
|
|
"com_ui_storage": "Storage",
|
|
"com_ui_storage_filter_sort": "Filter and Sort by Storage",
|
|
"com_ui_submit": "Submit",
|
|
"com_ui_support_contact": "Support Contact",
|
|
"com_ui_support_contact_email": "Email",
|
|
"com_ui_support_contact_email_invalid": "Please enter a valid email address",
|
|
"com_ui_support_contact_email_placeholder": "support@example.com",
|
|
"com_ui_support_contact_name": "Name",
|
|
"com_ui_support_contact_name_min_length": "Name must be at least {{minLength}} characters",
|
|
"com_ui_support_contact_name_placeholder": "Support contact name",
|
|
"com_ui_teach_or_explain": "Learning",
|
|
"com_ui_temporary": "Temporary Chat",
|
|
"com_ui_terms_and_conditions": "Terms and Conditions",
|
|
"com_ui_terms_of_service": "Terms of service",
|
|
"com_ui_thinking": "Thinking...",
|
|
"com_ui_thoughts": "Thoughts",
|
|
"com_ui_toggle_theme": "Toggle theme",
|
|
"com_ui_token": "token",
|
|
"com_ui_token_exchange_method": "Token Exchange Method",
|
|
"com_ui_token_url": "Token URL",
|
|
"com_ui_tokens": "tokens",
|
|
"com_ui_tool_collection_prefix": "A collection of tools from",
|
|
"com_ui_tool_list_collapse": "Collapse {{serverName}} tool list",
|
|
"com_ui_tool_list_expand": "Expand {{serverName}} tool list",
|
|
"com_ui_tools": "Tools",
|
|
"com_ui_tools_and_actions": "Tools and Actions",
|
|
"com_ui_transferred_to": "Transferred to",
|
|
"com_ui_travel": "Travel",
|
|
"com_ui_trust_app": "I trust this application",
|
|
"com_ui_try_adjusting_search": "Try adjusting your search terms",
|
|
"com_ui_ui_resource_error": "UI Resource Error ({{0}})",
|
|
"com_ui_ui_resource_not_found": "UI Resource not found (index: {{0}})",
|
|
"com_ui_ui_resources": "UI Resources",
|
|
"com_ui_unarchive": "Unarchive",
|
|
"com_ui_unarchive_error": "Failed to unarchive conversation",
|
|
"com_ui_unavailable": "Unavailable",
|
|
"com_ui_unknown": "Unknown",
|
|
"com_ui_unpin": "Unpin",
|
|
"com_ui_unset": "Unset",
|
|
"com_ui_untitled": "Untitled",
|
|
"com_ui_update": "Update",
|
|
"com_ui_upload": "Upload",
|
|
"com_ui_upload_agent_avatar": "Successfully updated agent avatar",
|
|
"com_ui_upload_agent_avatar_label": "Upload agent avatar image",
|
|
"com_ui_upload_avatar_label": "Upload avatar image",
|
|
"com_ui_upload_code_files": "Upload for Code Interpreter",
|
|
"com_ui_upload_delay": "Uploading \"{{0}}\" is taking more time than anticipated. Please wait while the file finishes indexing for retrieval.",
|
|
"com_ui_upload_error": "There was an error uploading your file",
|
|
"com_ui_upload_file_context": "Upload File Context",
|
|
"com_ui_upload_file_search": "Upload for File Search",
|
|
"com_ui_upload_files": "Upload files",
|
|
"com_ui_upload_icon": "Upload icon image",
|
|
"com_ui_upload_image": "Upload an image",
|
|
"com_ui_upload_image_input": "Upload Image",
|
|
"com_ui_upload_invalid": "Invalid file for upload. Must be an image not exceeding the limit",
|
|
"com_ui_upload_invalid_var": "Invalid file for upload. Must be an image not exceeding {{0}} MB",
|
|
"com_ui_upload_ocr_text": "Upload as Text",
|
|
"com_ui_upload_provider": "Upload to Provider",
|
|
"com_ui_upload_success": "Successfully uploaded file",
|
|
"com_ui_upload_type": "Select Upload Type",
|
|
"com_ui_usage": "Usage",
|
|
"com_ui_use_2fa_code": "Use 2FA Code Instead",
|
|
"com_ui_use_backup_code": "Use Backup Code Instead",
|
|
"com_ui_use_memory": "Use memory",
|
|
"com_ui_use_micrphone": "Use microphone",
|
|
"com_ui_used": "Used",
|
|
"com_ui_user": "User",
|
|
"com_ui_user_group_permissions": "User & Group Permissions",
|
|
"com_ui_user_provides_key": "Each user provides their own key",
|
|
"com_ui_value": "Value",
|
|
"com_ui_variables": "Variables",
|
|
"com_ui_variables_info": "Use double braces in your text to create variables, e.g. `{{example variable}}`, to later fill when using the prompt.",
|
|
"com_ui_verify": "Verify",
|
|
"com_ui_version_var": "Version {{0}}",
|
|
"com_ui_versions": "Versions",
|
|
"com_ui_view_memory": "View Memory",
|
|
"com_ui_web_search": "Web Search",
|
|
"com_ui_web_search_cohere_key": "Enter Cohere API Key",
|
|
"com_ui_web_search_firecrawl_url": "Firecrawl API URL (optional)",
|
|
"com_ui_web_search_jina_key": "Enter Jina API Key",
|
|
"com_ui_web_search_jina_url": "Jina API URL (optional)",
|
|
"com_ui_web_search_processing": "Processing results",
|
|
"com_ui_web_search_provider": "Search Provider",
|
|
"com_ui_web_search_provider_searxng": "SearXNG",
|
|
"com_ui_web_search_provider_serper": "Serper API",
|
|
"com_ui_web_search_provider_serper_key": "Get your Serper API key",
|
|
"com_ui_web_search_reading": "Reading results",
|
|
"com_ui_web_search_reranker": "Reranker",
|
|
"com_ui_web_search_reranker_cohere": "Cohere",
|
|
"com_ui_web_search_reranker_cohere_key": "Get your Cohere API key",
|
|
"com_ui_web_search_reranker_jina": "Jina AI",
|
|
"com_ui_web_search_reranker_jina_key": "Get your Jina API key",
|
|
"com_ui_web_search_reranker_jina_url_help": "Learn about Jina Rerank API",
|
|
"com_ui_web_search_scraper": "Scraper",
|
|
"com_ui_web_search_scraper_firecrawl": "Firecrawl API",
|
|
"com_ui_web_search_scraper_firecrawl_key": "Get your Firecrawl API key",
|
|
"com_ui_web_search_scraper_serper": "Serper Scrape API",
|
|
"com_ui_web_search_scraper_serper_key": "Get your Serper API key",
|
|
"com_ui_web_search_searxng_api_key": "Enter SearXNG API Key (optional)",
|
|
"com_ui_web_search_searxng_instance_url": "SearXNG Instance URL",
|
|
"com_ui_web_searching": "Searching the web",
|
|
"com_ui_web_searching_again": "Searching the web again",
|
|
"com_ui_weekend_morning": "Happy weekend",
|
|
"com_ui_write": "Writing",
|
|
"com_ui_x_selected": "{{0}} selected",
|
|
"com_ui_xhigh": "Extra High",
|
|
"com_ui_yes": "Yes",
|
|
"com_ui_zoom": "Zoom",
|
|
"com_ui_zoom_in": "Zoom in",
|
|
"com_ui_zoom_level": "Zoom level",
|
|
"com_ui_zoom_out": "Zoom out",
|
|
"com_user_message": "You"
|
|
}
|