mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Update translations from Crowdin (#3659)
This commit is contained in:
parent
9325109836
commit
7f5e783fe8
37 changed files with 324 additions and 144 deletions
|
@ -20,7 +20,7 @@
|
|||
"background": "背景",
|
||||
"fill": "填充",
|
||||
"strokeWidth": "描边宽度",
|
||||
"strokeShape": "",
|
||||
"strokeShape": "描边形状",
|
||||
"strokeShape_gel": "中性笔",
|
||||
"strokeShape_fountain": "钢笔",
|
||||
"strokeShape_brush": "墨笔",
|
||||
|
@ -42,8 +42,8 @@
|
|||
"fontSize": "字体大小",
|
||||
"fontFamily": "字体",
|
||||
"onlySelected": "仅被选中",
|
||||
"withBackground": "",
|
||||
"exportEmbedScene": "",
|
||||
"withBackground": "背景",
|
||||
"exportEmbedScene": "包含画布数据",
|
||||
"exportEmbedScene_details": "画布数据将被保存到导出的 PNG/SVG 文件,以便恢复。\n将会增加导出的文件大小。",
|
||||
"addWatermark": "添加 “使用 Excalidraw 创建” 水印",
|
||||
"handDrawn": "手写",
|
||||
|
@ -101,19 +101,21 @@
|
|||
"viewMode": "查看模式",
|
||||
"toggleExportColorScheme": "切换导出配色方案",
|
||||
"share": "分享",
|
||||
"showStroke": "显示描边颜色选择器",
|
||||
"showBackground": "显示背景颜色选择器",
|
||||
"toggleTheme": "切换主题"
|
||||
},
|
||||
"buttons": {
|
||||
"clearReset": "重置画布",
|
||||
"exportJSON": "",
|
||||
"exportImage": "",
|
||||
"exportJSON": "导出为文件",
|
||||
"exportImage": "保存为图像",
|
||||
"export": "导出",
|
||||
"exportToPng": "导出为 PNG",
|
||||
"exportToSvg": "导出为 SVG",
|
||||
"copyToClipboard": "复制到剪贴板",
|
||||
"copyPngToClipboard": "复制 PNG 到剪切板",
|
||||
"scale": "缩放",
|
||||
"save": "",
|
||||
"save": "保存至当前文件",
|
||||
"saveAs": "保存为",
|
||||
"load": "载入文件",
|
||||
"getShareableLink": "获取共享链接",
|
||||
|
@ -164,7 +166,7 @@
|
|||
"ellipse": "椭圆",
|
||||
"arrow": "箭头",
|
||||
"line": "线条",
|
||||
"freedraw": "",
|
||||
"freedraw": "自由书写",
|
||||
"text": "文字",
|
||||
"library": "库",
|
||||
"lock": "绘制后保持所选的工具栏状态"
|
||||
|
@ -218,12 +220,15 @@
|
|||
"title": "错误"
|
||||
},
|
||||
"exportDialog": {
|
||||
"disk_title": "",
|
||||
"disk_details": "",
|
||||
"disk_button": "",
|
||||
"link_title": "",
|
||||
"link_details": "",
|
||||
"link_button": ""
|
||||
"disk_title": "保存到本地",
|
||||
"disk_details": "将画布数据导出为文件,以便以后导入",
|
||||
"disk_button": "保存为文件",
|
||||
"link_title": "分享链接",
|
||||
"link_details": "导出为只读链接。",
|
||||
"link_button": "导出链接",
|
||||
"excalidrawplus_description": "",
|
||||
"excalidrawplus_button": "",
|
||||
"excalidrawplus_exportError": ""
|
||||
},
|
||||
"helpDialog": {
|
||||
"blog": "浏览我们的博客",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue