luci-app-passwall: sync upstream

last commit: 57eed0d55e
This commit is contained in:
gitea-action 2024-09-27 01:00:39 +08:00
parent b5f48a13dd
commit dcedab92ee
2 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ if has_xray then
o.default = "10-20" o.default = "10-20"
o:depends("fragment", true) o:depends("fragment", true)
o = s_xray:option(Flag, "noise", translate("Noise"), translate("UDP noise. Under some circumstances it can bypass some udp based protocol restrictions.")) o = s_xray:option(Flag, "noise", translate("Noise"), translate("UDP noise, Under some circumstances it can bypass some UDP based protocol restrictions."))
o.default = 0 o.default = 0
o = s_xray:option(Flag, "sniffing_override_dest", translate("Override the connection destination address"), translate("Override the connection destination address with the sniffed domain.")) o = s_xray:option(Flag, "sniffing_override_dest", translate("Override the connection destination address"), translate("Override the connection destination address with the sniffed domain."))

View File

@ -1660,8 +1660,8 @@ msgstr "分片间隔ms"
msgid "Noise" msgid "Noise"
msgstr "噪声" msgstr "噪声"
msgid "UDP noise. Under some circumstances it can bypass some udp based protocol restrictions." msgid "UDP noise, Under some circumstances it can bypass some UDP based protocol restrictions."
msgstr "UDP噪声。在某些情况下它可以绕过一些针对UDP协议的限制。" msgstr "UDP 噪声,在某些情况下可以绕过一些针对 UDP 协议的限制。"
msgid "To send noise packets, select \"Noise\" in Xray Settings." msgid "To send noise packets, select \"Noise\" in Xray Settings."
msgstr "在 Xray 设置中勾选 “噪声” 以发送噪声包。" msgstr "在 Xray 设置中勾选 “噪声” 以发送噪声包。"