mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
translations: updated translations sources
This commit is contained in:
parent
3b9c4efb2a
commit
d6d0c2880e
@ -47,7 +47,7 @@ QJsonObject JsonEditor::OpenEditor()
|
||||
|
||||
while (resultCode == QDialog::Accepted && !VerifyJsonString(string).isEmpty())
|
||||
{
|
||||
QvMessageBoxWarn(this, tr("Json Contains Syntax Errors"), tr("You must correct these errors before continue."));
|
||||
QvMessageBoxWarn(this, tr("Json Contains Syntax Errors"), tr("You must correct these errors before continuing."));
|
||||
resultCode = this->exec();
|
||||
string = jsonEditor->toPlainText();
|
||||
}
|
||||
|
@ -355,7 +355,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>chacha20-ietf-poly1305</string>
|
||||
<string notr="true">chacha20-ietf-poly1305</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
@ -429,7 +429,7 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-6</y>
|
||||
<y>0</y>
|
||||
<width>1127</width>
|
||||
<height>604</height>
|
||||
</rect>
|
||||
@ -1823,6 +1823,9 @@ p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'WenQuanYi Micro Hei'; font-size:10pt; font-weight:400; font-style:normal;">
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -88,6 +88,9 @@
|
||||
<property name="backgroundVisible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="2" colspan="2">
|
||||
@ -107,6 +110,9 @@
|
||||
<property name="plainText">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
@ -202,7 +208,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>/wsPath</string>
|
||||
<string notr="true">/wsPath</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user