From 95ab1256bac2a534d64a251a501df43751c08232 Mon Sep 17 00:00:00 2001
From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com>
Date: Mon, 18 Dec 2023 16:57:07 +0100
Subject: [PATCH] New translations en.json (Chinese Simplified)
---
packages/excalidraw/locales/zh-CN.json | 62 +++++++++++++++-----------
1 file changed, 36 insertions(+), 26 deletions(-)
diff --git a/packages/excalidraw/locales/zh-CN.json b/packages/excalidraw/locales/zh-CN.json
index cbe66eff5..972c412fa 100644
--- a/packages/excalidraw/locales/zh-CN.json
+++ b/packages/excalidraw/locales/zh-CN.json
@@ -11,8 +11,8 @@
"copyAsPng": "复制为 PNG 到剪贴板",
"copyAsSvg": "复制为 SVG 到剪贴板",
"copyText": "复制文本到剪贴板",
- "copySource": "",
- "convertToCode": "",
+ "copySource": "复制源码到剪贴板",
+ "convertToCode": "转换成代码",
"bringForward": "上移一层",
"sendToBack": "置于底层",
"bringToFront": "置于顶层",
@@ -38,12 +38,12 @@
"arrowhead_none": "无",
"arrowhead_arrow": "箭头",
"arrowhead_bar": "条状",
- "arrowhead_circle": "",
- "arrowhead_circle_outline": "",
+ "arrowhead_circle": "圆点",
+ "arrowhead_circle_outline": "圆点(空心)",
"arrowhead_triangle": "三角箭头",
- "arrowhead_triangle_outline": "",
- "arrowhead_diamond": "",
- "arrowhead_diamond_outline": "",
+ "arrowhead_triangle_outline": "三角箭头(空心)",
+ "arrowhead_diamond": "菱形",
+ "arrowhead_diamond_outline": "菱形(空心)",
"fontSize": "字体大小",
"fontFamily": "字体",
"addWatermark": "添加 “使用 Excalidraw 创建” 水印",
@@ -137,8 +137,8 @@
"selectAllElementsInFrame": "选择画框中的所有元素",
"removeAllElementsFromFrame": "分离出画框中的所有元素",
"eyeDropper": "从画布上取色",
- "textToDiagram": "",
- "prompt": ""
+ "textToDiagram": "文字至图表",
+ "prompt": "Prompt"
},
"library": {
"noItems": "尚未添加任何项目……",
@@ -211,13 +211,13 @@
"imageInsertError": "无法插入图像。请稍后再试……",
"fileTooBig": "文件过大。最大允许的大小为 {{maxSize}}。",
"svgImageInsertError": "无法插入 SVG 图像。该 SVG 标记似乎是无效的。",
- "failedToFetchImage": "",
+ "failedToFetchImage": "无法获取图片。",
"invalidSVGString": "无效的 SVG。",
"cannotResolveCollabServer": "无法连接到实时协作服务器。请重新加载页面并重试。",
"importLibraryError": "无法加载素材库",
"collabSaveFailed": "无法保存到后端数据库。如果问题持续存在,您应该保存文件到本地,以确保您的工作不会丢失。",
"collabSaveFailed_sizeExceeded": "无法保存到后端数据库,画布似乎过大。您应该保存文件到本地,以确保您的工作不会丢失。",
- "imageToolNotSupported": "",
+ "imageToolNotSupported": "图片已被禁用。",
"brave_measure_text_error": {
"line1": "您似乎正在使用 Brave 浏览器并启用了积极阻止指纹识别的设置。",
"line2": "这可能会破坏绘图中的 文本元素。",
@@ -226,12 +226,12 @@
},
"libraryElementTypeError": {
"embeddable": "嵌入元素不能添加到素材库。",
- "iframe": "",
+ "iframe": "不能将 IFrame 元素添加到素材库中。",
"image": "我们不久将支持添加图片到素材库"
},
- "asyncPasteFailedOnRead": "",
- "asyncPasteFailedOnParse": "",
- "copyToSystemClipboardFailed": ""
+ "asyncPasteFailedOnRead": "无法粘贴(无法读取系统剪贴板)。",
+ "asyncPasteFailedOnParse": "无法粘贴。",
+ "copyToSystemClipboardFailed": "无法复制到剪贴板。"
},
"toolBar": {
"selection": "选择",
@@ -249,13 +249,13 @@
"link": "为选中的形状添加/更新链接",
"eraser": "橡皮",
"frame": "画框工具",
- "magicframe": "",
+ "magicframe": "线框图至代码",
"embeddable": "嵌入网页",
"laser": "激光笔",
"hand": "抓手(平移工具)",
"extraTools": "更多工具",
- "mermaidToExcalidraw": "",
- "magicSettings": ""
+ "mermaidToExcalidraw": "Mermaid 至 Excalidraw",
+ "magicSettings": "AI 设置"
},
"headings": {
"canvasActions": "画布动作",
@@ -410,8 +410,8 @@
"copyPngToClipboard": "复制 PNG 到剪切板"
},
"button": {
- "exportToPng": "",
- "exportToSvg": "",
+ "exportToPng": "PNG",
+ "exportToSvg": "SVG",
"copyPngToClipboard": "复制到剪贴板"
}
},
@@ -497,7 +497,7 @@
"description": "将画布数据导出为文件,以便以后导入。"
},
"excalidrawPlus": {
- "title": "",
+ "title": "Excalidraw+",
"button": "导出到 Excalidraw+",
"description": "将画布保存到您的 Excalidraw+ 工作区。"
}
@@ -516,10 +516,20 @@
}
},
"mermaid": {
- "title": "",
- "button": "",
- "description": "",
- "syntax": "",
- "preview": ""
+ "title": "Mermaid 至 Excalidraw",
+ "button": "插入",
+ "description": "目前仅支持流程图、序列图和类图。其他类型在 Excalidraw 中将以图像呈现。",
+ "syntax": "Mermaid 语法",
+ "preview": "预览"
+ },
+ "userList": {
+ "search": {
+ "placeholder": "",
+ "empty": ""
+ },
+ "hint": {
+ "text": "",
+ "followStatus": ""
+ }
}
}