diff --git a/packages/excalidraw/locales/zh-CN.json b/packages/excalidraw/locales/zh-CN.json index 363453124..abda86ba5 100644 --- a/packages/excalidraw/locales/zh-CN.json +++ b/packages/excalidraw/locales/zh-CN.json @@ -271,20 +271,20 @@ "magicSettings": "AI 设置" }, "element": { - "rectangle": "", - "diamond": "", - "ellipse": "", - "arrow": "", - "line": "", - "freedraw": "", - "text": "", - "image": "", - "group": "", - "frame": "", - "magicframe": "", - "embeddable": "", - "selection": "", - "iframe": "" + "rectangle": "矩形", + "diamond": "菱形", + "ellipse": "椭圆", + "arrow": "箭头", + "line": "线条", + "freedraw": "自由书写", + "text": "文字", + "image": "图片", + "group": "组", + "frame": "画框", + "magicframe": "线框图至代码", + "embeddable": "嵌入网页", + "selection": "选择", + "iframe": "IFrame" }, "headings": { "canvasActions": "画布动作", @@ -459,10 +459,10 @@ "scene": "画布", "selected": "选中", "storage": "存储", - "fullTitle": "", - "title": "", - "generalStats": "", - "elementProperties": "", + "fullTitle": "统计信息与元素属性", + "title": "统计信息", + "generalStats": "统计信息", + "elementProperties": "元素属性", "total": "总计", "version": "版本", "versionCopy": "点击复制",