From c480e0b186652479b9e0f57690448068070e3741 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:15 +0200 Subject: [PATCH] New translations en.json (Chinese Simplified) --- src/locales/zh-CN.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 25d43a46f..c18b0e646 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -449,5 +449,36 @@ "shades": "色调明暗", "hexCode": "十六进制值", "noShades": "此颜色没有可用的明暗变化" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }