diff --git a/changes.md b/changes.md
index 4fc0534f..f2907d34 100644
--- a/changes.md
+++ b/changes.md
@@ -1,4 +1,11 @@
# Changes History
+## v1.19
+- Support tags for notes;
+- UniversalEntry: support searching tags;
+- WebView: click an image or diagram to view it in read mode;
+- Add test buttons for PlantUML and Graphviz in settings dialog;
+- CaptainMode: Y to focus to the edit area;
+
## v1.18
- Explorer: fix the crash when no root entry is set;
- New dark theme **v_detorte** from a Vim *detorte* theme;
diff --git a/src/translations/vnote_zh_CN.qm b/src/translations/vnote_zh_CN.qm
index 5ee949f1..7b9d9b91 100644
Binary files a/src/translations/vnote_zh_CN.qm and b/src/translations/vnote_zh_CN.qm differ
diff --git a/src/translations/vnote_zh_CN.ts b/src/translations/vnote_zh_CN.ts
index 6e839219..441576ab 100644
--- a/src/translations/vnote_zh_CN.ts
+++ b/src/translations/vnote_zh_CN.ts
@@ -69,14 +69,14 @@
这里插入图片
-
-
+
+ Illegal name. Please try again:非法名字。请重试:
-
-
+
+ Name already exists. Please try again:名字已存在。请重试:
@@ -1618,618 +1618,629 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VExportDialog
-
+ Choose notes to export选择需要导出的笔记
-
+ Choose target format to export as选择导出的目标格式
-
+ Choose converter to render Markdown选择渲染Markdown的渲染器
-
+ Choose rendering background color for Markdown选择Markdown的渲染背景色
-
+ Choose rendering style for Markdown选择Markdown的渲染样式
-
+ Choose rendering code block style for Markdown选择Markdown的代码块渲染样式
-
-
+
+ &Browse浏览文件 (&B)
-
+ Information信息
-
+ Advanced Settings高级设置
-
+ Output logs will be shown here输出日志会显示在这里
-
-
+
+ Export导出
-
+ Cancelling the export...正在取消导出...
-
+ Notes to export:导出笔记:
-
+ Target format:目标格式:
-
+ Markdown renderer:Markdown渲染器:
-
+ Markdown rendering background:Markdown渲染背景色:
-
+ Markdown rendering style:Markdown渲染样式:
-
+ Markdown rendering code block style:Markdown代码块渲染样式:
-
+ Output directory:输出目录:
-
+ Settings设置
-
+ Enable Table Of Contents启用目录
-
+ Add a table of contents to the document添加一个目录到文档中
-
+ Use wkhtmltopdf使用wkhtmltopdf
-
+ Use wkhtmltopdf tool to generate PDF (wkhtmltopdf needed to be installed)使用wkhtmltopdf工具创建PDF(需要安装wkhtmltopdf)
-
+ Download wkhtmltopdf下载wkhtmltopdf
-
+ Tell VNote where to find wkhtmltopdf tool告诉VNote在哪里找到wkhtmltopdf工具
-
-
-
+
+
+ Empty to use the name of the first source file为空则使用第一个源文件的名字
-
+ Title of the generated PDF file创建的PDF文件的标题
-
+ Name of the generated PDF file创建的PDF文件的名字
-
+ Enable background启用背景
-
+ Enable background when printing打印渲染的时候启用背景
-
+ Append page number as footer添加页码作为页脚
-
+ Additional global options passed to wkhtmltopdf传给wkhtmltopdf的额外全局选项
-
+ Use " to enclose options containing spaces使用"来引用包含空格的选项
-
+ Page layout:页面布局:
-
+ wkhtmltopdf path:wkhtmltopdf路径:
-
+ Title:标题:
-
-
+
+ Output file name:输出文件名:
-
+ Page number:页码:
-
+ Additional options:其他参数:
-
+ Embed CSS styles嵌入CSS样式
-
+ Embed CSS styles in HTML file在HTML中嵌入CSS样式
-
+ Embed images嵌入图片
-
+ Embed images as data URI将图片作为URI嵌入
-
+ Complete page完整页面
-
+ Export the whole web page along with pictures which may not keep the HTML link structure of the original page导出包括图片在内的整个网络页面(可能会更改原来页面的HTML链接结构)
-
+ MIME HTMLMIME HTML
-
+ Export as a complete web page in MIME HTML format作为MIME HTML格式导出为一个完整网页
-
+ Process subfolders处理子文件夹
-
+ Process subfolders recursively递归处理子文件夹
-
+ Current Note (%1)当前笔记 (%1)
-
-
+
+ Fail to start wkhtmltopdf (%1).
+ 启动wkhtmltopdf失败 (%1)。
+
+
+
+ wkhtmltopdf crashed (%1).
+ wkhtmltopdf崩溃 (%1)。
+
+
+
+ Use %1 (%2).
+ 使用%1 (%2)。
+
+
+
+ %1 notes exported to %2.导出了 %1 个笔记为 %2。
-
+ Fail to export %1 notes in one PDF.导出 %1 个笔记为一个PDF失败。
-
+ Fail to export %1 notes in one.导出 %1 个笔记为一个文件失败。
-
+ Choose format of the input选择输入的格式
-
+ Without the preceding dot去掉前导点号(.)
-
+ Suffix of the output file without the preceding dot输出文件的后缀名,不包括前导点号(.)
-
+ Enable All In One启用多合一
-
+ Pass a list of input files to the custom command传递一个输入文件列表给自定义命令
-
-
+
+ Separator to concatenate input files directories用于连接输入文件所在目录的分隔符
-
+ Name of the generated All-In-One file创建的多合一文件的名字
-
+ Custom command to be executed需要执行的自定义命令
-
+ Source format:源格式:
-
+ Output suffix:输出后缀名:
-
+ Input directories separator:输入文件所在目录分隔符:
-
+ Open Directory打开目录
-
+ Open output directory打开输出目录
-
+ Copy Content复制内容
-
+ Copy the content of the exported file复制导出文件的内容
-
+ Copied content of file %1已经复制文件 %1 内容
-
+ Fail to copy content of file %1复制文件 %1 内容失败
-
+ Current Folder (%1)当前文件夹 (%1)
-
+ Current Notebook (%1)当前笔记本 (%1)
-
+ Cart (%1)小推车 (%1)
-
-
+
+ MarkdownMarkdown
-
-
+
+ HTMLHTML
-
+ PDFPDF
-
+ PDF (All In One)PDF (多合一)
-
+ Custom自定义
-
+ HoedownHoedown
-
+ MarkedMarked
-
+ Markdown-itMarkdown-it
-
+ ShowdownShowdown
-
+ System默认
-
+ Transparent透明
-
+ None无
-
+ Left居左
-
+ Center居中
-
+ Right居右
- Fail to start wkhtmltopdf.
- 启动wkhtmltopdf失败。
+ 启动wkhtmltopdf失败。
- wkhtmltopdf crashed.
- wkhtmltopdf崩溃。
+ wkhtmltopdf崩溃。
- Use %1.
- 使用%1。
+ 使用%1。
- wkhtmltopdf returned %1.
- wkhtmltopdf返回%1。
+ wkhtmltopdf返回%1。
-
+ Export to %1.导出到 %1 。
-
+ Invalid configurations for custom export.非法的自定义导出配置。
-
+ User cancelled the export. Aborted!用户取消导出。终止!
-
+ Warning警告
-
+ Errors found during export.导出过程中发生错误。
-
+ %1 notes exported.导出了 %1 个笔记。
-
+ Select Output Directory To Export To选择导出输出目录
-
+ Executable (*.exe)可执行文件 (*.exe)
-
+ Select wkhtmltopdf Executable选择wkhtmltopdf可执行文件
-
+ Exporting note %1.正在导出笔记 %1 。
-
+ Fail to open folder %1.打开文件夹 %1 失败。
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ Fail to create directory %1.创建目录 %1 失败。
-
+ Fail to open notebook %1.打开笔记本 %1 失败。
-
+ Fail to open file %1.打开文件 %1 失败。
-
+ Skip exporting non-Markdown file %1 as Markdown.跳过非Markdown文件 %1 。
-
+ Fail to copy the note file %1.复制笔记文件 %1 失败。
-
+ Fail to copy images of note %1.复制笔记的图片 %1 失败。
-
+ Fail to copy attachments folder %1 to %2.复制附件文件夹 %1 到 %2 失败。
-
-
-
-
+
+
+
+ Note %1 exported to %2.笔记 %1 导出为 %2 。
-
+ Skip exporting non-Markdown file %1 as PDF.跳过非Markdown文件 %1 。
-
-
-
+
+
+ Fail to export note %1.导出笔记 %1 失败。
-
+ Skip exporting non-Markdown file %1 as HTML.跳过非Markdown文件 %1 。
-
+ Skip exporting non-Markdown file %1.跳过非Markdown文件 %1 。
-
+ Portrait纵向
-
+ Landscape横向
-
+ <span><span style="font-weight:bold;">%0</span> for the input file; <span style="font-weight:bold;">%1</span> for the output file; <span style="font-weight:bold;">%2</span> for the rendering CSS style file; <span style="font-weight:bold;">%3</span> for the input file directory; <span style="font-weight:bold;">%4</span> for the rendering code block CSS style file.</span><span><span style="font-weight:bold;">%0</span> 表示输入文件; <span style="font-weight:bold;">%1</span> 表示输出文件; <span style="font-weight:bold;">%2</span> 表示渲染的CSS样式文件; <span style="font-weight:bold;">%3</span> 表示输入文件所在目录; <span style="font-weight:bold;">%4</span> 表示渲染的代码块CSS样式文件。</span>
@@ -2280,37 +2291,47 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
在VNote中的最近修改时间
-
+
+ Tags of this note separated by ,
+ 该笔记的标签,由逗号,分隔
+
+
+ Note &name:笔记名 (&N):
-
+ Attachment folder:附件文件夹:
-
+ Created time:创建时间:
-
+ Modified time:修改时间:
-
+
+ Tags:
+ 标签:
+
+
+ <span style="%1">WARNING</span>: Name (case-insensitive) <span style="%2">%3</span> already exists. Please choose another name.<span style="%1">警告</span>:已存在该名字(不区分大小写) <span style="%2">%3</span>。请选择另一个名字。
-
+ <span style="%1">WARNING</span>: Name <span style="%2">%3</span> contains illegal characters (after magic word evaluation).<span style="%1">警告</span>:名字 <span style="%2">%3</span> 包含非法字符(解析幻词之后)。
-
+ <span style="%1">WARNING</span>: Changing type of the note is not supported. Please use the same suffix as the old one.<span style="%1">警告</span>:不支持修改笔记的类型。请使用原来的后缀名。
@@ -2864,72 +2885,72 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VGeneralTab
-
+ Choose the language of VNote interface选择VNote界面语言
-
+ System默认
-
+ Language:语言:
-
+ Startup pages:启动页面:
-
+ Restore tabs or open specific notes on startup在启动时恢复标签页或打开指定笔记
-
+ None无
-
+ Continue where you left off继续上次退出时的页面
-
+ Open specific pages打开指定页面
-
+ Absolute path of the notes to open on startup (one note per line)需要在启动时打开的笔记的绝对路径(一行一个笔记)
-
+ Browse浏览文件
-
+ Select files to add as startup pages选择文件添加为启动页面
-
+ Select Files As Startup Pages选择文件作为启动页面
-
+ System tray系统托盘
-
+ Minimized to the system tray after closing VNote (not supported in macOS)关闭VNote后最小化到系统托盘(不支持macOS)
@@ -3261,12 +3282,12 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VLookTab
-
+ Icon size in pixel of tool bar (restart VNote to make it work)工具栏图标像素大小(重启VNote生效)
-
+ Tool bar icon size:工具栏图标大小:
@@ -3274,1301 +3295,1311 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VMainWindow
-
+ View查看
-
+ Expand the edit area扩展内容编辑区域
-
+ Edit Toolbar编辑工具栏
-
+ Heading Sequence标题序列
-
+ Enable heading sequence in current note in edit mode当前笔记在编辑模式中启用标题序列
-
+ Insert bold text or change selected text to bold插入粗体或将所选文本加粗
-
+ Insert italic text or change selected text to italic插入斜体或将所选文本改为斜体
-
+ Insert strikethrough text or change selected text to strikethroughed插入删除线或在所选文本上添加删除线
-
+ Insert inline-code text or change selected text to inline-coded插入行内代码或将所选文本改为行内代码
-
+ Insert fenced code block text or wrap selected text into a fenced code block插入代码块或将所选文本嵌入到一个代码块中
-
+ Insert a link插入一个链接
-
+ Insert an image from file or URL从文件或URL插入图片
-
+ Note笔记
-
+ View and edit current note's information查看并编辑当前笔记的信息
-
+ Delete current note删除当前笔记
-
+ &Edit编辑 (&E)
-
+ Edit current note编辑当前笔记
-
+ Discard changes and exit edit mode放弃对当前笔记的更改并退出编辑模式
-
+ Save changes and exit edit mode保存对当前笔记的更改并退出编辑模式
-
+ Save保存
-
+ SearchDock搜索窗口
-
+ Export导出
-
+ Menu Bar菜单栏
-
+ Toggle menu bar打开或关闭菜单栏
-
+ Full Screen全屏
-
+ ToolBar工具栏
-
+ History历史
-
+ Explorer浏览器
-
+ Full Screen %1全屏 %1
-
+ Toggle full screen打开或关闭全屏
-
+ Stay On Top保留为顶层窗口
-
+ Toggle stay-on-top打开或关闭保留为顶层窗口
-
+ Flash Page %1灵犀页 %1
-
+ Universal Entry通用入口
-
+ Activate Universal Entry进入通用入口
-
+ Universal Entry %1通用入口 %1
-
+ Log In (Not Implemented Yet)登录 (未实现)
-
+ New Root Folder新建根文件夹
-
+ New Note新建笔记
-
+ New Note %1新建笔记 %1
-
+ Note Info笔记信息
-
+ Delete Note删除笔记
-
+ Save %1保存 %1
-
+ &Help帮助 (&H)
-
+ View &Log查看日志 (&L)
-
+ View VNote's debug log (%1)查看VNote的调试日志 (%1)
-
+ &Markdown GuideMarkdown指南 (&M)
-
+ A quick guide of Markdown syntaxMarkdown语法快速指南
-
+ &Documentation文档 (&D)
-
+ View VNote's documentation查看VNote的文档
-
+ Do&nate捐赠 (&N)
-
+ Donate to VNote or view the donate list捐赠给VNote或查看捐赠列表
-
+ Check For &Updates检查更新 (&U)
-
+ Check for updates of VNote检查VNote的可用更新
-
+ Star VNote on &Github支持VNote &Github项目
-
+ Give a star to VNote on Github project在Github上给一个星星VNote项目
-
+ &Feedback反馈 (&F)
-
+ Open an issue on Github在Github上反馈意见
-
+ About &Qt关于Qt (&Q)
-
+ &MarkdownMarkdown (&M)
-
+ Constrain The Width Of Images限制图片宽度
-
+ In-Place Preview原地预览
-
+ Enable in-place preview (images, diagrams, and formulas) in edit mode (re-open current tabs to make it work)编辑模式原地预览(图片、图表和公式)(需要重新打开当前标签页)
-
+ Constrain The Width Of In-Place Preview限制原地预览宽度
-
+ Constrain the width of in-place preview to the edit window in edit mode编辑模式中根据编辑窗口大小限制原地预览的宽度
-
+ Tool Bar工具栏
-
+ Toogle the tool bar打开或关闭工具栏
-
+ Create notes from external files in current folder (will copy files if they do not locate in current folder)在当前文件夹中从外部文件新建笔记(如果这些文件不在当前文件夹中则拷贝文件)
-
+ E&xport导出 (&X)
-
+ Export notes导出笔记
-
+ Open Configuration Folder打开配置文件夹
-
+ Open configuration folder of VNote打开VNote的配置文件夹
-
+ MarkedMarked
-
+ Use Marked to convert Markdown to HTML (re-open current tabs to make it work)使用Marked对Markdown进行HTML渲染(需要重新打开当前标签页)
-
+ HoedownHoedown
-
+ Use Hoedown to convert Markdown to HTML (re-open current tabs to make it work)使用Hoedown对Markdown进行HTML渲染(需要重新打开当前标签页)
-
+ Markdown-itMarkdown-it
-
+ Use Markdown-it to convert Markdown to HTML (re-open current tabs to make it work)使用Markdown-it对Markdown进行HTML渲染(需要重新打开当前标签页)
-
+ ShowdownShowdown
-
+ Use Showdown to convert Markdown to HTML (re-open current tabs to make it work)使用Showdown对Markdown进行HTML渲染(需要重新打开当前标签页)
-
+ AttachmentList附件列表
-
+ LocateCurrentFile定位当前笔记
-
+ ExpandMode扩展模式
-
+ DiscardAndRead放弃更改并阅读
-
+ ToolsDock工具窗口
-
+ CloseNote关闭笔记
-
+ ShortcutsHelp快捷键帮助
-
+ FlushLogFile写入日志文件
-
+ Constrain the width of images to the window in read mode (re-open current tabs to make it work)阅读模式中根据窗口大小限制图片的宽度(需要重新打开当前标签页)
-
+ Enable Image Caption启用图片标题
-
+ Center the images and display the alt text as caption (re-open current tabs to make it work)居中显示图片并将图片的替换文本显示为标题(需要重新打开当前标签页)
-
+ &Mermaid DiagramMermaid图表 (&M)
-
+ Enable Mermaid for graph and diagram启用Mermaid渲染图像图表
-
+ &Flowchart.js&Flowchart.js
-
+ Enable Flowchart.js for flowchart diagram启用Flowchart.js渲染流程图
-
+ &View查看 (&V)
-
+ &File文件 (&F)
-
+ &Open打开 (&O)
-
+ Open external file to edit打开外部文件以编辑
-
+ Select External Files To Open选择要打开的外部文件
-
+ Code Block Style代码块样式
-
+ CodeBlock代码块
-
+ Display line number in code block in edit mode (for Markdown only)编辑模式下只在代码块显示行号(仅支持Markdown)
-
+ Set as the editor style (re-open current tabs to make it work)设置为编辑器的样式(需要重新打开当前标签页)
-
+ Show VNote显示VNote
-
+ Quit退出VNote
-
+ VNoteVNote
-
+ View and change settings for VNote查看并更改VNote的配置
-
+
+ FocusEditArea
+ 定位编辑区域
+
+
+
+ Tags
+ 标签
+
+
+ Note Toolbar笔记工具栏
-
+ Attachments (drag files here to add attachments)附件(拖动文件到此以添加附件)
-
+ Display Line Number In Code Blocks代码块显示行号
-
+ Enable line number in code blocks in read mode阅读模式下启用代码块行号
-
+ Customize some standard shortcuts自定义部分标准快捷键
-
-
+
+ Find/Replace查找/替换
-
+ Open Find/Replace dialog to search in current note打开查找/替换对话框以在当前笔记中查找
-
+ Advanced Find高级查找
-
+ Advanced find within VNote在VNote中进行高级查找
-
+ Find Next查找下一个
-
+ Find next occurence查找下一处出现
-
+ Find Previous查找上一个
-
+ Find previous occurence查找上一处出现
-
+ Replace替换
-
+ Replace current occurence替换当前出现
-
+ Replace && Find替换并查找
-
+ Replace current occurence and find the next one替换当前出现并查找下一个
-
+ Replace All全部替换
-
+ Replace all occurences in current note替换当前笔记中的所有出现
-
+ Highlight Searched Pattern高亮查找模式
-
+ Highlight all occurences of searched pattern高亮查找模式的所有出现
-
+ &Expand Tab扩展Tab (&E)
-
+ Expand entered Tab to spaces将输入的Tab扩展为空格
-
+ Expand Tab to 2 spaces扩展Tab为2个空格
-
+ Expand Tab to 4 spaces扩展Tab为4个空格
-
+ Expand Tab to 8 spaces扩展Tab为8个空格
-
+ Auto Indent自动缩进
-
+ Indent automatically when inserting a new line插入新行时自动缩进
-
+ Auto List自动列表
-
+ Continue the list automatically when inserting a new line插入新行时自动继续列表
-
+ Vim ModeVim模式
-
+ Highlight Selected Words高亮选定字词
-
+ Highlight all occurences of selected words高亮选定字词的所有出现
-
+ Highlight all the spaces at the end of a line高亮所有行尾空白字符
-
+ Snippets片段
-
+ Cart小推车
-
+ Search搜索
-
+ Toggle the search dock widget打开或关闭搜索窗口
-
+ Select Files To Create Notes选择文件以创建笔记
-
+ Warning警告
-
+ Fail to create notes for all the files.无法从所有文件中创建笔记。
-
+ %1 %2 created from external files从外部文件夹中创建了%1个%2
-
+ notes笔记
-
+ note笔记
-
+ <span style="font-weight: bold;">v%1</span>
-
+ VNote is a free Vim-inspired note-taking application that knows programmers and Markdown better.VNote是一个受Vim启发的更懂程序员和Markdown的自由笔记软件。
-
+ Please visit <a href="https://github.com/tamlok/vnote.git">Github</a> for more information.请访问<a href="https://github.com/tamlok/vnote.git">Github</a>获取更多信息。
-
+ &Renderer渲染器 (&R)
-
+ Markdown-it OptionsMarkdown-it选项
-
+ HTMLHTML
-
+ Enable HTML tags in source启用文件中的HTML标签
-
+ Line Break换行
-
+ Convert '\n' in paragraphs into line break转换'\n'为换行
-
+ Linkify自动链接
-
+ Convert URL-like text into links转换URL模式的文本为链接
-
+ Superscript上标
-
+ Enable superscript via ^^启用^^表示上标
-
+ Subscript下标
-
+ Enable subscript via ~~启用~~表示下标
-
+ Metadata Aware元数据感知
-
+ Be aware of metadata in YAML format感知YAML格式的元数据
-
+ EmojiEmoji
-
+ Enable emoji and emoticon启用emoji和表情图标
-
+ Use system's background color configuration for Markdown rendering使用系统的背景色设置对Markdown进行渲染
-
+ Transparent透明
-
+ Use a transparent background for Markdown rendering使用透明背景来渲染Markdown
-
+ Set as the background color for Markdown rendering使用该背景色对Markdown进行渲染
-
-
-
-
-
-
+
+
+
+
+
+ Add Style添加样式
-
+ Add custom style of read mode添加阅读模式的自定义样式
-
+ Add custom style of code block in read mode添加阅读模式的代码块的自定义样式
-
+ Add custom style of editor添加编辑器的自定义样式
-
+ Headings标题
-
+ Heading %1标题%1
-
+ Heading %1 %2标题%1 %2
-
+ Clear清空标题
-
+ Clear %1清空标题 %1
-
+ Theme主题
-
-
+
+ Add Theme添加主题
-
+ Add custom theme添加自定义主题
-
+ Set as the theme of VNote (restart VNote to make it work)设置为VNote的主题(重启VNote生效)
-
+ Line Number行号
-
+ None无
-
+ Do not display line number in edit mode编辑模式下不显示行号
-
+ Absolute绝对行号
-
+ Display absolute line number in edit mode编辑模式下显示绝对行号
-
+ Relative相对行号
-
+ Display line number relative to current cursor line in edit mode编辑模式下显示相对于当前光标所在行的行号
-
+ Editor &Style编辑器样式 (&S)
-
+ Close VNote关闭VNote
-
+ Do you want to minimize VNote to system tray instead of quitting it when closing VNote?关闭VNote时是否仅将VNote最小化到系统托盘?
-
+ You could change the option in Settings later.稍后可以进入设置改变该选项。
-
+ Print Note打印笔记
-
+ 2 Spaces2个空格
-
+ Discard Changes And Read放弃更改并阅读
-
+ Expand扩展
-
+ Bold %1粗体 %1
-
+ Italic %1斜体 %1
-
+ Strikethrough %1删除线 %1
-
+ Inline Code %1行内代码 %1
-
+ Code Block %1代码块 %1
-
+ Insert Link %1插入链接 %1
-
+ Insert Image %1插入图片 %1
-
+ Flash Page灵犀页
-
+ Open the Flash Page to edit打开灵犀页进行编辑
-
-
+
+ Customize Shortcuts自定义快捷键
-
+ Edit %1编辑 %1
-
+ Save Changes And Read %1保存更改并阅读 %1
-
+ Edit编辑
-
+ Save Changes And Read保存更改并阅读
-
+ Save changes to current note保存对当前笔记的更改
-
+ &Shortcuts Help快捷键帮助 (&S)
-
+ View information about shortcut keys查看快捷键帮助信息
-
+ &About VNote关于VNote (&A)
-
+ View information about VNote查看VNote的信息
-
+ View information about Qt查看Qt的信息
-
+ Math&JaxMath&Jax
-
+ Enable MathJax for math support in Markdown启用MathJax渲染数学公式
-
+ Highlight Code Blocks In Edit Mode编辑模式高亮代码块
-
+ Enable syntax highlight within code blocks in edit mode编辑模式中启用代码块语法高亮
-
+ &New Notes From Files从文件新建笔记 (&N)
-
+ &Print打印 (&P)
-
+ Print current note打印当前笔记
-
+ &Settings设置 (&S)
-
+ 4 Spaces4个空格
-
+ 8 Spaces8个空格
-
+ Enable Vim mode for editing (re-open current tabs to make it work)编辑时启用Vim模式(需要重新打开当前标签页)
-
+ Smart Input Method In Vim ModeVim模式智能输入法
-
+ Disable input method when leaving Insert mode in Vim modeVim模式中,退出插入模式时禁用输入法
-
+ Highlight Cursor Line高亮光标所在行
-
+ Highlight current cursor line高亮当前光标所在行
-
+ Highlight Trailing Spaces高亮行尾空白字符
-
+ Tab Stop WidthTab Stop宽度
-
+ Tools工具
-
+ Outline大纲
-
+ Toggle the tools dock widget打开或关闭工具窗口
-
+ About VNote关于VNote
-
+ &Rendering Background渲染背景 (&R)
-
-
+
+ System默认
-
+ Rendering &Style渲染样式 (&S)
-
+ Notebooks笔记本
-
+ Folders文件夹
-
+ Create a root folder in current notebook在当前笔记本中新建根文件夹
-
+ Create a note in current folder在当前文件夹中新建笔记
-
+ &Quit退出 (&Q)
-
+ Quit VNote退出VNote
-
+ Set as the CSS style for Markdown rendering (re-open current tabs to make it work)设置为Markdown渲染的CSS样式(需要重新打开当前标签页)
-
+ Set as the code block CSS style for Markdown rendering (re-open current tabs to make it work)设置为Markdown渲染的代码块CSS样式(需要重新打开当前标签页)
-
+ &Background Color背景颜色 (&B)
-
+ Use system's background color configuration for editor为编辑器使用系统的背景色设置
-
+ Set as the background color for editor使用该背景色设置编辑器
@@ -4576,168 +4607,234 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VMarkdownTab
-
+ Default mode to open a file文件默认打开模式
-
+ Read Mode阅读模式
-
+ Edit Mode编辑模式
-
+ Location of MathJax JavaScript and its configuration (restart VNote to make it work in in-place preview)MathJax JavaScript脚本的位置和配置(重启VNote使其在原地预览中生效)
-
+ Enable PlantUML support in Markdown启用PlantUML渲染图表
-
+ Online Service在线服务
-
+ Local JAR本地JAR
-
+ Server address for online PlantUMLPlantUML在线服务器地址
-
+ Location to the PlantUML JAR executable for local PlantUMLPlantUML本地JAR可执行文件位置
-
+
+
+ Test
+ 测试
+
+
+
+ Test PlantUML JAR configuration
+ 测试PlantUML JAR配置
+
+
+
+
+ Warning
+ 警告
+
+
+
+ The JAR file specified does not exist.
+ 指定的JAR文件不存在。
+
+
+
+ Please input the right absolute file path to the JAR file.
+ 请输入正确的JAR文件的绝对文件路径。
+
+
+
+ Please specify the absolute file path to the JAR file.
+ 请输入JAR文件的绝对文件路径。
+
+
+
+ It should be something like "/path/to/plantuml.jar".
+ 应该是类似于“/path/to/plantuml.jar”。
+
+
+
+
+ Information
+ 信息
+
+
+
+
+ Test %1.
+ 测试 %1。
+
+
+
+
+ succeeded
+ 成功
+
+
+
+
+ failed
+ 失败
+
+
+ GraphvizGraphviz
-
+ Enable Graphviz for drawing graph启用Graphviz渲染图表
-
+ Empty to detect automatically自动检测
-
+ Location to the GraphViz dot executableGraphviz dot可执行文件位置
-
+
+ Test Graphviz executable configuration
+ 测试Graphviz可执行文件配置
+
+
+ MathJax configuration:MathJax配置:
-
+ PlantUML:PlantUML:
-
+ PlantUML server:PlantUML服务器:
-
+ PlantUML JAR:PlantUML JAR:
-
+ Graphviz executable:Graphviz可执行文件:
-
+ Enable auto sequence for all headings (in the form like 1.2.3.4.)自动为所有标题添加序列(类似于1.2.3.4.)
-
-
+
+ Disabled关闭
-
+ Enabled启用
-
+ Enabled for intrenal notes only仅对内部笔记启用
-
+ Base level to start heading sequence标题序列起始级别
-
+ 11
-
+ 22
-
+ 33
-
+ 44
-
+ 55
-
+ 66
-
+ Specify the screen column in fenced code block which will be highlighted指定编辑模式下代码块中的高亮列
-
+ Color column:高亮列:
-
+ Open mode:打开模式:
-
+ Heading sequence:标题序列:
@@ -5395,74 +5492,74 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VNoteFile
-
+ Fail to delete images of this note.删除笔记的图片失败。
-
+ Fail to delete attachments of this note.删除笔记的附件失败。
-
+ Fail to delete the note file.删除笔记文件失败。
-
+ Fail to remove the note from the folder configuration.从文件夹配置中移除笔记失败。
-
+ Fail to open target folder.打开目标文件夹失败。
-
-
+
+ cut剪切
-
-
+
+ copy复制
-
+ Fail to %1 the note file.%1笔记文件失败。
-
+ Fail to add the note to target folder's configuration.将该笔记添加到目标文件夹的配置失败。
-
+ Source image %1 does not exist.源图片 %1 不存在。
-
+ Skip image with the same source and target path %1.跳过源和目标路径 %1 相同的图片。
-
+ Fail to %1 image %2 to %3. Please manually %1 it and modify the note.%1图片 %2 到 %3 失败。请手动%1并修改笔记。
-
+ Fail to %1 attachments folder %2 to %3. Please manually maintain it.%1附件文件夹 %2 到 %3 失败。请手动维护。
-
+ Fail to update configuration of note %1.更新笔记 %1 的配置失败。
@@ -5470,53 +5567,53 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VNoteManagementTab
-
+ Notes笔记
-
+ External Files外部文件
-
-
+
+ Custom image folder自定义图片文件夹
-
+ Set the global name of the image folder to hold images of notes (restart VNote to make it work)全局设置图片文件夹的名字以保存笔记的图片(重启VNote生效)
-
+ Custom attachment folder自定义附件文件夹
-
+ Set the global name of the attachment folder to hold attachments of notes (restart VNote to make it work)全局设置附件文件夹的名字以保存笔记的附件(重启VNote生效)
-
+ Name of the attachment folder附件文件夹的名字
-
+ Single click to open a note in current tab单击在当前标签页打开笔记
-
+ Single click a note in the notes list to open it in current tab, double click to open it in a new tab在笔记列表中单击一个笔记在当前标签页打开,双击在新标签页中打开
-
+ Set the path of the global image folder to hold images of external files (restart VNote to make it work).
You could use both absolute or relative path here. If absolute path is used, VNote will not manage
those images, so you need to clean up unused images manually.
@@ -5525,8 +5622,8 @@ those images, so you need to clean up unused images manually.
这些图片,需要由用户手动清理不再使用的图片。
-
-
+
+ Name of the image folder图片文件夹的名字
@@ -5776,67 +5873,67 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VReadEditTab
-
+ Read Mode (For Markdown Only)阅读模式(仅Markdown笔记有效)
-
+ Edit Mode编辑模式
-
+ Custom Web zoom factor自定义页面缩放倍数
-
+ Set the zoom factor of the Web page when reading设置阅读模式下页面的缩放倍数
-
+ Flash current heading闪烁当前标题
-
+ Flash current heading on change当前标题发生改变时闪烁
-
+ Swap file交换文件
-
+ Automatically save changes to a swap file for backup自动将更改保存到交换文件中以备份
-
+ Auto save自动保存
-
+ Automatically save the note when editing编辑时自动保存笔记
-
+ Set the zoom delta of the editor font设置编辑器字体的缩放大小
-
+ Editor zoom delta:编辑器缩放大小:
-
+ It's recommended to enable "Swap file" or "Auto save", not both推荐启用“交换文件”或“自动保存”,但不推荐两者都启用
@@ -5933,51 +6030,66 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
+ Search the tags of notes in all the notebooks
+ 在全部笔记本中搜索笔记的标签
+
+
+ Search the name of folders/notes in current notebook在当前笔记本中搜索文件夹或笔记的名字
-
+ Search the content of notes in current notebook在当前笔记本中搜索笔记的内容
-
+
+ Search the tags of notes in current notebook
+ 在当前笔记本中搜索笔记的标签
+
+
+ Search the name of folders/notes in current folder在当前文件夹中搜索文件夹或笔记的名字
-
+ Search the content of notes in current folder在当前文件夹中搜索笔记的内容
-
+
+ Search the tags of notes in current folder
+ 在当前文件夹中搜索笔记的标签
+
+
+ List and search the name of opened notes in buffer列出和搜索缓冲区中已打开笔记的名字
-
+ Search the content of opened notes in buffer搜索缓冲区中已打开笔记的内容
-
+ Search the outline of opened notes in buffer搜索缓冲区中已打开笔记的大纲
-
+ Search the path of folders/notes in all the notebooks在全部笔记本中搜索文件夹或笔记的路径
-
+ Search the path of folders/notes in current notebook在当前笔记本中搜索文件夹或笔记的路径
-
+ Invalid ID %1无效的ID %1
@@ -6140,84 +6252,89 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
内容
-
+
+ Tag
+ 标签
+
+
+ Note笔记
-
+ Folder文件夹
-
+ Notebook笔记本
-
+ Note/Folder/Notebook笔记/文件夹/笔记本
-
+ Internal内置
-
+ Search started.搜索开始。
-
+ Search current note %1.搜索当前笔记 %1 。
-
+ Search current folder %1.搜索当前文件夹 %1 。
-
+ Search current notebook %1.搜索当前笔记本 %1 。
-
+ Search is on going.搜索正在进行。
-
+ Search succeeded.搜索成功。
-
-
+
+ Search failed.搜索失败。
-
-
+
+ Warning警告
-
+ User cancelled the search. Aborted!用户取消搜索。终止!
-
+ Errors found during search.搜索过程中发生错误。
-
+ %1 Items%1 项
@@ -6233,108 +6350,108 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VSettingsDialog
-
+ General常规
-
+ Read/Edit阅读与编辑
-
+ Note Management笔记管理
-
+ Settings设置
-
+ Reset VNote重置VNote
-
+ Reset all the configurations of VNote重置VNote的所有配置
-
+ Reset Layout重置布局
-
+ Reset layout of VNote重置VNote的布局
-
+ Appearance外观
-
+ MarkdownMarkdown
-
-
-
-
+
+
+
+ Warning警告
-
+ Are you sure to reset VNote?确认重置VNote?
-
+ All configurations (except notebooks information) will be reset to default values. It is UNRECOVERABLE!所有的配置(除了笔记本信息)都会被重置为默认值。该操作是不可恢复的!
-
-
+
+ Information注意
-
-
+
+ Please restart VNote to make it work.请重新启动VNote以便重置生效。
-
-
+
+ Any change to VNote before restart will be lost!在重新启动前,所有对VNote的更改都会丢失!
-
+ Are you sure to reset the layout of VNote?确认重置VNote的布局?
-
+ The view and layout mode will be reset. It is UNRECOVERABLE!视图和布局会被重置。该操作是不可恢复的!
-
+ Fail to load configuration.读取配置失败。
-
+ Fail to save configuration. Please try it again.保存配置失败。请稍后再试。
@@ -6564,72 +6681,235 @@ If absolute path is used, VNote will not manage those images.(empty to use globa
VTabIndicator
-
+ The type of the file文件类型
-
+ ReadOnly只读
-
+ This file is read-only文件为只读
-
+ Standalone独立文件
-
+ This file is not managed by any notebook or folder文件未被任何笔记本或文件夹管理
-
+ System系统文件
-
+ This file is a system file文件为系统文件
-
-
+
+ [W][词]
-
+ Word Count Information字数信息
-
+ <span><span style="font-weight:bold;">Line</span>: %1 - %2(%3%) <span style="font-weight:bold;">Col</span>: %4</span><span><span style="font-weight:bold;">行</span>: %1 - %2(%3%) <span style="font-weight:bold;">列</span>: %4</span>
-
+ [%1]%2[%1]%2
-
+ C字
-
+ W词
+
+ VTagExplorer
+
+
+
+ Tags
+ 标签
+
+
+
+
+ Notes
+ 笔记
+
+
+
+ Tags (%1)
+ 标签 (%1)
+
+
+
+ Notes (%1)
+ 笔记 (%1)
+
+
+
+ Searching for tag "%1"
+ 正在搜索标签“%1”
+
+
+
+ Invalid busy state when searching for tag
+ 搜索标签时遇到非法的忙状态
+
+
+
+ Search for tag succeeded
+ 搜索标签成功
+
+
+
+ Search for tag failed
+ 搜索标签失败
+
+
+
+ Search for tag calcelled
+ 搜索标签被取消
+
+
+
+ &Open
+ 打开 (&O)
+
+
+
+ Open selected notes
+ 打开选定笔记
+
+
+
+ &Locate To Folder
+ 定位所在文件夹 (&L)
+
+
+
+ Locate the folder of current note
+ 定位到当前笔记所在的文件夹
+
+
+
+ Add To Cart
+ 添加到小推车
+
+
+
+ Add selected notes to Cart for further processing
+ 将所选笔记添加到小推车以进一步处理
+
+
+
+ Pin To History
+ 钉到历史中
+
+
+
+ Pin selected notes to History
+ 将选定笔记钉到历史中
+
+
+
+ %1 %2 added to Cart
+ %1个%2添加到小推车
+
+
+
+
+ notes
+ 笔记
+
+
+
+
+ note
+ 笔记
+
+
+
+ %1 %2 pinned to History
+ %1个%2被钉到历史中
+
+
+
+ Warning
+ 警告
+
+
+
+ Empty tag detected! Do you want to remove it?
+ 检测到空的标签!是否移除该标签?
+
+
+
+ The tag <span style="%1">%2</span> seems not to be assigned to any note currently.
+ 标签 <span style="%1">%2</span> 当前似乎没有被分配给任何笔记。
+
+
+
+ VTagLabel
+
+
+ Remove
+ 移除
+
+
+
+ VTagPanel
+
+
+ View and edit tags of current note
+ 查看并编辑当前笔记的标签
+
+
+
+ Press Enter to add a tag
+ 输入回车以添加一个标签
+
+
+
+ Add a tag
+ 添加标签
+
+
+
+ Tag "%1" added
+ 标签“%1” 已添加
+
+
+
+ Tag "%1" removed
+ 标签“%1” 已移除
+
+VTipsDialog
@@ -6926,35 +7206,35 @@ Latest Version: v%2
VWordCountPanel
-
-
+
+ Words词
-
-
+
+ Characters (no spaces)字 (不含空格)
-
-
+
+ Characters (with spaces)字 (含空格)
-
+ Read阅读
-
+ Edit编辑
-
+ Word Count字数