New translations en.json (Chinese Simplified)
This commit is contained in:
parent
53b1f5672e
commit
c409e015e7
@ -109,8 +109,12 @@
|
|||||||
"createContainerFromText": "将文本包围在容器中",
|
"createContainerFromText": "将文本包围在容器中",
|
||||||
"link": {
|
"link": {
|
||||||
"edit": "编辑链接",
|
"edit": "编辑链接",
|
||||||
|
"editEmbed": "",
|
||||||
"create": "新建链接",
|
"create": "新建链接",
|
||||||
"label": "链接"
|
"createEmbed": "",
|
||||||
|
"label": "链接",
|
||||||
|
"labelEmbed": "",
|
||||||
|
"empty": ""
|
||||||
},
|
},
|
||||||
"lineEditor": {
|
"lineEditor": {
|
||||||
"edit": "编辑线条",
|
"edit": "编辑线条",
|
||||||
@ -164,9 +168,11 @@
|
|||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
"clear": "清除",
|
"clear": "清除",
|
||||||
"remove": "删除",
|
"remove": "删除",
|
||||||
|
"embed": "",
|
||||||
"publishLibrary": "发布",
|
"publishLibrary": "发布",
|
||||||
"submit": "提交",
|
"submit": "提交",
|
||||||
"confirm": "确定"
|
"confirm": "确定",
|
||||||
|
"embeddableInteractionButton": ""
|
||||||
},
|
},
|
||||||
"alerts": {
|
"alerts": {
|
||||||
"clearReset": "这将会清除整个画布。您是否要继续?",
|
"clearReset": "这将会清除整个画布。您是否要继续?",
|
||||||
@ -206,6 +212,10 @@
|
|||||||
"line2": "这可能会破坏绘图中的 <bold>文本元素</bold>。",
|
"line2": "这可能会破坏绘图中的 <bold>文本元素</bold>。",
|
||||||
"line3": "我们强烈建议禁用此设置。您可以按照<link>这些步骤</link>来设置。",
|
"line3": "我们强烈建议禁用此设置。您可以按照<link>这些步骤</link>来设置。",
|
||||||
"line4": "如果禁用此设置无法修复文本元素的显示,请在 GitHub 上提交一个 <issueLink>issue</issueLink> ,或者在 <discordLink>Discord</discordLink> 上反馈"
|
"line4": "如果禁用此设置无法修复文本元素的显示,请在 GitHub 上提交一个 <issueLink>issue</issueLink> ,或者在 <discordLink>Discord</discordLink> 上反馈"
|
||||||
|
},
|
||||||
|
"libraryElementTypeError": {
|
||||||
|
"embeddable": "",
|
||||||
|
"image": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"toolBar": {
|
"toolBar": {
|
||||||
@ -224,6 +234,7 @@
|
|||||||
"link": "为选中的形状添加/更新链接",
|
"link": "为选中的形状添加/更新链接",
|
||||||
"eraser": "橡皮",
|
"eraser": "橡皮",
|
||||||
"frame": "画框工具",
|
"frame": "画框工具",
|
||||||
|
"embeddable": "",
|
||||||
"hand": "抓手(平移工具)",
|
"hand": "抓手(平移工具)",
|
||||||
"extraTools": "更多工具"
|
"extraTools": "更多工具"
|
||||||
},
|
},
|
||||||
@ -237,6 +248,7 @@
|
|||||||
"linearElement": "点击创建多个点 拖动创建直线",
|
"linearElement": "点击创建多个点 拖动创建直线",
|
||||||
"freeDraw": "点击并拖动,完成时松开",
|
"freeDraw": "点击并拖动,完成时松开",
|
||||||
"text": "提示:您也可以使用选择工具双击任意位置来添加文字",
|
"text": "提示:您也可以使用选择工具双击任意位置来添加文字",
|
||||||
|
"embeddable": "",
|
||||||
"text_selected": "双击或按回车键以编辑文本",
|
"text_selected": "双击或按回车键以编辑文本",
|
||||||
"text_editing": "按下 Escape 或 CtrlOrCmd+ENTER 完成编辑",
|
"text_editing": "按下 Escape 或 CtrlOrCmd+ENTER 完成编辑",
|
||||||
"linearElementMulti": "点击最后一个点或按下 Esc/Enter 来完成",
|
"linearElementMulti": "点击最后一个点或按下 Esc/Enter 来完成",
|
||||||
@ -411,7 +423,9 @@
|
|||||||
"fileSavedToFilename": "保存到 {filename}",
|
"fileSavedToFilename": "保存到 {filename}",
|
||||||
"canvas": "画布",
|
"canvas": "画布",
|
||||||
"selection": "所选项",
|
"selection": "所选项",
|
||||||
"pasteAsSingleElement": "使用 {{shortcut}} 粘贴为单个元素,\n或粘贴到现有的文本编辑器里"
|
"pasteAsSingleElement": "使用 {{shortcut}} 粘贴为单个元素,\n或粘贴到现有的文本编辑器里",
|
||||||
|
"unableToEmbed": "",
|
||||||
|
"unrecognizedLinkFormat": ""
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"transparent": "透明",
|
"transparent": "透明",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user