fix minors

This commit is contained in:
TeF 2023-08-21 16:25:34 +08:00 committed by sbwml
parent 37cfc43470
commit 6146837790
2 changed files with 4 additions and 4 deletions

View File

@ -308,7 +308,7 @@ o = s:option(Value, "obfs_param", translate("Obfs param (optional)"))
o:depends("type", "ssr") o:depends("type", "ssr")
-- [[ Hysteria ]]-- -- [[ Hysteria ]]--
o = s:option(Flag, "port_hopping", translate("Port Hopping")) o = s:option(Flag, "port_hopping", translate("Enable Port Hopping"))
o:depends("type", "hysteria") o:depends("type", "hysteria")
o.rmempty = true o.rmempty = true
o.default = "0" o.default = "0"

View File

@ -106,11 +106,11 @@ msgstr "混淆参数(可选)"
msgid "Authentication type" msgid "Authentication type"
msgstr "验证类型" msgstr "验证类型"
msgid "Port Hopping" msgid "Enable Port Hopping"
msgstr "端口跃迁" msgstr "启用端口跃迁"
msgid "Port Range" msgid "Port Range"
msgstr "端口范围" msgstr "端口范围"
msgid "Authentication payload" msgid "Authentication payload"
msgstr "验证载荷" msgstr "验证载荷"