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": "" + } + } } }