Browse Source

refine Chinese translations

Le Tan 8 years ago
parent
commit
561cc91069
3 changed files with 236 additions and 196 deletions
  1. BIN
      src/translations/vnote_zh_CN.qm
  2. 235 195
      src/translations/vnote_zh_CN.ts
  3. 1 1
      src/vorphanfile.cpp

BIN
src/translations/vnote_zh_CN.qm


File diff suppressed because it is too large
+ 235 - 195
src/translations/vnote_zh_CN.ts


+ 1 - 1
src/vorphanfile.cpp

@@ -11,7 +11,7 @@ extern VConfigManager vconfig;
 VOrphanFile::VOrphanFile(const QString &p_path, QObject *p_parent,
                          bool p_modifiable, bool p_systemFile)
     : VFile(VUtils::fileNameFromPath(p_path), p_parent, FileType::Orphan, p_modifiable),
-      m_path(p_path), m_notebookName("[EXTERNAL]"), m_systemFile(p_systemFile)
+      m_path(p_path), m_notebookName(tr("[EXTERNAL]")), m_systemFile(p_systemFile)
 {
     qDebug() << "VOrphanFile" << p_path << m_name << p_modifiable;
 }

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