From b3e4ecd2f4f91c9868a551cb09c4803cc591a377 Mon Sep 17 00:00:00 2001 From: Karl Lee <61072264+KarlLee830@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:14:11 +0800 Subject: [PATCH] Update Chinese translation Change the date format so that the dates are aligned. Fix some incorrect translations. --- src/lib/i18n/locales/zh-CN/translation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 6f71a35b0..0929af5ce 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -169,7 +169,7 @@ "Edit": "编辑", "Edit Doc": "编辑文档", "Edit User": "编辑用户", - "Email": "邮箱地址", + "Email": "电子邮箱", "Embedding Batch Size": "嵌入层批处理大小 (Embedding Batch Size)", "Embedding Model": "语义向量模型", "Embedding Model Engine": "语义向量模型引擎", @@ -178,7 +178,7 @@ "Enable Community Sharing": "启用分享至社区", "Enable New Sign Ups": "允许新用户注册", "Enable Web Search": "启用网络搜索", - "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "确保您的 CSV 文件按以下顺序包含 4 列: 姓名、邮箱地址、密码、角色。", + "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "确保您的 CSV 文件按以下顺序包含 4 列: 姓名、电子邮箱、密码、角色。", "Enter {{role}} message here": "在此处输入 {{role}} 信息", "Enter a detail about yourself for your LLMs to recall": "输入 LLM 可以记住的信息", "Enter Brave Search API Key": "输入 Brave Search API 密钥", @@ -199,7 +199,7 @@ "Enter Top K": "输入 Top K", "Enter URL (e.g. http://127.0.0.1:7860/)": "输入地址 (例如:http://127.0.0.1:7860/)", "Enter URL (e.g. http://localhost:11434)": "输入地址 (例如:http://localhost:11434)", - "Enter Your Email": "输入您的邮箱地址", + "Enter Your Email": "输入您的电子邮箱", "Enter Your Full Name": "输入您的名称", "Enter Your Password": "输入您的密码", "Enter Your Role": "输入您的权限组", @@ -286,8 +286,8 @@ "Mirostat": "Mirostat", "Mirostat Eta": "Mirostat Eta", "Mirostat Tau": "Mirostat Tau", - "MMMM DD, YYYY": "YYYY年 M月 D日", - "MMMM DD, YYYY HH:mm": "YYYY年 M月 D日 HH:mm", + "MMMM DD, YYYY": "YYYY年 MM月 DD日", + "MMMM DD, YYYY HH:mm": "YYYY年 MM月 DD日 HH:mm", "Model '{{modelName}}' has been successfully downloaded.": "模型'{{modelName}}'已成功下载。", "Model '{{modelTag}}' is already in queue for downloading.": "模型'{{modelTag}}'已在下载队列中。", "Model {{modelId}} not found": "未找到模型 {{modelId}}",