Internationalize links
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 1m27s
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 1m27s
This commit is contained in:
parent
16addac749
commit
332d390707
1 changed files with 4 additions and 4 deletions
|
@ -4,14 +4,14 @@
|
||||||
"editShortcut": "编辑选中的白板",
|
"editShortcut": "编辑选中的白板",
|
||||||
"errors": {
|
"errors": {
|
||||||
"noFileID": "缺少文件 ID,无法打开文件。",
|
"noFileID": "缺少文件 ID,无法打开文件。",
|
||||||
"notAWhiteboard": "您必须选择白板,而不是普通图片。<a href='https://s.massive.box/jsdraw-plugin-instructions'>使用说明</a>",
|
"notAWhiteboard": "您必须选择白板,而不是普通图片。<a href='https://s.massive.box/jsdraw-plugin-instructions-zh-cn'>使用说明</a>",
|
||||||
"syncIDNotFound": "在文档中找不到该绘图的 SyncID,请确保您尝试编辑的白板已包含在至少一个笔记中。",
|
"syncIDNotFound": "在文档中找不到该绘图的 SyncID,请确保您尝试编辑的白板已包含在至少一个笔记中。",
|
||||||
"createUnknown": "创建编辑器时出现未知错误,请重试。",
|
"createUnknown": "创建编辑器时出现未知错误,请重试。",
|
||||||
"invalidBackgroundColor": "无效的背景颜色!请输入十六进制颜色,例如 #000000(黑色)或 #FFFFFF(白色)。将使用原来的背景颜色。",
|
"invalidBackgroundColor": "无效的背景颜色!请输入十六进制颜色,例如 #000000(黑色)或 #FFFFFF(白色)。将使用原来的背景颜色。",
|
||||||
"multipleSyncIDs": "在文档中发现多个 syncID。请从文档中删除不存在的绘图。\n同步冲突副本可能导致此错误,因此请务必删除它们。\n文件 ID(可在重命名菜单中更改的部分)在所有文档中必须唯一。\n<a href='https://git.massive.box/massivebox/siyuan-jsdraw-plugin/wiki/Errors-and-Fixes#multiple-syncids-found'>完整说明</a>",
|
"multipleSyncIDs": "在文档中发现多个 syncID。请从文档中删除不存在的绘图。\n同步冲突副本可能导致此错误,因此请务必删除它们。\n文件 ID(可在重命名菜单中更改的部分)在所有文档中必须唯一。\n<a href='https://s.massive.box/jsdraw-plugin-multiple-syncids-zh-cn'>完整说明</a>",
|
||||||
"unchangedProtyle": "请确保您尝试编辑的图片仍存在于文档中。",
|
"unchangedProtyle": "请确保您尝试编辑的图片仍存在于文档中。",
|
||||||
"saveGeneric": "保存出错!当前绘图已复制到剪贴板。您可能需要新建一个绘图并粘贴进去。",
|
"saveGeneric": "保存出错!当前绘图已复制到剪贴板。您可能需要新建一个绘图并粘贴进去。",
|
||||||
"mustSelect": "先在文档中左键点击选中白板,然后使用此图标/快捷键直接打开编辑器。<a href='https://s.massive.box/jsdraw-plugin-instructions'>使用说明</a>"
|
"mustSelect": "先在文档中左键点击选中白板,然后使用此图标/快捷键直接打开编辑器。<a href='https://s.massive.box/jsdraw-plugin-instructions-zh-cn'>使用说明</a>"
|
||||||
},
|
},
|
||||||
"whiteboard": "白板",
|
"whiteboard": "白板",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
"analytics": {
|
"analytics": {
|
||||||
"title": "分析统计",
|
"title": "分析统计",
|
||||||
"description": "开启后,向开发者发送匿名使用数据。<a href='https://s.massive.box/jsdraw-plugin-privacy'>隐私政策</a>"
|
"description": "开启后,向开发者发送匿名使用数据。<a href='https://s.massive.box/jsdraw-plugin-privacy-zh-cn'>隐私政策</a>"
|
||||||
},
|
},
|
||||||
"restorePosition": {
|
"restorePosition": {
|
||||||
"title": "记住编辑器位置",
|
"title": "记住编辑器位置",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue