Skip to content

Commit

Permalink
Merge pull request #1426 from zxlhhyccc/patch-41
Browse files Browse the repository at this point in the history
luci-app-ssr-plus: fix translate
  • Loading branch information
coolsnowwolf authored Mar 15, 2024
2 parents 6cc3f5d + ee93e88 commit 1e7a245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ o:value("udp", translate("UDP"))
o.default = "udp"
o.rmempty = true

o = s:option(Value, "hopinterval", translate("Hop Interval(Unit:Second)"))
o = s:option(Value, "hopinterval", translate("Port Hopping Interval(Unit:Second)"))
o:depends({type = "hysteria", flag_transport = true, flag_port_hopping = true})
o.datatype = "uinteger"
o.rmempty = true
Expand Down Expand Up @@ -375,7 +375,7 @@ o:depends("type", "hysteria")
o.rmempty = true
o.default = "0"

o = s:option(Flag, "disablepathmtudiscovery", translate("Disable QUIC path MTU discovery."))
o = s:option(Flag, "disablepathmtudiscovery", translate("Disable QUIC path MTU discovery"))
o:depends({type = "hysteria",flag_quicparam = "1"})
o.rmempty = true
o.default = false
Expand Down
3 changes: 3 additions & 0 deletions luci-app-ssr-plus/po/zh-cn/ssr-plus.po
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ msgstr "QUIC 流接收窗口"
msgid "Lazy Start"
msgstr "延迟启动"

msgid "Disable QUIC path MTU discovery"
msgstr "禁用 QUIC 启用 MTU 探测"

msgid "Enable Tunnel(DNS)"
msgstr "启用隧道(DNS)转发"

Expand Down

0 comments on commit 1e7a245

Please sign in to comment.