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:
Stan Grishin
2026-04-21 19:15:33 +00:00
parent accb55956c
commit e0d557fdb9
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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."
+10 -10
View File
@@ -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