浏览代码

refine Chinese translations

Le Tan 8 年之前
父节点
当前提交
00db4c583f
共有 3 个文件被更改,包括 241 次插入229 次删除
  1. 二进制
      src/translations/vnote_zh_CN.qm
  2. 236 226
      src/translations/vnote_zh_CN.ts
  3. 5 3
      src/vnotebookselector.cpp

二进制
src/translations/vnote_zh_CN.qm


文件差异内容过多而无法显示
+ 236 - 226
src/translations/vnote_zh_CN.ts


+ 5 - 3
src/vnotebookselector.cpp

@@ -163,9 +163,11 @@ void VNotebookSelector::update()
 bool VNotebookSelector::newNotebook()
 {
     QString info(tr("Please type the name of the notebook and "
-                    "choose an existing directory as Root Folder of the notebook.\n"
-                    "The root folder should be used EXCLUSIVELY by VNote and "
-                    "it is recommended to be EMPTY."));
+                    "choose an existing directory as Root Folder of the notebook."));
+    info += "\n";
+    info += tr("The root folder should be used EXCLUSIVELY by VNote and "
+               "it is recommended to be EMPTY.");
+
     QString defaultName("new_notebook");
     QString defaultPath;
 

部分文件因为文件数量过多而无法显示