Explorar o código

refine Chinese translations

Le Tan %!s(int64=8) %!d(string=hai) anos
pai
achega
00db4c583f
Modificáronse 3 ficheiros con 241 adicións e 229 borrados
  1. BIN=BIN
      src/translations/vnote_zh_CN.qm
  2. 236 226
      src/translations/vnote_zh_CN.ts
  3. 5 3
      src/vnotebookselector.cpp

BIN=BIN
src/translations/vnote_zh_CN.qm


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 236 - 226
src/translations/vnote_zh_CN.ts


+ 5 - 3
src/vnotebookselector.cpp

@@ -163,9 +163,11 @@ void VNotebookSelector::update()
 bool VNotebookSelector::newNotebook()
 bool VNotebookSelector::newNotebook()
 {
 {
     QString info(tr("Please type the name of the notebook and "
     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 defaultName("new_notebook");
     QString defaultPath;
     QString defaultPath;
 
 

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio