From e89e0dea4a88a6897082496792cb28aceabe3ef7 Mon Sep 17 00:00:00 2001 From: qingchun <96961592+qingchunnh@users.noreply.github.com> Date: Mon, 14 Jul 2025 01:56:57 +0800 Subject: [PATCH] i18n: Improve zh-CN --- src/lib/i18n/locales/zh-CN/translation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index d558fcee3a..187eca3480 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -606,11 +606,11 @@ "Failed to copy link": "复制链接失败", "Failed to create API Key.": "创建 API 密钥失败", "Failed to delete note": "删除笔记失败", - "Failed to extract content from the file: {{error}}": "从文件中提取内容失败:{{error}}", - "Failed to extract content from the file.": "从文件中提取内容失败", + "Failed to extract content from the file: {{error}}": "文件内容提取失败:{{error}}", + "Failed to extract content from the file.": "文件内容提取失败", "Failed to fetch models": "获取模型失败", "Failed to generate title": "生成标题失败", - "Failed to load file content.": "加载文件内容失败", + "Failed to load file content.": "文件内容加载失败", "Failed to read clipboard contents": "读取剪贴板内容失败", "Failed to save connections": "保存连接失败", "Failed to save models configuration": "保存模型配置失败", @@ -856,7 +856,7 @@ "Microsoft OneDrive (personal)": "Microsoft OneDrive(个人账户)", "Microsoft OneDrive (work/school)": "Microsoft OneDrive(工作或学校账户)", "Mistral OCR": "Mistral OCR", - "Mistral OCR API Key required.": "需要 Mistral OCR API 密钥。", + "Mistral OCR API Key required.": "需要 Mistral OCR API 密钥", "Model": "模型", "Model '{{modelName}}' has been successfully downloaded.": "模型'{{modelName}}'已成功下载", "Model '{{modelTag}}' is already in queue for downloading.": "模型'{{modelTag}}'已在下载队列中",