From 5532bb93c87c48795777eb5a1157535e43e08982 Mon Sep 17 00:00:00 2001 From: purefkh Date: Sun, 18 May 2025 12:44:06 +0800 Subject: [PATCH] fix(i18n): websearch has no translation (#6118) --- src/renderer/src/i18n/locales/zh-cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/i18n/locales/zh-cn.json b/src/renderer/src/i18n/locales/zh-cn.json index ccf7033cd6..0411d3d12b 100644 --- a/src/renderer/src/i18n/locales/zh-cn.json +++ b/src/renderer/src/i18n/locales/zh-cn.json @@ -757,13 +757,13 @@ "type": { "embedding": "嵌入", "free": "免费", + "function_calling": "工具", "reasoning": "推理", "rerank": "重排", "select": "选择模型类型", "text": "文本", - "vision": "图像", - "function_calling": "函数调用", - "websearch": "[to be translated]:WebSearch" + "vision": "视觉", + "websearch": "联网" } }, "navbar": {