From b7cce67ecf4ced80ef55ce5d0e2962f7854d1bc2 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Tue, 27 Jun 2023 05:06:40 +0200 Subject: [PATCH] New translations en.json (Chinese Simplified) --- src/locales/zh-CN.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index c18b0e646..b945d9e02 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -453,31 +453,31 @@ "overwriteConfirm": { "action": { "exportToImage": { - "title": "", - "button": "", - "description": "" + "title": "导出为图片", + "button": "导出为图片", + "description": "将画布数据导出为图片,以便以后导入。" }, "saveToDisk": { - "title": "", - "button": "", - "description": "" + "title": "保存到本地", + "button": "保存到本地", + "description": "将画布数据导出为文件,以便以后导入。" }, "excalidrawPlus": { - "title": "", - "button": "", - "description": "" + "title": "Excalidraw+", + "button": "导出到 Excalidraw+", + "description": "将画布保存到您的 Excalidraw+ 工作区。" } }, "modal": { "loadFromFile": { - "title": "", - "button": "", - "description": "" + "title": "从文件加载", + "button": "从文件加载", + "description": "从文件加载将替换您现有的内容

您可以先使用下列方式备份您的绘图。" }, "shareableLink": { - "title": "", - "button": "", - "description": "" + "title": "从链接加载", + "button": "替换我的内容", + "description": "加载外部绘图将替换您现有的内容

您可以先使用下列方式备份您的绘图。" } } }