update Chinese translations

This commit is contained in:
Le Tan 2019-03-04 20:54:16 +08:00
parent b0bdccaa51
commit 7cd2a4fc2a
3 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -4671,8 +4671,12 @@ Modified Time: %3</source>
</message> </message>
<message> <message>
<location filename="../vmainwindow.cpp" line="3434"/> <location filename="../vmainwindow.cpp" line="3434"/>
<source>A request to https://tamlok.github.io/user_track/vnote.html will be sent if allowed.</source>
<translation> https://tamlok.github.io/user_track/vnote.html 的请求。</translation>
</message>
<message>
<source>A request to https://tajs.qq.com/stats will be sent if allowed.</source> <source>A request to https://tajs.qq.com/stats will be sent if allowed.</source>
<translation> https://tajs.qq.com/stats 的请求。</translation> <translation type="vanished"> https://tajs.qq.com/stats 的请求。</translation>
</message> </message>
<message> <message>
<location filename="../vmainwindow.cpp" line="1908"/> <location filename="../vmainwindow.cpp" line="1908"/>

View File

@ -3431,7 +3431,7 @@ void VMainWindow::kickOffStartUpTimer(const QStringList &p_files)
tr("Collect User Statistics"), tr("Collect User Statistics"),
tr("VNote would like to send a request to count active users." tr("VNote would like to send a request to count active users."
"Do you allow this request?"), "Do you allow this request?"),
tr("A request to https://tajs.qq.com/stats will be sent if allowed."), tr("A request to https://tamlok.github.io/user_track/vnote.html will be sent if allowed."),
QMessageBox::Ok | QMessageBox::No, QMessageBox::Ok | QMessageBox::No,
QMessageBox::Ok, QMessageBox::Ok,
this); this);