Jelajahi Sumber

refine Chinese translations

Le Tan 8 tahun lalu
induk
melakukan
00db4c583f
3 mengubah file dengan 241 tambahan dan 229 penghapusan
  1. TEMPAT SAMPAH
      src/translations/vnote_zh_CN.qm
  2. 236 226
      src/translations/vnote_zh_CN.ts
  3. 5 3
      src/vnotebookselector.cpp

TEMPAT SAMPAH
src/translations/vnote_zh_CN.qm


File diff ditekan karena terlalu besar
+ 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;
 

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini