From: Dirk Brenken Date: Wed, 4 Oct 2023 03:37:01 +0000 (+0200) Subject: luci-app-banip: fix last, incomplete commit X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=127ca64a672ba4b748ea230cce79b0c4cc1c8207;p=project%2Fluci.git luci-app-banip: fix last, incomplete commit 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 ef8b293839..785289e2db 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 @@ -297,23 +297,16 @@ return view.extend({ o.optional = true; o.retain = true; - o = s.taboption('general', widgets.NetworkSelect, 'ban_trigger', _('Startup Trigger Interface'), _('List of available network interfaces to trigger the banIP start.')); + o = s.taboption('general', widgets.NetworkSelect, 'ban_trigger', _('Reload Trigger Interface'), _('List of available reload trigger interface(s).')); o.multiple = true; o.nocreate = true; o.rmempty = true; - o = s.taboption('general', form.Value, 'ban_triggerdelay', _('Trigger Delay'), _('Additional trigger delay in seconds before banIP processing actually starts.')); + o = s.taboption('general', form.Value, 'ban_triggerdelay', _('Trigger Delay'), _('Additional trigger delay in seconds during interface reload and boot.')); o.placeholder = '10'; o.datatype = 'range(1,300)'; o.rmempty = true; - o = s.taboption('general', form.ListValue, 'ban_triggeraction', _('Trigger Action'), _('Trigger action on ifup interface events.')); - o.value('start', _('start (default)')); - o.value('reload', _('reload')); - o.value('restart', _('restart')); - o.optional = true; - o.rmempty = true; - o = s.taboption('general', form.ListValue, 'ban_fetchretry', _('Download Retries'), _('Number of download attempts in case of an error (not supported by uclient-fetch).')); o.value('1', _('1')); o.value('3', _('3')); @@ -422,10 +415,9 @@ return view.extend({ o.optional = true; o.rmempty = true; - o = s.taboption('general', form.ListValue, 'ban_triggeraction', _('Trigger Action'), _('Trigger action on ifup interface events.')); - o.value('start', _('start (default)')); - o.value('reload', _('reload')); - o.value('restart', _('restart')); + o = s.taboption('adv_chain', form.ListValue, 'ban_blocktype', _('Block Type'), _('Drop packets silently or actively reject the traffic on WAN-Input and WAN-Forward chains.')); + o.value('drop', _('drop (default)')); + o.value('reject', _('reject')); o.optional = true; o.rmempty = true; diff --git a/applications/luci-app-banip/po/ar/banip.po b/applications/luci-app-banip/po/ar/banip.po index 962650b634..f2d47ced85 100644 --- a/applications/luci-app-banip/po/ar/banip.po +++ b/applications/luci-app-banip/po/ar/banip.po @@ -15,87 +15,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -112,23 +112,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -138,27 +137,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -166,45 +165,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "مجلد النسخ الاحتياطي" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -214,13 +217,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -233,9 +236,9 @@ msgstr "إلغاء" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -251,7 +254,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -259,17 +262,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -283,7 +286,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -291,7 +294,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -299,7 +302,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -307,7 +310,7 @@ msgstr "" msgid "Download Parameters" msgstr "تنزيل المعلمات" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -315,19 +318,25 @@ msgstr "" msgid "Download Utility" msgstr "تحميل الأداة" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "إعلام البريد الإلكتروني" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "عنوان مرسل البريد الإلكتروني" @@ -335,7 +344,7 @@ msgstr "عنوان مرسل البريد الإلكتروني" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "موضوع البريد الإلكتروني" @@ -384,15 +393,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -428,15 +437,15 @@ msgstr "الاعدادات العامة" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -456,7 +465,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -478,8 +487,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -487,65 +496,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -553,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -589,7 +598,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -602,7 +611,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -619,17 +628,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -644,7 +653,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -654,21 +663,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -682,11 +691,15 @@ msgstr "نعش الذاكرة" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "دليل التقارير" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -694,7 +707,7 @@ msgstr "" msgid "Restart" msgstr "إعادة تشغيل" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -747,7 +760,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -760,7 +773,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -776,17 +789,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -794,14 +807,10 @@ msgstr "" msgid "Settings" msgstr "إعدادات" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "بدء واجهة التشغيل" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -810,7 +819,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -822,11 +831,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -838,13 +847,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -884,30 +893,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "تأخير الزناد" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -943,8 +942,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -952,8 +951,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -967,7 +966,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -983,69 +982,65 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" 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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" +#~ msgid "Startup Trigger Interface" +#~ msgstr "بدء واجهة التشغيل" + #~ msgid "Unable to save changes: %s" #~ msgstr "تعذر حفظ التغييرات: s%" diff --git a/applications/luci-app-banip/po/bg/banip.po b/applications/luci-app-banip/po/bg/banip.po index 08897cb781..4cef753ce3 100644 --- a/applications/luci-app-banip/po/bg/banip.po +++ b/applications/luci-app-banip/po/bg/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASNs" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "Автоматично засичане" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Директоря за резервни копия" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Отмени" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Държави" @@ -258,17 +261,17 @@ msgstr "Държави" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Не проверявай SSL сертификати по време на сваляне." @@ -298,7 +301,7 @@ msgstr "Не проверявай SSL сертификати по време н msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Сваляй несигурно" @@ -306,7 +309,7 @@ msgstr "Сваляй несигурно" msgid "Download Parameters" msgstr "Параметри за теглене" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "E-Mail Известяване" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-Mail Профил" -#: 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "E-Mail Изпращач" @@ -334,7 +343,7 @@ msgstr "E-Mail Изпращач" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "E-Mail Тема" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "Основни настройки" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/bn_BD/banip.po b/applications/luci-app-banip/po/bn_BD/banip.po index 9a7b6c2da5..71f93f026a 100644 --- a/applications/luci-app-banip/po/bn_BD/banip.po +++ b/applications/luci-app-banip/po/bn_BD/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "বাতিল করুন" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "সাধারণ সেটিংস" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "সেটিংস" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/ca/banip.po b/applications/luci-app-banip/po/ca/banip.po index 820c8d68a8..4c9fac53fa 100644 --- a/applications/luci-app-banip/po/ca/banip.po +++ b/applications/luci-app-banip/po/ca/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Directori de còpies de seguretat" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Cancel•lar" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "Paràmetres de descàrrega" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "Utilitat de baixades" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Notificació de correu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" msgstr "Adreça del destinatari de correu" -#: 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "Paràmetres generals" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" msgstr "Darrera execució" -#: 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" msgstr "Visió de conjunt" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "Actualitza" msgid "Reload" msgstr "Torna a carregar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "Paràmetres" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/cs/banip.po b/applications/luci-app-banip/po/cs/banip.po index a298cca83c..eb8b791bf5 100644 --- a/applications/luci-app-banip/po/cs/banip.po +++ b/applications/luci-app-banip/po/cs/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Záložní adresář" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Zrušit" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Zakázat" @@ -290,7 +293,7 @@ msgstr "Zakázat" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "Nástroj pro stahování" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "Podpora IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" msgstr "Poslední spuštění" -#: 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" msgstr "Přehled" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "Aktualizovat" msgid "Reload" msgstr "Znovu načíst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "Restart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "Nastavení" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Stav" @@ -809,7 +818,7 @@ msgstr "Stav" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Prodleva spuštění" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "Verze" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/da/banip.po b/applications/luci-app-banip/po/da/banip.po index 76f24b1a43..bfc48c3e24 100644 --- a/applications/luci-app-banip/po/da/banip.po +++ b/applications/luci-app-banip/po/da/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASN'er" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Avancerede indstillinger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "Automatisk detektering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Backup Mappe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Annuller" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Lande" @@ -258,17 +261,17 @@ msgstr "Lande" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Kontroller ikke SSL-servercertifikater under download." @@ -298,7 +301,7 @@ msgstr "Kontroller ikke SSL-servercertifikater under download." msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Download usikker" @@ -306,7 +309,7 @@ msgstr "Download usikker" msgid "Download Parameters" msgstr "Download parametre" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "Download hjælpeprogram" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Meddelelse pr. e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-mail profil" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Modtagerens e-mailadresse" -#: 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:532 msgid "E-Mail Sender Address" msgstr "E-mail afsenderadresse" @@ -334,7 +343,7 @@ msgstr "E-mail afsenderadresse" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "E-mail emne" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "Generelle indstillinger" msgid "Grant access to LuCI app banIP" msgstr "Giv adgang til LuCI-app banIP" -#: 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:331 msgid "High Priority" msgstr "Høj prioritet" -#: 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:330 msgid "Highest Priority" msgstr "Højeste prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "IPv4-understøttelse" msgid "IPv6 Support" msgstr "IPv6-understøttelse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,66 +495,65 @@ msgstr "" msgid "Last Run" msgstr "Sidste kørsel" -#: 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:334 msgid "Least Priority" msgstr "Mindste prioritet" -#: 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:333 msgid "Less Priority" msgstr "Mindre prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Liste over tilgængelige netværks interfaces til at trigger banIP start." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "Loggrænse" @@ -553,35 +561,35 @@ msgstr "Loggrænse" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Log Vilkår" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -589,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -602,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "Netværks Interfaces" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -619,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "Normal prioritet (standard)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -644,7 +652,7 @@ msgstr "" msgid "Overview" msgstr "Oversigt" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -654,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Profil, der anvendes af \"msmtp\" til banIP-meddelelses-e-mails." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -682,11 +690,15 @@ msgstr "Opdater" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Rapportmappe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -694,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "Genstart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -747,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Afsenderadresse for banIP-meddelelses-e-mails." @@ -760,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -776,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -794,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "Indstillinger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "Interface for opstartstrigger" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -810,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -822,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -838,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -884,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "Tidsstempel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Emne for banIP-meddelelses-e-mails." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Udløserforsinkelse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -943,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -952,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -967,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -983,68 +981,68 @@ msgstr "" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" 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:428 -msgid "restart" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 +msgid "warn (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Liste over tilgængelige netværks interfaces til at trigger banIP start." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -msgid "warn (default)" -msgstr "" +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interface for opstartstrigger" #~ msgid "Active Subnets" #~ msgstr "Aktive Subnets" diff --git a/applications/luci-app-banip/po/de/banip.po b/applications/luci-app-banip/po/de/banip.po index 95a8cce488..5ddc981fab 100644 --- a/applications/luci-app-banip/po/de/banip.po +++ b/applications/luci-app-banip/po/de/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Auswahl einstellen --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (Standard)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (Standard)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (Standard)" -#: 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:315 msgid "20" 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "Autonome Systemnummern" @@ -111,25 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Zusätzliche Auslöseverzögerung in Sekunden, bevor die banIP-Verarbeitung " -"tatsächlich beginnt." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Nur Zulassungsliste" @@ -139,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Automatische Zulassungsliste" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Automatische Sperrliste" @@ -167,45 +164,49 @@ msgstr "Automatische Sperrliste" msgid "Auto Detection" msgstr "Automatische Erkennung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Backupverzeichnis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Basisverzeichnis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Basisarbeitsverzeichnis während der BanIP-Verarbeitung." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -215,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "CPU-Kerne" @@ -234,9 +235,9 @@ msgstr "Abbrechen" msgid "Chain/Set Settings" msgstr "Ketten-/Set-Einstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -252,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Länder" @@ -260,17 +261,17 @@ msgstr "Länder" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "IPs deduplizieren" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -286,7 +287,7 @@ msgstr "" "Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, " "Protokolle und Dienstprogramme." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -294,7 +295,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Während des Downloads keine SSL-Serverzertifikate überprüfen." @@ -302,7 +303,7 @@ msgstr "Während des Downloads keine SSL-Serverzertifikate überprüfen." msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Unsicher herunterladen" @@ -310,7 +311,7 @@ msgstr "Unsicher herunterladen" msgid "Download Parameters" msgstr "Download Parameter" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -318,19 +319,25 @@ msgstr "" msgid "Download Utility" msgstr "Download-Werkzeug" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "E-Mail-Benachrichtigung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-Mail-Profil" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "E-Mail Empfängeradresse" -#: 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:532 msgid "E-Mail Sender Address" msgstr "E-Mail Absenderadresse" @@ -338,7 +345,7 @@ msgstr "E-Mail Absenderadresse" msgid "E-Mail Settings" msgstr "E-Mail-Einstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "E-Mail-Thema" @@ -387,15 +394,15 @@ msgstr "Aktiviert die IPv4-Unterstützung." msgid "Enables IPv6 support." msgstr "Aktiviert die IPv6-Unterstützung." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -431,15 +438,15 @@ msgstr "Allgemeine Einstellungen" msgid "Grant access to LuCI app banIP" msgstr "Zugriff auf LuCI-App banIP gewähren" -#: 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:331 msgid "High Priority" msgstr "Hohe Priorität" -#: 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:330 msgid "Highest Priority" msgstr "Höchste Priorität" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -459,7 +466,7 @@ msgstr "IPv4 Unterstützung" msgid "IPv6 Support" msgstr "IPv6 Unterstützung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -481,8 +488,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "LAN-Forward (Pakete)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "LAN-Forward-Kette" @@ -490,35 +497,35 @@ msgstr "LAN-Forward-Kette" msgid "Last Run" msgstr "Letzter Durchgang" -#: 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:334 msgid "Least Priority" msgstr "Niedrigste Priorität" -#: 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:333 msgid "Less Priority" msgstr "Niedrige Priorität" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Beschränken bestimmter Feeds auf die LAN-Forward-Kette." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Beschränken bestimmter Feeds auf die WAN-Forward-Kette." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -527,32 +534,30 @@ msgstr "" "zu reduzieren." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Liste der verfügbaren Netzwerkschnittstellen, die den Start von banIP " -"auslösen können." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets." -#: 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "Anzahl der Protokolle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "LAN-Weiterleitung protokollieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Protokollebene" -#: 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:499 msgid "Log Limit" msgstr "Protokollbegrenzung" @@ -560,35 +565,35 @@ msgstr "Protokollbegrenzung" msgid "Log Settings" msgstr "Protokolleinstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Protokollbedingungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "WAN-Weiterleitung protokollieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "WAN-Eingang protokollieren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Verdächtige weitergeleitete LAN-Pakete protokollieren (abgelehnt)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Verdächtige weitergeleitete WAN-Pakete protokollieren (verworfen)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Verdächtige eingehende WAN-Pakete protokollieren (verworfen)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Max. geöffnete Dateien" -#: 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:397 msgid "NFT Chain Priority" msgstr "" @@ -596,7 +601,7 @@ msgstr "" msgid "NFT Information" msgstr "NFT-Informationen" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -609,7 +614,7 @@ msgstr "Netzwerkadapter" msgid "Network Interfaces" msgstr "Netzwerkschnittstellen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Nice-Level" @@ -626,17 +631,17 @@ msgstr "Noch keine banIP-bezogenen Firewall-Protokolle!" msgid "No banIP related processing logs yet!" msgstr "Noch keine banIP-bezogenen Verarbeitungsprotokolle!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Normale Priorität (Voreinstellung)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -655,7 +660,7 @@ msgstr "" msgid "Overview" msgstr "Übersicht" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -665,21 +670,21 @@ msgstr "" msgid "Processing Log" msgstr "Verarbeitungsprotokoll" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Von 'msmtp' verwendetes Profil für banIP-Benachrichtigungs-E-Mails." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -695,11 +700,15 @@ msgstr "Aktualisieren" msgid "Reload" msgstr "Neu laden" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Report-Verzeichnis" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Berichtselemente" @@ -707,7 +716,7 @@ msgstr "Berichtselemente" msgid "Restart" msgstr "Neustart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs." @@ -761,7 +770,7 @@ msgstr "Wählen Sie die logische(n) WAN-IPv4-Netzwerkschnittstelle(n) aus." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Wählen Sie die logische(n) WAN-IPv6-Netzwerkschnittstelle(n) aus." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails." @@ -774,7 +783,7 @@ msgstr "Set" msgid "Set Reporting" msgstr "Set-Berichte" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 #, fuzzy msgid "Set Split Size" msgstr "Teilungsgröße festlegen" @@ -793,7 +802,7 @@ msgstr "Umfrage einstellen..." msgid "Set details" msgstr "Details zum Set" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -801,11 +810,11 @@ msgstr "" "Legen Sie die Priorität der nft-Kette in der banIP-Tabelle fest. Bitte " "beachten Sie: niedrigere Werte bedeuten höhere Priorität." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Legen Sie den Syslog-Level für die NFT-Protokollierung fest." @@ -813,14 +822,10 @@ msgstr "Legen Sie den Syslog-Level für die NFT-Protokollierung fest." msgid "Settings" msgstr "Einstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "Trigger-Interface fürs Starten" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Status" @@ -829,7 +834,7 @@ msgstr "Status" msgid "Stop" msgstr "Stopp" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -841,11 +846,11 @@ msgstr "Umfrage" msgid "System Information" msgstr "Systeminformationen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "Zielverzeichnis für banIP-bezogene Berichtsdateien." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Zielverzeichnis für komprimierte Feed-Sicherungen." @@ -859,7 +864,7 @@ msgid "The blocklist is too big, unable to save modifications." msgstr "" "Die Sperrliste ist zu groß, Änderungen können nicht gespeichert werden." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -867,7 +872,7 @@ msgstr "" "Die standardmäßigen Protokollbegriffe/regulären Ausdrücke filtern " "verdächtigen SSH-, LuCI-, Nginx- und Asterisk-Verkehr." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" "Die gewählte Priorität wird für die BanIP-Hintergrundverarbeitung verwendet." @@ -914,30 +919,20 @@ msgstr "" msgid "Timestamp" msgstr "Zeitstempel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Betreff für banIP-Benachrichtigungs-E-Mails." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Verzögerung der Trigger-Bedingung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -973,8 +968,8 @@ msgstr "Version" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (Pakete)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "WAN-Forward-Kette" @@ -982,8 +977,8 @@ msgstr "WAN-Forward-Kette" msgid "WAN-Input (packets)" msgstr "WAN-Input (Pakete)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "WAN-Input-Kette" @@ -997,7 +992,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "Alarm" @@ -1013,69 +1008,77 @@ msgstr "heute automatisch zur Sperrliste hinzugefügt" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "debug" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "emerg" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "err" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "info" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "Speicher (Standard)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "notice" -#: 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:393 msgid "performance" msgstr "Leistung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "warn (Standard)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Zusätzliche Auslöseverzögerung in Sekunden, bevor die banIP-Verarbeitung " +#~ "tatsächlich beginnt." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Liste der verfügbaren Netzwerkschnittstellen, die den Start von banIP " +#~ "auslösen können." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Trigger-Interface fürs Starten" + #~ msgid "" #~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR " #~ "addresses.
Please note: add only exactly one MAC/" diff --git a/applications/luci-app-banip/po/el/banip.po b/applications/luci-app-banip/po/el/banip.po index cdd5c06fb7..849786da6c 100644 --- a/applications/luci-app-banip/po/el/banip.po +++ b/applications/luci-app-banip/po/el/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "φάκελος διάσωσης" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Ακύρωση" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "Ρυθμίσεις" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/en/banip.po b/applications/luci-app-banip/po/en/banip.po index 4b29c751db..56eb29c4ea 100644 --- a/applications/luci-app-banip/po/en/banip.po +++ b/applications/luci-app-banip/po/en/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,65 +981,58 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/es/banip.po b/applications/luci-app-banip/po/es/banip.po index 4ed8ef80f2..36a28b30df 100644 --- a/applications/luci-app-banip/po/es/banip.po +++ b/applications/luci-app-banip/po/es/banip.po @@ -17,87 +17,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Selección de conjuntos --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (predeterminado)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (predeterminado)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (predeterminado)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASNs" @@ -114,25 +114,22 @@ msgid "Active Uplink" msgstr "Enlace ascendente activo" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Retraso de activación adicional en segundos antes de que realmente comience " -"el procesamiento de banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Ajustes avanzados" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Selección de feeds de la lista de permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Solo lista de permitidos" @@ -144,29 +141,29 @@ msgstr "" "Las modificaciones de la lista de permitidos se han guardado, inicie la " "búsqueda de dominios o reinicie banIP para que los cambios surtan efecto." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #, fuzzy msgid "Auto Allow Uplink" msgstr "Permitir enlace ascendente automáticamente" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 #, fuzzy msgid "Auto Allowlist" msgstr "Lista de permitidos automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #, fuzzy msgid "Auto Blocklist" msgstr "Lista de bloqueo automática" @@ -175,13 +172,13 @@ msgstr "Lista de bloqueo automática" msgid "Auto Detection" msgstr "Detección automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -189,7 +186,7 @@ msgstr "" "Agregue automáticamente dominios resueltos e IP sospechosas a la lista de " "bloqueo de banIP local." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -197,27 +194,31 @@ msgstr "" "Agregue automáticamente dominios resueltos e IP de enlace ascendente a la " "lista de permitidos de banIP local." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Directorio de respaldo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Directorio base" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Directorio de trabajo base durante el procesamiento de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -227,13 +228,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -246,9 +247,9 @@ msgstr "Cancelar" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -264,7 +265,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Países" @@ -272,17 +273,17 @@ msgstr "Países" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -296,7 +297,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -304,7 +305,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "No verificar los certificados SSL del servidor durante la descarga." @@ -312,7 +313,7 @@ msgstr "No verificar los certificados SSL del servidor durante la descarga." msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Descarga insegura" @@ -320,7 +321,7 @@ msgstr "Descarga insegura" msgid "Download Parameters" msgstr "Descargar parámetros" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -328,19 +329,25 @@ msgstr "" msgid "Download Utility" msgstr "Utilidad de descarga" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Notificación por correo electrónico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Perfil de correo electrónico" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Dirección del destinatario de correo electrónico" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Dirección del remitente de correo electrónico" @@ -348,7 +355,7 @@ msgstr "Dirección del remitente de correo electrónico" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Tema del correo electrónico" @@ -397,15 +404,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -441,15 +448,15 @@ msgstr "Configuración general" msgid "Grant access to LuCI app banIP" msgstr "Otorgar acceso a la aplicación banIP de LuCI" -#: 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:331 msgid "High Priority" msgstr "Alta prioridad" -#: 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:330 msgid "Highest Priority" msgstr "Prioridad más alta" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -469,7 +476,7 @@ msgstr "Soporte IPv4" msgid "IPv6 Support" msgstr "Soporte IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -491,8 +498,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -500,66 +507,65 @@ msgstr "" msgid "Last Run" msgstr "Último inicio" -#: 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:334 msgid "Least Priority" msgstr "Prioridad mínima" -#: 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:333 msgid "Less Priority" msgstr "Menos prioridad" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Lista de interfaces de red disponibles para activar el inicio de banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "Límite de registro" @@ -567,35 +573,35 @@ msgstr "Límite de registro" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Términos de registro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -603,7 +609,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -616,7 +622,7 @@ msgstr "" msgid "Network Interfaces" msgstr "Interfaces de red" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -633,17 +639,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "Prioridad normal (predeterminado)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -658,7 +664,7 @@ msgstr "" msgid "Overview" msgstr "Visión general" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -668,7 +674,7 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Perfil utilizado por 'msmtp' para correos electrónicos de notificación de " @@ -676,15 +682,15 @@ 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -698,11 +704,15 @@ msgstr "Refrescar" msgid "Reload" msgstr "Recargar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Informar directorio" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -710,7 +720,7 @@ msgstr "" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -763,7 +773,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" "Dirección del remitente para correos electrónicos de notificación de banIP." @@ -777,7 +787,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -793,17 +803,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -811,14 +821,10 @@ msgstr "" msgid "Settings" msgstr "Configuraciones" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "Interfaz de activación de inicio" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -827,7 +833,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -839,11 +845,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -855,13 +861,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -901,30 +907,20 @@ msgstr "" msgid "Timestamp" msgstr "Marca de tiempo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Tema para correos electrónicos de notificación de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Retraso de disparo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -960,8 +956,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -969,8 +965,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -984,7 +980,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -1000,68 +996,75 @@ msgstr "" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" 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:428 -msgid "restart" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 +msgid "warn (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Retraso de activación adicional en segundos antes de que realmente " +#~ "comience el procesamiento de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -msgid "warn (default)" -msgstr "" +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Lista de interfaces de red disponibles para activar el inicio de banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interfaz de activación de inicio" #~ msgid "Blocklist Expiry" #~ msgstr "Caducidad de la lista de bloqueo" diff --git a/applications/luci-app-banip/po/fi/banip.po b/applications/luci-app-banip/po/fi/banip.po index f86b2f3dcb..4c8b318380 100644 --- a/applications/luci-app-banip/po/fi/banip.po +++ b/applications/luci-app-banip/po/fi/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASN:t" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "Automaattinen tunnistus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Varmuuskopiohakemisto" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Peruuta" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Maat" @@ -258,17 +261,17 @@ msgstr "Maat" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Älä tarkista SSL-palvelinvarmenteita latauksen aikana." @@ -298,7 +301,7 @@ msgstr "Älä tarkista SSL-palvelinvarmenteita latauksen aikana." msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "Lataustyökalu" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "Yleiset asetukset" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "IPv4-tuki" msgid "IPv6 Support" msgstr "IPv6-tuki" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" msgstr "Viimeksi ajettu" -#: 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "Verkkoliitynnät" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" msgstr "Yleiskatsaus" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "Päivitä" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "Käynnistä uudelleen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "Asetukset" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/fr/banip.po b/applications/luci-app-banip/po/fr/banip.po index 49e9512e22..76c04ae517 100644 --- a/applications/luci-app-banip/po/fr/banip.po +++ b/applications/luci-app-banip/po/fr/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Définir la sélection --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (par défaut)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (désactivé)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (par défaut)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (par défaut)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "Les ASN" @@ -111,25 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Un délai supplémentaire de déclenchement en quelques secondes avant le " -"traitement de banIP commence réellement." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -142,27 +139,27 @@ msgstr "" "la recherche de domaine ou redémarrez banIP dont les modifications prennent " "effet." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -170,7 +167,7 @@ msgstr "" msgid "Auto Detection" msgstr "Détection automatique" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -179,7 +176,7 @@ msgstr "" "blocage en fonction d’une requête RDAP supplémentaire avec l’adresse IP " "suspecte." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -187,7 +184,7 @@ msgstr "" "Ajoutez automatiquement les domaines résolus et les adresses IP suspectes à " "la liste de blocage banIP locale." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -195,27 +192,31 @@ msgstr "" "Ajoutez automatiquement des domaines résolus et des adresses IP de liaison " "montante à la liste d'autorisation banIP locale." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Répertoire de sauvegarde" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -227,7 +228,7 @@ msgstr "" "Les modifications Blocklist ont été sauvegardées, démarrent le Domain Lookup " "ou le redémarrage banIP que les changements prennent effet." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -235,7 +236,7 @@ msgstr "" "Par défaut, chaque flux est actif dans toutes les chaînes prises en charge. " "Limiter la politique de blocage par défaut à une certaine chaîne." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -248,9 +249,9 @@ msgstr "Annuler" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Les modifications apportées à cet onglet nécessitent un redémarrage du " @@ -273,7 +274,7 @@ msgstr "" "target=\"_blank\" rel=\"noreferrer noopener\" >consultez la documentation en " "ligne" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Pays" @@ -281,17 +282,17 @@ msgstr "Pays" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -307,7 +308,7 @@ msgstr "" "Détecter automatiquement les périphériques, interfaces, sous-réseaux, " "protocoles et utilitaires du réseau." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -315,7 +316,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" "Ignorer la vérification des certificats serveur pendant le téléchargement." @@ -324,7 +325,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Téléchargement non sécurisé" @@ -332,7 +333,7 @@ msgstr "Téléchargement non sécurisé" msgid "Download Parameters" msgstr "Paramètres de téléchargement" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -340,19 +341,25 @@ msgstr "" msgid "Download Utility" msgstr "Télécharger l'utilitaire" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Notification par courriel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Courriel" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Adresse courriel du destinataire" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Adresse courriel de l'expéditeur" @@ -360,7 +367,7 @@ msgstr "Adresse courriel de l'expéditeur" msgid "E-Mail Settings" msgstr "Réglages e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Objet du courriel" @@ -409,15 +416,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -453,15 +460,15 @@ msgstr "Paramètres généraux" msgid "Grant access to LuCI app banIP" msgstr "Accorder l'accès à l'application LuCI banIP" -#: 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:331 msgid "High Priority" msgstr "Priorité élevée" -#: 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:330 msgid "Highest Priority" msgstr "Priorité la plus élevée" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -481,7 +488,7 @@ msgstr "Prise en charge d’IPv4" msgid "IPv6 Support" msgstr "Prise en charge d’IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -505,8 +512,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -514,36 +521,36 @@ msgstr "" msgid "Last Run" msgstr "Dernière exécution" -#: 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:334 msgid "Least Priority" msgstr "Priorité minimale" -#: 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:333 msgid "Less Priority" msgstr "Moins prioritaire" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Limitez les cœurs de processeur utilisés par banIP pour économiser de la RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -552,32 +559,30 @@ msgstr "" "réduire la charge CPU." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Liste des interfaces réseau disponibles pour déclencher le démarrage du " -"banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "Limite de journalisation" @@ -585,35 +590,35 @@ msgstr "Limite de journalisation" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Conditions de journalisation" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -621,7 +626,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -634,7 +639,7 @@ msgstr "" msgid "Network Interfaces" msgstr "Interfaces réseau" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -651,11 +656,11 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "Priorité normale (par défaut)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -663,7 +668,7 @@ msgstr "" "Nombre de tentatives de téléchargement en cas d’erreur (non pris en charge " "par uclient-fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -682,7 +687,7 @@ msgstr "" msgid "Overview" msgstr "Vue d'ensemble" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -695,7 +700,7 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profil utilisé par 'msmtp' pour les courriel de notification de bannissement " @@ -703,15 +708,15 @@ 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -727,11 +732,15 @@ msgstr "Actualiser" msgid "Reload" msgstr "Recharger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Répertoire des rapports" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -739,7 +748,7 @@ msgstr "" msgid "Restart" msgstr "Redémarrer" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Limitez l’accès à Internet depuis/vers un petit nombre d’adresses IP " @@ -794,7 +803,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" "Adresse de l'expéditeur des courriels de notification de bannissement IP." @@ -808,7 +817,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -824,7 +833,7 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -832,11 +841,11 @@ msgstr "" "Définit la priorité de la chaîne nft dans le tableau banIP. Remarque : une " "valeur plus faible signifie une priorité plus élevée." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -844,16 +853,12 @@ msgstr "" msgid "Settings" msgstr "Paramètres" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "" "Séparez le chargement externe de l'ensemble tous les n membres pour " "économiser de la RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Interface des déclencheurs de démarrage" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "État" @@ -862,7 +867,7 @@ msgstr "État" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -874,11 +879,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -890,7 +895,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -898,7 +903,7 @@ msgstr "" "Les termes de journal / expressions régulières par défaut filtrent le trafic " "ssh, LuCI, nginx et astérisque suspect." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" "La priorité sélectionnée sera utilisée pour le traitement en arrière-plan " @@ -944,7 +949,7 @@ msgstr "" msgid "Timestamp" msgstr "Horodatage" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -952,24 +957,14 @@ msgstr "" "Pour activer les notifications par e-mail, configurez le package 'msmtp' et " "spécifiez une adresse de destinataire E-Mail valide." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Rubrique pour les courriels de notification banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Délai de déclenchement" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -1005,8 +1000,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -1014,8 +1009,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -1036,7 +1031,7 @@ msgstr "" "des mainteneurs, il suffit de vider à nouveau le fichier de flux " "personnalisé (ne le supprimez pas!)." -#: 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:478 msgid "alert" msgstr "" @@ -1052,68 +1047,76 @@ msgstr "" msgid "banIP" msgstr "bannissement IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" 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:428 -msgid "restart" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 +msgid "warn (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Un délai supplémentaire de déclenchement en quelques secondes avant le " +#~ "traitement de banIP commence réellement." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -msgid "warn (default)" -msgstr "" +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Liste des interfaces réseau disponibles pour déclencher le démarrage du " +#~ "banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interface des déclencheurs de démarrage" #~ msgid "" #~ "Deduplicate IP addresses across all active Sets and and tidy up the local " diff --git a/applications/luci-app-banip/po/he/banip.po b/applications/luci-app-banip/po/he/banip.po index 150515e086..73729bd42f 100644 --- a/applications/luci-app-banip/po/he/banip.po +++ b/applications/luci-app-banip/po/he/banip.po @@ -15,87 +15,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -112,23 +112,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -138,27 +137,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -166,45 +165,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -214,13 +217,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -233,9 +236,9 @@ msgstr "" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -251,7 +254,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -259,17 +262,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -283,7 +286,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -291,7 +294,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -299,7 +302,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -307,7 +310,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -315,19 +318,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -335,7 +344,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -384,15 +393,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -428,15 +437,15 @@ msgstr "הגדרות כלליות" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -456,7 +465,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -478,8 +487,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -487,65 +496,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -553,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -589,7 +598,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -602,7 +611,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -619,17 +628,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -644,7 +653,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -654,21 +663,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -682,11 +691,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -694,7 +707,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -747,7 +760,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -760,7 +773,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -776,17 +789,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -794,14 +807,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "מצב" @@ -810,7 +819,7 @@ msgstr "מצב" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -822,11 +831,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -838,13 +847,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -884,30 +893,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -943,8 +942,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -952,8 +951,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -967,7 +966,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -983,65 +982,58 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/hi/banip.po b/applications/luci-app-banip/po/hi/banip.po index 9618a132d7..f2fbbd86ff 100644 --- a/applications/luci-app-banip/po/hi/banip.po +++ b/applications/luci-app-banip/po/hi/banip.po @@ -8,87 +8,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -105,23 +105,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -131,27 +130,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -159,45 +158,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -207,13 +210,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -226,9 +229,9 @@ msgstr "" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -244,7 +247,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -252,17 +255,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -276,7 +279,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -284,7 +287,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -292,7 +295,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -300,7 +303,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -308,19 +311,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -328,7 +337,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -377,15 +386,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -421,15 +430,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -449,7 +458,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -471,8 +480,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -480,65 +489,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -546,35 +555,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -582,7 +591,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -595,7 +604,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -612,17 +621,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -637,7 +646,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -647,21 +656,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -675,11 +684,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -687,7 +700,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -740,7 +753,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -753,7 +766,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -769,17 +782,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -787,14 +800,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -803,7 +812,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -815,11 +824,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -831,13 +840,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -877,30 +886,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -936,8 +935,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -945,8 +944,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -960,7 +959,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -976,65 +975,58 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/hu/banip.po b/applications/luci-app-banip/po/hu/banip.po index b6fc8c4263..2629c0c6bc 100644 --- a/applications/luci-app-banip/po/hu/banip.po +++ b/applications/luci-app-banip/po/hu/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "AS számok" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "Automatikus észlelés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Biztonsági mentés könyvtára" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Mégse" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Országok" @@ -258,17 +261,17 @@ msgstr "Országok" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "Letöltési segédprogram" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "E-mail értesítés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-Mail profil" -#: 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "E-Mail küldő cím" @@ -334,7 +343,7 @@ msgstr "E-Mail küldő cím" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #, fuzzy msgid "E-Mail Topic" msgstr "E-Mail téma" @@ -384,15 +393,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -428,15 +437,15 @@ msgstr "Általános Beállítások" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -456,7 +465,7 @@ msgstr "IPv4 támogatás" msgid "IPv6 Support" msgstr "IPv6 támogatás" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -478,8 +487,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -487,65 +496,65 @@ msgstr "" msgid "Last Run" msgstr "Utolsó futás" -#: 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:334 msgid "Least Priority" msgstr "Legkisebb prioritás" -#: 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:333 msgid "Less Priority" msgstr "Kisebb prioritás" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -553,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -589,7 +598,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -602,7 +611,7 @@ msgstr "" msgid "Network Interfaces" msgstr "Hálózati csatolók" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -619,17 +628,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "Közepes prioritás (alapértelmezett)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -644,7 +653,7 @@ msgstr "" msgid "Overview" msgstr "Áttekintés" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -654,21 +663,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -682,11 +691,15 @@ msgstr "Frissítés" msgid "Reload" msgstr "Újratöltés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -694,7 +707,7 @@ msgstr "" msgid "Restart" msgstr "Újraindítás" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -747,7 +760,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -760,7 +773,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -776,17 +789,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -794,14 +807,10 @@ msgstr "" msgid "Settings" msgstr "Beállítások" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -810,7 +819,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -822,11 +831,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -838,13 +847,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -884,30 +893,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Aktiváló késleltetése" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -943,8 +942,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -952,8 +951,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -967,7 +966,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -983,66 +982,59 @@ msgstr "" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/it/banip.po b/applications/luci-app-banip/po/it/banip.po index 5fd26d4d42..e99256990c 100644 --- a/applications/luci-app-banip/po/it/banip.po +++ b/applications/luci-app-banip/po/it/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Imposta selezione --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (predefinito)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (disattiva)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (predefinito)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (predefinito)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (predefinito)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASNs" @@ -111,25 +111,22 @@ msgid "Active Uplink" msgstr "Uplink attivi" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Ritardo di attivazione aggiuntivo in secondi prima che l'elaborazione di " -"banIP abbia inizio." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Impostazioni avanzate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Selezione Feed della Lista consentiti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Solo Lista consentiti" @@ -141,27 +138,27 @@ msgstr "" "Le modifiche alla Lista consentiti sono state salvate, avvia la ricerca di " "domini o riavvia banIP per applicare le modifiche." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "Permetti sempre alcuni inoltri VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "Blocca sempre alcuni inoltri VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Consenti automaticamente Uplink" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Auto-Lista consentiti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Blocco automatico sottoreti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Auto-Lista bloccati" @@ -169,7 +166,7 @@ msgstr "Auto-Lista bloccati" msgid "Auto Detection" msgstr "Rilevamento automatico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -177,7 +174,7 @@ msgstr "" "Aggiungi automaticamente intere sottoreti alla lista bloccati in base a " "un'ulteriore richiesta RDAP con l'IP sospetto." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -185,7 +182,7 @@ msgstr "" "Aggiungi automaticamente i domini risolti e gli IP sospetti alla lista " "bloccati locale di banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -193,27 +190,31 @@ msgstr "" "Aggiungi automaticamente i domini risolti e gli IP di uplink alla lista " "consentiti locale di banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Cartella del backup" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Cartella di base" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Cartella di lavoro di base durante l'elaborazione di banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Selezione Feed Lista bloccati" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Scadenza set Lista bloccati" @@ -225,7 +226,7 @@ msgstr "" "Le modifiche alla lista bloccati sono state salvate, avvia la ricerca dei " "domini o riavvia banIP per applicare le modifiche." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -234,7 +235,7 @@ msgstr "" "supportate. Limita la politica di blocco predefinita a una determinata " "catena." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "Core CPU" @@ -247,9 +248,9 @@ msgstr "Annulla" msgid "Chain/Set Settings" msgstr "Impostazioni catena/set" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Per applicare le modifiche in questa scheda serve riavviare il servizio " @@ -272,7 +273,7 @@ msgstr "" "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >consulta la " "documentazione online" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Paesi" @@ -280,7 +281,7 @@ msgstr "Paesi" msgid "Custom Feed Editor" msgstr "Editor di feed personalizzati" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." @@ -288,11 +289,11 @@ msgstr "" "Deduplica gli indirizzi IP su tutti i set attivi e riordina la lista " "bloccati locale." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "Deduplica gli IP" -#: 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:424 msgid "Default Block Policy" msgstr "Politica di blocco predefinita" @@ -308,7 +309,7 @@ msgstr "" "Rileva automaticamente i dispositivi di rete, le interfacce, le sottoreti, i " "protocolli e le utilità rilevanti." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Disattiva" @@ -316,7 +317,7 @@ msgstr "Disattiva" msgid "Domain Lookup" msgstr "Ricerca del dominio" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Non controllare i certificati SSL del server durante il download." @@ -324,7 +325,7 @@ msgstr "Non controllare i certificati SSL del server durante il download." msgid "Download Custom Feeds" msgstr "Scarica i feed personalizzati" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Download non sicuro" @@ -332,7 +333,7 @@ msgstr "Download non sicuro" msgid "Download Parameters" msgstr "Parametri di download" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Tentativi di download" @@ -340,19 +341,25 @@ msgstr "Tentativi di download" msgid "Download Utility" msgstr "Utilità di download" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Notifica e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Profilo e-mail" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Indirizzo e-mail destinatario" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Indirizzo e-mail mittente" @@ -360,7 +367,7 @@ msgstr "Indirizzo e-mail mittente" msgid "E-Mail Settings" msgstr "Impostazioni e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Oggetto e-mail" @@ -409,17 +416,17 @@ msgstr "Attiva il supporto IPv4." msgid "Enables IPv6 support." msgstr "Attiva il supporto IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Tempo di scadenza per i membri del set Lista bloccati aggiunti " "automaticamente." -#: 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:584 msgid "External allowlist feeds" msgstr "Feed di Lista consentiti esterna" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Feed di Lista bloccati esterna" @@ -455,15 +462,15 @@ msgstr "Impostazioni generali" msgid "Grant access to LuCI app banIP" msgstr "Consenti l'accesso all'app banIP di LuCI" -#: 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:331 msgid "High Priority" msgstr "Priorità alta" -#: 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:330 msgid "Highest Priority" msgstr "Priorità massima" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -483,7 +490,7 @@ msgstr "Supporto IPv4" msgid "IPv6 Support" msgstr "Supporto IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -507,8 +514,8 @@ msgstr "Valori di input non validi, impossibile salvare le modifiche." msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pacchetti)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "Catena LAN-Forward" @@ -516,35 +523,35 @@ msgstr "Catena LAN-Forward" msgid "Last Run" msgstr "Ultimo avvio" -#: 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:334 msgid "Least Priority" msgstr "Priorità minima" -#: 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:333 msgid "Less Priority" msgstr "Priorità bassa" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limita determinati feed alla catena LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limita determinati feed alla catena WAN-Forward." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limita determinati feed alla catena WAN-Input." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Limita i core della CPU usati da banIP per risparmiare RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Limita la funzione auto-consentiti di uplink." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -553,31 +560,30 @@ msgstr "" "ridurre il carico della CPU." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Elenco delle interfacce di rete disponibili per innescare l'avvio di banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "Elenca gli elementi di un set specifico relativo a banIP." -#: 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:601 msgid "Local feed settings" msgstr "Impostazioni feed locale" -#: 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:509 msgid "Log Count" msgstr "Numero log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Registra LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Livello di log" -#: 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:499 msgid "Log Limit" msgstr "Limite di log" @@ -585,35 +591,35 @@ msgstr "Limite di log" msgid "Log Settings" msgstr "Impostazioni log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Termini del log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Registra WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Registra WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Registra i pacchetti LAN inoltrati sospetti (rejected)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Registra i pacchetti WAN inoltrati sospetti (dropped)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Registra i pacchetti WAN in entrata sospetti (dropped)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Max file aperti" -#: 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:397 msgid "NFT Chain Priority" msgstr "Priorità catena NFT" @@ -621,7 +627,7 @@ msgstr "Priorità catena NFT" msgid "NFT Information" msgstr "Informazioni NFT" -#: 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:391 msgid "NFT Set Policy" msgstr "Politica set NFT" @@ -634,7 +640,7 @@ msgstr "Dispositivi di rete" msgid "Network Interfaces" msgstr "Interfacce di rete" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Livello priorità (nice)" @@ -651,11 +657,11 @@ msgstr "Non ci sono ancora log del firewall relativi a banIP!" msgid "No banIP related processing logs yet!" msgstr "Non ci sono ancora log di elaborazione relativi a banIP!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Priorità normale (predefinito)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -663,7 +669,7 @@ msgstr "" "Numero di tentativi di download in caso di errore (non supportato da uclient-" "fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -682,7 +688,7 @@ msgstr "" msgid "Overview" msgstr "Riepilogo" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -694,21 +700,21 @@ msgstr "" msgid "Processing Log" msgstr "Log di elaborazione" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Profilo usato da 'msmtp' per le notifiche e-mail di banIP." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Protocollo/Formato URL non supportato" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Ricevi notifiche e-mail ad ogni esecuzione di banIP." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -724,11 +730,15 @@ msgstr "Aggiorna" msgid "Reload" msgstr "Ricarica" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Cartella del report" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Elementi del report" @@ -736,7 +746,7 @@ msgstr "Elementi del report" msgid "Restart" msgstr "Riavvia" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "Limita l'accesso a Internet da/a un numero limitato di IP sicuri." @@ -789,7 +799,7 @@ msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv4 logica/che." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv6 logica/che." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Indirizzo del mittente per le e-mail di notifica di banIP." @@ -802,7 +812,7 @@ msgstr "Imposta" msgid "Set Reporting" msgstr "Imposta resoconti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Imposta dim. divisione" @@ -818,7 +828,7 @@ msgstr "Imposta sondaggio..." msgid "Set details" msgstr "Imposta dettagli" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -826,11 +836,11 @@ msgstr "" "Imposta la priorità della catena nft nella tabella banIP. Nota bene: valori " "più bassi significano una priorità più alta." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Imposta il criterio nft per iset relativi a banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Imposta il livello syslog per la registrazione NFT." @@ -838,15 +848,11 @@ msgstr "Imposta il livello syslog per la registrazione NFT." msgid "Settings" msgstr "Impostazioni" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "" "Dividi il caricamento del set esterno dopo ogni n membri per risparmiare RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Interfaccia trigger di avvio" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Stato" @@ -855,7 +861,7 @@ msgstr "Stato" msgid "Stop" msgstr "Ferma" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Sottorete (predefinito)" @@ -867,11 +873,11 @@ msgstr "Sondaggio" msgid "System Information" msgstr "Informazioni di sistema" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "Cartella di destinazione per i file di report relativi a banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Cartella di destinazione per i backup dei feed compressi." @@ -883,7 +889,7 @@ msgstr "La lista consentiti è troppo grande, impossibile salvare le modifiche." msgid "The blocklist is too big, unable to save modifications." msgstr "La lista bloccati è troppo grande, impossibile salvare le modifiche." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -891,7 +897,7 @@ msgstr "" "I termini e le espressioni regolari predefinite dei log filtrano il traffico " "sospetto di ssh, LuCI, nginx e asterisk." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" "La priorità selezionata verrà usata per l'elaborazione in secondo piano di " @@ -949,7 +955,7 @@ msgstr "" msgid "Timestamp" msgstr "Marca temporale" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -957,24 +963,14 @@ msgstr "" "Per attivare le notifiche e-mail, configura il pacchetto 'msmtp' e specifica " "un indirizzo di destinatario e-mail valido." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Oggetto per le e-mail di notifica di banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Azione di innesco" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Ritardo innesco" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Azione di innesco sugli eventi dell'interfaccia ifup." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -1010,8 +1006,8 @@ msgstr "Versione" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pacchetti)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "Catena WAN-Forward" @@ -1019,8 +1015,8 @@ msgstr "Catena WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pacchetti)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "Catena WAN-Input" @@ -1040,7 +1036,7 @@ msgstr "" "backup locale. Per tornare alla versione dei manutentori, svuota di nuovo il " "file dei feed personalizzati (non eliminarlo!)." -#: 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:478 msgid "alert" msgstr "allarme" @@ -1056,69 +1052,92 @@ msgstr "auto-aggiunto oggi alla lista bloccati" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "debug" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "emerg" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "err" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "info" -#: 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:457 -#: 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: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:459 msgid "local allowlist" msgstr "lista consentiti locale" -#: 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "lista bloccati locale" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "memoria (predefinito)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "notifica" -#: 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:393 msgid "performance" msgstr "prestazioni" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -msgstr "ricarica" - -#: 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:428 -msgid "restart" -msgstr "riavvio" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "avvio (predefinito)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "avviso (predefinito)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Ritardo di attivazione aggiuntivo in secondi prima che l'elaborazione di " +#~ "banIP abbia inizio." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Elenco delle interfacce di rete disponibili per innescare l'avvio di " +#~ "banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interfaccia trigger di avvio" + +#~ msgid "Trigger Action" +#~ msgstr "Azione di innesco" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Azione di innesco sugli eventi dell'interfaccia ifup." + +#~ msgid "reload" +#~ msgstr "ricarica" + +#~ msgid "restart" +#~ msgstr "riavvio" + +#~ msgid "start (default)" +#~ msgstr "avvio (predefinito)" + #~ msgid "Allow VLAN Forwads" #~ msgstr "Consenti inoltri VLAN" diff --git a/applications/luci-app-banip/po/ja/banip.po b/applications/luci-app-banip/po/ja/banip.po index e4c6b358a6..e00152e6ae 100644 --- a/applications/luci-app-banip/po/ja/banip.po +++ b/applications/luci-app-banip/po/ja/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "自動検出" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "バックアップ先 ディレクトリ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "キャンセル" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "国" @@ -258,17 +261,17 @@ msgstr "国" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "ダウンロードのパラメータ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "ダウンロードユーティリティ" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Eメール通知" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Eメールプロファイル" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Eメール受信アドレス" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Eメール送信者アドレス" @@ -334,7 +343,7 @@ msgstr "Eメール送信者アドレス" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Eメールトピック" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "一般設定" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "最高の優先度" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "IPv4 サポート" msgid "IPv6 Support" msgstr "IPv6 サポート" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "低い優先度" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "ログ制限" @@ -552,35 +561,35 @@ msgstr "ログ制限" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "ネットワークインターフェース" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "通常の優先度 (デフォルト)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "リフレッシュ" msgid "Reload" msgstr "リロード" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "レポート ディレクトリ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "再起動" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "起動時トリガーインターフェース" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "タイムスタンプ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "トリガ遅延" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,69 +981,65 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" 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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" +#~ msgid "Startup Trigger Interface" +#~ msgstr "起動時トリガーインターフェース" + #~ msgid "Active Subnets" #~ msgstr "アクティブなサブネット" diff --git a/applications/luci-app-banip/po/ko/banip.po b/applications/luci-app-banip/po/ko/banip.po index b32ecae5bf..2ccd0b726b 100644 --- a/applications/luci-app-banip/po/ko/banip.po +++ b/applications/luci-app-banip/po/ko/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,46 +164,50 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 #, fuzzy msgid "Backup Directory" msgstr "백업 경로" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -214,13 +217,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -233,9 +236,9 @@ msgstr "취소" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -251,7 +254,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -259,17 +262,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -283,7 +286,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -291,7 +294,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -299,7 +302,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -307,7 +310,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -315,19 +318,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -335,7 +344,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -384,15 +393,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -428,15 +437,15 @@ msgstr "기본 설정" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -456,7 +465,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -478,8 +487,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -487,65 +496,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -553,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -589,7 +598,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -602,7 +611,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -619,17 +628,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -644,7 +653,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -654,21 +663,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -682,11 +691,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -694,7 +707,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -747,7 +760,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -760,7 +773,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -776,17 +789,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -794,14 +807,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -810,7 +819,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -822,11 +831,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -838,13 +847,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -884,30 +893,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -943,8 +942,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -952,8 +951,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -967,7 +966,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -983,66 +982,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/lt/banip.po b/applications/luci-app-banip/po/lt/banip.po index 82beea3e8e..4774b5d3a2 100644 --- a/applications/luci-app-banip/po/lt/banip.po +++ b/applications/luci-app-banip/po/lt/banip.po @@ -18,87 +18,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -115,23 +115,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Pažangūs nustatymai" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -141,27 +140,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -169,45 +168,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -217,13 +220,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -236,9 +239,9 @@ msgstr "Atšaukti" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -254,7 +257,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -262,17 +265,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -286,7 +289,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -294,7 +297,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -302,7 +305,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -310,7 +313,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -318,19 +321,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -338,7 +347,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -387,15 +396,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -431,15 +440,15 @@ msgstr "Bendri nustatymai" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -459,7 +468,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -481,8 +490,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -490,65 +499,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -556,35 +565,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -592,7 +601,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -605,7 +614,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -622,17 +631,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -647,7 +656,7 @@ msgstr "" msgid "Overview" msgstr "Apžiūra" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -657,21 +666,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -685,11 +694,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -697,7 +710,7 @@ msgstr "" msgid "Restart" msgstr "Paleisti iš naujo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -750,7 +763,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -763,7 +776,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -779,17 +792,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -797,14 +810,10 @@ msgstr "" msgid "Settings" msgstr "Nustatymai" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Būsena" @@ -813,7 +822,7 @@ msgstr "Būsena" msgid "Stop" msgstr "Stop" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -825,11 +834,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -841,13 +850,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -887,30 +896,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -946,8 +945,8 @@ msgstr "Versija" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -955,8 +954,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -970,7 +969,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -986,65 +985,58 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/mr/banip.po b/applications/luci-app-banip/po/mr/banip.po index 38b0a67256..519f589b69 100644 --- a/applications/luci-app-banip/po/mr/banip.po +++ b/applications/luci-app-banip/po/mr/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "रीलोड करा" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/ms/banip.po b/applications/luci-app-banip/po/ms/banip.po index ffd3c9a726..afa2cade46 100644 --- a/applications/luci-app-banip/po/ms/banip.po +++ b/applications/luci-app-banip/po/ms/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Direktori Sandaran" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/nb_NO/banip.po b/applications/luci-app-banip/po/nb_NO/banip.po index 4a23afef0a..8f9bac4ed2 100644 --- a/applications/luci-app-banip/po/nb_NO/banip.po +++ b/applications/luci-app-banip/po/nb_NO/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Sikkerhetskopimappe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Avbryt" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "Nedlastingsparametre" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "Nedlastingsverktøy" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-postprofil" -#: 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "E-postsenderadresse" @@ -334,7 +343,7 @@ msgstr "E-postsenderadresse" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "E-postemne" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "Generelle innstillinger" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "IPv6-støtte" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" msgstr "Sist kjørt" -#: 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" msgstr "Oversikt" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "Gjenoppfrisk" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Rapportmappe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "Omstart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -747,7 +760,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -760,7 +773,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -776,17 +789,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -794,14 +807,10 @@ msgstr "" msgid "Settings" msgstr "Innstillinger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -810,7 +819,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -822,11 +831,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -838,13 +847,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -884,30 +893,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Utløserforsinkelse" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -943,8 +942,8 @@ msgstr "Versjon" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -952,8 +951,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -967,7 +966,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -983,66 +982,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/nl/banip.po b/applications/luci-app-banip/po/nl/banip.po index 92e4b7845f..c4b437ce68 100644 --- a/applications/luci-app-banip/po/nl/banip.po +++ b/applications/luci-app-banip/po/nl/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Selectie instellen --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (standaard)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (uitschakelen)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (standaard)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (standaard)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (standaard)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASN's" @@ -111,25 +111,22 @@ msgid "Active Uplink" msgstr "Actieve uplink" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Extra triggervertraging in seconden voordat banIP-verwerking daadwerkelijk " -"begint." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Geavanceerde instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Selectie feed op toelatingslijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Alleen toelatingslijst" @@ -141,27 +138,27 @@ msgstr "" "Wijzigingen op de toelatingslijst zijn opgeslagen, start de Domain Lookup of " "herstart banIP om de wijzigingen door te voeren." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Uplink automatisch toestaan" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Automatische toelatingslijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Subnet automatisch blokkeren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Automatische blokkeerlijst" @@ -169,7 +166,7 @@ msgstr "Automatische blokkeerlijst" msgid "Auto Detection" msgstr "Autodetectie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -177,7 +174,7 @@ msgstr "" "Voeg automatisch hele subnetten toe aan de blokkeerlijst Set op basis van " "een extra RDAP-verzoek met het verdachte IP-adres." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -185,7 +182,7 @@ msgstr "" "Voeg automatisch opgeloste domeinen en verdachte IP's toe aan de lokale " "banIP-blokkeerlijst." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -193,27 +190,31 @@ msgstr "" "Voeg automatisch opgeloste domeinen en uplink-IP's toe aan de lokale banIP-" "toelatingslijst." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Backup Directory" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Basismap" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Basiswerkmap tijdens banIP-verwerking." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Blocklist Feed Selectie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Vervaldatum van blokkeerlijst ingesteld" @@ -225,7 +226,7 @@ msgstr "" "Bloklijstwijzigingen zijn opgeslagen, start de Domain Lookup of herstart " "banIP om de wijzigingen door te voeren." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -233,7 +234,7 @@ msgstr "" "Standaard is elke feed actief in alle ondersteunde reeks. Beperk het " "standaard blokkeerbeleid tot een bepaalde reeks." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "CPU-kernen" @@ -246,9 +247,9 @@ msgstr "Annuleren" msgid "Chain/Set Settings" msgstr "Reeks-/set-instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Wijzigingen op dit tabblad hebben een herstart van de banIP-service nodig om " @@ -271,7 +272,7 @@ msgstr "" "target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de online " "documentatie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Landen" @@ -279,17 +280,17 @@ msgstr "Landen" msgid "Custom Feed Editor" msgstr "Aangepaste feededitor" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "IP's ontdubbelen" -#: 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:424 msgid "Default Block Policy" msgstr "Standaard blokkeringsbeleid" @@ -305,7 +306,7 @@ msgstr "" "Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, " "protocollen en hulpprogramma's." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Uitschakelen" @@ -313,7 +314,7 @@ msgstr "Uitschakelen" msgid "Domain Lookup" msgstr "Domein opzoeken" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Tijdens download niet de SSL server certificaten controleren." @@ -321,7 +322,7 @@ msgstr "Tijdens download niet de SSL server certificaten controleren." msgid "Download Custom Feeds" msgstr "Aangepaste feeds downloaden" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Onbeveiligd downloaden" @@ -329,7 +330,7 @@ msgstr "Onbeveiligd downloaden" msgid "Download Parameters" msgstr "Parameters downloaden" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Nieuwe pogingen downloaden" @@ -337,19 +338,25 @@ msgstr "Nieuwe pogingen downloaden" msgid "Download Utility" msgstr "Download hulpprogramma" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "E-Mail notificatie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-Mail profiel" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "E-Mail adres van ontvanger" -#: 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:532 msgid "E-Mail Sender Address" msgstr "E-Mail adres van verzender" @@ -357,7 +364,7 @@ msgstr "E-Mail adres van verzender" msgid "E-Mail Settings" msgstr "Email instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "E-Mail onderwerp" @@ -408,15 +415,15 @@ msgstr "Schakelt IPv4-ondersteuning in." msgid "Enables IPv6 support." msgstr "Schakelt IPv6-ondersteuning in." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden." -#: 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:584 msgid "External allowlist feeds" msgstr "Externe toelatingslijstfeeds" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Externe blokkeerlijstfeeds" @@ -452,15 +459,15 @@ msgstr "Algemene instellingen" msgid "Grant access to LuCI app banIP" msgstr "Geef toegang tot LuCI app banIP" -#: 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:331 msgid "High Priority" msgstr "Hoge prioriteit" -#: 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:330 msgid "Highest Priority" msgstr "Hoogste prioriteit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -480,7 +487,7 @@ msgstr "IPv4 ondersteuning" msgid "IPv6 Support" msgstr "IPv6 ondersteuning" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -504,8 +511,8 @@ msgstr "Ongeldige invoerwaarden, kan wijzigingen niet opslaan." msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pakketten)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "LAN-Forward Reeks" @@ -513,35 +520,35 @@ msgstr "LAN-Forward Reeks" msgid "Last Run" msgstr "Laatst gedraaid" -#: 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:334 msgid "Least Priority" msgstr "Laagste prioriteit" -#: 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:333 msgid "Less Priority" msgstr "Lage prioriteit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Beperk bepaalde feeds tot de LAN-Forward-reeks." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Beperk bepaalde feeds tot de WAN-Forward-reeks." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Beperk de uplink autoallow-functie." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -550,31 +557,31 @@ msgstr "" "belasting te verminderen." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." -msgstr "Lijst van beschikbare netwerkinterfaces die banIP starten." +msgid "List of available reload trigger interface(s)." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "" "Maak een lijst van de elementen van een specifieke banIP-gerelateerde Set." -#: 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:601 msgid "Local feed settings" msgstr "Lokale feedinstellingen" -#: 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:509 msgid "Log Count" msgstr "Aantal logboeken" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Logboek LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Logboek niveau" -#: 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:499 msgid "Log Limit" msgstr "Log limiet" @@ -582,35 +589,35 @@ msgstr "Log limiet" msgid "Log Settings" msgstr "Logboek instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Logboek termen (sleutelwoorden)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Logboek WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Logboek WAN-invoer" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Logboek van verdachte doorgestuurde LAN-pakketten (geweigerd)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Logboek verdachte doorgestuurde WAN-pakketten (vervallen)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Logboek verdachte inkomende WAN-pakketten (vervallen)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Max Open Bestanden" -#: 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:397 msgid "NFT Chain Priority" msgstr "NFT-ketenprioriteit" @@ -618,7 +625,7 @@ msgstr "NFT-ketenprioriteit" msgid "NFT Information" msgstr "NFT Informatie" -#: 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:391 msgid "NFT Set Policy" msgstr "NFT-beleid instellen" @@ -631,7 +638,7 @@ msgstr "Netwerk apparaten" msgid "Network Interfaces" msgstr "Netwerk interfaces" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Mooi niveau" @@ -648,11 +655,11 @@ msgstr "Nog geen banIP gerelateerde firewall logboeken!" msgid "No banIP related processing logs yet!" msgstr "Nog geen banIP-gerelateerde verwerkingslogboeken!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Normale prioriteit (standaard)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -660,7 +667,7 @@ msgstr "" "Aantal downloadpogingen in geval van een fout (niet ondersteund door uclient-" "fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -679,7 +686,7 @@ msgstr "" msgid "Overview" msgstr "Overzicht" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -692,22 +699,22 @@ msgstr "" msgid "Processing Log" msgstr "Logboek verwerken" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profiel gebruikt voor 'msmtp' voor banIP E-Mail berichten/notificaties." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Protocol/URL-formaat wordt niet ondersteund" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Ontvang e-mailmeldingen bij elke banIP-run." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -723,11 +730,15 @@ msgstr "Herladen" msgid "Reload" msgstr "Herladen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Rapportage directory" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Rapporteer elementen" @@ -735,7 +746,7 @@ msgstr "Rapporteer elementen" msgid "Restart" msgstr "Herstart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's." @@ -788,7 +799,7 @@ msgstr "Selecteer de logische WAN IPv4-netwerkinterface(s)." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selecteer de logische WAN IPv6-netwerkinterface(s)." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Afzender e-mailadres voor de banIP email meldingen." @@ -801,7 +812,7 @@ msgstr "Instellen" msgid "Set Reporting" msgstr "Rapportage instellen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Splitsgrootte instellen" @@ -817,7 +828,7 @@ msgstr "Enquête instellen..." msgid "Set details" msgstr "Details instellen" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -825,11 +836,11 @@ msgstr "" "Stel de prioriteit van de nft reeks in binnen de banIP-tabel. Let op: lagere " "waarden betekenen hogere prioriteit." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Stel het nft-beleid in voor banIP-gerelateerde sets." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Stel het syslog-niveau in voor NFT-logboekregistratie." @@ -837,14 +848,10 @@ msgstr "Stel het syslog-niveau in voor NFT-logboekregistratie." msgid "Settings" msgstr "Instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "Splits het laden van externe sets na elke n leden om RAM te besparen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Startup Trigger-interface" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Status" @@ -853,7 +860,7 @@ msgstr "Status" msgid "Stop" msgstr "Stop" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Subnet (standaard)" @@ -865,11 +872,11 @@ msgstr "Enquête" msgid "System Information" msgstr "Systeem informatie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "Doelmap voor banIP-gerelateerde rapportbestanden." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Doelmap voor back-ups van gecomprimeerde feeds." @@ -882,7 +889,7 @@ msgstr "" msgid "The blocklist is too big, unable to save modifications." msgstr "De blokkeerlijst is te groot, kan wijzigingen niet opslaan." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -890,7 +897,7 @@ msgstr "" "De standaard logtermen / reguliere expressies filteren verdacht ssh-, LuCI-, " "nginx- en asterisk-verkeer." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" "De geselecteerde prioriteit wordt gebruikt voor banIP-achtergrondverwerking." @@ -937,7 +944,7 @@ msgstr "" msgid "Timestamp" msgstr "Tijdstempel" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -945,24 +952,14 @@ msgstr "" "Om e-mailmeldingen in te schakelen, stelt u het 'msmtp'-pakket in en geeft u " "een geldig e-mailontvangeradres op." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Onderwerp voor banIP notificatie e-mails." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Trigger actie" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Trigger vertraging" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Activeer actie op ifup-interfacegebeurtenissen." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -998,8 +995,8 @@ msgstr "Versie" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pakketten)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "WAN-Forward Reeks" @@ -1007,8 +1004,8 @@ msgstr "WAN-Forward Reeks" msgid "WAN-Input (packets)" msgstr "WAN-invoer (pakketten)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "WAN-invoer reeks" @@ -1029,7 +1026,7 @@ msgstr "" "versie van de beheerder leegt u het aangepaste feedbestand opnieuw (niet " "verwijderen!)." -#: 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:478 msgid "alert" msgstr "alarm" @@ -1045,69 +1042,90 @@ msgstr "vandaag automatisch toegevoegd aan de blokkeerlijst" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "debuggen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "tevoorschijn komen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "fout" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "info" -#: 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:457 -#: 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: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:459 msgid "local allowlist" msgstr "lokale toelatingslijst" -#: 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "lokale blokkeerlijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "geheugen (standaard)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "kennisgeving" -#: 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:393 msgid "performance" msgstr "prestatie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -msgstr "herladen" - -#: 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:428 -msgid "restart" -msgstr "herstarten" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "start (standaard)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "waarschuwen (standaard)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Extra triggervertraging in seconden voordat banIP-verwerking " +#~ "daadwerkelijk begint." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "Lijst van beschikbare netwerkinterfaces die banIP starten." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Startup Trigger-interface" + +#~ msgid "Trigger Action" +#~ msgstr "Trigger actie" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Activeer actie op ifup-interfacegebeurtenissen." + +#~ msgid "reload" +#~ msgstr "herladen" + +#~ msgid "restart" +#~ msgstr "herstarten" + +#~ msgid "start (default)" +#~ msgstr "start (standaard)" + #~ msgid "" #~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "blocklist." diff --git a/applications/luci-app-banip/po/pl/banip.po b/applications/luci-app-banip/po/pl/banip.po index d0c2b5766f..6c147d1052 100644 --- a/applications/luci-app-banip/po/pl/banip.po +++ b/applications/luci-app-banip/po/pl/banip.po @@ -15,87 +15,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Wybór zestawu --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (domyślne)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (wyłączone)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (domyślne)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (domyślne)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (domyślne)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASN-y" @@ -112,25 +112,22 @@ msgid "Active Uplink" msgstr "Aktywne łącze nadrzędne" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Dodatkowe opóźnienie wyzwalacza w sekundach przed faktycznym rozpoczęciem " -"przetwarzania banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Wybór źródeł listy dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Tylko lista dozwolonych" @@ -142,27 +139,27 @@ msgstr "" "Modyfikacje listy dozwolonych zostały zapisane, rozpocznij wyszukiwanie " "domen lub zrestartuj banIP, aby zmiany zaczęły obowiązywać." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "Zawsze zezwalaj na przekazywanie niektórych VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "Zawsze blokuj przekazywanie niektórych VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Automatycznie zezwalaj na łącze nadrzędne" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Automatyczna lista dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Automatyczne blokowanie podsieci" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Automatyczna lista zablokowanych" @@ -170,7 +167,7 @@ msgstr "Automatyczna lista zablokowanych" msgid "Auto Detection" msgstr "Automatyczne wykrywanie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -178,7 +175,7 @@ msgstr "" "Automatycznie dodawaj całe podsieci do zestawu listy zablokowanych na " "podstawie dodatkowego żądania RDAP z podejrzanym adresem IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -186,7 +183,7 @@ msgstr "" "Automatycznie dodawaj rozpoznane domeny i podejrzane adresy IP do lokalnej " "listy zablokowanych banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -194,27 +191,31 @@ msgstr "" "Automatycznie dodawaj rozpoznane domeny i adresy IP łącza nadrzędnego do " "lokalnej listy dozwolonych banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Katalog kopii zapasowej" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Katalog główny" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Główny katalog roboczy podczas przetwarzania banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Wybór źródeł listy zablokowanych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Wygaśnięcie zestawu listy zablokowanych" @@ -226,7 +227,7 @@ msgstr "" "Modyfikacje listy zablokowanych zostały zapisane, rozpocznij wyszukiwanie " "domen lub zrestartuj banIP, aby zmiany zaczęły obowiązywać." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -234,7 +235,7 @@ msgstr "" "Domyślnie każde źródło jest aktywne we wszystkich obsługiwanych łańcuchach. " "Ogranicz domyślne zasady blokowania do określonego łańcucha." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "Rdzenie procesora" @@ -247,9 +248,9 @@ msgstr "Anuluj" msgid "Chain/Set Settings" msgstr "Ustawienia łańcucha/zestawu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Zmiany na tej karcie wymagają ponownego uruchomienia usługi banIP, aby " @@ -272,7 +273,7 @@ msgstr "" "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >znajduje się w " "dokumentacji online" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Kraje" @@ -280,7 +281,7 @@ msgstr "Kraje" msgid "Custom Feed Editor" msgstr "Edytor źródeł niestandardowych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." @@ -288,11 +289,11 @@ msgstr "" "Deduplikuj adresy IP we wszystkich aktywnych zestawach i uporządkuj lokalną " "listę zablokowanych." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "Deduplikacja adresów IP" -#: 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:424 msgid "Default Block Policy" msgstr "Domyślne zasady blokowania" @@ -308,7 +309,7 @@ msgstr "" "Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, " "podsieci, protokoły i narzędzia." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Wyłącz" @@ -316,7 +317,7 @@ msgstr "Wyłącz" msgid "Domain Lookup" msgstr "Wyszukiwanie domen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Nie sprawdzaj certyfikatów SSL serwera podczas pobierania." @@ -324,7 +325,7 @@ msgstr "Nie sprawdzaj certyfikatów SSL serwera podczas pobierania." msgid "Download Custom Feeds" msgstr "Pobierz źródła niestandardowe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Niezabezpieczone pobieranie" @@ -332,7 +333,7 @@ msgstr "Niezabezpieczone pobieranie" msgid "Download Parameters" msgstr "Parametry pobierania" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Ponowne próby pobierania" @@ -340,19 +341,25 @@ msgstr "Ponowne próby pobierania" msgid "Download Utility" msgstr "Narzędzie pobierania" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Powiadomienie e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Profil e-mail" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Adres e-mail odbiorcy" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Adres e-mail nadawcy" @@ -360,7 +367,7 @@ msgstr "Adres e-mail nadawcy" msgid "E-Mail Settings" msgstr "Ustawienia e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Temat e-mail" @@ -410,16 +417,16 @@ msgstr "Włącza obsługę IPv4." msgid "Enables IPv6 support." msgstr "Włącza obsługę IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych." -#: 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:584 msgid "External allowlist feeds" msgstr "Zewnętrzne źródła listy dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Zewnętrzne źródła listy zablokowanych" @@ -455,15 +462,15 @@ msgstr "Ustawienia główne" msgid "Grant access to LuCI app banIP" msgstr "Udziel dostępu LuCI do aplikacji banIP" -#: 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:331 msgid "High Priority" msgstr "Wysoki priorytet" -#: 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:330 msgid "Highest Priority" msgstr "Najwyższy priorytet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -483,7 +490,7 @@ msgstr "Obsługa IPv4" msgid "IPv6 Support" msgstr "Obsługa IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -507,8 +514,8 @@ msgstr "Nieprawidłowe wartości wejściowe, nie można zapisać zmian." msgid "LAN-Forward (packets)" msgstr "Przekazywanie LAN (pakiety)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "Łańcuch przekazywania LAN" @@ -516,37 +523,37 @@ msgstr "Łańcuch przekazywania LAN" msgid "Last Run" msgstr "Ostatnie uruchomienie" -#: 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:334 msgid "Least Priority" msgstr "Najniższy priorytet" -#: 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:333 msgid "Less Priority" msgstr "Mniejszy priorytet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Ogranicz niektóre źródła do łańcucha przekazywania LAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Ogranicz niektóre źródła do łańcucha przekazywania WAN." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Ogranicz niektóre źródła do łańcucha wejścia WAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać " "pamięć RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Ogranicz funkcję automatycznego zezwalania na łącze nadrzędne." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -555,31 +562,30 @@ msgstr "" "zmniejszyć obciążenie procesora." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Lista dostępnych interfejsów sieciowych wyzwalających uruchomienie banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "Wymień elementy określonego zestawu związanego z banIP." -#: 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:601 msgid "Local feed settings" msgstr "Ustawienia lokalnego źródła" -#: 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:509 msgid "Log Count" msgstr "Liczba dziennika" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Rejestrowanie przekazywania LAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Poziom logowania" -#: 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:499 msgid "Log Limit" msgstr "Limit dziennika" @@ -587,35 +593,35 @@ msgstr "Limit dziennika" msgid "Log Settings" msgstr "Ustawienia dziennika" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Warunki dziennika" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Rejestrowanie przekazywania WAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Rejestrowanie wejścia WAN" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Rejestruj podejrzane przekazane pakiety LAN (odrzucone)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Rejestruj podejrzane przekazane pakiety WAN (porzucone)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Rejestruj podejrzane przychodzące pakiety WAN (porzucone)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Maksymalna liczba otwartych plików" -#: 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:397 msgid "NFT Chain Priority" msgstr "Priorytet łańcucha NFT" @@ -623,7 +629,7 @@ msgstr "Priorytet łańcucha NFT" msgid "NFT Information" msgstr "Informacje NFT" -#: 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:391 msgid "NFT Set Policy" msgstr "Zasady zestawu NFT" @@ -636,7 +642,7 @@ msgstr "Urządzenia sieciowe" msgid "Network Interfaces" msgstr "Interfejsy sieciowe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Poziom nice" @@ -653,11 +659,11 @@ msgstr "Nie ma jeszcze dzienników zapory związanych z banIP!" msgid "No banIP related processing logs yet!" msgstr "Nie ma jeszcze dzienników przetwarzania związanych z banIP!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Normalny priorytet (domyślny)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -665,7 +671,7 @@ msgstr "" "Liczba prób pobierania w przypadku błędu (nieobsługiwane przez uclient-" "fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -684,7 +690,7 @@ msgstr "" msgid "Overview" msgstr "Przegląd" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -697,22 +703,22 @@ msgstr "" msgid "Processing Log" msgstr "Dziennik przetwarzania" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profil używany przez \"msmtp\" dla wiadomości e-mail z powiadomieniem banIP." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Format protokołu/adresu URL jest nieobsługiwany" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Otrzymuj powiadomienia e-mail przy każdym uruchomieniu banIP." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -728,11 +734,15 @@ msgstr "Odśwież" msgid "Reload" msgstr "Przeładuj" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Katalog raportu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Elementy raportu" @@ -740,7 +750,7 @@ msgstr "Elementy raportu" msgid "Restart" msgstr "Restartuj" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP." @@ -794,7 +804,7 @@ msgstr "Wybierz logiczne interfejsy sieciowe IPv4 WAN." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Wybierz logiczne interfejsy sieciowe IPv6 WAN." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP." @@ -807,7 +817,7 @@ msgstr "Zestaw" msgid "Set Reporting" msgstr "Raportowanie zestawu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Rozmiar podziału zestawu" @@ -823,7 +833,7 @@ msgstr "Badanie zestawu..." msgid "Set details" msgstr "Szczegóły zestawu" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -831,11 +841,11 @@ msgstr "" "Ustaw priorytet łańcucha nft w tabeli banIP. Uwaga: niższe wartości " "oznaczają wyższy priorytet." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Ustaw zasady nft dla zestawów związanych z banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Ustaw poziom dziennika syslog dla rejestrowania NFT." @@ -843,16 +853,12 @@ msgstr "Ustaw poziom dziennika syslog dla rejestrowania NFT." msgid "Settings" msgstr "Ustawienia" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "" "Podziel ładowanie zestawu zewnętrznego po każdych n członkach, aby " "zaoszczędzić pamięć RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Interfejs wyzwalacza uruchamiania" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Status" @@ -861,7 +867,7 @@ msgstr "Status" msgid "Stop" msgstr "Zatrzymaj" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Podsieć (domyślne)" @@ -873,11 +879,11 @@ msgstr "Badanie" msgid "System Information" msgstr "Informacje systemowe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "Katalog docelowy dla plików raportów związanych z banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Katalog docelowy dla kopii zapasowych skompresowanych źródeł." @@ -889,7 +895,7 @@ msgstr "Lista dozwolonych jest za duża, nie można zapisać zmian." msgid "The blocklist is too big, unable to save modifications." msgstr "Lista zablokowanych jest za duża, nie można zapisać zmian." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -897,7 +903,7 @@ msgstr "" "Domyślne terminy/wyrażenia regularne dziennika filtrują podejrzany ruch ssh, " "LuCI, nginx i asterisk." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "Wybrany priorytet będzie używany do przetwarzania banIP w tle." @@ -951,7 +957,7 @@ msgstr "" msgid "Timestamp" msgstr "Sygnatura czasowa" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -959,24 +965,14 @@ msgstr "" "Aby włączyć powiadomienia e-mail, skonfiguruj pakiet 'msmtp' i podaj " "prawidłowy adres e-mail odbiorcy." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Temat wiadomości e-mail z powiadomieniem banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Akcja wyzwalacza" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Opóźnienie wyzwalacza" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Wyzwalanie akcji przy zdarzeniach interfejsu ifup." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -1012,8 +1008,8 @@ msgstr "Wersja" msgid "WAN-Forward (packets)" msgstr "Przekazywanie WAN (pakiety)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "Łańcuch przekazywania WAN" @@ -1021,8 +1017,8 @@ msgstr "Łańcuch przekazywania WAN" msgid "WAN-Input (packets)" msgstr "Wejście WAN (pakiety)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "Łańcuch wejścia WAN" @@ -1042,7 +1038,7 @@ msgstr "" "zapasową. Aby wrócić do wersji opiekunów, po prostu ponownie opróżnij plik " "źródeł niestandardowych (nie usuwaj go!)." -#: 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:478 msgid "alert" msgstr "alarm" @@ -1058,69 +1054,91 @@ msgstr "dzisiaj automatycznie dodany do listy zablokowanych" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "krytyczny" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "debugowanie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "ratunkowy" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "błąd" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "informacyjny" -#: 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:457 -#: 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: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:459 msgid "local allowlist" msgstr "lokalna lista dozwolonych" -#: 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "lokalna lista zablokowanych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "pamięć (domyślne)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "spostrzeżenie" -#: 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:393 msgid "performance" msgstr "wydajność" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -msgstr "przeładuj" - -#: 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:428 -msgid "restart" -msgstr "restartuj" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "uruchom (domyślne)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "ostrzeżenie (domyślne)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Dodatkowe opóźnienie wyzwalacza w sekundach przed faktycznym rozpoczęciem " +#~ "przetwarzania banIP." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Lista dostępnych interfejsów sieciowych wyzwalających uruchomienie banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interfejs wyzwalacza uruchamiania" + +#~ msgid "Trigger Action" +#~ msgstr "Akcja wyzwalacza" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Wyzwalanie akcji przy zdarzeniach interfejsu ifup." + +#~ msgid "reload" +#~ msgstr "przeładuj" + +#~ msgid "restart" +#~ msgstr "restartuj" + +#~ msgid "start (default)" +#~ msgstr "uruchom (domyślne)" + #~ msgid "Allow VLAN Forwads" #~ msgstr "Zezwalaj na przekazywanie VLAN" diff --git a/applications/luci-app-banip/po/pt/banip.po b/applications/luci-app-banip/po/pt/banip.po index c1900e8b22..8db950fe37 100644 --- a/applications/luci-app-banip/po/pt/banip.po +++ b/applications/luci-app-banip/po/pt/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Definir seleção --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (padrão)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (desabilitar)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (padrão)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (padrão)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (padrão)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASNs" @@ -111,25 +111,22 @@ msgid "Active Uplink" msgstr "Uplink ativo" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Atraso adicional do gatilho em segundos antes que o processamento do banIP " -"realmente comece." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Seleção de feed da lista de permissões" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Apenas a lista dos permitidos" @@ -141,27 +138,27 @@ msgstr "" "As alterações da lista de permissões foram salvas, inicie a pesquisa de " "domínio ou reinicie o banIP para que as alterações entrem em vigor." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "Permitir sempre determinados encaminhamentos de VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "Bloquear sempre determinados encaminhamentos de VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Permitir uplink automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Lista automática dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Sub-rede de bloqueio automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Lista automática de bloqueio" @@ -169,7 +166,7 @@ msgstr "Lista automática de bloqueio" msgid "Auto Detection" msgstr "Deteção automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -177,7 +174,7 @@ msgstr "" "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "com base numa solicitação adiciona RDAP com o IP suspeito." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -185,7 +182,7 @@ msgstr "" "Adicione automaticamente domínios resolvidos e IPs suspeitos à lista de " "bloqueio local banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -193,28 +190,32 @@ msgstr "" "Adicione automaticamente domínios resolvidos e IPs de uplink à lista de " "permissões banIP local." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Diretório do Backup" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Diretório base" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" "Diretório principal de trabalho usado durante o processamento do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Seleção de feed de lista de bloqueio" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Expiração definida da lista de bloqueio" @@ -226,7 +227,7 @@ msgstr "" "As alterações da lista de bloqueio foram salvas, inicie a pesquisa de " "domínio ou reinicie o banIP para que as alterações entrem em vigor." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -234,7 +235,7 @@ msgstr "" "Por padrão, cada feed está ativo em todas as cadeias suportadas. Limite a " "política de bloqueio padrão a uma determinada cadeia." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "Núcleos da CPU" @@ -247,9 +248,9 @@ msgstr "Cancelar" msgid "Chain/Set Settings" msgstr "Cadeia/Definir as configurações" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "As alterações nesta guia precisam de uma reinicialização do serviço banIP " @@ -272,7 +273,7 @@ msgstr "" "target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-" "line" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Países" @@ -280,7 +281,7 @@ msgstr "Países" msgid "Custom Feed Editor" msgstr "Editor de feed personalizado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." @@ -288,11 +289,11 @@ msgstr "" "Elimine endereços IP em todos os conjuntos ativos e limpe a lista local de " "bloqueio." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "Eliminar IPs duplicados" -#: 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:424 msgid "Default Block Policy" msgstr "Política de bloqueio padrão" @@ -308,7 +309,7 @@ msgstr "" "Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os " "protocolos e os utilitários automaticamente." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Desativar" @@ -316,7 +317,7 @@ msgstr "Desativar" msgid "Domain Lookup" msgstr "Busca por domínio" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Não verificar os certificados de SSL do servidor durante a descarrega." @@ -324,7 +325,7 @@ msgstr "Não verificar os certificados de SSL do servidor durante a descarrega." msgid "Download Custom Feeds" msgstr "Baixar feeds personalizados" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Descarregar inseguro" @@ -332,7 +333,7 @@ msgstr "Descarregar inseguro" msgid "Download Parameters" msgstr "Parâmetros de Descarregamento" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Novas tentativas de download" @@ -340,19 +341,25 @@ msgstr "Novas tentativas de download" msgid "Download Utility" msgstr "Ferramenta para Descarregar" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Notificação por e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Perfil de e-mail" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Endereço de e-mail do destinatário" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Endereço de e-mail do remetente" @@ -360,7 +367,7 @@ msgstr "Endereço de e-mail do remetente" msgid "E-Mail Settings" msgstr "Configurações do e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Assunto do e-mail" @@ -410,17 +417,17 @@ msgstr "Ativa o suporte IPv4." msgid "Enables IPv6 support." msgstr "Ativa o suporte IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Tempo de expiração para membros do conjunto de lista de bloqueio adicionados " "automaticamente." -#: 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:584 msgid "External allowlist feeds" msgstr "Feeds externos de lista de permissões" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Feeds externos de lista de bloqueio" @@ -456,15 +463,15 @@ msgstr "Configurações gerais" msgid "Grant access to LuCI app banIP" msgstr "Conceda acesso à app LuCI banIP" -#: 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:331 msgid "High Priority" msgstr "Alta prioridade" -#: 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:330 msgid "Highest Priority" msgstr "Máxima Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -484,7 +491,7 @@ msgstr "Suporte ao IPv4" msgid "IPv6 Support" msgstr "Suporte de IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -509,8 +516,8 @@ msgstr "Valores de entrada inválidos, não é possível salvar as modificaçõe msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pacotes)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "Cadeia LAN-Forward" @@ -518,36 +525,36 @@ msgstr "Cadeia LAN-Forward" msgid "Last Run" msgstr "Última Execução" -#: 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:334 msgid "Least Priority" msgstr "Mínima Prioridade" -#: 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:333 msgid "Less Priority" msgstr "Menor Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limite certos feeds à cadeia LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limite certos feeds à cadeia WAN-Forward." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limite certos feeds à cadeia WAN-Input." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Limite a função de permissão automática de uplink." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -556,31 +563,30 @@ msgstr "" "reduzir a carga da CPU." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Lista de interfaces de rede disponíveis para acionar o início do banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." -#: 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:601 msgid "Local feed settings" msgstr "Configurações de feed local" -#: 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:509 msgid "Log Count" msgstr "Contagem dos registos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Registo LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Nível do registo" -#: 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:499 msgid "Log Limit" msgstr "Limite do Registo" @@ -588,35 +594,35 @@ msgstr "Limite do Registo" msgid "Log Settings" msgstr "Configurações do registo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Termos do registo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Registo WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Registo WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Registar os pacotes suspeitos encaminhados da LAN (rejeitados)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Registar os pacotes suspeitos encaminhados da WAN (rejeitados)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Registar os pacotes suspeitos da entrada da WAN (rejeitados)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Quantidade máxima de ficheiros abertos" -#: 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:397 msgid "NFT Chain Priority" msgstr "Prioridade da Cadeia NFT" @@ -624,7 +630,7 @@ msgstr "Prioridade da Cadeia NFT" msgid "NFT Information" msgstr "Informação NFT" -#: 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:391 msgid "NFT Set Policy" msgstr "Política de definição de NFT" @@ -637,7 +643,7 @@ msgstr "Dispositivos de rede" msgid "Network Interfaces" msgstr "Interfaces de Rede" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Nível de Nice" @@ -654,11 +660,11 @@ msgstr "Ainda não há registos do firewall relacionados ao banIP!" msgid "No banIP related processing logs yet!" msgstr "Ainda não há registos do processamento relacionados ao banIP!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Prioridade Normal (padrão)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -666,7 +672,7 @@ msgstr "" "Número de tentativas de download em caso de erro (não suportado pelo uclient-" "fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -685,7 +691,7 @@ msgstr "" msgid "Overview" msgstr "Visão Geral" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -697,21 +703,21 @@ msgstr "" msgid "Processing Log" msgstr "Registo de processamento" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Formato de protocolo/URL não suportado" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Receba notificações por e-mail a cada execução do banIP." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -727,11 +733,15 @@ msgstr "Atualizar" msgid "Reload" msgstr "Recarregar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Diretório de Relatórios" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Elementos do relatório" @@ -739,7 +749,7 @@ msgstr "Elementos do relatório" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." @@ -793,7 +803,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Endereço do remetente para os e-mails de notificação do banIP." @@ -806,7 +816,7 @@ msgstr "Definir" msgid "Set Reporting" msgstr "Definir o relatório" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Definir o tamanho da divisão" @@ -822,7 +832,7 @@ msgstr "Definir a pesquisa..." msgid "Set details" msgstr "Definir os detalhes" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -830,11 +840,11 @@ msgstr "" "Defina a prioridade da cadeia NFT na tabela do banIP. Observação: valores " "mais baixos significam prioridade mais alta." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Defina a política nft para conjuntos relacionados ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Define o nível do syslog para os registos NFT." @@ -842,16 +852,12 @@ msgstr "Define o nível do syslog para os registos NFT." msgid "Settings" msgstr "Configurações" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "" "Divide o carregamento do conjunto externo após cada n membros para " "economizar RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Interface do Gatilho de Inicialização" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Condição geral" @@ -860,7 +866,7 @@ msgstr "Condição geral" msgid "Stop" msgstr "Parar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Sub-rede (padrão)" @@ -872,12 +878,12 @@ msgstr "Pesquisa" msgid "System Information" msgstr "Informação do sistema" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" "Diretório de destino para os ficheiros do relatório relacionados ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Diretório de destino para os backups comprimidos do feed." @@ -891,7 +897,7 @@ msgid "The blocklist is too big, unable to save modifications." msgstr "" "A lista de bloqueio é grande demais, não é possível salvar as alterações." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -899,7 +905,7 @@ msgstr "" "Os termos/expressões regulares padrão do registo estão filtrando o tráfego " "suspeito do ssh, LuCI, nginx e do asterisk." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" "A prioridade selecionada será usada pelo banIP para o processamento em " @@ -955,7 +961,7 @@ msgstr "" msgid "Timestamp" msgstr "Marca de Tempo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -963,24 +969,14 @@ msgstr "" "Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "especifique um endereço de e-mail com um destinatário válido." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Tópico para e-mails de notificação do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Ação do gatilho" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Atraso do Gatilho" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Acione a ação nos eventos da interface ifup." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -1016,8 +1012,8 @@ msgstr "Versão" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pacotes)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "Cadeia WAN-Forward" @@ -1025,8 +1021,8 @@ msgstr "Cadeia WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pacotes)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "Cadeia WAN-Input" @@ -1046,7 +1042,7 @@ msgstr "" "local. Para voltar à versão do mantenedor, apenas deixe o ficheiro de feed " "personalizado vazio (mas não o exclua!)." -#: 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:478 msgid "alert" msgstr "alerta" @@ -1062,69 +1058,91 @@ msgstr "foi adicionado hoje automaticamente à lista de bloqueio" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "crítico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "detalhado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "urgente" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "erro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "info" -#: 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:457 -#: 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: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:459 msgid "local allowlist" msgstr "lista dos permitidos local" -#: 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "lista de bloqueio local" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "memória (padrão)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "aviso" -#: 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:393 msgid "performance" msgstr "desempenho" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -msgstr "recarregar" - -#: 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:428 -msgid "restart" -msgstr "reiniciar" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "iniciar (padrão)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "alertar (padrão)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Atraso adicional do gatilho em segundos antes que o processamento do " +#~ "banIP realmente comece." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Lista de interfaces de rede disponíveis para acionar o início do banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interface do Gatilho de Inicialização" + +#~ msgid "Trigger Action" +#~ msgstr "Ação do gatilho" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Acione a ação nos eventos da interface ifup." + +#~ msgid "reload" +#~ msgstr "recarregar" + +#~ msgid "restart" +#~ msgstr "reiniciar" + +#~ msgid "start (default)" +#~ msgstr "iniciar (padrão)" + #~ msgid "Allow VLAN Forwads" #~ msgstr "Permitir encaminhamentos de VLAN" diff --git a/applications/luci-app-banip/po/pt_BR/banip.po b/applications/luci-app-banip/po/pt_BR/banip.po index e153c2aeff..aeda3f1bf7 100644 --- a/applications/luci-app-banip/po/pt_BR/banip.po +++ b/applications/luci-app-banip/po/pt_BR/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Definir seleção --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (padrão)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (desativar)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (padrão)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (padrão)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (padrão)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASNs" @@ -111,25 +111,22 @@ msgid "Active Uplink" msgstr "Enlace ativo" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Atraso adicional do gatilho em segundos antes que o processamento do banIP " -"realmente comece." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Seleção do feed da lista dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Apenas a lista dos permitidos" @@ -141,27 +138,27 @@ msgstr "" "As alterações da lista de permissões foram salvas, inicie a pesquisa de " "domínio ou reinicie o banIP para que as alterações entrem em vigor." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "Sempre permita certos encaminhamentos da VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "Sempre negue certos encaminhamentos da VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Permite o enlace automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Lista automática dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Sub-rede de bloqueio automático" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Lista automática de bloqueio" @@ -169,7 +166,7 @@ msgstr "Lista automática de bloqueio" msgid "Auto Detection" msgstr "Detecção Automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -177,7 +174,7 @@ msgstr "" "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "com base numa solicitação adiciona RDAP com o IP suspeito." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -185,7 +182,7 @@ msgstr "" "Adicione automaticamente os domínios resolvidos e os IPs suspeitos à lista " "de bloqueio local do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -193,28 +190,32 @@ msgstr "" "Adicione automaticamente os domínios resolvidos e os IPs do enlace à lista " "de permissões locais do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Diretório da cópia de segurança" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Diretório base" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" "Diretório principal de trabalho usado durante o processamento do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Seleção do feed da lista de bloqueio" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Expiração do conjunto das listas de bloqueio" @@ -226,7 +227,7 @@ msgstr "" "As alterações da lista de bloqueio foram salvas, inicie a pesquisa de " "domínio ou reinicie o banIP para que as alterações entrem em vigor." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -234,7 +235,7 @@ msgstr "" "Por padrão, cada feed está ativo em todas as cadeias suportadas. Limite a " "política de bloqueio padrão a uma determinada cadeia." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "Núcleos da CPU" @@ -247,9 +248,9 @@ msgstr "Cancelar" msgid "Chain/Set Settings" msgstr "Cadeia/Definir as configurações" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "As alterações nesta guia precisam de uma reinicialização do serviço banIP " @@ -272,7 +273,7 @@ msgstr "" "target=\"_blank\" rel=\"noreferrer noopener\" > consulte a documentação " "online " -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Países" @@ -280,7 +281,7 @@ msgstr "Países" msgid "Custom Feed Editor" msgstr "Editor do feed personalizado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." @@ -288,11 +289,11 @@ msgstr "" "Elimine endereços IP em todos os conjuntos ativos e limpe a lista local de " "bloqueio." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "Eliminar IPs duplicados" -#: 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:424 msgid "Default Block Policy" msgstr "Política de bloqueio padrão" @@ -308,7 +309,7 @@ msgstr "" "Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os " "protocolos e os utilitários automaticamente." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Desativar" @@ -316,7 +317,7 @@ msgstr "Desativar" msgid "Domain Lookup" msgstr "Busca por domínio" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Não verifique os certificados do servidor SSL durante o download." @@ -324,7 +325,7 @@ msgstr "Não verifique os certificados do servidor SSL durante o download." msgid "Download Custom Feeds" msgstr "Baixar feeds personalizados" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Download inseguro" @@ -332,7 +333,7 @@ msgstr "Download inseguro" msgid "Download Parameters" msgstr "Parâmetros de Download" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Tentativas de download" @@ -340,19 +341,25 @@ msgstr "Tentativas de download" msgid "Download Utility" msgstr "Ferramenta para Baixar" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Notificação por E-Mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-Mail do Perfil" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Endereço de E-Mail do Destinatário" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Endereço de E-Mail do Remetente" @@ -360,7 +367,7 @@ msgstr "Endereço de E-Mail do Remetente" msgid "E-Mail Settings" msgstr "Configurações do e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Assunto do E-Mail" @@ -410,17 +417,17 @@ msgstr "Ativa o suporte IPv4." msgid "Enables IPv6 support." msgstr "Ativa o suporte IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Tempo de expiração para os membros do conjunto da lista de bloqueio que " "foram adicionados automaticamente." -#: 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:584 msgid "External allowlist feeds" msgstr "Feeds externos da lista dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Feeds externos da lista de bloqueio" @@ -456,15 +463,15 @@ msgstr "Configurações gerais" msgid "Grant access to LuCI app banIP" msgstr "Conceda acesso ao aplicativo LuCI banIP" -#: 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:331 msgid "High Priority" msgstr "Alta prioridade" -#: 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:330 msgid "Highest Priority" msgstr "Máxima Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -484,7 +491,7 @@ msgstr "Suporte ao IPv4" msgid "IPv6 Support" msgstr "Suporte ao IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -509,8 +516,8 @@ msgstr "Valores inválidos da entrada, não é possível salvar as alterações. msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pacotes)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "Cadeia LAN-Forward" @@ -518,36 +525,36 @@ msgstr "Cadeia LAN-Forward" msgid "Last Run" msgstr "Última Execução" -#: 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:334 msgid "Least Priority" msgstr "Mínima Prioridade" -#: 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:333 msgid "Less Priority" msgstr "Menor Prioridade" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limite certos feeds à cadeia LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limite certos feeds à cadeia WAN-Forward." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limite certos feeds à cadeia WAN-Input." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Limite a função de permissão automática do enlace." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -556,31 +563,30 @@ msgstr "" "reduzir a carga da CPU." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Lista de interfaces de rede disponíveis para acionar o início do banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." -#: 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:601 msgid "Local feed settings" msgstr "Configurações do feed local" -#: 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:509 msgid "Log Count" msgstr "Contagem dos registros" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Registro LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Nível do registro" -#: 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:499 msgid "Log Limit" msgstr "Limite do Registro" @@ -588,35 +594,35 @@ msgstr "Limite do Registro" msgid "Log Settings" msgstr "Configurações do registro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Termos do registro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Registro WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Registro WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Registre os pacotes suspeitos encaminhados da LAN (rejeitados)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Registre os pacotes suspeitos encaminhados da WAN (rejeitados)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Registre os pacotes suspeitos da entrada da WAN (rejeitados)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Quantidade máxima de arquivos abertos" -#: 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:397 msgid "NFT Chain Priority" msgstr "Prioridade da cadeia NFT" @@ -624,7 +630,7 @@ msgstr "Prioridade da cadeia NFT" msgid "NFT Information" msgstr "Informação NFT" -#: 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:391 msgid "NFT Set Policy" msgstr "Política do conjunto NFT" @@ -637,7 +643,7 @@ msgstr "Dispositivos de rede" msgid "Network Interfaces" msgstr "Interfaces de Rede" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Nível bom" @@ -654,11 +660,11 @@ msgstr "Ainda não há registros do firewall relacionados ao banIP!" msgid "No banIP related processing logs yet!" msgstr "Ainda não há registros do processamento relacionados ao banIP!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Prioridade Normal (padrão)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -666,7 +672,7 @@ msgstr "" "Quantidade de tentativas de download em caso de erro (não suportado pelo " "uclient-fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -685,7 +691,7 @@ msgstr "" msgid "Overview" msgstr "Visão geral" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -698,21 +704,21 @@ msgstr "" msgid "Processing Log" msgstr "Registro de processamento" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Formato de protocolo/URL não suportado" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Receba notificações por e-mail a cada execução do banIP." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -728,11 +734,15 @@ msgstr "Atualizar" msgid "Reload" msgstr "Recarregar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Diretório do Relatório" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Elementos do relatório" @@ -740,7 +750,7 @@ msgstr "Elementos do relatório" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." @@ -794,7 +804,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Endereço do remetente para os e-mails de notificação do banIP." @@ -807,7 +817,7 @@ msgstr "Definir" msgid "Set Reporting" msgstr "Definir o relatório" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Definir o tamanho da divisão" @@ -823,7 +833,7 @@ msgstr "Definir a pesquisa..." msgid "Set details" msgstr "Definir os detalhes" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -831,11 +841,11 @@ msgstr "" "Defina a prioridade da cadeia NFT na tabela do banIP. Observação: valores " "mais baixos significam prioridade mais alta." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Defina a política NFT para os conjuntos relacionados ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Define o nível do syslog para os registros NFT." @@ -843,16 +853,12 @@ msgstr "Define o nível do syslog para os registros NFT." msgid "Settings" msgstr "Configurações" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "" "Divide o carregamento do conjunto externo após cada n membros para " "economizar RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Interface do Gatilho de Inicialização" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Condição geral" @@ -861,7 +867,7 @@ msgstr "Condição geral" msgid "Stop" msgstr "Parar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Sub-rede (padrão)" @@ -873,12 +879,12 @@ msgstr "Pesquisa" msgid "System Information" msgstr "Informação do sistema" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" "Diretório de destino para os arquivos do relatório relacionados ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Diretório de destino para os backups comprimidos do feed." @@ -892,7 +898,7 @@ msgid "The blocklist is too big, unable to save modifications." msgstr "" "A lista de bloqueio é grande demais, não é possível salvar as alterações." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -900,7 +906,7 @@ msgstr "" "Os termos/expressões regulares padrão do registro estão filtrando o tráfego " "suspeito do ssh, LuCI, nginx e do asterisk." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" "A prioridade selecionada será usada pelo banIP para o processamento em " @@ -956,7 +962,7 @@ msgstr "" msgid "Timestamp" msgstr "Marca de Tempo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -964,24 +970,14 @@ msgstr "" "Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "especifique um endereço de e-mail com um destinatário válido." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Tópico para e-mails de notificação do banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Ação do gatilho" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Gatilho de Atraso" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Acione a ação nos eventos da interface ifup." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -1017,8 +1013,8 @@ msgstr "Versão" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pacotes)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "Cadeia WAN-Forward" @@ -1026,8 +1022,8 @@ msgstr "Cadeia WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pacotes)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "Cadeia WAN-Input" @@ -1047,7 +1043,7 @@ msgstr "" "um backup local. Para voltar para a versão do mantenedor, apenas deixe o " "arquivo de feed personalizado vazio (mas não o exclua!)." -#: 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:478 msgid "alert" msgstr "alerta" @@ -1063,69 +1059,91 @@ msgstr "foi adicionado hoje automaticamente à lista de bloqueio" msgid "banIP" msgstr "Banir IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "crítico" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "detalhado" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "urgente" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "erro" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "info" -#: 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:457 -#: 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: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:459 msgid "local allowlist" msgstr "lista dos permitidos local" -#: 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "lista de bloqueio local" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "memória (padrão)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "aviso" -#: 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:393 msgid "performance" msgstr "desempenho" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -msgstr "recarregar" - -#: 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:428 -msgid "restart" -msgstr "reiniciar" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "iniciar (padrão)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "alertar (padrão)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Atraso adicional do gatilho em segundos antes que o processamento do " +#~ "banIP realmente comece." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Lista de interfaces de rede disponíveis para acionar o início do banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interface do Gatilho de Inicialização" + +#~ msgid "Trigger Action" +#~ msgstr "Ação do gatilho" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Acione a ação nos eventos da interface ifup." + +#~ msgid "reload" +#~ msgstr "recarregar" + +#~ msgid "restart" +#~ msgstr "reiniciar" + +#~ msgid "start (default)" +#~ msgstr "iniciar (padrão)" + #~ msgid "Allow VLAN Forwads" #~ msgstr "Permitir encaminhamentos da VLAN" diff --git a/applications/luci-app-banip/po/ro/banip.po b/applications/luci-app-banip/po/ro/banip.po index 67d0908f1a..d870fd62d2 100644 --- a/applications/luci-app-banip/po/ro/banip.po +++ b/applications/luci-app-banip/po/ro/banip.po @@ -15,87 +15,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Selecția setului --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (implicit)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (dezactivare)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (implicit)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (implicit)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (implicit)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASN-uri" @@ -112,25 +112,22 @@ msgid "Active Uplink" msgstr "Uplink activ" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Întârziere suplimentară de declanșare în secunde înainte de începerea " -"efectivă a procesării banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Selecție Allowlist Feed" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Doar Allowlist" @@ -142,27 +139,27 @@ msgstr "" "Lista cu modificările permise au fost salvate, porniți căutarea domeniului " "sau reporniți banIP pentru ca modificările să intre în vigoare." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "Permiteți întotdeauna anumite transmisiuni VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "Blocați întotdeauna anumite transmisiuni VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Permite automat legătura ascendentă" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Allowlist Automată" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Blocaj automat Subnet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Lista de blocare automată" @@ -170,7 +167,7 @@ msgstr "Lista de blocare automată" msgid "Auto Detection" msgstr "Detecție automată" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -178,7 +175,7 @@ msgstr "" "Adăugați automat subrețele întregi la lista de blocare Set bazat pe o cerere " "RDAP suplimentară cu IP-ul suspect." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -186,7 +183,7 @@ msgstr "" "Adăugarea automată a domeniilor rezolvate și a IP-urilor suspecte la lista " "de blocare banIP locală." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -194,27 +191,31 @@ msgstr "" "Adăugați automat domeniile rezolvate și IP-urile de legătură ascendentă la " "lista de permise banIP locală." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Director copie de siguranţă" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Director de bază" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Directorul de lucru de bază în timpul procesării banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Selecția de alimentare a listei de blocuri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Expirarea setului Blocklist" @@ -226,7 +227,7 @@ msgstr "" "Modificările cu lista de blocare au fost salvate, porniți căutarea " "domeniului sau reporniți banIP-ul, iar modificările intră în vigoare." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -234,7 +235,7 @@ msgstr "" "În mod implicit, fiecare alimentare este activă în toate lanțurile " "acceptate. Limitați politica de blocare implicită la un anumit lanț." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "Nuclee CPU" @@ -247,9 +248,9 @@ msgstr "Anulare" msgid "Chain/Set Settings" msgstr "Chain/Set de setări" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Modificările din această filă necesită o repornire a serviciului banIP " @@ -272,7 +273,7 @@ msgstr "" "banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check " "the online documentation" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Țări" @@ -280,7 +281,7 @@ msgstr "Țări" msgid "Custom Feed Editor" msgstr "Editor de fluxuri personalizate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." @@ -288,11 +289,11 @@ msgstr "" "Deduplicați adresele IP în toate seturile active și faceți ordine în lista " "de blocuri locale." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "Deduplicați IP-uri" -#: 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:424 msgid "Default Block Policy" msgstr "Politica de blocare implicită" @@ -308,7 +309,7 @@ msgstr "" "Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, " "protocoalelor și utilităților relevante." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Dezactivați" @@ -316,7 +317,7 @@ msgstr "Dezactivați" msgid "Domain Lookup" msgstr "Căutare domeniu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Nu verificați certificatele serverului SSL în timpul descărcării." @@ -324,7 +325,7 @@ msgstr "Nu verificați certificatele serverului SSL în timpul descărcării." msgid "Download Custom Feeds" msgstr "Descărcați fluxuri personalizate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Descărcați Insecure" @@ -332,7 +333,7 @@ msgstr "Descărcați Insecure" msgid "Download Parameters" msgstr "Parametrii de descărcare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Descărcați Reîncercări" @@ -340,19 +341,25 @@ msgstr "Descărcați Reîncercări" msgid "Download Utility" msgstr "Utilitar descărcare" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Notificare prin e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Profil de e-mail" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Adresa de e-mail a destinatarului" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Adresa expeditorului de e-mail" @@ -360,7 +367,7 @@ msgstr "Adresa expeditorului de e-mail" msgid "E-Mail Settings" msgstr "Setări e-mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Subiect E-Mail" @@ -410,15 +417,15 @@ msgstr "Activează suportul IPv4." msgid "Enables IPv6 support." msgstr "Activează suportul IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "Timpul de expirare pentru membrii setului blocklist adăugat automat." -#: 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:584 msgid "External allowlist feeds" msgstr "Fluxuri allowlist externe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Alimentarea externă a listei de blocare" @@ -454,15 +461,15 @@ msgstr "Setări generale" msgid "Grant access to LuCI app banIP" msgstr "Acordarea accesului la aplicația LuCI banIP" -#: 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:331 msgid "High Priority" msgstr "Prioritate ridicată" -#: 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:330 msgid "Highest Priority" msgstr "Cea mai mare prioritate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -482,7 +489,7 @@ msgstr "Suport IPv4" msgid "IPv6 Support" msgstr "Suport IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -506,8 +513,8 @@ msgstr "Valori de intrare nevalabile, nu se pot salva modificările." msgid "LAN-Forward (packets)" msgstr "LAN-Forward (pachete)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "Chain LAN-Forward" @@ -515,35 +522,35 @@ msgstr "Chain LAN-Forward" msgid "Last Run" msgstr "Ultima rulare" -#: 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:334 msgid "Least Priority" msgstr "Cea mai mică prioritate" -#: 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:333 msgid "Less Priority" msgstr "Prioritate mai mică" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Limitați anumite fluxuri la lanțul LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Limitați anumite fluxuri la lanțul WAN-Forward." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Limitați funcția uplink autoallow." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -552,31 +559,30 @@ msgstr "" "reduce sarcina CPU." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" -"Lista interfețelor de rețea disponibile pentru a declanșa pornirea banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "Enumeră elementele unui anumit set legat de banIP." -#: 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:601 msgid "Local feed settings" msgstr "Setări de alimentare locală" -#: 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:509 msgid "Log Count" msgstr "Număr de jurnale" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Jurnalul LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Nivel Jurnal" -#: 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:499 msgid "Log Limit" msgstr "Limita de jurnal" @@ -584,35 +590,35 @@ msgstr "Limita de jurnal" msgid "Log Settings" msgstr "Setări jurnal" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Termeni de jurnal" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Jurnal WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Jurnal WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Înregistrați pachetele LAN suspecte transmise (respinse)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Jurnalul pachetelor WAN suspicioase transmise (abandonate)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Înregistrare a pachetelor WAN suspecte de intrare (abandonate)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Maxim de fișiere deschise" -#: 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:397 msgid "NFT Chain Priority" msgstr "Prioritatea lanțului NFT" @@ -620,7 +626,7 @@ msgstr "Prioritatea lanțului NFT" msgid "NFT Information" msgstr "Informații NFT" -#: 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:391 msgid "NFT Set Policy" msgstr "Politica stabilită de NFT" @@ -633,7 +639,7 @@ msgstr "Dispozitive de rețea" msgid "Network Interfaces" msgstr "Interfețe de rețea" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Nivel Bun" @@ -650,11 +656,11 @@ msgstr "Nu există încă jurnale de firewall legate de banIP!" msgid "No banIP related processing logs yet!" msgstr "Nu există încă jurnale de procesare legate de banIP!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Prioritate normală (implicită)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -662,7 +668,7 @@ msgstr "" "Numărul de încercări de descărcare în caz de eroare (nu este suportat de " "uclient-fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -681,7 +687,7 @@ msgstr "" msgid "Overview" msgstr "Prezentare generală" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -693,22 +699,22 @@ msgstr "" msgid "Processing Log" msgstr "Jurnal de procesare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Profilul utilizat de 'msmtp' pentru mesajele electronice de notificare banIP." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Formatul protocolului/URL nu este acceptat" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Primiți notificări prin e-mail la fiecare banIP rulat." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -724,11 +730,15 @@ msgstr "Reîmprospătare" msgid "Reload" msgstr "Reîncărcați" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Director de rapoarte" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Elemente de raport" @@ -736,7 +746,7 @@ msgstr "Elemente de raport" msgid "Restart" msgstr "Reporniți" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Restricționați accesul la internet de la/către un număr mic de IP-uri " @@ -791,7 +801,7 @@ msgstr "Selectați interfața (interfețele) logică (logice) de rețea WAN IPv4 msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Selectați interfața (e) logică de rețea WAN IPv6." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP." @@ -804,7 +814,7 @@ msgstr "Setați" msgid "Set Reporting" msgstr "Set raportare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Setați Dimensiunea Divizată" @@ -820,7 +830,7 @@ msgstr "Setați Survey..." msgid "Set details" msgstr "Setați detaliile" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -828,11 +838,11 @@ msgstr "" "Setează prioritatea lanțului nft în cadrul tabelului banIP. Vă rugăm să " "rețineți: valorile mai mici înseamnă o prioritate mai mare." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Setați politica nft pentru seturile legate de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Setați nivelul syslog pentru jurnalizarea NFT." @@ -840,16 +850,12 @@ msgstr "Setați nivelul syslog pentru jurnalizarea NFT." msgid "Settings" msgstr "Setări" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "" "Împărțiți încărcarea setului extern după fiecare n membri pentru a economisi " "RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Interfața de declanșare a pornirii" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Stare" @@ -858,7 +864,7 @@ msgstr "Stare" msgid "Stop" msgstr "Stop" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Subnet (implicit)" @@ -870,11 +876,11 @@ msgstr "Sondaj" msgid "System Information" msgstr "Informații de sistem" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "Directorul țintă pentru fișierele de raportare referitoare la banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Directorul țintă pentru copiile de rezervă ale fluxurilor comprimate." @@ -886,7 +892,7 @@ msgstr "Lista de permise este prea mare, nu se pot salva modificările." msgid "The blocklist is too big, unable to save modifications." msgstr "Lista de blocuri este prea mare, nu se pot salva modificările." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -894,7 +900,7 @@ msgstr "" "Termenii de jurnal / expresiile regulate implicite filtrează traficul ssh, " "LuCI, nginx și asterisk suspect." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" "Prioritatea selectată va fi utilizată pentru procesarea în fundal a banIP." @@ -949,7 +955,7 @@ msgstr "" msgid "Timestamp" msgstr "Înregistrarea timpului" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -957,24 +963,14 @@ msgstr "" "Pentru a activa notificările prin e-mail, configurați pachetul \"msmtp\" și " "specificați o adresă de destinatar de e-mail validă." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Subiect pentru e-mailurile de notificare banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Acțiunea de declanșare" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Intârzierea declanșării" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Acțiune de declanșare a evenimentelor de interfață ifup." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -1010,8 +1006,8 @@ msgstr "Versiune" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (pachete)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "Chain WAN-Forward" @@ -1019,8 +1015,8 @@ msgstr "Chain WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (pachete)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "Chain WAN-Input" @@ -1041,7 +1037,7 @@ msgstr "" "întreținere, doar goliți din nou fișierul de feed-uri personalizate (nu îl " "ștergeți!)." -#: 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:478 msgid "alert" msgstr "alertă" @@ -1057,69 +1053,91 @@ msgstr "auto-adăugat la lista de blocare astăzi" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "critic" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "depanare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "urgență" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "eroare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "informații" -#: 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:457 -#: 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: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:459 msgid "local allowlist" msgstr "lista locală de permise" -#: 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "lista de blocare locală" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "memorie (implicit)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "notificare" -#: 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:393 msgid "performance" msgstr "performanță" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -msgstr "reîncărcare" - -#: 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:428 -msgid "restart" -msgstr "reporniți" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "start (implicit)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "avertisment (implicit)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Întârziere suplimentară de declanșare în secunde înainte de începerea " +#~ "efectivă a procesării banIP." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "" +#~ "Lista interfețelor de rețea disponibile pentru a declanșa pornirea banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Interfața de declanșare a pornirii" + +#~ msgid "Trigger Action" +#~ msgstr "Acțiunea de declanșare" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Acțiune de declanșare a evenimentelor de interfață ifup." + +#~ msgid "reload" +#~ msgstr "reîncărcare" + +#~ msgid "restart" +#~ msgstr "reporniți" + +#~ msgid "start (default)" +#~ msgstr "start (implicit)" + #~ msgid "Allow VLAN Forwads" #~ msgstr "Permiteți VLAN Forwads" diff --git a/applications/luci-app-banip/po/ru/banip.po b/applications/luci-app-banip/po/ru/banip.po index 5c8a077927..5d5f441b98 100644 --- a/applications/luci-app-banip/po/ru/banip.po +++ b/applications/luci-app-banip/po/ru/banip.po @@ -15,87 +15,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Выберите набор --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "−100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "−200 (по умолчанию)" -#: 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:401 msgid "-300" msgstr "−300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "−400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (отключить)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (по умолчанию)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (по умолчанию)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (по умолчанию)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "Автономные системы" @@ -112,25 +112,22 @@ msgid "Active Uplink" msgstr "Активный аплинк" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Дополнительная задержка срабатывания в секундах перед фактическим запуском " -"обработки banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Расширенные настройки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Выбор канала из белого списка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Только список разрешений" @@ -142,27 +139,27 @@ msgstr "" "Изменения в списке Allowlist были сохранены, запустите программу Domain " "Lookup или перезапустите banIP, чтобы изменения вступили в силу." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "Всегда разрешать определенные переадресации VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "Всегда блокировать определенные переадресации VLAN." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Автоматически разрешать исходящие соединения" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Автоматический список разрешений" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Автоблокировка подсети" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Автоматический блок-лист" @@ -170,7 +167,7 @@ msgstr "Автоматический блок-лист" msgid "Auto Detection" msgstr "Автоопределение" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -178,7 +175,7 @@ msgstr "" "Автоматическое добавление целых подсетей в список блокировки Set на основе " "дополнительного запроса RDAP с подозрительным IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -186,7 +183,7 @@ msgstr "" "Автоматическое добавление разрешенных доменов и подозрительных IP-адресов в " "локальный блок-лист banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -194,27 +191,31 @@ msgstr "" "Автоматическое добавление разрешенных доменов и IP-адресов исходящих " "соединений в локальный список разрешений banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Папка для резервных копий" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Базовый каталог" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Базовый рабочий каталог при обработке banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Выбор канала черного списка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Срок действия черного списка" @@ -226,7 +227,7 @@ msgstr "" "Изменения в блок-листе были сохранены, запустите программу Domain Lookup или " "перезапустите banIP, чтобы изменения вступили в силу." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -234,7 +235,7 @@ msgstr "" "По умолчанию каждый канал активен во всех поддерживаемых цепочках. " "Ограничьте политику блоков по умолчанию определенной цепочкой." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "Ядра ЦП" @@ -247,9 +248,9 @@ msgstr "Отмена" msgid "Chain/Set Settings" msgstr "Настройки цепи/набора" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Для вступления в силу изменений на этой вкладке требуется перезапуск службы " @@ -272,7 +273,7 @@ msgstr "" "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с " "онлайн-документацией" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Страны" @@ -280,7 +281,7 @@ msgstr "Страны" msgid "Custom Feed Editor" msgstr "Пользовательский редактор каналов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." @@ -288,11 +289,11 @@ msgstr "" "Исключите дублирование IP-адресов во всех активных наборах и приведите в " "порядок локальный список блокировки." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "Дублирование IP-адресов" -#: 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:424 msgid "Default Block Policy" msgstr "Политика блокировки по умолчанию" @@ -308,7 +309,7 @@ msgstr "" "Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, " "подсетей, протоколов и утилит." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Отключить" @@ -316,7 +317,7 @@ msgstr "Отключить" msgid "Domain Lookup" msgstr "Поиск домена" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Не проверять SSL сертификаты сервера во время загрузки." @@ -324,7 +325,7 @@ msgstr "Не проверять SSL сертификаты сервера во msgid "Download Custom Feeds" msgstr "Скачать пользовательские каналы" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Небезопасная загрузка" @@ -332,7 +333,7 @@ msgstr "Небезопасная загрузка" msgid "Download Parameters" msgstr "Параметры загрузки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Попытки загрузки" @@ -340,19 +341,25 @@ msgstr "Попытки загрузки" msgid "Download Utility" msgstr "Утилита для загрузки" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Уведомление по электронной почте" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "Адрес отправителя" @@ -360,7 +367,7 @@ msgstr "Адрес отправителя" msgid "E-Mail Settings" msgstr "Настройки электронной почты" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Тема" @@ -409,17 +416,17 @@ msgstr "Включает поддержку IPv4." msgid "Enables IPv6 support." msgstr "Включает поддержку IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" "Время истечения срока действия для автоматически добавляемых членов набора " "списков блокировки." -#: 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:584 msgid "External allowlist feeds" msgstr "Внешние каналы списка разрешенний" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Внешние каналы блок-листа" @@ -455,15 +462,15 @@ msgstr "Основные настройки" msgid "Grant access to LuCI app banIP" msgstr "Предоставить доступ LuCI к приложению banIP" -#: 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "Наивысший приоритет" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -483,7 +490,7 @@ msgstr "Поддержка iPv4" msgid "IPv6 Support" msgstr "Поддержка IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -507,8 +514,8 @@ msgstr "Недопустимые входные значения, невозмо msgid "LAN-Forward (packets)" msgstr "LAN-Forward (пакеты)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "Цепочка LAN-Forward" @@ -516,37 +523,37 @@ msgstr "Цепочка LAN-Forward" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "Меньший приоритет" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Ограничить определенные каналы в цепи LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Ограничьте определенные каналы в цепи WAN-Forward." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Ограничить определенные каналы в цепи WAN-вход." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Ограничьте количество ядер процессора, используемых banIP для экономии " "оперативной памяти." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Ограничить функцию автоматического разрешения исходящего канала." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -555,30 +562,30 @@ msgstr "" "нагрузки на процессор." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." -msgstr "Список доступных сетевых интерфейсов запускающих banIP." +msgid "List of available reload trigger interface(s)." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "Счетчик журналов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Журнал LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "Ограничение журнала" @@ -586,36 +593,36 @@ msgstr "Ограничение журнала" msgid "Log Settings" msgstr "Настройки журнала" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Условия ведения журнала" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Журнал WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Журнал WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" "Ведите журнал подозрительных перенаправленных пакетов LAN (отклоненных)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Журнал подозрительных перенаправленных пакетов WAN (сброшенных)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Ведите журнал подозрительных входящих пакетов WAN (сброшенных)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "Приоритет цепочки NFT" @@ -623,7 +630,7 @@ msgstr "Приоритет цепочки NFT" msgid "NFT Information" msgstr "Информация NFT" -#: 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:391 msgid "NFT Set Policy" msgstr "Политика набора NFT" @@ -636,7 +643,7 @@ msgstr "Сетевые устройства" msgid "Network Interfaces" msgstr "Сетевые интерфейсы" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Уровень nice" @@ -653,11 +660,11 @@ msgstr "Журналы брандмауэра, связанные с banIP, по msgid "No banIP related processing logs yet!" msgstr "Журналов обработки, связанных с banIP, пока нет!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Нормальный приоритет (по умолчанию)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -665,7 +672,7 @@ msgstr "" "Количество попыток загрузки в случае ошибки (не поддерживается uclient-" "fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -684,7 +691,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -697,22 +704,22 @@ msgstr "" msgid "Processing Log" msgstr "Обработка журнала" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" "Профиль, используемый 'msmtp' для электронной почты с уведомлением banIP." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Формат протокола/URL не поддерживается" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Получайте уведомления по электронной почте при каждом запуске banIP." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -728,11 +735,15 @@ msgstr "Обновить" msgid "Reload" msgstr "Перезапустить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Папка для отчётов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Элементы отчета" @@ -740,7 +751,7 @@ msgstr "Элементы отчета" msgid "Restart" msgstr "Перезапустить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов." @@ -794,7 +805,7 @@ msgstr "Выберите логический сетевой интерфейс msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Выберите логический сетевой интерфейс (интерфейсы) WAN IPv6." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Адрес отправителя для электронных писем с уведомлением banIP." @@ -807,7 +818,7 @@ msgstr "Набор" msgid "Set Reporting" msgstr "Настройка отчетов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Установить размер разделения" @@ -823,7 +834,7 @@ msgstr "Сетевой опрос..." msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -831,11 +842,11 @@ msgstr "" "Установите приоритет цепочки nft в таблице banIP. Обратите внимание: меньшие " "значения означают более высокий приоритет." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Установите политику nft для наборов, связанных с banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Установите уровень syslog для ведения журнала NFT." @@ -843,16 +854,12 @@ msgstr "Установите уровень syslog для ведения жур msgid "Settings" msgstr "Настройки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "" "Разделение загрузки внешнего набора после каждых n записей для экономии " "оперативной памяти." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Интерфейс для запуска" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Состояние" @@ -861,7 +868,7 @@ msgstr "Состояние" msgid "Stop" msgstr "Остановить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Подсеть (по умолчанию)" @@ -873,11 +880,11 @@ msgstr "Опрос" msgid "System Information" msgstr "Системная информация" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "Целевой каталог для файлов отчетов, связанных с banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Целевой каталог для сжатых резервных копий." @@ -889,7 +896,7 @@ msgstr "Список разрешений слишком большой, не у msgid "The blocklist is too big, unable to save modifications." msgstr "Блок-лист слишком большой, не удается сохранить изменения." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -897,7 +904,7 @@ msgstr "" "Термины / регулярные выражения журнала по умолчанию фильтруют подозрительный " "трафик ssh, LuCI, nginx и asterisk." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "Выбранный приоритет будет использоваться для фоновой обработки banIP." @@ -951,7 +958,7 @@ msgstr "" msgid "Timestamp" msgstr "Временная метка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -959,24 +966,14 @@ msgstr "" "Чтобы включить уведомления по электронной почте, установите пакет 'msmtp' и " "укажите правильный адрес получателя электронной почты." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Тема для электронной почты с уведомлением о banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Триггерное действие" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Задержка запуска" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Действие, выполняемое при поднятии интерфейса (ifup)." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -1012,8 +1009,8 @@ msgstr "Версия" msgid "WAN-Forward (packets)" msgstr "WAN-Forward (пакеты)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "Цепочка WAN-Forward" @@ -1021,8 +1018,8 @@ msgstr "Цепочка WAN-Forward" msgid "WAN-Input (packets)" msgstr "WAN-Input (пакеты)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "Цепочка WAN-Input" @@ -1042,7 +1039,7 @@ 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:478 msgid "alert" msgstr "оповещение" @@ -1058,69 +1055,90 @@ msgstr "автоматически добавлено в черный списо msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "крит" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "отладка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "чрезв" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "ошибка" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "инфо" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "локальный черный список" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "память (по умолчанию)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "производительность" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "перезапустить" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "старт (по умолчанию)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "предупреждение (по умолчанию)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Дополнительная задержка срабатывания в секундах перед фактическим " +#~ "запуском обработки banIP." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "Список доступных сетевых интерфейсов запускающих banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Интерфейс для запуска" + +#~ msgid "Trigger Action" +#~ msgstr "Триггерное действие" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Действие, выполняемое при поднятии интерфейса (ifup)." + +#~ msgid "reload" +#~ msgstr "перечитать конфиг" + +#~ msgid "restart" +#~ msgstr "перезапустить" + +#~ msgid "start (default)" +#~ msgstr "старт (по умолчанию)" + #~ msgid "Allow VLAN Forwads" #~ msgstr "Разрешить переадресацию VLAN" diff --git a/applications/luci-app-banip/po/sk/banip.po b/applications/luci-app-banip/po/sk/banip.po index e499f1f667..71cbd9247e 100644 --- a/applications/luci-app-banip/po/sk/banip.po +++ b/applications/luci-app-banip/po/sk/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Záložný priečinok" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "Zrušiť" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "Nástroj na sťahovanie" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" msgstr "Prehľad" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "Nastavenia" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "Verzia" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/sv/banip.po b/applications/luci-app-banip/po/sv/banip.po index e5a4c376ad..cd722ba850 100644 --- a/applications/luci-app-banip/po/sv/banip.po +++ b/applications/luci-app-banip/po/sv/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Ställ in val --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (standard)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (stäng av)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (standard)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (standard)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (standard)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASN:er" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "Aktiv uppkoppling" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Endast tillåt-listan" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "Tillåt alltid vissa VLAN-vidarebefordringar." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "Blockera alltid vissa VLAN-vidarebefordringar." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Automatisk tillåt-lista" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Blockera undernät automatiskt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Automatisk blockeringslista" @@ -165,45 +164,49 @@ msgstr "Automatisk blockeringslista" msgid "Auto Detection" msgstr "Automatisk detektering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Säkerhetskopiera mapp" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Bas-katalog" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -215,7 +218,7 @@ msgstr "" "Ändringar av blockeringslistan har sparats, påbörja domän-uppslagningen " "eller starta om banIP som gör att ändringarna får effekt." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -223,7 +226,7 @@ msgstr "" "Varje flöde är aktivt som standard i alla stödda kedjor. Begränsa " "standardpolicyn för blockering till en viss kedja." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -236,9 +239,9 @@ msgstr "Avbryt" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -254,7 +257,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Länder" @@ -262,17 +265,17 @@ msgstr "Länder" msgid "Custom Feed Editor" msgstr "Anpassad flödesredigerare" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "Blockeringspolicy-standard" @@ -288,7 +291,7 @@ msgstr "" "Upptäck automatiskt relevanta nätverksenheter, gränssnitt, undernät, " "protokoll och verktyg." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Stäng av" @@ -296,7 +299,7 @@ msgstr "Stäng av" msgid "Domain Lookup" msgstr "Domän-uppslagning" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Kontrollera inte serverns SSL-certifikat under hämtning." @@ -304,7 +307,7 @@ msgstr "Kontrollera inte serverns SSL-certifikat under hämtning." msgid "Download Custom Feeds" msgstr "Hämta anpassade flöden" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Ladda ner osäkert" @@ -312,7 +315,7 @@ msgstr "Ladda ner osäkert" msgid "Download Parameters" msgstr "Ladda ner parametrar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -320,19 +323,25 @@ msgstr "" msgid "Download Utility" msgstr "Ladda ner verktyget" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "E-postavisering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-postprofil" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Mottagarens e-postadress" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Avsändaradress för e-post" @@ -340,7 +349,7 @@ msgstr "Avsändaradress för e-post" msgid "E-Mail Settings" msgstr "E-postinställningar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "E-postämne" @@ -389,15 +398,15 @@ msgstr "Aktiverar IPv4-stöd." msgid "Enables IPv6 support." msgstr "Aktiverar IPv6-stöd." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "Externa flöden för tillåt-listan" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "External flöden för blockeringslistan" @@ -433,15 +442,15 @@ msgstr "Generella inställningar" msgid "Grant access to LuCI app banIP" msgstr "Godkänn åtkomst till LuCi-appen banIP" -#: 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:331 msgid "High Priority" msgstr "Hög prioritet" -#: 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:330 msgid "Highest Priority" msgstr "Högsta prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -461,7 +470,7 @@ msgstr "IPv4-stöd" msgid "IPv6 Support" msgstr "IPv6-stöd" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -483,8 +492,8 @@ msgstr "Ogiltiga inmatningsvärden, kunde inte spara ändringarna." msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -492,65 +501,65 @@ msgstr "" msgid "Last Run" msgstr "Kördes senast" -#: 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:334 msgid "Least Priority" msgstr "Lägst prioritet" -#: 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:333 msgid "Less Priority" msgstr "Lägre prioritet" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -558,35 +567,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -594,7 +603,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -607,7 +616,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -624,17 +633,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -649,7 +658,7 @@ msgstr "" msgid "Overview" msgstr "Överblick" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -659,21 +668,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -687,11 +696,15 @@ msgstr "Uppdatera" msgid "Reload" msgstr "Ladda om" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Rapportkatalog" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -699,7 +712,7 @@ msgstr "" msgid "Restart" msgstr "Starta om" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -752,7 +765,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -765,7 +778,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -781,17 +794,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -799,14 +812,10 @@ msgstr "" msgid "Settings" msgstr "Inställningar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -815,7 +824,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -827,11 +836,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -843,13 +852,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -889,30 +898,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -948,8 +947,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -957,8 +956,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -972,7 +971,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -988,66 +987,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/sw/banip.po b/applications/luci-app-banip/po/sw/banip.po index d7865f2c40..58a4f8ec48 100644 --- a/applications/luci-app-banip/po/sw/banip.po +++ b/applications/luci-app-banip/po/sw/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -258,17 +261,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -298,7 +301,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -306,7 +309,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -334,7 +343,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -552,35 +561,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,66 +981,59 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/templates/banip.pot b/applications/luci-app-banip/po/templates/banip.pot index c4d930f6c4..beb7a48aad 100644 --- a/applications/luci-app-banip/po/templates/banip.pot +++ b/applications/luci-app-banip/po/templates/banip.pot @@ -5,87 +5,87 @@ msgstr "Content-Type: text/plain; charset=UTF-8" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -102,23 +102,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -128,27 +127,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -156,45 +155,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -204,13 +207,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -223,9 +226,9 @@ msgstr "" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -241,7 +244,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -249,17 +252,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -273,7 +276,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -281,7 +284,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "" @@ -289,7 +292,7 @@ msgstr "" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "" @@ -297,7 +300,7 @@ msgstr "" msgid "Download Parameters" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -305,19 +308,25 @@ msgstr "" msgid "Download Utility" msgstr "" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "" @@ -325,7 +334,7 @@ msgstr "" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "" @@ -374,15 +383,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -418,15 +427,15 @@ msgstr "" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -446,7 +455,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -468,8 +477,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -477,65 +486,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -543,35 +552,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -579,7 +588,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -592,7 +601,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -609,17 +618,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -634,7 +643,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -644,21 +653,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -672,11 +681,15 @@ msgstr "" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -684,7 +697,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -737,7 +750,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -750,7 +763,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -766,17 +779,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -784,14 +797,10 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -800,7 +809,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -812,11 +821,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -828,13 +837,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -874,30 +883,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -933,8 +932,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -957,7 +956,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -973,65 +972,58 @@ msgstr "" msgid "banIP" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" diff --git a/applications/luci-app-banip/po/tr/banip.po b/applications/luci-app-banip/po/tr/banip.po index 955883e868..622f2249dc 100644 --- a/applications/luci-app-banip/po/tr/banip.po +++ b/applications/luci-app-banip/po/tr/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASN'ler" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -165,45 +164,49 @@ msgstr "" msgid "Auto Detection" msgstr "Otomatik Algılama" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Yedekleme Dizini" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -232,9 +235,9 @@ msgstr "İptal" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Ülkeler" @@ -258,17 +261,17 @@ msgstr "Ülkeler" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "İndirme sırasında SSL sunucu sertifikalarını kontrol etme." @@ -298,7 +301,7 @@ msgstr "İndirme sırasında SSL sunucu sertifikalarını kontrol etme." msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Güvensiz İndir" @@ -306,7 +309,7 @@ msgstr "Güvensiz İndir" msgid "Download Parameters" msgstr "İndirme Parametreleri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "İndirme Aracı" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "E-Posta Bildirimi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-Posta Profili" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "E-Posta Alıcı Adresi" -#: 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:532 msgid "E-Mail Sender Address" msgstr "E-Posta Gönderen Adresi" @@ -334,7 +343,7 @@ msgstr "E-Posta Gönderen Adresi" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "E-Posta Konusu" @@ -383,15 +392,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "Genel Ayarlar" msgid "Grant access to LuCI app banIP" msgstr "LuCI uygulaması banIP'ye erişim izni verin" -#: 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:331 msgid "High Priority" msgstr "Yüksek öncelik" -#: 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:330 msgid "Highest Priority" msgstr "En yüksek öncelik" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "IPv4 Desteği" msgid "IPv6 Support" msgstr "IPv6 Desteği" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -486,65 +495,65 @@ msgstr "" msgid "Last Run" msgstr "Son çalışma zamanı" -#: 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:334 msgid "Least Priority" msgstr "En Az Öncelik" -#: 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:333 msgid "Less Priority" msgstr "Daha Az Öncelik" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." -msgstr "BanIP başlangıcını tetiklemek için mevcut ağ arayüzlerinin listesi." +msgid "List of available reload trigger interface(s)." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "Günlük Sınırı" @@ -552,35 +561,35 @@ msgstr "Günlük Sınırı" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Günlük Şartları" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "" msgid "Network Interfaces" msgstr "Ağ arayüzleri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -618,17 +627,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "Normal Öncelik (varsayılan)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -643,7 +652,7 @@ msgstr "" msgid "Overview" msgstr "Genel bakış" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "BanIP bildirim e-postaları için 'msmtp' tarafından kullanılan profil." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "Yenile" msgid "Reload" msgstr "Yeniden yükle" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Rapor Dizini" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -693,7 +706,7 @@ msgstr "" msgid "Restart" msgstr "Yeniden başlat" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -746,7 +759,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "BanIP bildirim e-postaları için gönderen adresi." @@ -759,7 +772,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -775,17 +788,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -793,14 +806,10 @@ msgstr "" msgid "Settings" msgstr "Ayarlar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "Başlangıç Tetikleme Arayüzü" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -809,7 +818,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -883,30 +892,20 @@ msgstr "" msgid "Timestamp" msgstr "Zaman damgası" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "BanIP bildirim e-postaları için konu." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Tetikleme Gecikmesi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -951,8 +950,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -982,68 +981,67 @@ msgstr "" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" 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:428 -msgid "restart" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 +msgid "warn (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "BanIP başlangıcını tetiklemek için mevcut ağ arayüzlerinin listesi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 -msgid "warn (default)" -msgstr "" +#~ msgid "Startup Trigger Interface" +#~ msgstr "Başlangıç Tetikleme Arayüzü" #~ msgid "Active Subnets" #~ msgstr "Etkin Alt Ağlar" diff --git a/applications/luci-app-banip/po/uk/banip.po b/applications/luci-app-banip/po/uk/banip.po index 2337b98168..bd69a3e189 100644 --- a/applications/luci-app-banip/po/uk/banip.po +++ b/applications/luci-app-banip/po/uk/banip.po @@ -15,87 +15,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" 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:401 msgid "-300" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" 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:340 msgid "1024 (default)" 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:315 msgid "20" 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:341 msgid "2048" msgstr "" -#: 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:503 msgid "250" 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:312 msgid "3" 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:342 msgid "4096" 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "" -#: 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:504 msgid "500" 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:339 msgid "512" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "" @@ -112,23 +112,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "" @@ -138,27 +137,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "" @@ -166,45 +165,49 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Тека для резервних копій" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -214,13 +217,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "" @@ -233,9 +236,9 @@ msgstr "Скасувати" msgid "Chain/Set Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -251,7 +254,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "" @@ -259,17 +262,17 @@ msgstr "" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -283,7 +286,7 @@ msgid "" "utilities automatically." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -291,7 +294,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Не перевіряти SSL-сертифікати сервера під час завантаження." @@ -299,7 +302,7 @@ msgstr "Не перевіряти SSL-сертифікати сервера пі msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Завантажувати небезпечним шляхом" @@ -307,7 +310,7 @@ msgstr "Завантажувати небезпечним шляхом" msgid "Download Parameters" msgstr "Параметри завантаження" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -315,19 +318,25 @@ msgstr "" msgid "Download Utility" msgstr "Утиліта для завантаження" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "E-Mail повідомлення" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "E-Mail профіль" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "E-Mail адреса отримувача" -#: 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:532 msgid "E-Mail Sender Address" msgstr "E-Mail адреса відправника" @@ -335,7 +344,7 @@ msgstr "E-Mail адреса відправника" msgid "E-Mail Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Тема" @@ -384,15 +393,15 @@ msgstr "" msgid "Enables IPv6 support." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -428,15 +437,15 @@ msgstr "Загальні налаштування" msgid "Grant access to LuCI app banIP" 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -456,7 +465,7 @@ msgstr "" msgid "IPv6 Support" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -478,8 +487,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "" @@ -487,65 +496,65 @@ msgstr "" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 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:300 -msgid "List of available network interfaces to trigger the banIP start." +msgid "List of available reload trigger interface(s)." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "" @@ -553,35 +562,35 @@ msgstr "" msgid "Log Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -589,7 +598,7 @@ msgstr "" msgid "NFT Information" msgstr "" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -602,7 +611,7 @@ msgstr "" msgid "Network Interfaces" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "" @@ -619,17 +628,17 @@ msgstr "" msgid "No banIP related processing logs yet!" 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:332 msgid "Normal Priority (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -644,7 +653,7 @@ msgstr "" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -654,21 +663,21 @@ msgstr "" msgid "Processing Log" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -682,11 +691,15 @@ msgstr "Оновити" msgid "Reload" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Тека для звітів" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "" @@ -694,7 +707,7 @@ msgstr "" msgid "Restart" msgstr "Перезапустити" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -747,7 +760,7 @@ msgstr "" msgid "Select the logical WAN IPv6 network interface(s)." 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "" @@ -760,7 +773,7 @@ msgstr "" msgid "Set Reporting" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "" @@ -776,17 +789,17 @@ msgstr "" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "" @@ -794,14 +807,10 @@ msgstr "" msgid "Settings" msgstr "Налаштування" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "Інтерфейс тригера запуску" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "" @@ -810,7 +819,7 @@ msgstr "" msgid "Stop" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -822,11 +831,11 @@ msgstr "" msgid "System Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "" @@ -838,13 +847,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "" @@ -884,30 +893,20 @@ msgstr "" msgid "Timestamp" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Затримка запуску" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -943,8 +942,8 @@ msgstr "" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "" @@ -952,8 +951,8 @@ msgstr "" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "" @@ -967,7 +966,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "" @@ -983,69 +982,65 @@ msgstr "" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" 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:428 -msgid "restart" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "" +#~ msgid "Startup Trigger Interface" +#~ msgstr "Інтерфейс тригера запуску" + #~ msgid "Unable to save changes: %s" #~ msgstr "Не вдалося зберегти зміни: %s" diff --git a/applications/luci-app-banip/po/vi/banip.po b/applications/luci-app-banip/po/vi/banip.po index af37e27b97..dd9f806deb 100644 --- a/applications/luci-app-banip/po/vi/banip.po +++ b/applications/luci-app-banip/po/vi/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- Cài đặt lựa chọn --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (mặc định)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (vô hiệu hóa)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (mặc định)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (mặc định)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (mặc định)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "ASNs" @@ -111,25 +111,22 @@ msgid "Active Uplink" msgstr "Uplink hoạt động" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." +msgid "Additional trigger delay in seconds during interface reload and boot." msgstr "" -"Thời gian trễ kích hoạt bổ sung trong giây trước khi quá trình banIP bắt đầu " -"thực sự." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "Cài đặt nâng cao" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "Lựa chọn Feed cho Allowlist" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "Chỉ sử dụng Allowlist" @@ -141,27 +138,27 @@ msgstr "" "Các thay đổi Allowlist đã được lưu, bắt đầu Tra cứu tên miền hoặc khởi động " "lại banIP để áp dụng thay đổi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "Tự động cho phép Uplink" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "Allowlist tự động" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "Chặn Subnet tự động" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "Blocklist tự động" @@ -169,7 +166,7 @@ msgstr "Blocklist tự động" msgid "Auto Detection" msgstr "Phát hiện tự động" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." @@ -177,7 +174,7 @@ msgstr "" "Tự động thêm toàn bộ các subnet vào Blocklist dựa trên yêu cầu RDAP bổ sung " "với IP đáng ngờ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." @@ -185,7 +182,7 @@ msgstr "" "Tự động thêm tên miền đã được giải quyết và các IP đáng ngờ vào danh sách " "chặn banIP cục bộ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." @@ -193,27 +190,31 @@ msgstr "" "Tự động thêm tên miền đã được giải quyết và các IP uplink vào danh sách cho " "phép banIP cục bộ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "Thư mục sao lưu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "Thư mục cơ sở" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "Thư mục làm việc cơ sở trong quá trình xử lý banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "Lựa chọn Feed cho Blocklist" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "Hết hạn của Blocklist Set" @@ -225,7 +226,7 @@ msgstr "" "Các thay đổi Blocklist đã được lưu, bắt đầu Tra cứu tên miền hoặc khởi động " "lại banIP để áp dụng thay đổi." -#: 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:424 msgid "" "By default each feed is active in all supported chains. Limit the default " "block policy to a certain chain." @@ -233,7 +234,7 @@ msgstr "" "Mặc định, mỗi feed hoạt động trong tất cả các chuỗi được hỗ trợ. Giới hạn " "chính sách chặn mặc định cho một chuỗi cụ thể." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "Số lõi CPU" @@ -246,9 +247,9 @@ msgstr "Hủy lệnh" msgid "Chain/Set Settings" msgstr "Cài đặt Chuỗi/Tròn" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Các thay đổi trên tab này cần khởi động lại dịch vụ banIP để có hiệu lực." @@ -270,7 +271,7 @@ msgstr "" "target=\"_blank\" rel=\"noreferrer noopener\">kiểm tra tài liệu trực tuyến" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "Quốc gia" @@ -278,7 +279,7 @@ msgstr "Quốc gia" msgid "Custom Feed Editor" msgstr "Trình chỉnh sửa nguồn tùy chỉnh" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." @@ -286,11 +287,11 @@ msgstr "" "Loại bỏ trùng lặp địa chỉ IP trên tất cả các Sets hoạt động và dọn dẹp danh " "sách chặn cục bộ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "Loại bỏ trùng lặp IP" -#: 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:424 msgid "Default Block Policy" msgstr "Chính sách chặn mặc định" @@ -306,7 +307,7 @@ msgstr "" "Tự động phát hiện các thiết bị, giao diện, mạng con, giao thức và tiện ích " "mạng liên quan." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "Vô hiệu hóa" @@ -314,7 +315,7 @@ msgstr "Vô hiệu hóa" msgid "Domain Lookup" msgstr "Tra cứu tên miền" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "Không kiểm tra chứng chỉ máy chủ SSL trong khi tải xuống." @@ -322,7 +323,7 @@ msgstr "Không kiểm tra chứng chỉ máy chủ SSL trong khi tải xuống." msgid "Download Custom Feeds" msgstr "Tải xuống nguồn tùy chỉnh" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "Tải về không bảo mật" @@ -330,7 +331,7 @@ msgstr "Tải về không bảo mật" msgid "Download Parameters" msgstr "Tải xuống Parameters" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "Thử lại khi tải xuống" @@ -338,19 +339,25 @@ msgstr "Thử lại khi tải xuống" msgid "Download Utility" msgstr "Tiện ích tải xuống" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "Thông báo Email" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" msgstr "Hồ sơ Email" -#: 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:528 msgid "E-Mail Receiver Address" msgstr "Địa chỉ người nhận Email" -#: 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:532 msgid "E-Mail Sender Address" msgstr "Địa chỉ người gửi Email" @@ -358,7 +365,7 @@ msgstr "Địa chỉ người gửi Email" msgid "E-Mail Settings" msgstr "Cài đặt E-Mail" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "Chủ đề Email" @@ -407,15 +414,15 @@ msgstr "Bật hỗ trợ IPv4." msgid "Enables IPv6 support." msgstr "Bật hỗ trợ IPv6." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "Thời gian hết hạn cho các thành viên danh sách chặn tự động thêm." -#: 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:584 msgid "External allowlist feeds" msgstr "Nguồn allowlist bên ngoài" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "Nguồn danh sách chặn bên ngoài" @@ -451,15 +458,15 @@ msgstr "Các cài đặt chung" msgid "Grant access to LuCI app banIP" msgstr "Cấp quyền truy cập cho ứng dụng LuCI banIP" -#: 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:331 msgid "High Priority" msgstr "Ưu tiên cao" -#: 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:330 msgid "Highest Priority" msgstr "Ưu tiên cao nhất" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -479,7 +486,7 @@ msgstr "Hỗ trợ IPv4" msgid "IPv6 Support" msgstr "Hỗ trợ IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -503,8 +510,8 @@ msgstr "Giá trị đầu vào không hợp lệ, không thể lưu các chỉnh msgid "LAN-Forward (packets)" msgstr "LAN-Forward (gói tin)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "Chuỗi LAN-Forward" @@ -512,35 +519,35 @@ msgstr "Chuỗi LAN-Forward" msgid "Last Run" msgstr "Lần chạy cuối cùng" -#: 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:334 msgid "Least Priority" msgstr "Ưu tiên Thấp Nhất" -#: 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:333 msgid "Less Priority" msgstr "Ưu tiên Thấp Hơn" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "Giới hạn một số feeds cho chuỗi LAN-Forward." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "Giới hạn một số feeds cho chuỗi WAN-Forward." -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "Giới hạn một số feeds cho chuỗi WAN-Input." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Giới hạn số nhân cpu được sử dụng bởi banIP để tiết kiệm RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "Giới hạn chức năng uplink autoallow." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." @@ -549,30 +556,30 @@ msgstr "" "giảm tải CPU." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." -msgstr "Danh sách các giao diện mạng có sẵn để kích hoạt khởi động banIP." +msgid "List of available reload trigger interface(s)." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "Liệt kê các phần tử của một Set liên quan đến banIP cụ thể." -#: 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:601 msgid "Local feed settings" msgstr "Cài đặt feed cục bộ" -#: 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:509 msgid "Log Count" msgstr "Số lượng Log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "Log LAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" msgstr "Cấp độ ghi nhật ký" -#: 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:499 msgid "Log Limit" msgstr "Giới hạn Log" @@ -580,35 +587,35 @@ msgstr "Giới hạn Log" msgid "Log Settings" msgstr "Cài đặt Log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "Điều khoản Log" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "Log WAN-Forward" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "Log WAN-Input" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "Log gói LAN chuyển tiếp đáng ngờ (bị từ chối)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "Log gói WAN chuyển tiếp đáng ngờ (bị loại bỏ)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "Log gói WAN đến đáng ngờ (bị loại bỏ)." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" msgstr "Số tệp Mở Tối đa" -#: 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:397 msgid "NFT Chain Priority" msgstr "Ưu tiên Chuỗi NFT" @@ -616,7 +623,7 @@ msgstr "Ưu tiên Chuỗi NFT" msgid "NFT Information" msgstr "Thông tin NFT" -#: 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:391 msgid "NFT Set Policy" msgstr "Chính sách NFT Set" @@ -629,7 +636,7 @@ msgstr "Thiết bị Mạng" msgid "Network Interfaces" msgstr "Giao diện Mạng" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Mức độ Nice" @@ -646,11 +653,11 @@ msgstr "Chưa có log tường lửa liên quan đến banIP!" msgid "No banIP related processing logs yet!" msgstr "Chưa có log xử lý liên quan đến banIP!" -#: 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:332 msgid "Normal Priority (default)" msgstr "Ưu tiên Bình thường (mặc định)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." @@ -658,7 +665,7 @@ msgstr "" "Số lần thử tải xuống trong trường hợp có lỗi (không được hỗ trợ bởi uclient-" "fetch)." -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" @@ -676,7 +683,7 @@ msgstr "" msgid "Overview" msgstr "Tổng quan" -#: 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -688,21 +695,21 @@ msgstr "" msgid "Processing Log" msgstr "Log Xử lý" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "Hồ sơ được sử dụng bởi 'msmtp' cho thư thông báo banIP." #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "Định dạng giao thức/URL không được hỗ trợ" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "Nhận thông báo qua E-Mail mỗi khi chạy banIP." -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -718,11 +725,15 @@ msgstr "Làm mới" msgid "Reload" msgstr "Tải lại" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "Đường dẫn Report" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "Yếu tố báo cáo" @@ -730,7 +741,7 @@ msgstr "Yếu tố báo cáo" msgid "Restart" msgstr "Khởi Động Lại" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "Hạn chế truy cập internet từ/đến một số IP an toàn nhỏ." @@ -783,7 +794,7 @@ msgstr "Chọn giao diện mạng IPv4 logic của WAN." msgid "Select the logical WAN IPv6 network interface(s)." msgstr "Chọn giao diện mạng IPv6 logic của WAN." -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "Địa chỉ người gửi cho thư thông báo banIP." @@ -796,7 +807,7 @@ msgstr "Đặt" msgid "Set Reporting" msgstr "Đặt báo cáo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "Đặt kích thước phân chia" @@ -812,7 +823,7 @@ msgstr "Đặt khảo sát..." msgid "Set details" msgstr "Chi tiết đặt" -#: 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." @@ -820,11 +831,11 @@ msgstr "" "Đặt ưu tiên chuỗi nft trong bảng banIP. Lưu ý: giá trị thấp đồng nghĩa với " "ưu tiên cao hơn." -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "Đặt chính sách nft cho các Bộ liên quan đến banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "Đặt mức syslog cho việc ghi log NFT." @@ -832,14 +843,10 @@ msgstr "Đặt mức syslog cho việc ghi log NFT." msgid "Settings" msgstr "Cài đặt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "Phân chia tải Bộ ngoại vi sau mỗi n thành viên để tiết kiệm RAM." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "Giao diện kích hoạt khởi động" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "Trạng thái" @@ -848,7 +855,7 @@ msgstr "Trạng thái" msgid "Stop" msgstr "Dừng" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "Mạng con (mặc định)" @@ -860,11 +867,11 @@ msgstr "Khảo sát" msgid "System Information" msgstr "Thông tin hệ thống" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "Thư mục đích cho các tệp báo cáo liên quan đến banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "Thư mục đích cho sao lưu nguồn cấp dữ liệu được nén." @@ -876,7 +883,7 @@ msgstr "Danh sách cho phép quá lớn, không thể lưu các chỉnh sửa." msgid "The blocklist is too big, unable to save modifications." msgstr "Danh sách chặn quá lớn, không thể lưu các chỉnh sửa." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." @@ -884,7 +891,7 @@ msgstr "" "Các thuật ngữ / biểu thức chính thức mặc định đang lọc lưu lượng ssh, LuCI, " "nginx và asterisk đáng ngờ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "Ưu tiên được chọn sẽ được sử dụng cho xử lý nền banIP." @@ -936,7 +943,7 @@ msgstr "" msgid "Timestamp" msgstr "Dấu thời gian" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." @@ -944,24 +951,14 @@ msgstr "" "Để bật thông báo qua email, thiết lập gói 'msmtp' và chỉ định địa chỉ email " "người nhận hợp lệ." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "Chủ đề cho Email thông báo banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "Kích hoạt hành động" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "Kích hoạt độ trễ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "Kích hoạt hành động trong sự kiện giao diện ifup." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -997,8 +994,8 @@ msgstr "Phiên bản" msgid "WAN-Forward (packets)" msgstr "Chuyển tiếp WAN (gói tin)" -#: 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "Rào cản Chuyển tiếp WAN" @@ -1006,8 +1003,8 @@ msgstr "Rào cản Chuyển tiếp WAN" msgid "WAN-Input (packets)" msgstr "Đầu vào WAN (gói tin)" -#: 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "Rào cản Đầu vào WAN" @@ -1027,7 +1024,7 @@ msgstr "" "quay lại phiên bản của người duy trì, chỉ cần làm trống lại tệp Bộ sưu tập " "Tùy chỉnh (không xóa nó!)." -#: 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:478 msgid "alert" msgstr "cảnh báo" @@ -1043,69 +1040,90 @@ msgstr "tự động thêm vào danh sách chặn hôm nay" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "crit" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "debug" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "emerg" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "err" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "info" -#: 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:457 -#: 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: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:459 msgid "local allowlist" msgstr "danh sách cho phép cục bộ" -#: 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "danh sách chặn cục bộ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "bộ nhớ (mặc định)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" msgstr "thông báo" -#: 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:393 msgid "performance" msgstr "hiệu suất" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -msgstr "tải lại" - -#: 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:428 -msgid "restart" -msgstr "khởi động lại" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "khởi động (mặc định)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "cảnh báo (mặc định)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "" +#~ "Thời gian trễ kích hoạt bổ sung trong giây trước khi quá trình banIP bắt " +#~ "đầu thực sự." + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "Danh sách các giao diện mạng có sẵn để kích hoạt khởi động banIP." + +#~ msgid "Startup Trigger Interface" +#~ msgstr "Giao diện kích hoạt khởi động" + +#~ msgid "Trigger Action" +#~ msgstr "Kích hoạt hành động" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "Kích hoạt hành động trong sự kiện giao diện ifup." + +#~ msgid "reload" +#~ msgstr "tải lại" + +#~ msgid "restart" +#~ msgstr "khởi động lại" + +#~ msgid "start (default)" +#~ msgstr "khởi động (mặc định)" + #~ msgid "Advanced" #~ msgstr "Nâng cao" diff --git a/applications/luci-app-banip/po/zh_Hans/banip.po b/applications/luci-app-banip/po/zh_Hans/banip.po index a07a935259..a317af3401 100644 --- a/applications/luci-app-banip/po/zh_Hans/banip.po +++ b/applications/luci-app-banip/po/zh_Hans/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- IP 集选择 --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (默认)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" msgstr "0 (禁用)" -#: 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:311 msgid "1" msgstr "1" -#: 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:314 msgid "10" msgstr "10" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (默认)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (默认)" -#: 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:315 msgid "20" msgstr "20" -#: 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" msgstr "3" -#: 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "5 (默认)" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "平均取样数" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "活跃的上行线路" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." -msgstr "banIP 处理实际开始前以秒为单位的附加触发延迟。" +msgid "Additional trigger delay in seconds during interface reload and boot." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "白名单源选择" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "仅白名单" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "已保存白名单更改,启动域名查询或要让更改生效请重启 banIP。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "始终允许特定的 VLAN 转发。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "始终拦截特定的 VLAN 转发。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "自动允许上行线路" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "自动白名单" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "自动拦截子网" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "自动黑名单" @@ -165,45 +164,49 @@ msgstr "自动黑名单" msgid "Auto Detection" msgstr "自动检测" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "基于和可疑 IP 地址的额外 RDAP 请求自动添加条目子网到黑名单集。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "" "Automatically add resolved domains and suspicious IPs to the local banIP " "blocklist." msgstr "自动添加已解析域名和可疑 IP 到本地 banIP 黑名单。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "" "Automatically add resolved domains and uplink IPs to the local banIP " "allowlist." msgstr "自动添加已解析域名和上行线路 IP 到本地 banIP 白名单。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "备份目录" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "基础目录" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "banIP 处理时的基础工作目录。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "黑名单源选择" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "黑名单集过期时间" @@ -213,14 +216,14 @@ msgid "" "banIP that changes take effect." msgstr "已保存黑名单更改,启动域名查询或要让更改生效请重启 banIP。" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "CPU 核心" @@ -233,9 +236,9 @@ msgstr "取消" msgid "Chain/Set Settings" msgstr "IP 链路/集合设置" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "此标签页上进行的更改需要重启 banIP 服务才能生效。" @@ -254,7 +257,7 @@ msgstr "" "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/" "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "地区" @@ -262,17 +265,17 @@ msgstr "地区" msgid "Custom Feed Editor" msgstr "自定义源的编辑器" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" "Deduplicate IP addresses across all active Sets and tidy up the local " "blocklist." msgstr "去除所有活跃集合中的重复 IP 地址并整理本地黑名单。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "IP 去重" -#: 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:424 msgid "Default Block Policy" msgstr "默认拦截策略" @@ -286,7 +289,7 @@ msgid "" "utilities automatically." msgstr "自动检测相关的网络设备、接口、子网、协议和工具。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "禁用" @@ -294,7 +297,7 @@ msgstr "禁用" msgid "Domain Lookup" msgstr "域名查询" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "下载期间不检查 SSL 服务器证书。" @@ -302,7 +305,7 @@ msgstr "下载期间不检查 SSL 服务器证书。" msgid "Download Custom Feeds" msgstr "下载自定义源" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "下载不安全" @@ -310,7 +313,7 @@ msgstr "下载不安全" msgid "Download Parameters" msgstr "下载参数" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "下载重试" @@ -318,19 +321,25 @@ msgstr "下载重试" msgid "Download Utility" msgstr "下载工具" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "电子邮件通知" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "电子邮件发件人地址" @@ -338,7 +347,7 @@ msgstr "电子邮件发件人地址" msgid "E-Mail Settings" msgstr "电子邮件设置" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "电子邮件主题" @@ -387,15 +396,15 @@ msgstr "启用 IPv4 支持。" msgid "Enables IPv6 support." msgstr "启用 IPv6 支持。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "自动添加的黑名单集成员的过期时间。" -#: 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:584 msgid "External allowlist feeds" msgstr "外部白名单源" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "外部黑名单源" @@ -431,15 +440,15 @@ msgstr "常规设置" msgid "Grant access to LuCI app banIP" msgstr "授予访问 LuCI 应用 banIP 的权限" -#: 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "最高优先级" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "IP" @@ -459,7 +468,7 @@ msgstr "IPv4 支持" msgid "IPv6 Support" msgstr "IPv6 支持" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -481,8 +490,8 @@ msgstr "无效的输入值,无法保存更改。" msgid "LAN-Forward (packets)" msgstr "局域网转发(数据包)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "局域网转发链" @@ -490,65 +499,65 @@ msgstr "局域网转发链" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "较低优先级" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "限制特定源到局域网转发链。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "限制特定源到广域网转发链。" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "限制特定源到广域网输入链。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "限制 banIP 使用的 cpu 核心数来节省内存。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "限制上行线路自动允许功能。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." msgstr "在状态和报告中列出集元素,禁用此功能可减少 CPU 负荷。" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." -msgstr "触发 banIP 启动的可用网络接口列表。" +msgid "List of available reload trigger interface(s)." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "列出与某一特定 banIP 有关的集的元素。" -#: 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "日志数" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "记录局域网转发" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "日志限制" @@ -556,35 +565,35 @@ msgstr "日志限制" msgid "Log Settings" msgstr "日志设置" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "日志项" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "记录广域网转发" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "记录广域网输入" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "记录可疑的转发局域网数据包(已拒绝)。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "记录可疑的转发的广域网数据包(已丢弃)。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "记录可疑的传入广域网数据包(已丢弃)。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "NFT 链优先级" @@ -592,7 +601,7 @@ msgstr "NFT 链优先级" msgid "NFT Information" msgstr "NFT 信息" -#: 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:391 msgid "NFT Set Policy" msgstr "NFT 集策略" @@ -605,7 +614,7 @@ msgstr "网络设备" msgid "Network Interfaces" msgstr "网络接口" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Nice 级别" @@ -622,17 +631,17 @@ msgstr "还没有 banIP 相关的防火墙日志!" msgid "No banIP related processing logs yet!" msgstr "还没有 banIP 相关的处理日志!" -#: 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:332 msgid "Normal Priority (default)" msgstr "正常优先级(默认)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." msgstr "下载出错时的重试次数(uclient-fetch 不支持)。" -#: 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:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "进行拦截前允许同一 IP 的失败登录尝试在日志中出现几次。" @@ -647,7 +656,7 @@ msgstr "对所选的下载工具绕过预先配置的下载选项。" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -658,21 +667,21 @@ msgstr "" msgid "Processing Log" msgstr "处理日志" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "“msmtp”所用的 banIP 电子邮件通知配置。" #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "不受支持的协议/URL 格式" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." msgstr "接收每次 banIP 运行的电子邮件通知。" -#: 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -686,11 +695,15 @@ msgstr "刷新" msgid "Reload" msgstr "重新载入" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "报告目录" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "报告元素" @@ -698,7 +711,7 @@ msgstr "报告元素" msgid "Restart" msgstr "重启" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "限制来自/对少量安全 IP 的互联网访问。" @@ -751,7 +764,7 @@ msgstr "选择逻辑广域网 IPv4 网络接口。" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "选择逻辑广域网 IPv6 网络接口。" -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "banIP 通知邮件的发送地址。" @@ -764,7 +777,7 @@ msgstr "设置" msgid "Set Reporting" msgstr "设置报告" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "设置分割尺寸" @@ -780,17 +793,17 @@ msgstr "设置调查…" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "设置 banIP 表内的 nft 链优先级。请注意:值越低,优先级越高。" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "设置 banIP 相关集合的 nft 策略。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "设定 NFT 日志记录的 syslog 级别。" @@ -798,14 +811,10 @@ msgstr "设定 NFT 日志记录的 syslog 级别。" msgid "Settings" msgstr "设置" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Split external Set loading after every n members to save RAM." msgstr "每 n 个成员后分割外部集加载来节省内存。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "Startup Trigger Interface" -msgstr "启动触发接口" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "状态" @@ -814,7 +823,7 @@ msgstr "状态" msgid "Stop" msgstr "停止" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "子网(默认)" @@ -826,11 +835,11 @@ msgstr "调查" msgid "System Information" msgstr "系统信息" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "banIP 相关报告文件的目标目录。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "压缩的源备份文件的目标目录。" @@ -842,13 +851,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "默认的日志短语、正则表达式正在过滤可疑的 ssh、LuCI、nginx 和星号流量。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "所选的优先级将用于 banIP 后台处理。" @@ -894,30 +903,20 @@ msgstr "此标签页显示最后生成的集报告,按下“刷新“按钮获 msgid "Timestamp" msgstr "时间戳" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 msgid "" "To enable email notifications, set up the 'msmtp' package and specify a " "vaild E-Mail receiver address." msgstr "要开启电子邮件通知,请设置 'msmtp' 包并指定有效的电子邮件接收者地址。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "banIP 通知邮件的主题。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "触发动作" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "触发延时" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "ifup 接口事件的触发动作。" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "URLv4" @@ -953,8 +952,8 @@ msgstr "版本" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "广域网转发链" @@ -962,8 +961,8 @@ msgstr "广域网转发链" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "广域网输入链" @@ -981,7 +980,7 @@ 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:478 msgid "alert" msgstr "报警" @@ -997,69 +996,88 @@ msgstr "今日自动添加到黑名单" msgid "banIP" msgstr "banIP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "关键项" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "调试" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "紧急项" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "错误项" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "信息项" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "本地黑名单" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "内存(默认)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "性能" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" -msgstr "重启" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "启动(默认)" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" +msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "警告(默认)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "banIP 处理实际开始前以秒为单位的附加触发延迟。" + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "触发 banIP 启动的可用网络接口列表。" + +#~ msgid "Startup Trigger Interface" +#~ msgstr "启动触发接口" + +#~ msgid "Trigger Action" +#~ msgstr "触发动作" + +#~ msgid "Trigger action on ifup interface events." +#~ msgstr "ifup 接口事件的触发动作。" + +#~ msgid "reload" +#~ msgstr "重新加载" + +#~ msgid "restart" +#~ msgstr "重启" + +#~ msgid "start (default)" +#~ msgstr "启动(默认)" + #~ msgid "Allow VLAN Forwads" #~ msgstr "允许 VLAN 转发" diff --git a/applications/luci-app-banip/po/zh_Hant/banip.po b/applications/luci-app-banip/po/zh_Hant/banip.po index 579a53b655..27c1c10fd5 100644 --- a/applications/luci-app-banip/po/zh_Hant/banip.po +++ b/applications/luci-app-banip/po/zh_Hant/banip.po @@ -14,87 +14,87 @@ msgstr "" msgid "-- Set Selection --" msgstr "-- IP 集合選擇 --" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" msgstr "-100" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:407 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" msgstr "-200 (預設)" -#: 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:401 msgid "-300" msgstr "-300" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:409 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" msgstr "-400" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:405 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" msgstr "0" -#: 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:500 msgid "0 (disable)" 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:311 msgid "1" 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:314 msgid "10" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 msgid "100 (default)" msgstr "100 (預設)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "1000" msgstr "1000" -#: 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:340 msgid "1024 (default)" msgstr "1024 (預設)" -#: 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:315 msgid "20" 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:341 msgid "2048" msgstr "2048" -#: 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:503 msgid "250" msgstr "250" -#: 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:312 msgid "3" 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:342 msgid "4096" msgstr "4096" -#: 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:313 msgid "5 (default)" msgstr "" -#: 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:501 msgid "50" msgstr "50" -#: 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:504 msgid "500" msgstr "500" -#: 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:339 msgid "512" msgstr "512" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "ASNs" msgstr "平均取樣數" @@ -111,23 +111,22 @@ msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 -msgid "" -"Additional trigger delay in seconds before banIP processing actually starts." -msgstr "banIP 處理實際開始前以秒為單位的附加觸發延遲。" +msgid "Additional trigger delay in seconds during interface reload and boot." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 msgid "Allowlist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Allowlist Only" msgstr "僅白名單" @@ -137,27 +136,27 @@ msgid "" "banIP that changes take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:413 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Auto Allow Uplink" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 msgid "Auto Allowlist" msgstr "自動白名單" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 msgid "Auto Block Subnet" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 msgid "Auto Blocklist" msgstr "自動黑名單" @@ -165,45 +164,49 @@ msgstr "自動黑名單" msgid "Auto Detection" msgstr "自動偵測" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 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:623 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 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:611 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603 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:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Backup Directory" msgstr "備份目錄" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base Directory" msgstr "基礎目錄" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:371 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364 msgid "Base working directory while banIP processing." msgstr "banIP 處理時的基礎工作目錄。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 +msgid "Block Type" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 msgid "Blocklist Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Blocklist Set Expiry" msgstr "" @@ -213,13 +216,13 @@ msgid "" "banIP that changes take effect." msgstr "" -#: 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:424 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:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" msgstr "CPU 核心" @@ -232,9 +235,9 @@ msgstr "取消" msgid "Chain/Set Settings" msgstr "IP 鏈結/集合設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:334 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:396 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 +#: 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:389 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" @@ -250,7 +253,7 @@ msgid "" "rel=\"noreferrer noopener\" >check the online documentation" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567 msgid "Countries" msgstr "地區" @@ -258,17 +261,17 @@ msgstr "地區" msgid "Custom Feed Editor" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 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:383 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "Deduplicate IPs" msgstr "刪除重複 IP" -#: 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:424 msgid "Default Block Policy" msgstr "" @@ -282,7 +285,7 @@ msgid "" "utilities automatically." msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609 msgid "Disable" msgstr "" @@ -290,7 +293,7 @@ msgstr "" msgid "Domain Lookup" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "下載期間不檢查 SSL 伺服器證書。" @@ -298,7 +301,7 @@ msgstr "下載期間不檢查 SSL 伺服器證書。" msgid "Download Custom Feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:326 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" msgstr "下載不安全" @@ -306,7 +309,7 @@ msgstr "下載不安全" msgid "Download Parameters" msgstr "下載參數" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" msgstr "" @@ -314,19 +317,25 @@ msgstr "" msgid "Download Utility" msgstr "下載工具" -#: 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:418 +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:525 msgid "E-Mail Notification" msgstr "電子郵件通知" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "E-Mail Profile" 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:528 msgid "E-Mail Receiver Address" 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:532 msgid "E-Mail Sender Address" msgstr "電郵寄件人位址" @@ -334,7 +343,7 @@ msgstr "電郵寄件人位址" msgid "E-Mail Settings" msgstr "電子郵件設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "E-Mail Topic" msgstr "電郵主旨" @@ -383,15 +392,15 @@ msgstr "啟用 IPv4 支援。" msgid "Enables IPv6 support." msgstr "啟用 IPv6 支援。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624 msgid "Expiry time for auto added blocklist Set members." msgstr "" -#: 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:584 msgid "External allowlist feeds" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550 msgid "External blocklist feeds" msgstr "" @@ -427,15 +436,15 @@ msgstr "一般設定" msgid "Grant access to LuCI app banIP" msgstr "授予存取 LuCI 應用 banIP 的權限" -#: 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:331 msgid "High Priority" 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:330 msgid "Highest Priority" msgstr "最高優先順序" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 msgid "IP" msgstr "" @@ -455,7 +464,7 @@ msgstr "IPv4 支援" msgid "IPv6 Support" msgstr "支援 IPv6" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." @@ -477,8 +486,8 @@ msgstr "" msgid "LAN-Forward (packets)" msgstr "區域網路轉發 (資料封包)" -#: 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:466 +#: 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:458 msgid "LAN-Forward Chain" msgstr "區域網路轉發鏈" @@ -486,65 +495,65 @@ msgstr "區域網路轉發鏈" msgid "Last Run" 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:334 msgid "Least Priority" 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:333 msgid "Less Priority" msgstr "較低優先順序" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." msgstr "限制特定來源到區域網路轉發鏈。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." msgstr "限制特定來源到廣域網路轉發鏈。" -#: 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:438 msgid "Limit certain feeds to the WAN-Input chain." msgstr "限制特定來源到廣域網路輸入鏈。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:353 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 msgid "Limit the uplink autoallow function." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " "load." msgstr "在狀態和報告中列出集合元素,停用此功能可減少 CPU 負荷。" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 -msgid "List of available network interfaces to trigger the banIP start." -msgstr "觸發 banIP 啟動的可用網路介面列表。" +msgid "List of available reload trigger interface(s)." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 msgid "List the elements of a specific banIP-related Set." msgstr "列出與某一特定 banIP 有關的集合的元素。" -#: 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:601 msgid "Local feed settings" 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:509 msgid "Log Count" msgstr "日誌數" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log LAN-Forward" msgstr "記錄區域網路轉發" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Log Level" 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:499 msgid "Log Limit" msgstr "日誌限制" @@ -552,35 +561,35 @@ msgstr "日誌限制" msgid "Log Settings" msgstr "日誌設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "Log Terms" msgstr "日誌項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log WAN-Forward" msgstr "記錄廣域網路轉發" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log WAN-Input" msgstr "記錄廣域網路輸入" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 msgid "Log suspicious forwarded LAN packets (rejected)." msgstr "記錄可疑的轉發區域網路資料封包 (已拒絕)。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 msgid "Log suspicious forwarded WAN packets (dropped)." msgstr "記錄可疑的轉發的廣域網路資料封包 (已捨棄)。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 msgid "Log suspicious incoming WAN packets (dropped)." msgstr "記錄可疑的傳入廣域網路資料封包 (已捨棄)。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:345 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "Max Open Files" 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:397 msgid "NFT Chain Priority" msgstr "" @@ -588,7 +597,7 @@ msgstr "" msgid "NFT Information" msgstr "NFT 資訊" -#: 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:391 msgid "NFT Set Policy" msgstr "" @@ -601,7 +610,7 @@ msgstr "網路裝置" msgid "Network Interfaces" msgstr "網路介面" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "Nice Level" msgstr "Nice 級別" @@ -618,17 +627,17 @@ msgstr "還沒有 banIP 相關的防火牆日誌!" msgid "No banIP related processing logs yet!" msgstr "還沒有 banIP 相關的處理日誌!" -#: 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:332 msgid "Normal Priority (default)" msgstr "正常優先順序 (預設)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:317 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 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:517 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "進行攔截前允許同一 IP 的失敗登錄嘗試在日誌中出現幾次。" @@ -643,7 +652,7 @@ msgstr "對所選的下載工具繞過預先設定的下載選項。" msgid "Overview" 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:499 msgid "" "Parse only the last stated number of log entries for suspicious events. To " "disable the log monitor at all set it to '0'." @@ -653,21 +662,21 @@ msgstr "" msgid "Processing Log" msgstr "處理日誌" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "「msmtp」所用的 banIP 電子郵件通知設定。" #: 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:602 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Protocol/URL format not supported" msgstr "" -#: 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:525 msgid "Receive E-Mail notifications with every banIP run." 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:528 msgid "" "Receiver address for banIP notification E-Mails, this information is " "required to enable E-Mail functionality." @@ -681,11 +690,15 @@ msgstr "重新整理" msgid "Reload" msgstr "重新載入" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300 +msgid "Reload Trigger Interface" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Report Directory" msgstr "報告目錄" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380 msgid "Report Elements" msgstr "報告元素" @@ -693,7 +706,7 @@ msgstr "報告元素" msgid "Restart" msgstr "重新啟動" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "限制來自/對少量安全 IP 的網際網路存取。" @@ -746,7 +759,7 @@ msgstr "選擇邏輯廣域網路 IPv4 網路介面。" msgid "Select the logical WAN IPv6 network interface(s)." msgstr "選擇邏輯廣域網路 IPv6 網路介面。" -#: 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:532 msgid "Sender address for banIP notification E-Mails." msgstr "banIP 通知郵件的傳送位址。" @@ -759,7 +772,7 @@ msgstr "設定" msgid "Set Reporting" msgstr "設定報告" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 msgid "Set Split Size" msgstr "設定分割尺寸" @@ -775,17 +788,17 @@ msgstr "設定調查…" msgid "Set details" 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:397 msgid "" "Set the nft chain priority within the banIP table. Please note: lower values " "means higher priority." msgstr "設定 banIP 表內的 nft 鏈優先順序。請注意:數值越低,優先順序越高。" -#: 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:391 msgid "Set the nft policy for banIP-related Sets." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." msgstr "設定 NFT 日誌記錄的 syslog 級別。" @@ -793,14 +806,10 @@ msgstr "設定 NFT 日誌記錄的 syslog 級別。" msgid "Settings" msgstr "設置" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:362 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 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:300 -msgid "Startup Trigger Interface" -msgstr "啟動觸發介面" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" msgstr "狀態" @@ -809,7 +818,7 @@ msgstr "狀態" msgid "Stop" msgstr "停止" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 msgid "Subnet (default)" msgstr "" @@ -821,11 +830,11 @@ msgstr "調查" msgid "System Information" msgstr "系統資訊" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:379 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 msgid "Target directory for banIP-related report files." msgstr "banIP 相關報告檔案的目標目錄。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:375 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368 msgid "Target directory for compressed feed backups." msgstr "壓縮的來源備份檔案的目標目錄。" @@ -837,13 +846,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:522 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514 msgid "" "The default log terms / regular expressions are filtering suspicious ssh, " "LuCI, nginx and asterisk traffic." msgstr "預設的日誌字詞、正規表達式正在過濾可疑的 ssh、LuCI、nginx 和星號流量。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:336 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329 msgid "The selected priority will be used for banIP background processing." msgstr "所選的優先順序將用於 banIP 背景處理。" @@ -883,30 +892,20 @@ msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕 msgid "Timestamp" msgstr "時間戳" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 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:544 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 msgid "Topic for banIP notification E-Mails." msgstr "banIP 通知郵件的主題。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger Action" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Trigger Delay" msgstr "觸發延遲" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425 -msgid "Trigger action on ifup interface events." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203 msgid "URLv4" msgstr "" @@ -942,8 +941,8 @@ msgstr "版本" msgid "WAN-Forward (packets)" 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:456 +#: 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:448 msgid "WAN-Forward Chain" msgstr "廣域網路轉發鏈" @@ -951,8 +950,8 @@ msgstr "廣域網路轉發鏈" msgid "WAN-Input (packets)" 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:446 +#: 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:438 msgid "WAN-Input Chain" msgstr "廣域網路輸入鏈" @@ -966,7 +965,7 @@ msgid "" "it!)." 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:478 msgid "alert" msgstr "報警" @@ -982,69 +981,73 @@ msgstr "今日自動加入到黑名單" msgid "banIP" msgstr "禁止IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 msgid "crit" msgstr "關鍵項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484 msgid "debug" msgstr "偵錯" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419 +msgid "drop (default)" +msgstr "" + +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 msgid "emerg" msgstr "緊急項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 msgid "err" msgstr "錯誤項目" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:491 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 msgid "info" msgstr "資訊項目" -#: 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:457 -#: 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: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:459 msgid "local allowlist" 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:458 -#: 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: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:460 msgid "local blocklist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392 msgid "memory (default)" msgstr "記憶體 (預設)" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482 msgid "notice" 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:393 msgid "performance" msgstr "效能" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 -msgid "reload" -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:428 -msgid "restart" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420 +msgid "reject" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 -msgid "start (default)" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:489 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 msgid "warn (default)" msgstr "警告 (預設)" +#~ msgid "" +#~ "Additional trigger delay in seconds before banIP processing actually " +#~ "starts." +#~ msgstr "banIP 處理實際開始前以秒為單位的附加觸發延遲。" + +#~ msgid "List of available network interfaces to trigger the banIP start." +#~ msgstr "觸發 banIP 啟動的可用網路介面列表。" + +#~ msgid "Startup Trigger Interface" +#~ msgstr "啟動觸發介面" + #~ msgid "" #~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR " #~ "addresses.
Please note: add only exactly one MAC/"