From 1447102331ac341756053ae5e5135fa4889ef09d Mon Sep 17 00:00:00 2001 From: Shirasawa <764798966@qq.com> Date: Mon, 3 Nov 2025 02:59:13 +0000 Subject: [PATCH] i18n: improve Chinese translation --- src/lib/i18n/locales/zh-CN/translation.json | 3 ++- src/lib/i18n/locales/zh-TW/translation.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 818511569b..03c04e04b2 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -701,7 +701,8 @@ "Failed to load file content.": "文件内容加载失败", "Failed to move chat": "移动对话失败", "Failed to read clipboard contents": "读取剪贴板内容失败", - "Failed to render diagram": "渲染图表失败", + "Failed to render diagram": "图表渲染失败", + "Failed to render visualization": "图表渲染失败", "Failed to save connections": "保存连接失败", "Failed to save conversation": "保存对话失败", "Failed to save models configuration": "保存模型配置失败", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index f6bbe4621a..a199ea3e4d 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -702,6 +702,7 @@ "Failed to move chat": "移動對話失敗", "Failed to read clipboard contents": "讀取剪貼簿內容失敗", "Failed to render diagram": "繪製圖表失敗", + "Failed to render visualization": "繪製圖表失敗", "Failed to save connections": "儲存連線失敗", "Failed to save conversation": "儲存對話失敗", "Failed to save models configuration": "儲存模型設定失敗",