diff options
author | Florian Eckert <fe@dev.tdt.de> | 2022-09-19 07:58:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 07:58:59 +0200 |
commit | 1c52dda3e7a4681007b53af2b2c13565c9d4c641 (patch) | |
tree | 062a84289d5d4b32236fbf7bc52315dd4768230d /applications/luci-app-frpc/po | |
parent | 3219b1aa2780dcef687afa60fa93acd29e8224b8 (diff) | |
parent | 175487f054b904383673d85ca95bdccb386919c1 (diff) |
Merge pull request #5935 from jjm2473/frpc-master
luci-app-frpc: some improvement
Diffstat (limited to 'applications/luci-app-frpc/po')
-rw-r--r-- | applications/luci-app-frpc/po/templates/frpc.pot | 15 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/zh_Hans/frpc.po | 21 |
2 files changed, 33 insertions, 3 deletions
diff --git a/applications/luci-app-frpc/po/templates/frpc.pot b/applications/luci-app-frpc/po/templates/frpc.pot index 17ab6e8f6f..86373f8258 100644 --- a/applications/luci-app-frpc/po/templates/frpc.pot +++ b/applications/luci-app-frpc/po/templates/frpc.pot @@ -410,3 +410,18 @@ msgstr "" #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" + +msgid "Plugin Settings" +msgstr "" + +msgid "Plugin" +msgstr "" + +msgid "SOCKS5 user" +msgstr "" + +msgid "SOCKS5 password" +msgstr "" + +msgid "Unix domain socket path" +msgstr "" diff --git a/applications/luci-app-frpc/po/zh_Hans/frpc.po b/applications/luci-app-frpc/po/zh_Hans/frpc.po index 68d911256f..e876bcccd4 100644 --- a/applications/luci-app-frpc/po/zh_Hans/frpc.po +++ b/applications/luci-app-frpc/po/zh_Hans/frpc.po @@ -197,15 +197,15 @@ msgstr "本地 IP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:49 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:214 msgid "Local port" -msgstr "监听端口" +msgstr "本地端口" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "LocalIp specifies the IP address or host name to proxy to." -msgstr "LocalIp 指定要被代理的 IP 地址或主机名。" +msgstr "本地 IP 指定要被代理的 IP 地址或主机名。" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:49 msgid "LocalPort specifies the port to proxy to." -msgstr "LocalPort 指定要被代理的端口。" +msgstr "本地端口指定要被代理的端口。" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:62 msgid "Locations" @@ -454,5 +454,20 @@ msgstr "" msgid "frp Client" msgstr "frp 客户端" +msgid "Plugin Settings" +msgstr "插件设置" + +msgid "Plugin" +msgstr "插件" + +msgid "SOCKS5 user" +msgstr "SOCKS5 用户" + +msgid "SOCKS5 password" +msgstr "SOCKS5 密码" + +msgid "Unix domain socket path" +msgstr "Unix 域套接字路径" + #~ msgid "Name can not be \"common\"" #~ msgstr "名称不能\"common\"" |