From 79b9c7c4a39b00ce0c34a729500e1f069ec74ef3 Mon Sep 17 00:00:00 2001 From: xiaorouji <60100640+xiaorouji@users.noreply.github.com> Date: Sat, 12 Aug 2023 01:58:04 +0800 Subject: [PATCH] luci: add tips --- .../luasrc/model/cbi/passwall2/client/acl_config.lua | 5 ++++- luci-app-passwall2/po/zh-cn/passwall2.po | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/acl_config.lua b/luci-app-passwall2/luasrc/model/cbi/passwall2/client/acl_config.lua index 28acc9865..dae0ac0ac 100644 --- a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/acl_config.lua +++ b/luci-app-passwall2/luasrc/model/cbi/passwall2/client/acl_config.lua @@ -158,7 +158,10 @@ o:value("default", translate("Default")) o:value("1:65535", translate("All")) ---- UDP No Redir Ports -o = s:option(Value, "udp_no_redir_ports", translate("UDP No Redir Ports")) +o = s:option(Value, "udp_no_redir_ports", translate("UDP No Redir Ports"), + "" .. + translate("If you don't want to let the device in the list to go proxy, please choose all.") .. + "") o.default = "default" o:value("disable", translate("No patterns are used")) o:value("default", translate("Default")) diff --git a/luci-app-passwall2/po/zh-cn/passwall2.po b/luci-app-passwall2/po/zh-cn/passwall2.po index f161e9715..bdac4b908 100644 --- a/luci-app-passwall2/po/zh-cn/passwall2.po +++ b/luci-app-passwall2/po/zh-cn/passwall2.po @@ -517,6 +517,9 @@ msgstr "UDP不转发端口" msgid "Fill in the ports you don't want to be forwarded by the agent, with the highest priority." msgstr "填写你不希望被代理转发的端口,优先级最高。" +msgid "If you don't want to let the device in the list to go proxy, please choose all." +msgstr "如果您不想让列表中的设备走代理,请选择全部。" + msgid "TCP Proxy Drop Ports" msgstr "TCP转发屏蔽端口"