mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
update Chinese translations
This commit is contained in:
parent
b0bdccaa51
commit
7cd2a4fc2a
Binary file not shown.
@ -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"/>
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user