Updated Chinese locale (#3852)

* Update README.zh-CN.md

* Update common.js

* Update common.js
This commit is contained in:
Shixian Sheng 2025-05-19 14:57:31 -04:00 committed by GitHub
parent 97b8b3ad6f
commit ff9395e79e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 10 deletions

View File

@ -805,15 +805,15 @@ const TRANSLATIONS = {
accept: "好的,知道了",
},
obsidian: {
name: null,
description: null,
vault_location: null,
vault_description: null,
selected_files: null,
importing: null,
import_vault: null,
processing_time: null,
vault_warning: null,
name: "Obsidian",
description: "一键导入 Obsidian 仓库。",
vault_location: "仓库位置",
vault_description: "选择你的 Obsidian 仓库文件夹,以导入所有笔记及其关联。",
selected_files: "找到 {{count}} 个 Markdown 文件",
importing: "正在导入保险库…",
import_vault: "导入保险库",
processing_time: "根据你的仓库大小,这可能需要一些时间。",
vault_warning: "为避免冲突,请确保你的 Obsidian 仓库当前未被打开。",
},
},
chat_window: {
@ -830,7 +830,7 @@ const TRANSLATIONS = {
text_size: "更改文字大小。",
microphone: "语音输入你的提示。",
send: "将提示消息发送到工作区",
attachments_processing: null,
attachments_processing: "附件正在处理,请稍候……",
},
profile_settings: {
edit_account: "编辑帐户",

File diff suppressed because one or more lines are too long