From: Dirk Brenken Date: Sat, 27 Apr 2024 05:26:12 +0000 (+0200) Subject: luci-app-banip: fix "Apply & Restart" button call chain X-Git-Url: http://git.openwrt.org/source?a=commitdiff_plain;h=d4b8290f072767182e2d172da847291d49b9ce45;p=project%2Fluci.git luci-app-banip: fix "Apply & Restart" button call chain Signed-off-by: Dirk Brenken --- diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 850b9a446f..8027bb9a53 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -14,11 +14,14 @@ function handleAction(ev) { if (ev === 'restart') { let map = document.querySelector('.cbi-map'); - dom.callClassMethod(map, 'save').then(function() { - classes.ui.changes.apply(false); + return dom.callClassMethod(map, 'save') + .then(L.bind(ui.changes.apply, ui.changes)) + .then(function() { + return fs.exec_direct('/etc/init.d/banip', [ev]); }); + } else { + return fs.exec_direct('/etc/init.d/banip', [ev]); } - return fs.exec_direct('/etc/init.d/banip', [ev]) } return view.extend({ diff --git a/applications/luci-app-banip/po/templates/banip.pot b/applications/luci-app-banip/po/templates/banip.pot index 016cb69369..283df6a7f6 100644 --- a/applications/luci-app-banip/po/templates/banip.pot +++ b/applications/luci-app-banip/po/templates/banip.pot @@ -5,155 +5,155 @@ msgstr "Content-Type: text/plain; charset=UTF-8" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 msgid "-100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:403 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "-150" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:404 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 msgid "-200" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:401 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:404 msgid "0" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "0 (disable)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:445 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:322 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:438 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "1" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:322 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:446 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:325 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:436 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:429 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 msgid "10 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:438 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 msgid "100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:451 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:569 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:572 msgid "1000" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:348 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:351 msgid "1024 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:323 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 msgid "20" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:349 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "2048" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:429 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:432 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:452 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:570 msgid "250" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:320 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:323 msgid "3" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 msgid "4096" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324 msgid "5 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:437 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:565 -msgid "50" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:430 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:450 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 +msgid "50" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:443 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 msgid "500" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:347 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:350 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:668 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:671 msgid "AFRINIC - serving Africa and the Indian Ocean region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:672 msgid "APNIC - serving the Asia Pacific region" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:673 msgid "ARIN - serving Canada and the United States" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:679 msgid "ASNs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:178 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:181 msgid "Active Devices" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:174 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:177 msgid "Active Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:182 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:185 msgid "Active Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:313 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:316 msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:244 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:247 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:408 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:411 msgid "Allow Protocol/Ports" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:415 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688 msgid "Allowlist Feed URLs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:746 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Allowlist Only" msgstr "" @@ -163,87 +163,87 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:408 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:411 msgid "" "Always allow a protocol (tcp/udp) with certain ports or port ranges in WAN-" "Input and WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:415 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:421 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:232 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:235 msgid "Apply & Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:718 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:731 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:734 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:727 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730 msgid "Auto Blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:263 msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:731 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:734 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:727 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:715 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:718 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:377 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:373 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:373 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:470 msgid "Block Type" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:421 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:637 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:640 msgid "Blocklist Feed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:739 msgid "Blocklist Set Expiry" msgstr "" @@ -253,13 +253,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:357 msgid "CPU Cores" msgstr "" @@ -268,14 +268,14 @@ msgstr "" msgid "Cancel" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:403 msgid "Chain Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:335 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:401 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:462 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -283,7 +283,7 @@ msgstr "" msgid "Clear Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:37 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:40 msgid "" "Configuration of the banIP package to ban incoming and outgoing IPs via " "named nftables Sets. For further information please check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:651 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:654 msgid "Countries (RIR)" msgstr "" @@ -300,17 +300,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:385 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:388 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:385 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:388 msgid "Deduplicate IPs" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:473 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Default Block Policy" msgstr "" @@ -318,21 +318,21 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:263 msgid "" "Detect relevant network devices, interfaces, subnets, protocols and " "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:724 msgid "Disable" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:211 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:214 msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:327 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:330 msgid "Don't check SSL server certificates during download." msgstr "" @@ -340,49 +340,49 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:327 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:330 msgid "Download Insecure" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:306 msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:318 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Download Retries" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:294 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:297 msgid "Download Utility" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:470 msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:248 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:251 msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 msgid "E-Mail Topic" msgstr "" @@ -398,7 +398,7 @@ msgstr "" msgid "Edit Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:170 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:173 msgid "Element Count" msgstr "" @@ -408,47 +408,47 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:595 msgid "Empty field not allowed" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 msgid "Enable Remote Logging" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:254 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:257 msgid "Enable the banIP service." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 msgid "Enable the cgi interface to receive remote logging events." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:257 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260 msgid "Enable verbose debug logging in case of processing errors." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:254 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:257 msgid "Enabled" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:263 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:266 msgid "Enables IPv4 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:268 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:271 msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:739 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:686 msgid "External Allowlist Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:637 msgid "External Blocklist Feeds" msgstr "" @@ -456,11 +456,11 @@ msgstr "" msgid "Feed Name" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:252 msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 msgid "Feed/Set Settings" msgstr "" @@ -480,7 +480,7 @@ msgstr "" msgid "Flag not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:243 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 msgid "General Settings" msgstr "" @@ -488,23 +488,23 @@ msgstr "" msgid "Grant access to LuCI app banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:339 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:342 msgid "High Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 msgid "ICMP-Treshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:723 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:726 msgid "IP" msgstr "" @@ -516,34 +516,34 @@ msgstr "" msgid "IP Search..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:280 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:283 msgid "IPv4 Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:263 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:266 msgid "IPv4 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:287 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:290 msgid "IPv6 Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:268 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:271 msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:349 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:160 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:163 msgid "Information" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:595 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 msgid "Invalid characters" msgstr "" @@ -551,7 +551,7 @@ msgstr "" msgid "Invalid input values, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:671 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 msgid "LACNIC - serving the Latin American and Caribbean region" msgstr "" @@ -559,50 +559,50 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "LAN-Forward Chain" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:198 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:201 msgid "Last Run" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:342 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 msgid "Least Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:344 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:520 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:357 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:719 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:308 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 msgid "List of available reload trigger interface(s)." msgstr "" @@ -610,85 +610,85 @@ msgstr "" msgid "List the elements of a specific banIP-related Set." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:716 msgid "Local Feed Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:559 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:562 msgid "" "Location for parsing the log file, e.g. via syslog-ng, to deactivate the " "standard parsing via logread." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:559 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 msgid "Log Limit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "Log Prerouting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:247 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:250 msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "Log suspicious Prerouting packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:559 msgid "Log suspicious forwarded LAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556 msgid "Log suspicious forwarded WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Log suspicious incoming WAN packets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:559 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:562 msgid "Logfile Location" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:349 msgid "Max Open Files" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:186 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:189 msgid "NFT Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 msgid "NFT Log Level" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:273 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:276 msgid "Network Devices" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:337 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:340 msgid "Nice Level" msgstr "" @@ -701,22 +701,22 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:340 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:343 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:318 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:573 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:576 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:306 msgid "" "Override the pre-configured download options for the selected download " "utility." @@ -726,7 +726,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:566 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -740,25 +740,25 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 msgid "Protocol/URL format not supported" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:672 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:675 msgid "RIPE - serving Europe, Middle East and Central Asia" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 msgid "Receive E-Mail notifications with every banIP run." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -768,31 +768,31 @@ msgstr "" msgid "Refresh" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:667 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:670 msgid "Regional Internet Registry" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:225 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:228 msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:308 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 msgid "Reload Trigger Interface" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Remote Token" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:381 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:384 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "Report Elements" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:746 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:749 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -809,19 +809,19 @@ msgstr "" msgid "Rulev6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:194 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:197 msgid "Run Flags" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:190 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:193 msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:437 msgid "SYN-Treshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:437 msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks." msgstr "" @@ -837,23 +837,23 @@ msgstr "" msgid "Search the banIP-related Sets for a specific IP." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:294 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:297 msgid "Select one of the pre-configured download utilities." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:273 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:276 msgid "Select the WAN network device(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:280 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:283 msgid "Select the logical WAN IPv4 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:287 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:290 msgid "Select the logical WAN IPv6 network interface(s)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -862,7 +862,7 @@ msgstr "" msgid "Set" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:461 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:464 msgid "Set Policy" msgstr "" @@ -870,7 +870,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:363 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 msgid "Set Split Size" msgstr "" @@ -886,37 +886,37 @@ msgstr "" msgid "Set details" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:403 msgid "" "Set the nft chain priority within the banIP table, lower values means higher " "priority." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:461 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:464 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 msgid "Set the syslog level for NFT logging." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:241 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:244 msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:363 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 msgid "Split external Set loading after every n members to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:162 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:165 msgid "Status" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:218 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:221 msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725 msgid "Subnet (default)" msgstr "" @@ -924,19 +924,19 @@ msgstr "" msgid "Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:202 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:205 msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:248 msgid "Table/Chain Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:381 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:384 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:377 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Target directory for compressed feed backups." msgstr "" @@ -948,13 +948,13 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 msgid "" "The default regular expressions are filtering suspicious ssh, LuCI, nginx " "and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:337 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:340 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -989,29 +989,29 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Token to communicate with the cgi interface." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:313 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:316 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:444 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 msgid "UDP-Treshold" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:444 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447 msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks." msgstr "" @@ -1023,15 +1023,15 @@ msgstr "" msgid "URLv6" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:660 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:663 msgid "Unable to parse the countries file: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 msgid "Unable to parse the custom feed file: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Unable to parse the default feed file: %s" msgstr "" @@ -1058,11 +1058,11 @@ msgstr "" msgid "Upload of the custom feed file failed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:257 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260 msgid "Verbose Debug Logging" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:166 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:169 msgid "Version" msgstr "" @@ -1070,8 +1070,8 @@ msgstr "" msgid "WAN-Forward (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 msgid "WAN-Forward Chain" msgstr "" @@ -1079,8 +1079,8 @@ msgstr "" msgid "WAN-Input (packets)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 msgid "WAN-Input Chain" msgstr "" @@ -1094,7 +1094,7 @@ msgid "" "it!)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "alert" msgstr "" @@ -1130,58 +1130,58 @@ msgstr "" msgid "blocked udp-flood packets" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:538 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:546 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:471 msgid "drop (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:539 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:542 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:545 msgid "info" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:511 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:521 msgid "local allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:519 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:462 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:465 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 msgid "notice" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:463 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:469 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:472 msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:543 msgid "warn (default)" msgstr ""