diff options
author | 瑞 <rui.crater@gmail.com> | 2023-12-05 11:23:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 04:23:32 +0100 |
commit | fd2d2ac734429a81c9289e33635f28367a97fafe (patch) | |
tree | 84dba65833cab9bfb39f69211466fa7221e7231d /applications/luci-app-tinyproxy/po/zh_Hans | |
parent | 5b26887c52097dc9364c9b4f4dfb2d6ba2f08818 (diff) |
luci-app-tinyproxy: support socks5 upstream (#6303)
Signed-off-by: Zhang Rui <rui.crater@gmail.com>
Diffstat (limited to 'applications/luci-app-tinyproxy/po/zh_Hans')
-rw-r--r-- | applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po b/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po index 298db0dee7..c664622920 100644 --- a/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po @@ -269,8 +269,8 @@ msgstr "指定Tinyproxy进程所属组" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:234 msgid "" "Specifies the upstream proxy to use for accessing the target host. Format is " -"<code>address:port</code>" -msgstr "指定上级代理. 格式 <code>IP地址:端口</code>" +"<code>address:port</code> or <code>socks5 address:port</code>" +msgstr "指定上级代理. 格式 <code>IP地址:端口</code> 或 <code>socks5 IP地址:端口</code>" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:92 msgid "Specifies the user name the Tinyproxy process is running as" |