From 916742ab9d06482a9c96b0fe3b53f192bd66492c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:13:43 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D=20i18n:=20Update=20translation.jso?= =?UTF-8?q?n=20with=20latest=20translations=20(#9570)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🌍 i18n: Update translation.json with latest translations * Update drag and drop tooltip text --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Danny Avila --- client/src/locales/en/translation.json | 2 +- client/src/locales/zh-Hans/translation.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 60e226364..8b8216638 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -1044,9 +1044,9 @@ "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_revoke": "Revoke", "com_ui_oauth_success_description": "Your authentication was successful. This window will close in", "com_ui_oauth_success_title": "Authentication Successful", - "com_ui_oauth_revoke": "Revoke", "com_ui_of": "of", "com_ui_off": "Off", "com_ui_offline": "Offline", diff --git a/client/src/locales/zh-Hans/translation.json b/client/src/locales/zh-Hans/translation.json index d398fd6c2..6e885fbbe 100644 --- a/client/src/locales/zh-Hans/translation.json +++ b/client/src/locales/zh-Hans/translation.json @@ -848,7 +848,7 @@ "com_ui_download_backup": "下载备份代码", "com_ui_download_backup_tooltip": "在继续之前,请下载备份代码。如果您丢失了身份验证设备,您将需要该代码来重新获得访问权限", "com_ui_download_error": "下载文件时出现错误,该文件可能已被删除。", - "com_ui_drag_drop": "这里需要放点东西,当前是空的", + "com_ui_drag_drop": "将任意文件拖放到此处以添加到对话中", "com_ui_dropdown_variables": "下拉变量:", "com_ui_dropdown_variables_info": "为您的提示词创建自定义下拉菜单:`{{variable_name:option1|option2|option3}}`", "com_ui_duplicate": "复制", @@ -1252,6 +1252,7 @@ "com_ui_web_search_cohere_key": "输入 Cohere API Key", "com_ui_web_search_firecrawl_url": "Firecrawl API URL(可选)", "com_ui_web_search_jina_key": "输入 Jina API Key", + "com_ui_web_search_jina_url": "Jina API URL(可选)", "com_ui_web_search_processing": "正在处理结果", "com_ui_web_search_provider": "搜索提供商", "com_ui_web_search_provider_searxng": "SearXNG", @@ -1263,6 +1264,7 @@ "com_ui_web_search_reranker_cohere_key": "获取您的 Cohere API Key", "com_ui_web_search_reranker_jina": "Jina AI", "com_ui_web_search_reranker_jina_key": "获取您的 Jina API Key", + "com_ui_web_search_reranker_jina_url_help": "了解 Jina Rerank API", "com_ui_web_search_scraper": "抓取器", "com_ui_web_search_scraper_firecrawl": "Firecrawl API", "com_ui_web_search_scraper_firecrawl_key": "获取您的 Firecrawl API Key",