mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-app-pbr: update to 1.2.2-r14
fix: drop the lower case requirement wording for the interface options Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
|
||||
PKG_LICENSE:=AGPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
||||
PKG_VERSION:=1.2.2
|
||||
PKG_RELEASE:=12
|
||||
PKG_RELEASE:=14
|
||||
|
||||
LUCI_TITLE:=Policy Based Routing Service Web UI
|
||||
LUCI_URL:=https://github.com/mossdef-org/luci-app-pbr/
|
||||
|
||||
@@ -141,7 +141,7 @@ return view.extend({
|
||||
"supported_interface",
|
||||
_("Supported Interfaces"),
|
||||
_(
|
||||
"Allows to specify the list of interface names (in lower case) to be explicitly supported by the service. " +
|
||||
"Allows to specify the list of interface names to be explicitly supported by the service. " +
|
||||
"Can be useful if your OpenVPN tunnels have dev option other than tun* or tap* or specific use cases " +
|
||||
"of WireGuard servers. See the %sREADME%s for details."
|
||||
).format(
|
||||
@@ -157,7 +157,7 @@ return view.extend({
|
||||
"ignored_interface",
|
||||
_("Ignored Interfaces"),
|
||||
_(
|
||||
"Allows to specify the list of interface names (lower case) to be ignored by the service. " +
|
||||
"Allows to specify the list of interface names to be ignored by the service. " +
|
||||
"Can be useful for an OpenVPN server running on OpenWrt device. WireGuard servers, which " +
|
||||
"have a listen_port defined, are handled automatically, do not add those here." +
|
||||
"See the %sREADME%s for details."
|
||||
|
||||
@@ -45,18 +45,18 @@ msgstr ""
|
||||
|
||||
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:144
|
||||
msgid ""
|
||||
"Allows to specify the list of interface names (in lower case) to be "
|
||||
"explicitly supported by the service. Can be useful if your OpenVPN tunnels "
|
||||
"have dev option other than tun* or tap* or specific use cases of WireGuard "
|
||||
"servers. See the %sREADME%s for details."
|
||||
"Allows to specify the list of interface names to be explicitly supported by "
|
||||
"the service. Can be useful if your OpenVPN tunnels have dev option other "
|
||||
"than tun* or tap* or specific use cases of WireGuard servers. See the "
|
||||
"%sREADME%s for details."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:160
|
||||
msgid ""
|
||||
"Allows to specify the list of interface names (lower case) to be ignored by "
|
||||
"the service. Can be useful for an OpenVPN server running on OpenWrt device. "
|
||||
"WireGuard servers, which have a listen_port defined, are handled "
|
||||
"automatically, do not add those here.See the %sREADME%s for details."
|
||||
"Allows to specify the list of interface names to be ignored by the service. "
|
||||
"Can be useful for an OpenVPN server running on OpenWrt device. WireGuard "
|
||||
"servers, which have a listen_port defined, are handled automatically, do not "
|
||||
"add those here.See the %sREADME%s for details."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:44
|
||||
@@ -642,8 +642,8 @@ msgstr ""
|
||||
|
||||
#: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:422
|
||||
msgid ""
|
||||
"The %s interface not found, you need to set the "
|
||||
"'pbr.config.uplink_interface' option"
|
||||
"The %s interface not found, you need to set the 'pbr.config."
|
||||
"uplink_interface' option"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:97
|
||||
|
||||
Reference in New Issue
Block a user