add Chinese translation

This commit is contained in:
HGC 2024-01-13 14:34:55 +08:00
parent 8ba88aa2b2
commit 03afd7c080
3 changed files with 2745 additions and 2471 deletions

View File

@ -105,7 +105,8 @@ AboutDialog::AboutDialog(QWidget *parent)
tr("Catalan by") + " Antoni Subirats",
tr("Ukrainian by") + " Dystryk",
tr("Arabic by") + " Chabane Noureddine",
tr("Kazakh by") + " Erbol Keshubaev"
tr("Kazakh by") + " Erbol Keshubaev",
tr("Chinese by") + " HGC"
}};
std::shuffle(currAuths.begin(), currAuths.end(), rng);

View File

@ -48,7 +48,7 @@ private:
std::array<QString, 7> qucs_sDevs;
std::array<QString, 9> currAuths; // current Qucs authors
std::array<QString, 12> prevDevs; // previous Qucs developers
std::array<QString, 18> trAuths; // Qucs translators
std::array<QString, 19> trAuths; // Qucs translators
QVBoxLayout *all;
QTextBrowser *authorsBrowser; // to show authors

File diff suppressed because it is too large Load Diff