Browse Source

refine Chinese translations

Le Tan 8 years ago
parent
commit
00db4c583f
3 changed files with 241 additions and 229 deletions
  1. BIN
      src/translations/vnote_zh_CN.qm
  2. 236 226
      src/translations/vnote_zh_CN.ts
  3. 5 3
      src/vnotebookselector.cpp

BIN
src/translations/vnote_zh_CN.qm


File diff suppressed because it is too large
+ 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;
 

Some files were not shown because too many files changed in this diff