mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
clean up outdated dialog (#412)
This commit is contained in:
parent
4d9421bcbc
commit
3787f34df6
@ -126,9 +126,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>It is recommended to leave it blank, but it sometimes does not work, at this time you can set this option.
|
||||
For NekoRay, this rewrites the underlying(localhost) DNS in Tun Mode.
|
||||
For NekoBox, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test.</source>
|
||||
<translation type="unfinished">پیشنهاد میشود که این گزینه را انتخاب نشده باقی بگذارید ، اما گاهی اوقات کار نمیکند در این مواقع شما میتوانید این گزینه را انتخاب کنید ، برای Nekoray این گزینه دی ان اس زیربنایی را در حالت تونل بازنویسی میکند ، و برای NekoBox این گزینه دی ان اس زیربنایی را هم در حالت تونل و هم در حالت معمولی و تست آدرس بازنویسی میکند</translation>
|
||||
For nekobox_core, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test.</source>
|
||||
<translation type="unfinished">پیشنهاد میشود که این گزینه را انتخاب نشده باقی بگذارید ، اما گاهی اوقات کار نمیکند در این مواقع شما میتوانید این گزینه را انتخاب کنید ، و برای nekobox_core این گزینه دی ان اس زیربنایی را هم در حالت تونل و هم در حالت معمولی و تست آدرس بازنویسی میکند</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default On</source>
|
||||
|
||||
@ -137,11 +137,9 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>It is recommended to leave it blank, but it sometimes does not work, at this time you can set this option.
|
||||
For NekoRay, this rewrites the underlying(localhost) DNS in Tun Mode.
|
||||
For NekoBox, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test.</source>
|
||||
For nekobox_core, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test.</source>
|
||||
<translation>Рекомендуется оставить параметр пустым, но иногда это не срабатывает как надо, и в таком случае можно использовать эту опцию.
|
||||
Для NekoRay это переопределяет нижестоящий (localhost) DNS в Tun режиме.
|
||||
Для NekoBox это переопределяет нижестоящий (localhost) DNS в Tun режиме, нормальном режиме, а также при URL тесте.</translation>
|
||||
Для nekobox_core это переопределяет нижестоящий (localhost) DNS в Tun режиме, нормальном режиме, а также при URL тесте.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Automatic update</source>
|
||||
|
||||
@ -125,11 +125,9 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>It is recommended to leave it blank, but it sometimes does not work, at this time you can set this option.
|
||||
For NekoRay, this rewrites the underlying(localhost) DNS in Tun Mode.
|
||||
For NekoBox, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test.</source>
|
||||
For nekobox_core, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test.</source>
|
||||
<translation>建议留空,但有时会出现问题,这时可以设置这个选项。
|
||||
对于 NekoRay 来说,在 Tun 模式下会重写 underlying(localhost) DNS。
|
||||
对于 NekoBox 来说,在 Tun 模式、正常模式和 URL 测试延迟中会重写 underlying(localhost) DNS。</translation>
|
||||
对于 nekobox_core 来说,在 Tun 模式、正常模式和 URL 测试延迟中会重写 underlying(localhost) DNS。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default On</source>
|
||||
|
||||
@ -280,8 +280,7 @@ void DialogBasicSettings::on_core_settings_clicked() {
|
||||
auto core_box_underlying_dns_l = new QLabel(tr("Override underlying DNS"));
|
||||
core_box_underlying_dns_l->setToolTip(tr(
|
||||
"It is recommended to leave it blank, but it sometimes does not work, at this time you can set this option.\n"
|
||||
"For NekoRay, this rewrites the underlying(localhost) DNS in Tun Mode.\n"
|
||||
"For NekoBox, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test."));
|
||||
"For nekobox_core, this rewrites the underlying(localhost) DNS in Tun Mode, normal mode, and also URL Test."));
|
||||
core_box_underlying_dns = new MyLineEdit;
|
||||
core_box_underlying_dns->setText(NekoGui::dataStore->core_box_underlying_dns);
|
||||
core_box_underlying_dns->setMinimumWidth(300);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user