From c6611d4e773e3c03dc2fefed05b10f63995ce46f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:24:24 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D=20i18n:=20Update=20translation.jso?= =?UTF-8?q?n=20with=20latest=20translations=20(#10380)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- client/src/locales/en/translation.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index f893a202bc..c235190680 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -655,7 +655,10 @@ "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_handoffs": "Agent Handoffs", + "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", @@ -663,16 +666,10 @@ "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_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_handoff_prompt_key": "Content parameter name (default: 'instructions')", "com_ui_agent_handoff_prompt_key_placeholder": "Label the content passed (default: 'instructions')", - "com_ui_transferred_to": "Transferred to", - "com_ui_handoff_instructions": "Handoff instructions", - "com_ui_beta": "Beta", - "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_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.", @@ -745,6 +742,7 @@ "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", @@ -961,6 +959,7 @@ "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_hide_image_details": "Hide Image Details", "com_ui_hide_password": "Hide password", @@ -1246,6 +1245,7 @@ "com_ui_tool_info": "Tool Information", "com_ui_tool_more_info": "More information about this tool", "com_ui_tools": "Tools", + "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",