From 241234726fbdfbd9b870ca176c88661daca3edbf Mon Sep 17 00:00:00 2001 From: sayishi <49535501+sayishi@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:07:50 +0900 Subject: [PATCH] chore: update Chinese translations (#5727) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update translations with Fink 🐦 * chore: revert cargo.lock changes --------- Co-authored-by: Lucas.Xu --- frontend/resources/translations/zh-CN.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/frontend/resources/translations/zh-CN.json b/frontend/resources/translations/zh-CN.json index 9689f2156c..5385b15bef 100644 --- a/frontend/resources/translations/zh-CN.json +++ b/frontend/resources/translations/zh-CN.json @@ -65,6 +65,7 @@ "logIn": "登陆", "generalError": "出现错误,请稍后再试", "limitRateError": "出于安全原因,每60秒仅可以发送一次链接", + "magicLinkSentDescription": "一个验证链接已发送到您的电子邮箱。点击该链接即可完成登录。该链接将在 5 分钟后失效。", "LogInWithGoogle": "使用 Google 登录", "LogInWithGithub": "使用 Github 登录", "LogInWithDiscord": "使用 Discord 登录", @@ -111,7 +112,15 @@ "html": "HTML", "clipboard": "拷贝到剪贴板", "csv": "CSV", - "copyLink": "复制链接" + "copyLink": "复制链接", + "publishToTheWeb": "发布至网络", + "publishToTheWebHint": "利用AppFlowy创建一个网站", + "publish": "发布", + "unPublish": "取消发布", + "visitSite": "访问网站", + "exportAsTab": "导出为", + "publishTab": "发布", + "shareTab": "分享" }, "moreAction": { "small": "小", @@ -157,6 +166,7 @@ "unsupportedCloudPrompt": "该功能仅在使用 @:appName Cloud 时可用", "relatedQuestion": "相关问题", "serverUnavailable": "服务暂时不可用,请稍后再试", + "aiServerUnavailable": "🌈 不妙!🌈 一只独角兽吃掉了我们的回复。请重试!", "clickToRetry": "点击重试", "regenerateAnswer": "重新生成", "question1": "如何使用 Kanban 来管理任务", @@ -244,6 +254,7 @@ "viewDataBase": "查看数据库", "referencePage": "这个 {name} 正在被引用", "addBlockBelow": "在下面添加一个块", + "aiGenerate": "生成", "urlLaunchAccessory": "在浏览器中打开", "urlCopyAccessory": "复制链接" }, @@ -254,6 +265,8 @@ "private": "私人的", "workspace": "工作区", "favorites": "收藏夹", + "clickToHidePrivate": "点击以隐藏私人空间\n您在此处创建的页面仅对您可见", + "clickToHideWorkspace": "点击以隐藏私人空间\n您在此处创建的页面对所有人可见", "clickToHidePersonal": "点击隐藏个人部分", "clickToHideFavorites": "单击隐藏收藏夹栏目", "addAPage": "添加页面",