From fa71bb482534f0243d43fa3407480d82d1bd0a39 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 11 Apr 2024 16:31:29 +0000 Subject: luci-app-pbr: sync with principal package Signed-off-by: Stan Grishin --- .../luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'applications/luci-app-pbr/htdocs/luci-static/resources') diff --git a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js index 99a6e73844..0367512836 100644 --- a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js +++ b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js @@ -291,6 +291,12 @@ var status = baseclass.extend({ errorNoWanGateway: _( "The %s service failed to discover WAN gateway" ).format(pkg.Name), + errorNoWanInterface: _( + "The %s inteface not found, you need to set the 'pbr.config.procd_wan_interface' option" + ), + errorNoWanInterfaceHint: _( + "Refer to https://docs.openwrt.melmac.net/pbr/#procd_wan_interface" + ), errorIpsetNameTooLong: _( "The ipset name '%s' is longer than allowed 31 characters" ), @@ -354,6 +360,7 @@ var status = baseclass.extend({ errorFileSchemaRequiresCurl: _( "The file:// schema requires curl, but it's not detected on this system!" ), + errorTryFailed: _("Command failed: %s"), }; var errorsTitle = E( "label", -- cgit v1.2.3