From 8a6d639cece2eb8490f7bbf439815c87c078355a Mon Sep 17 00:00:00 2001 From: xdragon <283824437@qq.com> Date: Thu, 5 Sep 2024 14:59:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A6=96=E9=A1=B5=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.json | 1 + src/locales/zh-hans.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 5737fab00..3b4aa6bf4 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -35,6 +35,7 @@ "index.newPad": "New Pad", "index.createOpenPad": "or create/open a Pad with the name:", + "index.createOpenPad.ok": "Creat New Word", "index.openPad": "open an existing Pad with the name:", "pad.toolbar.bold.title": "Bold (Ctrl+B)", diff --git a/src/locales/zh-hans.json b/src/locales/zh-hans.json index 76a4b11aa..735f941c3 100644 --- a/src/locales/zh-hans.json +++ b/src/locales/zh-hans.json @@ -60,8 +60,9 @@ "admin_communication": "通讯管理", "admin_communication.page-title": "通讯管理", "admin_communication.page-buttom.tip": "更改置顶消息", - "index.newPad": "新文档", - "index.createOpenPad": "或创建/打开以下名称的文档:", + "index.newPad": "新建一个随机名文档", + "index.createOpenPad": "或者在下面输入名称创建文档:", + "index.createOpenPad.ok": "创建文档", "index.openPad": "打开一个现有的文档,名称为:", "pad.toolbar.bold.title": "粗体(Ctrl-B)", "pad.toolbar.italic.title": "斜体(Ctrl-I)",