From 28007a33a01346c1cb89b2ec9ac92a1b9d67f500 Mon Sep 17 00:00:00 2001 From: Benny O Date: Sat, 13 Oct 2018 19:19:48 +0800 Subject: [PATCH] Add missing translation for zh-cn --- locales/zh-CN.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/locales/zh-CN.json b/locales/zh-CN.json index a04cffdd..919d5381 100755 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -205,7 +205,16 @@ "Rename": "重命名", "Folder Name": "文件夹名称", "No tags":"无标签", - "Render newlines in Markdown paragraphs as
":"在 Markdown 段落中使用
换行", - "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.", - "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠" + "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "将文本箭头转换为完整符号。 ⚠ 注意这或会影响 Markdown 的 HTML 注释。", + "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠", + "Default New Note":"预设新笔记类型", + "Show only related tags": "只显示相关标签", + "Snippet Default Language": "程式码片段预设语言", + "Disable Direct Write (It will be applied after restarting)": "停用直接编辑 (重启后生效)", + "Enable smart table editor": "启用智能表格编辑器", + "Enable smart quotes": "启用智能引号", + "Allow line through checkbox": "替标示为完成的选框添加删除线", + "Custom CSS": "自定义 CSS", + "Allow custom CSS for preview": "允许预览自定义 CSS", + "Render newlines in Markdown paragraphs as
":"在 Markdown 段落中使用
换行" }