luci-app-banip: sync with banIP-0.9.1

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2023-10-03 22:05:41 +02:00
parent f3b64fdc9b
commit 71de98eea7
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
38 changed files with 3288 additions and 3051 deletions

View file

@ -410,18 +410,25 @@ return view.extend({
o.optional = true; o.optional = true;
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_chain', widgets.DeviceSelect, 'ban_vlanallow', _('Allow VLAN Forwads'), _('Always allow certain VLAN forwards.')); o = s.taboption('adv_chain', widgets.DeviceSelect, 'ban_vlanallow', _('Allow VLAN Forwards'), _('Always allow certain VLAN forwards.'));
o.multiple = true; o.multiple = true;
o.nocreate = true; o.nocreate = true;
o.optional = true; o.optional = true;
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_chain', widgets.DeviceSelect, 'ban_vlanblock', _('Block VLAN Forwads'), _('Always block certain VLAN forwards.')); o = s.taboption('adv_chain', widgets.DeviceSelect, 'ban_vlanblock', _('Block VLAN Forwards'), _('Always block certain VLAN forwards.'));
o.multiple = true; o.multiple = true;
o.nocreate = true; o.nocreate = true;
o.optional = true; o.optional = true;
o.rmempty = 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.optional = true;
o.rmempty = true;
o = s.taboption('adv_chain', form.ListValue, 'ban_blockpolicy', _('Default Block Policy'), _('By default each feed is active in all supported chains. Limit the default block policy to a certain chain.')); o = s.taboption('adv_chain', form.ListValue, 'ban_blockpolicy', _('Default Block Policy'), _('By default each feed is active in all supported chains. Limit the default block policy to a certain chain.'));
o.value('input', _('WAN-Input Chain')); o.value('input', _('WAN-Input Chain'));
o.value('forwardwan', _('WAN-Forward Chain')); o.value('forwardwan', _('WAN-Forward Chain'));

View file

@ -35,7 +35,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -47,11 +47,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -67,7 +67,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -83,11 +83,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -95,7 +95,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -121,14 +121,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -146,19 +146,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -166,19 +166,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -197,14 +197,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -214,7 +214,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -235,7 +235,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -251,7 +251,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -269,7 +269,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -283,7 +283,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -315,19 +315,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "تحميل الأداة" msgstr "تحميل الأداة"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "إعلام البريد الإلكتروني" msgstr "إعلام البريد الإلكتروني"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "ملف تعريف البريد الإلكتروني" msgstr "ملف تعريف البريد الإلكتروني"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "عنوان مستقبل البريد الإلكتروني" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "عنوان مرسل البريد الإلكتروني" msgstr "عنوان مرسل البريد الإلكتروني"
@ -335,7 +335,7 @@ msgstr "عنوان مرسل البريد الإلكتروني"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "موضوع البريد الإلكتروني" msgstr "موضوع البريد الإلكتروني"
@ -384,15 +384,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -436,7 +436,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -478,8 +478,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -495,15 +495,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -511,7 +511,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -529,23 +529,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -553,27 +553,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -629,7 +629,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -644,7 +644,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "نظرة عامة" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -654,21 +654,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -694,7 +694,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "إعادة تشغيل" msgstr "إعادة تشغيل"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -747,7 +747,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -786,7 +786,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -810,7 +810,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -838,7 +838,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -884,17 +884,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -903,6 +904,7 @@ msgid "Trigger Delay"
msgstr "تأخير الزناد" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -941,8 +943,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -950,8 +952,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -965,7 +967,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -981,35 +983,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1017,7 +1019,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1026,18 +1028,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Автоматично засичане" msgstr "Автоматично засичане"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Държави" msgstr "Държави"
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail Известяване" msgstr "E-Mail Известяване"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail Профил" msgstr "E-Mail Профил"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail Изпращач" msgstr "E-Mail Изпращач"
@ -334,7 +334,7 @@ msgstr "E-Mail Изпращач"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail Тема" msgstr "E-Mail Тема"
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilitat de baixades" msgstr "Utilitat de baixades"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificació de correu" msgstr "Notificació de correu"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adreça del destinatari de correu" msgstr "Adreça del destinatari de correu"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visió de conjunt" msgstr "Visió de conjunt"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "Pokročilá nastavení" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Zakázat" msgstr "Zakázat"
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Nástroj pro stahování" msgstr "Nástroj pro stahování"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Přehled" msgstr "Přehled"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Restart" msgstr "Restart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr "Stav"
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "Prodleva spuštění" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr "Verze"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASN'er" msgstr "ASN'er"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "Avancerede indstillinger" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatisk detektering" msgstr "Automatisk detektering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Lande" msgstr "Lande"
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Download hjælpeprogram" msgstr "Download hjælpeprogram"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Meddelelse pr. e-mail" msgstr "Meddelelse pr. e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-mail profil" msgstr "E-mail profil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Modtagerens e-mailadresse" msgstr "Modtagerens e-mailadresse"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-mail afsenderadresse" msgstr "E-mail afsenderadresse"
@ -334,7 +334,7 @@ msgstr "E-mail afsenderadresse"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-mail emne" msgstr "E-mail emne"
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr "Høj prioritet"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Højeste prioritet" msgstr "Højeste prioritet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr "Mindste prioritet"
msgid "Less Priority" msgid "Less Priority"
msgstr "Mindre prioritet" msgstr "Mindre prioritet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -529,23 +529,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Loggrænse" msgstr "Loggrænse"
@ -553,27 +553,27 @@ msgstr "Loggrænse"
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Log Vilkår" msgstr "Log Vilkår"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -629,7 +629,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -644,7 +644,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Oversigt" msgstr "Oversigt"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -654,21 +654,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Profil, der anvendes af \"msmtp\" til banIP-meddelelses-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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -694,7 +694,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Genstart" msgstr "Genstart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -747,7 +747,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Afsenderadresse for banIP-meddelelses-e-mails." msgstr "Afsenderadresse for banIP-meddelelses-e-mails."
@ -786,7 +786,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -810,7 +810,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -838,7 +838,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -884,17 +884,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Tidsstempel" msgstr "Tidsstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Emne for banIP-meddelelses-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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -903,6 +904,7 @@ msgid "Trigger Delay"
msgstr "Udløserforsinkelse" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -941,8 +943,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -950,8 +952,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -965,7 +967,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -981,35 +983,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1017,7 +1019,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1026,18 +1028,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (Standard)" msgstr "100 (Standard)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "Autonome Systemnummern" msgstr "Autonome Systemnummern"
@ -122,14 +122,14 @@ msgid "Advanced Settings"
msgstr "Erweiterte Einstellungen" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Nur Zulassungsliste" msgstr "Nur Zulassungsliste"
@ -147,19 +147,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatische Zulassungsliste" msgstr "Automatische Zulassungsliste"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatische Sperrliste" msgstr "Automatische Sperrliste"
@ -167,19 +167,19 @@ msgstr "Automatische Sperrliste"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatische Erkennung" msgstr "Automatische Erkennung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -198,14 +198,14 @@ msgid "Base working directory while banIP processing."
msgstr "Basisarbeitsverzeichnis während der BanIP-Verarbeitung." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -215,7 +215,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -236,7 +236,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -252,7 +252,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Länder" msgstr "Länder"
@ -270,7 +270,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "IPs deduplizieren" msgstr "IPs deduplizieren"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -286,7 +286,7 @@ msgstr ""
"Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, " "Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, "
"Protokolle und Dienstprogramme." "Protokolle und Dienstprogramme."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -318,19 +318,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Download-Werkzeug" msgstr "Download-Werkzeug"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung" msgstr "E-Mail-Benachrichtigung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail-Profil" msgstr "E-Mail-Profil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse" msgstr "E-Mail Empfängeradresse"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse" msgstr "E-Mail Absenderadresse"
@ -338,7 +338,7 @@ msgstr "E-Mail Absenderadresse"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "E-Mail-Einstellungen" msgstr "E-Mail-Einstellungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail-Thema" msgstr "E-Mail-Thema"
@ -387,15 +387,15 @@ msgstr "Aktiviert die IPv4-Unterstützung."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Aktiviert die IPv6-Unterstützung." msgstr "Aktiviert die IPv6-Unterstützung."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -439,7 +439,7 @@ msgstr "Hohe Priorität"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Höchste Priorität" msgstr "Höchste Priorität"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -481,8 +481,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (Pakete)" msgstr "LAN-Forward (Pakete)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "LAN-Forward-Kette" msgstr "LAN-Forward-Kette"
@ -498,15 +498,15 @@ msgstr "Niedrigste Priorität"
msgid "Less Priority" msgid "Less Priority"
msgstr "Niedrige Priorität" msgstr "Niedrige Priorität"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Beschränken bestimmter Feeds auf die LAN-Forward-Kette." msgstr "Beschränken bestimmter Feeds auf die LAN-Forward-Kette."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Beschränken bestimmter Feeds auf die WAN-Forward-Kette." msgstr "Beschränken bestimmter Feeds auf die WAN-Forward-Kette."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette." msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette."
@ -514,7 +514,7 @@ msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen." msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -536,23 +536,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets." msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Anzahl der Protokolle" msgstr "Anzahl der Protokolle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "LAN-Weiterleitung protokollieren" msgstr "LAN-Weiterleitung protokollieren"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Protokollebene" msgstr "Protokollebene"
#: 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Protokollbegrenzung" msgstr "Protokollbegrenzung"
@ -560,27 +560,27 @@ msgstr "Protokollbegrenzung"
msgid "Log Settings" msgid "Log Settings"
msgstr "Protokolleinstellungen" msgstr "Protokolleinstellungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Protokollbedingungen" msgstr "Protokollbedingungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "WAN-Weiterleitung protokollieren" msgstr "WAN-Weiterleitung protokollieren"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "WAN-Eingang protokollieren" msgstr "WAN-Eingang protokollieren"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Verdächtige weitergeleitete LAN-Pakete protokollieren (abgelehnt)." msgstr "Verdächtige weitergeleitete LAN-Pakete protokollieren (abgelehnt)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Verdächtige weitergeleitete WAN-Pakete protokollieren (verworfen)." msgstr "Verdächtige weitergeleitete WAN-Pakete protokollieren (verworfen)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Verdächtige eingehende WAN-Pakete protokollieren (verworfen)." msgstr "Verdächtige eingehende WAN-Pakete protokollieren (verworfen)."
@ -636,7 +636,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -655,7 +655,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Übersicht" msgstr "Übersicht"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -665,21 +665,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Verarbeitungsprotokoll" msgstr "Verarbeitungsprotokoll"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Von 'msmtp' verwendetes Profil für banIP-Benachrichtigungs-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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,7 +707,7 @@ msgstr "Berichtselemente"
msgid "Restart" msgid "Restart"
msgstr "Neustart" msgstr "Neustart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs." "Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs."
@ -761,7 +761,7 @@ msgstr "Wählen Sie die logische(n) WAN-IPv4-Netzwerkschnittstelle(n) aus."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Wählen Sie die logische(n) WAN-IPv6-Netzwerkschnittstelle(n) aus." msgstr "Wählen Sie die logische(n) WAN-IPv6-Netzwerkschnittstelle(n) aus."
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails." msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails."
@ -805,7 +805,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Legen Sie den Syslog-Level für die NFT-Protokollierung fest." msgstr "Legen Sie den Syslog-Level für die NFT-Protokollierung fest."
@ -829,7 +829,7 @@ msgstr "Status"
msgid "Stop" msgid "Stop"
msgstr "Stopp" msgstr "Stopp"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -859,7 +859,7 @@ msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
"Die Sperrliste ist zu groß, Änderungen können nicht gespeichert werden." "Die Sperrliste ist zu groß, Änderungen können nicht gespeichert werden."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -914,17 +914,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Zeitstempel" msgstr "Zeitstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Betreff für banIP-Benachrichtigungs-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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -933,6 +934,7 @@ msgid "Trigger Delay"
msgstr "Verzögerung der Trigger-Bedingung" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -971,8 +973,8 @@ msgstr "Version"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "WAN-Forward (Pakete)" msgstr "WAN-Forward (Pakete)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "WAN-Forward-Kette" msgstr "WAN-Forward-Kette"
@ -980,8 +982,8 @@ msgstr "WAN-Forward-Kette"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "WAN-Input (Pakete)" msgstr "WAN-Input (Pakete)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "WAN-Input-Kette" msgstr "WAN-Input-Kette"
@ -995,7 +997,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "Alarm" msgstr "Alarm"
@ -1011,35 +1013,35 @@ msgstr "heute automatisch zur Sperrliste hinzugefügt"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "crit" msgstr "crit"
#: 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:492
msgid "debug" msgid "debug"
msgstr "debug" msgstr "debug"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "emerg" msgstr "emerg"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "err" msgstr "err"
#: 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:491
msgid "info" msgid "info"
msgstr "info" msgstr "info"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1047,7 +1049,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "Speicher (Standard)" msgstr "Speicher (Standard)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "notice" msgstr "notice"
@ -1056,18 +1058,21 @@ msgid "performance"
msgstr "Leistung" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "warn (Standard)" msgstr "warn (Standard)"

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,17 +1027,20 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -37,7 +37,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -49,11 +49,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (predeterminado)" msgstr "100 (predeterminado)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -69,7 +69,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -85,11 +85,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -97,7 +97,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -125,14 +125,14 @@ msgid "Advanced Settings"
msgstr "Ajustes avanzados" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selección de feeds de la lista de permitidos" msgstr "Selección de feeds de la lista de permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Solo lista de permitidos" msgstr "Solo lista de permitidos"
@ -152,21 +152,21 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
#, fuzzy #, fuzzy
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permitir enlace ascendente automáticamente" msgstr "Permitir enlace ascendente automáticamente"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
#, fuzzy #, fuzzy
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista de permitidos automática" msgstr "Lista de permitidos automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
#, fuzzy #, fuzzy
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista de bloqueo automática" msgstr "Lista de bloqueo automática"
@ -175,13 +175,13 @@ msgstr "Lista de bloqueo automática"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detección automática" msgstr "Detección automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -189,7 +189,7 @@ msgstr ""
"Agregue automáticamente dominios resueltos e IP sospechosas a la lista de " "Agregue automáticamente dominios resueltos e IP sospechosas a la lista de "
"bloqueo de banIP local." "bloqueo de banIP local."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -210,14 +210,14 @@ msgid "Base working directory while banIP processing."
msgstr "Directorio de trabajo base durante el procesamiento de banIP." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -227,7 +227,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -248,7 +248,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -264,7 +264,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Países" msgstr "Países"
@ -282,7 +282,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -296,7 +296,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -328,19 +328,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilidad de descarga" msgstr "Utilidad de descarga"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico" msgstr "Notificación por correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico" msgstr "Perfil de correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico" msgstr "Dirección del destinatario de correo electrónico"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico" msgstr "Dirección del remitente de correo electrónico"
@ -348,7 +348,7 @@ msgstr "Dirección del remitente de correo electrónico"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Tema del correo electrónico" msgstr "Tema del correo electrónico"
@ -397,15 +397,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -449,7 +449,7 @@ msgstr "Alta prioridad"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Prioridad más alta" msgstr "Prioridad más alta"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -491,8 +491,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -508,15 +508,15 @@ msgstr "Prioridad mínima"
msgid "Less Priority" msgid "Less Priority"
msgstr "Menos prioridad" msgstr "Menos prioridad"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -524,7 +524,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -543,23 +543,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Límite de registro" msgstr "Límite de registro"
@ -567,27 +567,27 @@ msgstr "Límite de registro"
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Términos de registro" msgstr "Términos de registro"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -658,7 +658,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visión general" msgstr "Visión general"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -668,7 +668,7 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Perfil utilizado por 'msmtp' para correos electrónicos de notificación de " "Perfil utilizado por 'msmtp' para correos electrónicos de notificación de "
@ -676,15 +676,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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -710,7 +710,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -763,7 +763,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
"Dirección del remitente para correos electrónicos de notificación de banIP." "Dirección del remitente para correos electrónicos de notificación de banIP."
@ -803,7 +803,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -827,7 +827,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -855,7 +855,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -901,17 +901,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de tiempo" msgstr "Marca de tiempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tema para correos electrónicos de notificación de banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -920,6 +921,7 @@ msgid "Trigger Delay"
msgstr "Retraso de disparo" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -958,8 +960,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -967,8 +969,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -982,7 +984,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -998,35 +1000,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1034,7 +1036,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1043,18 +1045,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASN:t" msgstr "ASN:t"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automaattinen tunnistus" msgstr "Automaattinen tunnistus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Maat" msgstr "Maat"
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Lataustyökalu" msgstr "Lataustyökalu"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Yleiskatsaus" msgstr "Yleiskatsaus"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Käynnistä uudelleen" msgstr "Käynnistä uudelleen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (désactivé)" msgstr "0 (désactivé)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (par défaut)" msgstr "100 (par défaut)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "Les ASN" msgstr "Les ASN"
@ -122,14 +122,14 @@ msgid "Advanced Settings"
msgstr "Paramètres avancés" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -150,19 +150,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -170,7 +170,7 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Détection automatique" msgstr "Détection automatique"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -179,7 +179,7 @@ msgstr ""
"blocage en fonction dune requête RDAP supplémentaire avec ladresse IP " "blocage en fonction dune requête RDAP supplémentaire avec ladresse IP "
"suspecte." "suspecte."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -187,7 +187,7 @@ msgstr ""
"Ajoutez automatiquement les domaines résolus et les adresses IP suspectes à " "Ajoutez automatiquement les domaines résolus et les adresses IP suspectes à "
"la liste de blocage banIP locale." "la liste de blocage banIP locale."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -208,14 +208,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -227,7 +227,7 @@ msgstr ""
"Les modifications Blocklist ont été sauvegardées, démarrent le Domain Lookup " "Les modifications Blocklist ont été sauvegardées, démarrent le Domain Lookup "
"ou le redémarrage banIP que les changements prennent effet." "ou le redémarrage banIP que les changements prennent effet."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -250,7 +250,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"Les modifications apportées à cet onglet nécessitent un redémarrage du " "Les modifications apportées à cet onglet nécessitent un redémarrage du "
@ -273,7 +273,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >consultez la documentation en " "target=\"_blank\" rel=\"noreferrer noopener\" >consultez la documentation en "
"ligne</a>" "ligne</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Pays" msgstr "Pays"
@ -291,7 +291,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -307,7 +307,7 @@ msgstr ""
"Détecter automatiquement les périphériques, interfaces, sous-réseaux, " "Détecter automatiquement les périphériques, interfaces, sous-réseaux, "
"protocoles et utilitaires du réseau." "protocoles et utilitaires du réseau."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -340,19 +340,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Télécharger l'utilitaire" msgstr "Télécharger l'utilitaire"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notification par courriel" msgstr "Notification par courriel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Courriel" msgstr "Courriel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresse courriel du destinataire" msgstr "Adresse courriel du destinataire"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresse courriel de l'expéditeur" msgstr "Adresse courriel de l'expéditeur"
@ -360,7 +360,7 @@ msgstr "Adresse courriel de l'expéditeur"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Réglages e-mail" msgstr "Réglages e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Objet du courriel" msgstr "Objet du courriel"
@ -409,15 +409,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -461,7 +461,7 @@ msgstr "Priorité élevée"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Priorité la plus élevée" msgstr "Priorité la plus élevée"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -505,8 +505,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -522,15 +522,15 @@ msgstr "Priorité minimale"
msgid "Less Priority" msgid "Less Priority"
msgstr "Moins prioritaire" msgstr "Moins prioritaire"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -539,7 +539,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
"Limitez les cœurs de processeur utilisés par banIP pour économiser de la RAM." "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:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -561,23 +561,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Limite de journalisation" msgstr "Limite de journalisation"
@ -585,27 +585,27 @@ msgstr "Limite de journalisation"
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Conditions de journalisation" msgstr "Conditions de journalisation"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -663,7 +663,7 @@ msgstr ""
"Nombre de tentatives de téléchargement en cas derreur (non pris en charge " "Nombre de tentatives de téléchargement en cas derreur (non pris en charge "
"par uclient-fetch)." "par uclient-fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -682,7 +682,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Vue d'ensemble" msgstr "Vue d'ensemble"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -695,7 +695,7 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profil utilisé par 'msmtp' pour les courriel de notification de bannissement " "Profil utilisé par 'msmtp' pour les courriel de notification de bannissement "
@ -703,15 +703,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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -739,7 +739,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Redémarrer" msgstr "Redémarrer"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Limitez laccès à Internet depuis/vers un petit nombre dadresses IP " "Limitez laccès à Internet depuis/vers un petit nombre dadresses IP "
@ -794,7 +794,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
"Adresse de l'expéditeur des courriels de notification de bannissement IP." "Adresse de l'expéditeur des courriels de notification de bannissement IP."
@ -836,7 +836,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -862,7 +862,7 @@ msgstr "État"
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -890,7 +890,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -944,7 +944,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Horodatage" msgstr "Horodatage"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -952,11 +952,12 @@ msgstr ""
"Pour activer les notifications par e-mail, configurez le package 'msmtp' et " "Pour activer les notifications par e-mail, configurez le package 'msmtp' et "
"spécifiez une adresse de destinataire E-Mail valide." "spécifiez une adresse de destinataire E-Mail valide."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Rubrique pour les courriels de notification banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -965,6 +966,7 @@ msgid "Trigger Delay"
msgstr "Délai de déclenchement" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -1003,8 +1005,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -1012,8 +1014,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -1034,7 +1036,7 @@ msgstr ""
"des mainteneurs, il suffit de vider à nouveau le fichier de flux " "des mainteneurs, il suffit de vider à nouveau le fichier de flux "
"personnalisé (ne le supprimez pas!)." "personnalisé (ne le supprimez pas!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -1050,35 +1052,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "bannissement IP" msgstr "bannissement IP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1086,7 +1088,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1095,18 +1097,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -35,7 +35,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -47,11 +47,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -67,7 +67,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -83,11 +83,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -95,7 +95,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -121,14 +121,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -146,19 +146,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -166,19 +166,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -197,14 +197,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -214,7 +214,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -235,7 +235,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -251,7 +251,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -269,7 +269,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -283,7 +283,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -315,19 +315,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -335,7 +335,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -384,15 +384,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -436,7 +436,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -478,8 +478,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -495,15 +495,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -511,7 +511,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -529,23 +529,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -553,27 +553,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -629,7 +629,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -644,7 +644,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -654,21 +654,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -694,7 +694,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -747,7 +747,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -786,7 +786,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -810,7 +810,7 @@ msgstr "מצב"
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -838,7 +838,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -884,17 +884,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -903,6 +904,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -941,8 +943,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -950,8 +952,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -965,7 +967,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -981,35 +983,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1017,7 +1019,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1026,17 +1028,20 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -28,7 +28,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -40,11 +40,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -60,7 +60,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -76,11 +76,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -88,7 +88,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -114,14 +114,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -139,19 +139,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -159,19 +159,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -190,14 +190,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -207,7 +207,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -228,7 +228,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -244,7 +244,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -262,7 +262,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -276,7 +276,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -308,19 +308,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -328,7 +328,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -377,15 +377,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -429,7 +429,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -471,8 +471,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -488,15 +488,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -504,7 +504,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -522,23 +522,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -546,27 +546,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -622,7 +622,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -637,7 +637,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -647,21 +647,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -687,7 +687,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -740,7 +740,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -779,7 +779,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -803,7 +803,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -831,7 +831,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -877,17 +877,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -896,6 +897,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -934,8 +936,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -943,8 +945,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -958,7 +960,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -974,35 +976,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1010,7 +1012,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1019,17 +1021,20 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "AS számok" msgstr "AS számok"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatikus észlelés" msgstr "Automatikus észlelés"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Országok" msgstr "Országok"
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Letöltési segédprogram" msgstr "Letöltési segédprogram"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-mail értesítés" msgstr "E-mail értesítés"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail profil" msgstr "E-Mail profil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail küldő cím" msgstr "E-Mail küldő cím"
@ -334,7 +334,7 @@ msgstr "E-Mail küldő cím"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
#, fuzzy #, fuzzy
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail téma" msgstr "E-Mail téma"
@ -384,15 +384,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -436,7 +436,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -478,8 +478,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -495,15 +495,15 @@ msgstr "Legkisebb prioritás"
msgid "Less Priority" msgid "Less Priority"
msgstr "Kisebb prioritás" msgstr "Kisebb prioritás"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -511,7 +511,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -529,23 +529,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -553,27 +553,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -629,7 +629,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -644,7 +644,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Áttekintés" msgstr "Áttekintés"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -654,21 +654,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -694,7 +694,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Újraindítás" msgstr "Újraindítás"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -747,7 +747,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -786,7 +786,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -810,7 +810,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -838,7 +838,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -884,17 +884,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -903,6 +904,7 @@ msgid "Trigger Delay"
msgstr "Aktiváló késleltetése" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -941,8 +943,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -950,8 +952,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -965,7 +967,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -981,35 +983,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1017,7 +1019,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1026,18 +1028,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (disattiva)" msgstr "0 (disattiva)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (predefinito)" msgstr "100 (predefinito)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (predefinito)" msgstr "5 (predefinito)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,14 +122,14 @@ msgid "Advanced Settings"
msgstr "Impostazioni avanzate" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "Consenti inoltri VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selezione Feed della Lista consentiti" msgstr "Selezione Feed della Lista consentiti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Solo Lista consentiti" msgstr "Solo Lista consentiti"
@ -149,19 +149,19 @@ msgstr "Permetti sempre alcuni inoltri VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Blocca sempre alcuni inoltri VLAN." msgstr "Blocca sempre alcuni inoltri VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Consenti automaticamente Uplink" msgstr "Consenti automaticamente Uplink"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Auto-Lista consentiti" msgstr "Auto-Lista consentiti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Blocco automatico sottoreti" msgstr "Blocco automatico sottoreti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Auto-Lista bloccati" msgstr "Auto-Lista bloccati"
@ -169,7 +169,7 @@ msgstr "Auto-Lista bloccati"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Rilevamento automatico" msgstr "Rilevamento automatico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,7 @@ msgstr ""
"Aggiungi automaticamente intere sottoreti alla lista bloccati in base a " "Aggiungi automaticamente intere sottoreti alla lista bloccati in base a "
"un'ulteriore richiesta RDAP con l'IP sospetto." "un'ulteriore richiesta RDAP con l'IP sospetto."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,7 @@ msgstr ""
"Aggiungi automaticamente i domini risolti e gli IP sospetti alla lista " "Aggiungi automaticamente i domini risolti e gli IP sospetti alla lista "
"bloccati locale di banIP." "bloccati locale di banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -206,14 +206,14 @@ msgid "Base working directory while banIP processing."
msgstr "Cartella di lavoro di base durante l'elaborazione di banIP." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "Blocca inoltri VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Selezione Feed Lista bloccati" msgstr "Selezione Feed Lista bloccati"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Scadenza set Lista bloccati" msgstr "Scadenza set Lista bloccati"
@ -225,7 +225,7 @@ msgstr ""
"Le modifiche alla lista bloccati sono state salvate, avvia la ricerca dei " "Le modifiche alla lista bloccati sono state salvate, avvia la ricerca dei "
"domini o riavvia banIP per applicare le modifiche." "domini o riavvia banIP per applicare le modifiche."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -249,7 +249,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"Per applicare le modifiche in questa scheda serve riavviare il servizio " "Per applicare le modifiche in questa scheda serve riavviare il servizio "
@ -272,7 +272,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >consulta la " "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >consulta la "
"documentazione online</a>" "documentazione online</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Paesi" msgstr "Paesi"
@ -292,7 +292,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "Deduplica gli IP" msgstr "Deduplica gli IP"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Politica di blocco predefinita" msgstr "Politica di blocco predefinita"
@ -308,7 +308,7 @@ msgstr ""
"Rileva automaticamente i dispositivi di rete, le interfacce, le sottoreti, i " "Rileva automaticamente i dispositivi di rete, le interfacce, le sottoreti, i "
"protocolli e le utilità rilevanti." "protocolli e le utilità rilevanti."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Disattiva" msgstr "Disattiva"
@ -340,19 +340,19 @@ msgstr "Tentativi di download"
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilità di download" msgstr "Utilità di download"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notifica e-mail" msgstr "Notifica e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profilo e-mail" msgstr "Profilo e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Indirizzo e-mail destinatario" msgstr "Indirizzo e-mail destinatario"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Indirizzo e-mail mittente" msgstr "Indirizzo e-mail mittente"
@ -360,7 +360,7 @@ msgstr "Indirizzo e-mail mittente"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Impostazioni e-mail" msgstr "Impostazioni e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Oggetto e-mail" msgstr "Oggetto e-mail"
@ -409,17 +409,17 @@ msgstr "Attiva il supporto IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Attiva il supporto IPv6." msgstr "Attiva il supporto IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo di scadenza per i membri del set Lista bloccati aggiunti " "Tempo di scadenza per i membri del set Lista bloccati aggiunti "
"automaticamente." "automaticamente."
#: 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Feed di Lista consentiti esterna" msgstr "Feed di Lista consentiti esterna"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Feed di Lista bloccati esterna" msgstr "Feed di Lista bloccati esterna"
@ -463,7 +463,7 @@ msgstr "Priorità alta"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Priorità massima" msgstr "Priorità massima"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -507,8 +507,8 @@ msgstr "Valori di input non validi, impossibile salvare le modifiche."
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (pacchetti)" msgstr "LAN-Forward (pacchetti)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "Catena LAN-Forward" msgstr "Catena LAN-Forward"
@ -524,15 +524,15 @@ msgstr "Priorità minima"
msgid "Less Priority" msgid "Less Priority"
msgstr "Priorità bassa" msgstr "Priorità bassa"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Limita determinati feed alla catena LAN-Forward." msgstr "Limita determinati feed alla catena LAN-Forward."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Limita determinati feed alla catena WAN-Forward." msgstr "Limita determinati feed alla catena WAN-Forward."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Limita determinati feed alla catena WAN-Input." msgstr "Limita determinati feed alla catena WAN-Input."
@ -540,7 +540,7 @@ msgstr "Limita determinati feed alla catena WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Limita i core della CPU usati da banIP per risparmiare 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:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limita la funzione auto-consentiti di uplink." msgstr "Limita la funzione auto-consentiti di uplink."
@ -561,23 +561,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Elenca gli elementi di un set specifico relativo a banIP." msgstr "Elenca gli elementi di un set specifico relativo a banIP."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Impostazioni feed locale" msgstr "Impostazioni feed locale"
#: 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Numero log" msgstr "Numero log"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Registra LAN-Forward" msgstr "Registra LAN-Forward"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Livello di log" msgstr "Livello di 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Limite di log" msgstr "Limite di log"
@ -585,27 +585,27 @@ msgstr "Limite di log"
msgid "Log Settings" msgid "Log Settings"
msgstr "Impostazioni log" msgstr "Impostazioni log"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Termini del log" msgstr "Termini del log"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Registra WAN-Forward" msgstr "Registra WAN-Forward"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Registra WAN-Input" msgstr "Registra WAN-Input"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Registra i pacchetti LAN inoltrati sospetti (rejected)." msgstr "Registra i pacchetti LAN inoltrati sospetti (rejected)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Registra i pacchetti WAN inoltrati sospetti (dropped)." msgstr "Registra i pacchetti WAN inoltrati sospetti (dropped)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Registra i pacchetti WAN in entrata sospetti (dropped)." msgstr "Registra i pacchetti WAN in entrata sospetti (dropped)."
@ -663,7 +663,7 @@ msgstr ""
"Numero di tentativi di download in caso di errore (non supportato da uclient-" "Numero di tentativi di download in caso di errore (non supportato da uclient-"
"fetch)." "fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -682,7 +682,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Riepilogo" msgstr "Riepilogo"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -694,21 +694,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Log di elaborazione" msgstr "Log di elaborazione"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Profilo usato da 'msmtp' per le notifiche e-mail di banIP." 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Protocollo/Formato URL non supportato" msgstr "Protocollo/Formato URL non supportato"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Ricevi notifiche e-mail ad ogni esecuzione di banIP." msgstr "Ricevi notifiche e-mail ad ogni esecuzione di banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -736,7 +736,7 @@ msgstr "Elementi del report"
msgid "Restart" msgid "Restart"
msgstr "Riavvia" msgstr "Riavvia"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." 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." msgstr "Limita l'accesso a Internet da/a un numero limitato di IP sicuri."
@ -789,7 +789,7 @@ msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv4 logica/che."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv6 logica/che." msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv6 logica/che."
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Indirizzo del mittente per le e-mail di notifica di banIP." msgstr "Indirizzo del mittente per le e-mail di notifica di banIP."
@ -830,7 +830,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "Imposta il criterio nft per iset relativi a banIP." msgstr "Imposta il criterio nft per iset relativi a banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Imposta il livello syslog per la registrazione NFT." msgstr "Imposta il livello syslog per la registrazione NFT."
@ -855,7 +855,7 @@ msgstr "Stato"
msgid "Stop" msgid "Stop"
msgstr "Ferma" msgstr "Ferma"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Sottorete (predefinito)" msgstr "Sottorete (predefinito)"
@ -883,7 +883,7 @@ msgstr "La lista consentiti è troppo grande, impossibile salvare le modifiche."
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "La lista bloccati è troppo grande, impossibile salvare le modifiche." msgstr "La lista bloccati è troppo grande, impossibile salvare le modifiche."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -949,7 +949,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca temporale" msgstr "Marca temporale"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -957,11 +957,12 @@ msgstr ""
"Per attivare le notifiche e-mail, configura il pacchetto 'msmtp' e specifica " "Per attivare le notifiche e-mail, configura il pacchetto 'msmtp' e specifica "
"un indirizzo di destinatario e-mail valido." "un indirizzo di destinatario e-mail valido."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Oggetto per le e-mail di notifica di banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Azione di innesco" msgstr "Azione di innesco"
@ -970,6 +971,7 @@ msgid "Trigger Delay"
msgstr "Ritardo innesco" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Azione di innesco sugli eventi dell'interfaccia ifup." msgstr "Azione di innesco sugli eventi dell'interfaccia ifup."
@ -1008,8 +1010,8 @@ msgstr "Versione"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "WAN-Forward (pacchetti)" msgstr "WAN-Forward (pacchetti)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "Catena WAN-Forward" msgstr "Catena WAN-Forward"
@ -1017,8 +1019,8 @@ msgstr "Catena WAN-Forward"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "WAN-Input (pacchetti)" msgstr "WAN-Input (pacchetti)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "Catena WAN-Input" msgstr "Catena WAN-Input"
@ -1038,7 +1040,7 @@ msgstr ""
"backup locale. Per tornare alla versione dei manutentori, svuota di nuovo il " "backup locale. Per tornare alla versione dei manutentori, svuota di nuovo il "
"file dei feed personalizzati (non eliminarlo!)." "file dei feed personalizzati (non eliminarlo!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "allarme" msgstr "allarme"
@ -1054,35 +1056,35 @@ msgstr "auto-aggiunto oggi alla lista bloccati"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "crit" msgstr "crit"
#: 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:492
msgid "debug" msgid "debug"
msgstr "debug" msgstr "debug"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "emerg" msgstr "emerg"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "err" msgstr "err"
#: 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:491
msgid "info" msgid "info"
msgstr "info" msgstr "info"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "lista consentiti locale" msgstr "lista consentiti locale"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "lista bloccati locale" msgstr "lista bloccati locale"
@ -1090,7 +1092,7 @@ msgstr "lista bloccati locale"
msgid "memory (default)" msgid "memory (default)"
msgstr "memoria (predefinito)" msgstr "memoria (predefinito)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "notifica" msgstr "notifica"
@ -1099,21 +1101,30 @@ msgid "performance"
msgstr "prestazioni" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "ricarica" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "riavvio" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "avvio (predefinito)" msgstr "avvio (predefinito)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "avviso (predefinito)" msgstr "avviso (predefinito)"
#~ msgid "Allow VLAN Forwads"
#~ msgstr "Consenti inoltri VLAN"
#~ msgid "Block VLAN Forwads"
#~ msgstr "Blocca inoltri VLAN"
#~ msgid "" #~ msgid ""
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
#~ "blocklist." #~ "blocklist."

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自動検出" msgstr "自動検出"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "国" msgstr "国"
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "ダウンロードユーティリティ" msgstr "ダウンロードユーティリティ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Eメール通知" msgstr "Eメール通知"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Eメールプロファイル" msgstr "Eメールプロファイル"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス" msgstr "Eメール受信アドレス"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス" msgstr "Eメール送信者アドレス"
@ -334,7 +334,7 @@ msgstr "Eメール送信者アドレス"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Eメールトピック" msgstr "Eメールトピック"
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr "高い優先度"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "最高の優先度" msgstr "最高の優先度"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr "最低の優先度"
msgid "Less Priority" msgid "Less Priority"
msgstr "低い優先度" msgstr "低い優先度"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "ログ制限" msgstr "ログ制限"
@ -552,27 +552,27 @@ msgstr "ログ制限"
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "概要" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "再起動" msgstr "再起動"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "タイムスタンプ" msgstr "タイムスタンプ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "トリガ遅延" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -197,14 +197,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -214,7 +214,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -235,7 +235,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -251,7 +251,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -269,7 +269,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -283,7 +283,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -315,19 +315,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -335,7 +335,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -384,15 +384,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -436,7 +436,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -478,8 +478,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -495,15 +495,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -511,7 +511,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -529,23 +529,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -553,27 +553,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -629,7 +629,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -644,7 +644,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "개요" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -654,21 +654,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -694,7 +694,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -747,7 +747,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -786,7 +786,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -810,7 +810,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -838,7 +838,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -884,17 +884,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -903,6 +904,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -941,8 +943,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -950,8 +952,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -965,7 +967,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -981,35 +983,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1017,7 +1019,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1026,18 +1028,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -38,7 +38,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -50,11 +50,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -70,7 +70,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -86,11 +86,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -124,14 +124,14 @@ msgid "Advanced Settings"
msgstr "Pažangūs nustatymai" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -149,19 +149,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -169,19 +169,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -200,14 +200,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -217,7 +217,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -238,7 +238,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -272,7 +272,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -286,7 +286,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -318,19 +318,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -338,7 +338,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -387,15 +387,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -439,7 +439,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -481,8 +481,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -498,15 +498,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -514,7 +514,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -532,23 +532,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -556,27 +556,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -632,7 +632,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -647,7 +647,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Apžiūra" msgstr "Apžiūra"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -657,21 +657,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -697,7 +697,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Paleisti iš naujo" msgstr "Paleisti iš naujo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -750,7 +750,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -789,7 +789,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -813,7 +813,7 @@ msgstr "Būsena"
msgid "Stop" msgid "Stop"
msgstr "Stop" msgstr "Stop"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -841,7 +841,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -887,17 +887,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -906,6 +907,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -944,8 +946,8 @@ msgstr "Versija"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -953,8 +955,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -968,7 +970,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -984,35 +986,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1020,7 +1022,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1029,17 +1031,20 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "आढावा" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Nedlastingsverktøy" msgstr "Nedlastingsverktøy"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse" msgstr "E-postsenderadresse"
@ -334,7 +334,7 @@ msgstr "E-postsenderadresse"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postemne" msgstr "E-postemne"
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Oversikt" msgstr "Oversikt"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Omstart" msgstr "Omstart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -747,7 +747,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -786,7 +786,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -810,7 +810,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -838,7 +838,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -884,17 +884,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -903,6 +904,7 @@ msgid "Trigger Delay"
msgstr "Utløserforsinkelse" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -941,8 +943,8 @@ msgstr "Versjon"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -950,8 +952,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -965,7 +967,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -981,35 +983,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1017,7 +1019,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1026,18 +1028,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (uitschakelen)" msgstr "0 (uitschakelen)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (standaard)" msgstr "100 (standaard)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (standaard)" msgstr "5 (standaard)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASN's" msgstr "ASN's"
@ -122,14 +122,14 @@ msgid "Advanced Settings"
msgstr "Geavanceerde instellingen" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selectie feed op toelatingslijst" msgstr "Selectie feed op toelatingslijst"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Alleen toelatingslijst" msgstr "Alleen toelatingslijst"
@ -149,19 +149,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Uplink automatisch toestaan" msgstr "Uplink automatisch toestaan"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatische toelatingslijst" msgstr "Automatische toelatingslijst"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Subnet automatisch blokkeren" msgstr "Subnet automatisch blokkeren"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatische blokkeerlijst" msgstr "Automatische blokkeerlijst"
@ -169,7 +169,7 @@ msgstr "Automatische blokkeerlijst"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Autodetectie" msgstr "Autodetectie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,7 @@ msgstr ""
"Voeg automatisch hele subnetten toe aan de blokkeerlijst Set op basis van " "Voeg automatisch hele subnetten toe aan de blokkeerlijst Set op basis van "
"een extra RDAP-verzoek met het verdachte IP-adres." "een extra RDAP-verzoek met het verdachte IP-adres."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,7 @@ msgstr ""
"Voeg automatisch opgeloste domeinen en verdachte IP's toe aan de lokale " "Voeg automatisch opgeloste domeinen en verdachte IP's toe aan de lokale "
"banIP-blokkeerlijst." "banIP-blokkeerlijst."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -206,14 +206,14 @@ msgid "Base working directory while banIP processing."
msgstr "Basiswerkmap tijdens banIP-verwerking." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Blocklist Feed Selectie" msgstr "Blocklist Feed Selectie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Vervaldatum van blokkeerlijst ingesteld" msgstr "Vervaldatum van blokkeerlijst ingesteld"
@ -225,7 +225,7 @@ msgstr ""
"Bloklijstwijzigingen zijn opgeslagen, start de Domain Lookup of herstart " "Bloklijstwijzigingen zijn opgeslagen, start de Domain Lookup of herstart "
"banIP om de wijzigingen door te voeren." "banIP om de wijzigingen door te voeren."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -248,7 +248,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"Wijzigingen op dit tabblad hebben een herstart van de banIP-service nodig om " "Wijzigingen op dit tabblad hebben een herstart van de banIP-service nodig om "
@ -271,7 +271,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de online " "target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de online "
"documentatie</a>" "documentatie</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Landen" msgstr "Landen"
@ -289,7 +289,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "IP's ontdubbelen" msgstr "IP's ontdubbelen"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Standaard blokkeringsbeleid" msgstr "Standaard blokkeringsbeleid"
@ -305,7 +305,7 @@ msgstr ""
"Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, " "Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, "
"protocollen en hulpprogramma's." "protocollen en hulpprogramma's."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Uitschakelen" msgstr "Uitschakelen"
@ -337,19 +337,19 @@ msgstr "Nieuwe pogingen downloaden"
msgid "Download Utility" msgid "Download Utility"
msgstr "Download hulpprogramma" msgstr "Download hulpprogramma"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail notificatie" msgstr "E-Mail notificatie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail profiel" msgstr "E-Mail profiel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail adres van ontvanger" msgstr "E-Mail adres van ontvanger"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail adres van verzender" msgstr "E-Mail adres van verzender"
@ -357,7 +357,7 @@ msgstr "E-Mail adres van verzender"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Email instellingen" msgstr "Email instellingen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail onderwerp" msgstr "E-Mail onderwerp"
@ -408,15 +408,15 @@ msgstr "Schakelt IPv4-ondersteuning in."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Schakelt IPv6-ondersteuning in." msgstr "Schakelt IPv6-ondersteuning in."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden." msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden."
#: 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Externe toelatingslijstfeeds" msgstr "Externe toelatingslijstfeeds"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Externe blokkeerlijstfeeds" msgstr "Externe blokkeerlijstfeeds"
@ -460,7 +460,7 @@ msgstr "Hoge prioriteit"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Hoogste prioriteit" msgstr "Hoogste prioriteit"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -504,8 +504,8 @@ msgstr "Ongeldige invoerwaarden, kan wijzigingen niet opslaan."
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (pakketten)" msgstr "LAN-Forward (pakketten)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "LAN-Forward Reeks" msgstr "LAN-Forward Reeks"
@ -521,15 +521,15 @@ msgstr "Laagste prioriteit"
msgid "Less Priority" msgid "Less Priority"
msgstr "Lage prioriteit" msgstr "Lage prioriteit"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Beperk bepaalde feeds tot de LAN-Forward-reeks." msgstr "Beperk bepaalde feeds tot de LAN-Forward-reeks."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Beperk bepaalde feeds tot de WAN-Forward-reeks." msgstr "Beperk bepaalde feeds tot de WAN-Forward-reeks."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks." msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks."
@ -537,7 +537,7 @@ msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen." msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Beperk de uplink autoallow-functie." msgstr "Beperk de uplink autoallow-functie."
@ -558,23 +558,23 @@ msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
"Maak een lijst van de elementen van een specifieke banIP-gerelateerde Set." "Maak een lijst van de elementen van een specifieke banIP-gerelateerde Set."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Lokale feedinstellingen" msgstr "Lokale feedinstellingen"
#: 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Aantal logboeken" msgstr "Aantal logboeken"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Logboek LAN-Forward" msgstr "Logboek LAN-Forward"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Logboek niveau" msgstr "Logboek niveau"
#: 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Log limiet" msgstr "Log limiet"
@ -582,27 +582,27 @@ msgstr "Log limiet"
msgid "Log Settings" msgid "Log Settings"
msgstr "Logboek instellingen" msgstr "Logboek instellingen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Logboek termen (sleutelwoorden)" msgstr "Logboek termen (sleutelwoorden)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Logboek WAN-Forward" msgstr "Logboek WAN-Forward"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Logboek WAN-invoer" msgstr "Logboek WAN-invoer"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Logboek van verdachte doorgestuurde LAN-pakketten (geweigerd)." msgstr "Logboek van verdachte doorgestuurde LAN-pakketten (geweigerd)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Logboek verdachte doorgestuurde WAN-pakketten (vervallen)." msgstr "Logboek verdachte doorgestuurde WAN-pakketten (vervallen)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Logboek verdachte inkomende WAN-pakketten (vervallen)." msgstr "Logboek verdachte inkomende WAN-pakketten (vervallen)."
@ -660,7 +660,7 @@ msgstr ""
"Aantal downloadpogingen in geval van een fout (niet ondersteund door uclient-" "Aantal downloadpogingen in geval van een fout (niet ondersteund door uclient-"
"fetch)." "fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -679,7 +679,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Overzicht" msgstr "Overzicht"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -692,22 +692,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Logboek verwerken" msgstr "Logboek verwerken"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profiel gebruikt voor 'msmtp' voor banIP E-Mail berichten/notificaties." "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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Protocol/URL-formaat wordt niet ondersteund" msgstr "Protocol/URL-formaat wordt niet ondersteund"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Ontvang e-mailmeldingen bij elke banIP-run." msgstr "Ontvang e-mailmeldingen bij elke banIP-run."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -735,7 +735,7 @@ msgstr "Rapporteer elementen"
msgid "Restart" msgid "Restart"
msgstr "Herstart" msgstr "Herstart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." 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." msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's."
@ -788,7 +788,7 @@ msgstr "Selecteer de logische WAN IPv4-netwerkinterface(s)."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecteer de logische WAN IPv6-netwerkinterface(s)." msgstr "Selecteer de logische WAN IPv6-netwerkinterface(s)."
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Afzender e-mailadres voor de banIP email meldingen." msgstr "Afzender e-mailadres voor de banIP email meldingen."
@ -829,7 +829,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "Stel het nft-beleid in voor banIP-gerelateerde sets." msgstr "Stel het nft-beleid in voor banIP-gerelateerde sets."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Stel het syslog-niveau in voor NFT-logboekregistratie." msgstr "Stel het syslog-niveau in voor NFT-logboekregistratie."
@ -853,7 +853,7 @@ msgstr "Status"
msgid "Stop" msgid "Stop"
msgstr "Stop" msgstr "Stop"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Subnet (standaard)" msgstr "Subnet (standaard)"
@ -882,7 +882,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "De blokkeerlijst is te groot, kan wijzigingen niet opslaan." msgstr "De blokkeerlijst is te groot, kan wijzigingen niet opslaan."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -937,7 +937,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Tijdstempel" msgstr "Tijdstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -945,11 +945,12 @@ msgstr ""
"Om e-mailmeldingen in te schakelen, stelt u het 'msmtp'-pakket in en geeft u " "Om e-mailmeldingen in te schakelen, stelt u het 'msmtp'-pakket in en geeft u "
"een geldig e-mailontvangeradres op." "een geldig e-mailontvangeradres op."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Onderwerp voor banIP notificatie 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Trigger actie" msgstr "Trigger actie"
@ -958,6 +959,7 @@ msgid "Trigger Delay"
msgstr "Trigger vertraging" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Activeer actie op ifup-interfacegebeurtenissen." msgstr "Activeer actie op ifup-interfacegebeurtenissen."
@ -996,8 +998,8 @@ msgstr "Versie"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "WAN-Forward (pakketten)" msgstr "WAN-Forward (pakketten)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "WAN-Forward Reeks" msgstr "WAN-Forward Reeks"
@ -1005,8 +1007,8 @@ msgstr "WAN-Forward Reeks"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "WAN-invoer (pakketten)" msgstr "WAN-invoer (pakketten)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "WAN-invoer reeks" msgstr "WAN-invoer reeks"
@ -1027,7 +1029,7 @@ msgstr ""
"versie van de beheerder leegt u het aangepaste feedbestand opnieuw (niet " "versie van de beheerder leegt u het aangepaste feedbestand opnieuw (niet "
"verwijderen!)." "verwijderen!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "alarm" msgstr "alarm"
@ -1043,35 +1045,35 @@ msgstr "vandaag automatisch toegevoegd aan de blokkeerlijst"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "crit" msgstr "crit"
#: 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:492
msgid "debug" msgid "debug"
msgstr "debuggen" msgstr "debuggen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "tevoorschijn komen" msgstr "tevoorschijn komen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "fout" msgstr "fout"
#: 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:491
msgid "info" msgid "info"
msgstr "info" msgstr "info"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "lokale toelatingslijst" msgstr "lokale toelatingslijst"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "lokale blokkeerlijst" msgstr "lokale blokkeerlijst"
@ -1079,7 +1081,7 @@ msgstr "lokale blokkeerlijst"
msgid "memory (default)" msgid "memory (default)"
msgstr "geheugen (standaard)" msgstr "geheugen (standaard)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "kennisgeving" msgstr "kennisgeving"
@ -1088,18 +1090,21 @@ msgid "performance"
msgstr "prestatie" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "herladen" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "herstarten" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "start (standaard)" msgstr "start (standaard)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "waarschuwen (standaard)" msgstr "waarschuwen (standaard)"

View file

@ -35,7 +35,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (wyłączone)" msgstr "0 (wyłączone)"
@ -47,11 +47,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (domyślne)" msgstr "100 (domyślne)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -67,7 +67,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -83,11 +83,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (domyślne)" msgstr "5 (domyślne)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -95,7 +95,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASN-y" msgstr "ASN-y"
@ -123,14 +123,14 @@ msgid "Advanced Settings"
msgstr "Ustawienia zaawansowane" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "Zezwalaj na przekazywanie VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Wybór źródeł listy dozwolonych" msgstr "Wybór źródeł listy dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Tylko lista dozwolonych" msgstr "Tylko lista dozwolonych"
@ -150,19 +150,19 @@ msgstr "Zawsze zezwalaj na przekazywanie niektórych VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Zawsze blokuj przekazywanie niektórych VLAN." msgstr "Zawsze blokuj przekazywanie niektórych VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Automatycznie zezwalaj na łącze nadrzędne" msgstr "Automatycznie zezwalaj na łącze nadrzędne"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatyczna lista dozwolonych" msgstr "Automatyczna lista dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Automatyczne blokowanie podsieci" msgstr "Automatyczne blokowanie podsieci"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatyczna lista zablokowanych" msgstr "Automatyczna lista zablokowanych"
@ -170,7 +170,7 @@ msgstr "Automatyczna lista zablokowanych"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatyczne wykrywanie" msgstr "Automatyczne wykrywanie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -178,7 +178,7 @@ msgstr ""
"Automatycznie dodawaj całe podsieci do zestawu listy zablokowanych na " "Automatycznie dodawaj całe podsieci do zestawu listy zablokowanych na "
"podstawie dodatkowego żądania RDAP z podejrzanym adresem IP." "podstawie dodatkowego żądania RDAP z podejrzanym adresem IP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -186,7 +186,7 @@ msgstr ""
"Automatycznie dodawaj rozpoznane domeny i podejrzane adresy IP do lokalnej " "Automatycznie dodawaj rozpoznane domeny i podejrzane adresy IP do lokalnej "
"listy zablokowanych banIP." "listy zablokowanych banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -207,14 +207,14 @@ msgid "Base working directory while banIP processing."
msgstr "Główny katalog roboczy podczas przetwarzania banIP." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "Blokuj przekazywanie VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Wybór źródeł listy zablokowanych" msgstr "Wybór źródeł listy zablokowanych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Wygaśnięcie zestawu listy zablokowanych" msgstr "Wygaśnięcie zestawu listy zablokowanych"
@ -226,7 +226,7 @@ msgstr ""
"Modyfikacje listy zablokowanych zostały zapisane, rozpocznij wyszukiwanie " "Modyfikacje listy zablokowanych zostały zapisane, rozpocznij wyszukiwanie "
"domen lub zrestartuj banIP, aby zmiany zaczęły obowiązywać." "domen lub zrestartuj banIP, aby zmiany zaczęły obowiązywać."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -249,7 +249,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"Zmiany na tej karcie wymagają ponownego uruchomienia usługi banIP, aby " "Zmiany na tej karcie wymagają ponownego uruchomienia usługi banIP, aby "
@ -272,7 +272,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >znajduje się w " "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >znajduje się w "
"dokumentacji online</a>" "dokumentacji online</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Kraje" msgstr "Kraje"
@ -292,7 +292,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "Deduplikacja adresów IP" msgstr "Deduplikacja adresów IP"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Domyślne zasady blokowania" msgstr "Domyślne zasady blokowania"
@ -308,7 +308,7 @@ msgstr ""
"Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, " "Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, "
"podsieci, protokoły i narzędzia." "podsieci, protokoły i narzędzia."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Wyłącz" msgstr "Wyłącz"
@ -340,19 +340,19 @@ msgstr "Ponowne próby pobierania"
msgid "Download Utility" msgid "Download Utility"
msgstr "Narzędzie pobierania" msgstr "Narzędzie pobierania"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Powiadomienie e-mail" msgstr "Powiadomienie e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil e-mail" msgstr "Profil e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy" msgstr "Adres e-mail odbiorcy"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy" msgstr "Adres e-mail nadawcy"
@ -360,7 +360,7 @@ msgstr "Adres e-mail nadawcy"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Ustawienia e-mail" msgstr "Ustawienia e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Temat e-mail" msgstr "Temat e-mail"
@ -410,16 +410,16 @@ msgstr "Włącza obsługę IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Włącza obsługę IPv6." msgstr "Włącza obsługę IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych." "Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych."
#: 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Zewnętrzne źródła listy dozwolonych" msgstr "Zewnętrzne źródła listy dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Zewnętrzne źródła listy zablokowanych" msgstr "Zewnętrzne źródła listy zablokowanych"
@ -463,7 +463,7 @@ msgstr "Wysoki priorytet"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Najwyższy priorytet" msgstr "Najwyższy priorytet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -507,8 +507,8 @@ msgstr "Nieprawidłowe wartości wejściowe, nie można zapisać zmian."
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "Przekazywanie LAN (pakiety)" msgstr "Przekazywanie LAN (pakiety)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "Łańcuch przekazywania LAN" msgstr "Łańcuch przekazywania LAN"
@ -524,15 +524,15 @@ msgstr "Najniższy priorytet"
msgid "Less Priority" msgid "Less Priority"
msgstr "Mniejszy priorytet" msgstr "Mniejszy priorytet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Ogranicz niektóre źródła do łańcucha przekazywania LAN." msgstr "Ogranicz niektóre źródła do łańcucha przekazywania LAN."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Ogranicz niektóre źródła do łańcucha przekazywania WAN." msgstr "Ogranicz niektóre źródła do łańcucha przekazywania WAN."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Ogranicz niektóre źródła do łańcucha wejścia WAN." msgstr "Ogranicz niektóre źródła do łańcucha wejścia WAN."
@ -542,7 +542,7 @@ msgstr ""
"Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać " "Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać "
"pamięć RAM." "pamięć RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Ogranicz funkcję automatycznego zezwalania na łącze nadrzędne." msgstr "Ogranicz funkcję automatycznego zezwalania na łącze nadrzędne."
@ -563,23 +563,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Wymień elementy określonego zestawu związanego z banIP." msgstr "Wymień elementy określonego zestawu związanego z banIP."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Ustawienia lokalnego źródła" msgstr "Ustawienia lokalnego źródła"
#: 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Liczba dziennika" msgstr "Liczba dziennika"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Rejestrowanie przekazywania LAN" msgstr "Rejestrowanie przekazywania LAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Poziom logowania" msgstr "Poziom logowania"
#: 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Limit dziennika" msgstr "Limit dziennika"
@ -587,27 +587,27 @@ msgstr "Limit dziennika"
msgid "Log Settings" msgid "Log Settings"
msgstr "Ustawienia dziennika" msgstr "Ustawienia dziennika"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Warunki dziennika" msgstr "Warunki dziennika"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Rejestrowanie przekazywania WAN" msgstr "Rejestrowanie przekazywania WAN"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Rejestrowanie wejścia WAN" msgstr "Rejestrowanie wejścia WAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Rejestruj podejrzane przekazane pakiety LAN (odrzucone)." msgstr "Rejestruj podejrzane przekazane pakiety LAN (odrzucone)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Rejestruj podejrzane przekazane pakiety WAN (porzucone)." msgstr "Rejestruj podejrzane przekazane pakiety WAN (porzucone)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Rejestruj podejrzane przychodzące pakiety WAN (porzucone)." msgstr "Rejestruj podejrzane przychodzące pakiety WAN (porzucone)."
@ -665,7 +665,7 @@ msgstr ""
"Liczba prób pobierania w przypadku błędu (nieobsługiwane przez uclient-" "Liczba prób pobierania w przypadku błędu (nieobsługiwane przez uclient-"
"fetch)." "fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -684,7 +684,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Przegląd" msgstr "Przegląd"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -697,22 +697,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Dziennik przetwarzania" msgstr "Dziennik przetwarzania"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profil używany przez \"msmtp\" dla wiadomości e-mail z powiadomieniem banIP." "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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Format protokołu/adresu URL jest nieobsługiwany" msgstr "Format protokołu/adresu URL jest nieobsługiwany"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Otrzymuj powiadomienia e-mail przy każdym uruchomieniu banIP." msgstr "Otrzymuj powiadomienia e-mail przy każdym uruchomieniu banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -740,7 +740,7 @@ msgstr "Elementy raportu"
msgid "Restart" msgid "Restart"
msgstr "Restartuj" msgstr "Restartuj"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP." "Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP."
@ -794,7 +794,7 @@ msgstr "Wybierz logiczne interfejsy sieciowe IPv4 WAN."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Wybierz logiczne interfejsy sieciowe IPv6 WAN." msgstr "Wybierz logiczne interfejsy sieciowe IPv6 WAN."
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP." msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP."
@ -835,7 +835,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "Ustaw zasady nft dla zestawów związanych z banIP." msgstr "Ustaw zasady nft dla zestawów związanych z banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Ustaw poziom dziennika syslog dla rejestrowania NFT." msgstr "Ustaw poziom dziennika syslog dla rejestrowania NFT."
@ -861,7 +861,7 @@ msgstr "Status"
msgid "Stop" msgid "Stop"
msgstr "Zatrzymaj" msgstr "Zatrzymaj"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Podsieć (domyślne)" msgstr "Podsieć (domyślne)"
@ -889,7 +889,7 @@ msgstr "Lista dozwolonych jest za duża, nie można zapisać zmian."
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "Lista zablokowanych jest za duża, nie można zapisać zmian." msgstr "Lista zablokowanych jest za duża, nie można zapisać zmian."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -951,7 +951,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Sygnatura czasowa" msgstr "Sygnatura czasowa"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -959,11 +959,12 @@ msgstr ""
"Aby włączyć powiadomienia e-mail, skonfiguruj pakiet 'msmtp' i podaj " "Aby włączyć powiadomienia e-mail, skonfiguruj pakiet 'msmtp' i podaj "
"prawidłowy adres e-mail odbiorcy." "prawidłowy adres e-mail odbiorcy."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Temat wiadomości e-mail z powiadomieniem banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Akcja wyzwalacza" msgstr "Akcja wyzwalacza"
@ -972,6 +973,7 @@ msgid "Trigger Delay"
msgstr "Opóźnienie wyzwalacza" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Wyzwalanie akcji przy zdarzeniach interfejsu ifup." msgstr "Wyzwalanie akcji przy zdarzeniach interfejsu ifup."
@ -1010,8 +1012,8 @@ msgstr "Wersja"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "Przekazywanie WAN (pakiety)" msgstr "Przekazywanie WAN (pakiety)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "Łańcuch przekazywania WAN" msgstr "Łańcuch przekazywania WAN"
@ -1019,8 +1021,8 @@ msgstr "Łańcuch przekazywania WAN"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "Wejście WAN (pakiety)" msgstr "Wejście WAN (pakiety)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "Łańcuch wejścia WAN" msgstr "Łańcuch wejścia WAN"
@ -1040,7 +1042,7 @@ msgstr ""
"zapasową. Aby wrócić do wersji opiekunów, po prostu ponownie opróżnij plik " "zapasową. Aby wrócić do wersji opiekunów, po prostu ponownie opróżnij plik "
"źródeł niestandardowych (nie usuwaj go!)." "źródeł niestandardowych (nie usuwaj go!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "alarm" msgstr "alarm"
@ -1056,35 +1058,35 @@ msgstr "dzisiaj automatycznie dodany do listy zablokowanych"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "krytyczny" msgstr "krytyczny"
#: 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:492
msgid "debug" msgid "debug"
msgstr "debugowanie" msgstr "debugowanie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "ratunkowy" msgstr "ratunkowy"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "błąd" msgstr "błąd"
#: 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:491
msgid "info" msgid "info"
msgstr "informacyjny" msgstr "informacyjny"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "lokalna lista dozwolonych" msgstr "lokalna lista dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "lokalna lista zablokowanych" msgstr "lokalna lista zablokowanych"
@ -1092,7 +1094,7 @@ msgstr "lokalna lista zablokowanych"
msgid "memory (default)" msgid "memory (default)"
msgstr "pamięć (domyślne)" msgstr "pamięć (domyślne)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "spostrzeżenie" msgstr "spostrzeżenie"
@ -1101,21 +1103,30 @@ msgid "performance"
msgstr "wydajność" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "przeładuj" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "restartuj" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "uruchom (domyślne)" msgstr "uruchom (domyślne)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "ostrzeżenie (domyślne)" msgstr "ostrzeżenie (domyślne)"
#~ msgid "Allow VLAN Forwads"
#~ msgstr "Zezwalaj na przekazywanie VLAN"
#~ msgid "Block VLAN Forwads"
#~ msgstr "Blokuj przekazywanie VLAN"
#~ msgid "" #~ msgid ""
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
#~ "blocklist." #~ "blocklist."

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (desabilitar)" msgstr "0 (desabilitar)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (padrão)" msgstr "100 (padrão)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (padrão)" msgstr "5 (padrão)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,14 +122,14 @@ msgid "Advanced Settings"
msgstr "Configurações avançadas" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "Permitir encaminhamentos de VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Seleção de feed da lista de permissões" msgstr "Seleção de feed da lista de permissões"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos" msgstr "Apenas a lista dos permitidos"
@ -149,19 +149,19 @@ msgstr "Permitir sempre determinados encaminhamentos de VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Bloquear sempre determinados encaminhamentos de VLAN." msgstr "Bloquear sempre determinados encaminhamentos de VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permitir uplink automático" msgstr "Permitir uplink automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos" msgstr "Lista automática dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Sub-rede de bloqueio automático" msgstr "Sub-rede de bloqueio automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio" msgstr "Lista automática de bloqueio"
@ -169,7 +169,7 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Deteção automática" msgstr "Deteção automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,7 @@ msgstr ""
"Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio "
"com base numa solicitação adiciona RDAP com o IP suspeito." "com base numa solicitação adiciona RDAP com o IP suspeito."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,7 @@ msgstr ""
"Adicione automaticamente domínios resolvidos e IPs suspeitos à lista de " "Adicione automaticamente domínios resolvidos e IPs suspeitos à lista de "
"bloqueio local banIP." "bloqueio local banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -207,14 +207,14 @@ msgstr ""
"Diretório principal de trabalho usado durante o processamento do banIP." "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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "Bloquear encaminhamentos de VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Seleção de feed de lista de bloqueio" msgstr "Seleção de feed de lista de bloqueio"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expiração definida da lista de bloqueio" msgstr "Expiração definida da lista de bloqueio"
@ -226,7 +226,7 @@ msgstr ""
"As alterações da lista de bloqueio foram salvas, inicie a pesquisa de " "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." "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:425 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -249,7 +249,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"As alterações nesta guia precisam de uma reinicialização do serviço banIP " "As alterações nesta guia precisam de uma reinicialização do serviço banIP "
@ -272,7 +272,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-" "target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-"
"line</a>" "line</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Países" msgstr "Países"
@ -292,7 +292,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "Eliminar IPs duplicados" msgstr "Eliminar IPs duplicados"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Política de bloqueio padrão" msgstr "Política de bloqueio padrão"
@ -308,7 +308,7 @@ msgstr ""
"Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os " "Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os "
"protocolos e os utilitários automaticamente." "protocolos e os utilitários automaticamente."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Desativar" msgstr "Desativar"
@ -340,19 +340,19 @@ msgstr "Novas tentativas de download"
msgid "Download Utility" msgid "Download Utility"
msgstr "Ferramenta para Descarregar" msgstr "Ferramenta para Descarregar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por e-mail" msgstr "Notificação por e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de e-mail" msgstr "Perfil de e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de e-mail do destinatário" msgstr "Endereço de e-mail do destinatário"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de e-mail do remetente" msgstr "Endereço de e-mail do remetente"
@ -360,7 +360,7 @@ msgstr "Endereço de e-mail do remetente"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Configurações do e-mail" msgstr "Configurações do e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do e-mail" msgstr "Assunto do e-mail"
@ -410,17 +410,17 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6." msgstr "Ativa o suporte IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo de expiração para membros do conjunto de lista de bloqueio adicionados " "Tempo de expiração para membros do conjunto de lista de bloqueio adicionados "
"automaticamente." "automaticamente."
#: 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Feeds externos de lista de permissões" msgstr "Feeds externos de lista de permissões"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Feeds externos de lista de bloqueio" msgstr "Feeds externos de lista de bloqueio"
@ -464,7 +464,7 @@ msgstr "Alta prioridade"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Máxima Prioridade" msgstr "Máxima Prioridade"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -509,8 +509,8 @@ msgstr "Valores de entrada inválidos, não é possível salvar as modificaçõe
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (pacotes)" msgstr "LAN-Forward (pacotes)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "Cadeia LAN-Forward" msgstr "Cadeia LAN-Forward"
@ -526,15 +526,15 @@ msgstr "Mínima Prioridade"
msgid "Less Priority" msgid "Less Priority"
msgstr "Menor Prioridade" msgstr "Menor Prioridade"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Limite certos feeds à cadeia LAN-Forward." msgstr "Limite certos feeds à cadeia LAN-Forward."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Limite certos feeds à cadeia WAN-Forward." msgstr "Limite certos feeds à cadeia WAN-Forward."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Limite certos feeds à cadeia WAN-Input." msgstr "Limite certos feeds à cadeia WAN-Input."
@ -543,7 +543,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." "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:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limite a função de permissão automática de uplink." msgstr "Limite a função de permissão automática de uplink."
@ -564,23 +564,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Configurações de feed local" msgstr "Configurações de feed local"
#: 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Contagem dos registos" msgstr "Contagem dos registos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Registo LAN-Forward" msgstr "Registo LAN-Forward"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Nível do registo" msgstr "Nível 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Limite do Registo" msgstr "Limite do Registo"
@ -588,27 +588,27 @@ msgstr "Limite do Registo"
msgid "Log Settings" msgid "Log Settings"
msgstr "Configurações do registo" msgstr "Configurações do registo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Termos do registo" msgstr "Termos do registo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Registo WAN-Forward" msgstr "Registo WAN-Forward"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Registo WAN-Input" msgstr "Registo WAN-Input"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Registar os pacotes suspeitos encaminhados da LAN (rejeitados)." msgstr "Registar os pacotes suspeitos encaminhados da LAN (rejeitados)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Registar os pacotes suspeitos encaminhados da WAN (rejeitados)." msgstr "Registar os pacotes suspeitos encaminhados da WAN (rejeitados)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Registar os pacotes suspeitos da entrada da WAN (rejeitados)." msgstr "Registar os pacotes suspeitos da entrada da WAN (rejeitados)."
@ -666,7 +666,7 @@ msgstr ""
"Número de tentativas de download em caso de erro (não suportado pelo uclient-" "Número de tentativas de download em caso de erro (não suportado pelo uclient-"
"fetch)." "fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -685,7 +685,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visão Geral" msgstr "Visão Geral"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -697,21 +697,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Registo de processamento" msgstr "Registo de processamento"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." 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." 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Formato de protocolo/URL não suportado" msgstr "Formato de protocolo/URL não suportado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Receba notificações por e-mail a cada execução do banIP." 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:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -739,7 +739,7 @@ msgstr "Elementos do relatório"
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@ -793,7 +793,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." 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:533 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Endereço do remetente para os e-mails de notificação do banIP." msgstr "Endereço do remetente para os e-mails de notificação do banIP."
@ -834,7 +834,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "Defina a política nft para conjuntos relacionados ao banIP." msgstr "Defina a política nft para conjuntos relacionados ao banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Define o nível do syslog para os registos NFT." msgstr "Define o nível do syslog para os registos NFT."
@ -860,7 +860,7 @@ msgstr "Condição geral"
msgid "Stop" msgid "Stop"
msgstr "Parar" msgstr "Parar"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Sub-rede (padrão)" msgstr "Sub-rede (padrão)"
@ -891,7 +891,7 @@ msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
"A lista de bloqueio é grande demais, não é possível salvar as alterações." "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:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -955,7 +955,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de Tempo" msgstr "Marca de Tempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -963,11 +963,12 @@ msgstr ""
"Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "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." "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:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Ação do gatilho" msgstr "Ação do gatilho"
@ -976,6 +977,7 @@ msgid "Trigger Delay"
msgstr "Atraso do Gatilho" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Acione a ação nos eventos da interface ifup." msgstr "Acione a ação nos eventos da interface ifup."
@ -1014,8 +1016,8 @@ msgstr "Versão"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "WAN-Forward (pacotes)" msgstr "WAN-Forward (pacotes)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "Cadeia WAN-Forward" msgstr "Cadeia WAN-Forward"
@ -1023,8 +1025,8 @@ msgstr "Cadeia WAN-Forward"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "WAN-Input (pacotes)" msgstr "WAN-Input (pacotes)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "Cadeia WAN-Input" msgstr "Cadeia WAN-Input"
@ -1044,7 +1046,7 @@ msgstr ""
"local. Para voltar à versão do mantenedor, apenas deixe o ficheiro de feed " "local. Para voltar à versão do mantenedor, apenas deixe o ficheiro de feed "
"personalizado vazio (mas não o exclua!)." "personalizado vazio (mas não o exclua!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "alerta" msgstr "alerta"
@ -1060,35 +1062,35 @@ msgstr "foi adicionado hoje automaticamente à lista de bloqueio"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "crítico" msgstr "crítico"
#: 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:492
msgid "debug" msgid "debug"
msgstr "detalhado" msgstr "detalhado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "urgente" msgstr "urgente"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "erro" msgstr "erro"
#: 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:491
msgid "info" msgid "info"
msgstr "info" msgstr "info"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "lista dos permitidos local" msgstr "lista dos permitidos local"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "lista de bloqueio local" msgstr "lista de bloqueio local"
@ -1096,7 +1098,7 @@ msgstr "lista de bloqueio local"
msgid "memory (default)" msgid "memory (default)"
msgstr "memória (padrão)" msgstr "memória (padrão)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "aviso" msgstr "aviso"
@ -1105,21 +1107,30 @@ msgid "performance"
msgstr "desempenho" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "recarregar" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "reiniciar" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "iniciar (padrão)" msgstr "iniciar (padrão)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "alertar (padrão)" msgstr "alertar (padrão)"
#~ msgid "Allow VLAN Forwads"
#~ msgstr "Permitir encaminhamentos de VLAN"
#~ msgid "Block VLAN Forwads"
#~ msgstr "Bloquear encaminhamentos de VLAN"
#~ msgid "" #~ msgid ""
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
#~ "blocklist." #~ "blocklist."

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (desativar)" msgstr "0 (desativar)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (padrão)" msgstr "100 (padrão)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (padrão)" msgstr "5 (padrão)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,14 +122,14 @@ msgid "Advanced Settings"
msgstr "Configurações avançadas" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "Permitir encaminhamentos da VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Seleção do feed da lista dos permitidos" msgstr "Seleção do feed da lista dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos" msgstr "Apenas a lista dos permitidos"
@ -149,19 +149,19 @@ msgstr "Sempre permita certos encaminhamentos da VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Sempre negue certos encaminhamentos da VLAN." msgstr "Sempre negue certos encaminhamentos da VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permite o enlace automático" msgstr "Permite o enlace automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos" msgstr "Lista automática dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Sub-rede de bloqueio automático" msgstr "Sub-rede de bloqueio automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio" msgstr "Lista automática de bloqueio"
@ -169,7 +169,7 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detecção Automática" msgstr "Detecção Automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,7 @@ msgstr ""
"Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio "
"com base numa solicitação adiciona RDAP com o IP suspeito." "com base numa solicitação adiciona RDAP com o IP suspeito."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,7 @@ msgstr ""
"Adicione automaticamente os domínios resolvidos e os IPs suspeitos à lista " "Adicione automaticamente os domínios resolvidos e os IPs suspeitos à lista "
"de bloqueio local do banIP." "de bloqueio local do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -207,14 +207,14 @@ msgstr ""
"Diretório principal de trabalho usado durante o processamento do banIP." "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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "Bloquear os encaminhamentos da VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Seleção do feed da lista de bloqueio" msgstr "Seleção do feed da lista de bloqueio"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expiração do conjunto das listas de bloqueio" msgstr "Expiração do conjunto das listas de bloqueio"
@ -226,7 +226,7 @@ msgstr ""
"As alterações da lista de bloqueio foram salvas, inicie a pesquisa de " "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." "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:425 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -249,7 +249,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"As alterações nesta guia precisam de uma reinicialização do serviço banIP " "As alterações nesta guia precisam de uma reinicialização do serviço banIP "
@ -272,7 +272,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" > consulte a documentação " "target=\"_blank\" rel=\"noreferrer noopener\" > consulte a documentação "
"online </a>" "online </a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Países" msgstr "Países"
@ -292,7 +292,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "Eliminar IPs duplicados" msgstr "Eliminar IPs duplicados"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Política de bloqueio padrão" msgstr "Política de bloqueio padrão"
@ -308,7 +308,7 @@ msgstr ""
"Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os " "Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os "
"protocolos e os utilitários automaticamente." "protocolos e os utilitários automaticamente."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Desativar" msgstr "Desativar"
@ -340,19 +340,19 @@ msgstr "Tentativas de download"
msgid "Download Utility" msgid "Download Utility"
msgstr "Ferramenta para Baixar" msgstr "Ferramenta para Baixar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por E-Mail" msgstr "Notificação por E-Mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail do Perfil" msgstr "E-Mail do Perfil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário" msgstr "Endereço de E-Mail do Destinatário"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente" msgstr "Endereço de E-Mail do Remetente"
@ -360,7 +360,7 @@ msgstr "Endereço de E-Mail do Remetente"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Configurações do e-mail" msgstr "Configurações do e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do E-Mail" msgstr "Assunto do E-Mail"
@ -410,17 +410,17 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6." msgstr "Ativa o suporte IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo de expiração para os membros do conjunto da lista de bloqueio que " "Tempo de expiração para os membros do conjunto da lista de bloqueio que "
"foram adicionados automaticamente." "foram adicionados automaticamente."
#: 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Feeds externos da lista dos permitidos" msgstr "Feeds externos da lista dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Feeds externos da lista de bloqueio" msgstr "Feeds externos da lista de bloqueio"
@ -464,7 +464,7 @@ msgstr "Alta prioridade"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Máxima Prioridade" msgstr "Máxima Prioridade"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -509,8 +509,8 @@ msgstr "Valores inválidos da entrada, não é possível salvar as alterações.
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (pacotes)" msgstr "LAN-Forward (pacotes)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "Cadeia LAN-Forward" msgstr "Cadeia LAN-Forward"
@ -526,15 +526,15 @@ msgstr "Mínima Prioridade"
msgid "Less Priority" msgid "Less Priority"
msgstr "Menor Prioridade" msgstr "Menor Prioridade"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Limite certos feeds à cadeia LAN-Forward." msgstr "Limite certos feeds à cadeia LAN-Forward."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Limite certos feeds à cadeia WAN-Forward." msgstr "Limite certos feeds à cadeia WAN-Forward."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Limite certos feeds à cadeia WAN-Input." msgstr "Limite certos feeds à cadeia WAN-Input."
@ -543,7 +543,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." "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:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limite a função de permissão automática do enlace." msgstr "Limite a função de permissão automática do enlace."
@ -564,23 +564,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Configurações do feed local" msgstr "Configurações do feed local"
#: 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Contagem dos registros" msgstr "Contagem dos registros"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Registro LAN-Forward" msgstr "Registro LAN-Forward"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Nível do registro" msgstr "Nível 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Limite do Registro" msgstr "Limite do Registro"
@ -588,27 +588,27 @@ msgstr "Limite do Registro"
msgid "Log Settings" msgid "Log Settings"
msgstr "Configurações do registro" msgstr "Configurações do registro"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Termos do registro" msgstr "Termos do registro"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Registro WAN-Forward" msgstr "Registro WAN-Forward"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Registro WAN-Input" msgstr "Registro WAN-Input"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Registre os pacotes suspeitos encaminhados da LAN (rejeitados)." msgstr "Registre os pacotes suspeitos encaminhados da LAN (rejeitados)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Registre os pacotes suspeitos encaminhados da WAN (rejeitados)." msgstr "Registre os pacotes suspeitos encaminhados da WAN (rejeitados)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Registre os pacotes suspeitos da entrada da WAN (rejeitados)." msgstr "Registre os pacotes suspeitos da entrada da WAN (rejeitados)."
@ -666,7 +666,7 @@ msgstr ""
"Quantidade de tentativas de download em caso de erro (não suportado pelo " "Quantidade de tentativas de download em caso de erro (não suportado pelo "
"uclient-fetch)." "uclient-fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -685,7 +685,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visão geral" msgstr "Visão geral"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -698,21 +698,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Registro de processamento" msgstr "Registro de processamento"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." 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." 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Formato de protocolo/URL não suportado" msgstr "Formato de protocolo/URL não suportado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Receba notificações por e-mail a cada execução do banIP." 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:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -740,7 +740,7 @@ msgstr "Elementos do relatório"
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@ -794,7 +794,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." 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:533 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Endereço do remetente para os e-mails de notificação do banIP." msgstr "Endereço do remetente para os e-mails de notificação do banIP."
@ -835,7 +835,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "Defina a política NFT para os conjuntos relacionados ao banIP." msgstr "Defina a política NFT para os conjuntos relacionados ao banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Define o nível do syslog para os registros NFT." msgstr "Define o nível do syslog para os registros NFT."
@ -861,7 +861,7 @@ msgstr "Condição geral"
msgid "Stop" msgid "Stop"
msgstr "Parar" msgstr "Parar"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Sub-rede (padrão)" msgstr "Sub-rede (padrão)"
@ -892,7 +892,7 @@ msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
"A lista de bloqueio é grande demais, não é possível salvar as alterações." "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:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -956,7 +956,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de Tempo" msgstr "Marca de Tempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -964,11 +964,12 @@ msgstr ""
"Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "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." "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:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Ação do gatilho" msgstr "Ação do gatilho"
@ -977,6 +978,7 @@ msgid "Trigger Delay"
msgstr "Gatilho de Atraso" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Acione a ação nos eventos da interface ifup." msgstr "Acione a ação nos eventos da interface ifup."
@ -1015,8 +1017,8 @@ msgstr "Versão"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "WAN-Forward (pacotes)" msgstr "WAN-Forward (pacotes)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "Cadeia WAN-Forward" msgstr "Cadeia WAN-Forward"
@ -1024,8 +1026,8 @@ msgstr "Cadeia WAN-Forward"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "WAN-Input (pacotes)" msgstr "WAN-Input (pacotes)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "Cadeia WAN-Input" msgstr "Cadeia WAN-Input"
@ -1045,7 +1047,7 @@ msgstr ""
"um backup local. Para voltar para a versão do mantenedor, apenas deixe o " "um backup local. Para voltar para a versão do mantenedor, apenas deixe o "
"arquivo de feed personalizado vazio (mas não o exclua!)." "arquivo de feed personalizado vazio (mas não o exclua!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "alerta" msgstr "alerta"
@ -1061,35 +1063,35 @@ msgstr "foi adicionado hoje automaticamente à lista de bloqueio"
msgid "banIP" msgid "banIP"
msgstr "Banir IP" msgstr "Banir IP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "crítico" msgstr "crítico"
#: 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:492
msgid "debug" msgid "debug"
msgstr "detalhado" msgstr "detalhado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "urgente" msgstr "urgente"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "erro" msgstr "erro"
#: 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:491
msgid "info" msgid "info"
msgstr "info" msgstr "info"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "lista dos permitidos local" msgstr "lista dos permitidos local"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "lista de bloqueio local" msgstr "lista de bloqueio local"
@ -1097,7 +1099,7 @@ msgstr "lista de bloqueio local"
msgid "memory (default)" msgid "memory (default)"
msgstr "memória (padrão)" msgstr "memória (padrão)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "aviso" msgstr "aviso"
@ -1106,21 +1108,30 @@ msgid "performance"
msgstr "desempenho" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "recarregar" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "reiniciar" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "iniciar (padrão)" msgstr "iniciar (padrão)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "alertar (padrão)" msgstr "alertar (padrão)"
#~ msgid "Allow VLAN Forwads"
#~ msgstr "Permitir encaminhamentos da VLAN"
#~ msgid "Block VLAN Forwads"
#~ msgstr "Bloquear os encaminhamentos da VLAN"
#~ msgid "" #~ msgid ""
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
#~ "blocklist." #~ "blocklist."

View file

@ -35,7 +35,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (dezactivare)" msgstr "0 (dezactivare)"
@ -47,11 +47,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (implicit)" msgstr "100 (implicit)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -67,7 +67,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -83,11 +83,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (implicit)" msgstr "5 (implicit)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -95,7 +95,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASN-uri" msgstr "ASN-uri"
@ -123,14 +123,14 @@ msgid "Advanced Settings"
msgstr "Setări avansate" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "Permiteți VLAN Forwads" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selecție Allowlist Feed" msgstr "Selecție Allowlist Feed"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Doar Allowlist" msgstr "Doar Allowlist"
@ -150,19 +150,19 @@ msgstr "Permiteți întotdeauna anumite transmisiuni VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Blocați întotdeauna anumite transmisiuni VLAN." msgstr "Blocați întotdeauna anumite transmisiuni VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permite automat legătura ascendentă" msgstr "Permite automat legătura ascendentă"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Allowlist Automată" msgstr "Allowlist Automată"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Blocaj automat Subnet" msgstr "Blocaj automat Subnet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista de blocare automată" msgstr "Lista de blocare automată"
@ -170,7 +170,7 @@ msgstr "Lista de blocare automată"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detecție automată" msgstr "Detecție automată"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -178,7 +178,7 @@ msgstr ""
"Adăugați automat subrețele întregi la lista de blocare Set bazat pe o cerere " "Adăugați automat subrețele întregi la lista de blocare Set bazat pe o cerere "
"RDAP suplimentară cu IP-ul suspect." "RDAP suplimentară cu IP-ul suspect."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -186,7 +186,7 @@ msgstr ""
"Adăugarea automată a domeniilor rezolvate și a IP-urilor suspecte la lista " "Adăugarea automată a domeniilor rezolvate și a IP-urilor suspecte la lista "
"de blocare banIP locală." "de blocare banIP locală."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -207,14 +207,14 @@ msgid "Base working directory while banIP processing."
msgstr "Directorul de lucru de bază în timpul procesării banIP." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "Blocare VLAN Forwads" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Selecția de alimentare a listei de blocuri" msgstr "Selecția de alimentare a listei de blocuri"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expirarea setului Blocklist" msgstr "Expirarea setului Blocklist"
@ -226,7 +226,7 @@ msgstr ""
"Modificările cu lista de blocare au fost salvate, porniți căutarea " "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." "domeniului sau reporniți banIP-ul, iar modificările intră în vigoare."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -249,7 +249,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"Modificările din această filă necesită o repornire a serviciului banIP " "Modificările din această filă necesită o repornire a serviciului banIP "
@ -272,7 +272,7 @@ msgstr ""
"banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check " "banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check "
"the online documentation</a>" "the online documentation</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Țări" msgstr "Țări"
@ -292,7 +292,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "Deduplicați IP-uri" msgstr "Deduplicați IP-uri"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Politica de blocare implicită" msgstr "Politica de blocare implicită"
@ -308,7 +308,7 @@ msgstr ""
"Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, " "Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, "
"protocoalelor și utilităților relevante." "protocoalelor și utilităților relevante."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Dezactivați" msgstr "Dezactivați"
@ -340,19 +340,19 @@ msgstr "Descărcați Reîncercări"
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilitar descărcare" msgstr "Utilitar descărcare"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificare prin e-mail" msgstr "Notificare prin e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil de e-mail" msgstr "Profil de e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresa de e-mail a destinatarului" msgstr "Adresa de e-mail a destinatarului"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresa expeditorului de e-mail" msgstr "Adresa expeditorului de e-mail"
@ -360,7 +360,7 @@ msgstr "Adresa expeditorului de e-mail"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Setări e-mail" msgstr "Setări e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Subiect E-Mail" msgstr "Subiect E-Mail"
@ -410,15 +410,15 @@ msgstr "Activează suportul IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Activează suportul IPv6." msgstr "Activează suportul IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "Timpul de expirare pentru membrii setului blocklist adăugat automat." msgstr "Timpul de expirare pentru membrii setului blocklist adăugat automat."
#: 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Fluxuri allowlist externe" msgstr "Fluxuri allowlist externe"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Alimentarea externă a listei de blocare" msgstr "Alimentarea externă a listei de blocare"
@ -462,7 +462,7 @@ msgstr "Prioritate ridicată"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Cea mai mare prioritate" msgstr "Cea mai mare prioritate"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -506,8 +506,8 @@ msgstr "Valori de intrare nevalabile, nu se pot salva modificările."
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (pachete)" msgstr "LAN-Forward (pachete)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "Chain LAN-Forward" msgstr "Chain LAN-Forward"
@ -523,15 +523,15 @@ msgstr "Cea mai mică prioritate"
msgid "Less Priority" msgid "Less Priority"
msgstr "Prioritate mai mică" msgstr "Prioritate mai mică"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Limitați anumite fluxuri la lanțul LAN-Forward." msgstr "Limitați anumite fluxuri la lanțul LAN-Forward."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Limitați anumite fluxuri la lanțul WAN-Forward." msgstr "Limitați anumite fluxuri la lanțul WAN-Forward."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input." msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input."
@ -539,7 +539,7 @@ msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi 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:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limitați funcția uplink autoallow." msgstr "Limitați funcția uplink autoallow."
@ -560,23 +560,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Enumeră elementele unui anumit set legat de banIP." msgstr "Enumeră elementele unui anumit set legat de banIP."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Setări de alimentare locală" msgstr "Setări de alimentare locală"
#: 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Număr de jurnale" msgstr "Număr de jurnale"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Jurnalul LAN-Forward" msgstr "Jurnalul LAN-Forward"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Nivel Jurnal" msgstr "Nivel 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Limita de jurnal" msgstr "Limita de jurnal"
@ -584,27 +584,27 @@ msgstr "Limita de jurnal"
msgid "Log Settings" msgid "Log Settings"
msgstr "Setări jurnal" msgstr "Setări jurnal"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Termeni de jurnal" msgstr "Termeni de jurnal"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Jurnal WAN-Forward" msgstr "Jurnal WAN-Forward"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Jurnal WAN-Input" msgstr "Jurnal WAN-Input"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Înregistrați pachetele LAN suspecte transmise (respinse)." msgstr "Înregistrați pachetele LAN suspecte transmise (respinse)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Jurnalul pachetelor WAN suspicioase transmise (abandonate)." msgstr "Jurnalul pachetelor WAN suspicioase transmise (abandonate)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Înregistrare a pachetelor WAN suspecte de intrare (abandonate)." msgstr "Înregistrare a pachetelor WAN suspecte de intrare (abandonate)."
@ -662,7 +662,7 @@ msgstr ""
"Numărul de încercări de descărcare în caz de eroare (nu este suportat de " "Numărul de încercări de descărcare în caz de eroare (nu este suportat de "
"uclient-fetch)." "uclient-fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -681,7 +681,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Prezentare generală" msgstr "Prezentare generală"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -693,22 +693,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Jurnal de procesare" msgstr "Jurnal de procesare"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profilul utilizat de 'msmtp' pentru mesajele electronice de notificare banIP." "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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Formatul protocolului/URL nu este acceptat" msgstr "Formatul protocolului/URL nu este acceptat"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Primiți notificări prin e-mail la fiecare banIP rulat." msgstr "Primiți notificări prin e-mail la fiecare banIP rulat."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -736,7 +736,7 @@ msgstr "Elemente de raport"
msgid "Restart" msgid "Restart"
msgstr "Reporniți" msgstr "Reporniți"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restricționați accesul la internet de la/către un număr mic de IP-uri " "Restricționați accesul la internet de la/către un număr mic de IP-uri "
@ -791,7 +791,7 @@ msgstr "Selectați interfața (interfețele) logică (logice) de rețea WAN IPv4
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selectați interfața (e) logică de rețea WAN IPv6." msgstr "Selectați interfața (e) logică de rețea WAN IPv6."
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP." msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP."
@ -832,7 +832,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "Setați politica nft pentru seturile legate de banIP." msgstr "Setați politica nft pentru seturile legate de banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Setați nivelul syslog pentru jurnalizarea NFT." msgstr "Setați nivelul syslog pentru jurnalizarea NFT."
@ -858,7 +858,7 @@ msgstr "Stare"
msgid "Stop" msgid "Stop"
msgstr "Stop" msgstr "Stop"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Subnet (implicit)" msgstr "Subnet (implicit)"
@ -886,7 +886,7 @@ msgstr "Lista de permise este prea mare, nu se pot salva modificările."
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "Lista de blocuri este prea mare, nu se pot salva modificările." 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:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -949,7 +949,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Înregistrarea timpului" msgstr "Înregistrarea timpului"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -957,11 +957,12 @@ msgstr ""
"Pentru a activa notificările prin e-mail, configurați pachetul \"msmtp\" și " "Pentru a activa notificările prin e-mail, configurați pachetul \"msmtp\" și "
"specificați o adresă de destinatar de e-mail validă." "specificați o adresă de destinatar de e-mail validă."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Subiect pentru e-mailurile de notificare banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Acțiunea de declanșare" msgstr "Acțiunea de declanșare"
@ -970,6 +971,7 @@ msgid "Trigger Delay"
msgstr "Intârzierea declanșării" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Acțiune de declanșare a evenimentelor de interfață ifup." msgstr "Acțiune de declanșare a evenimentelor de interfață ifup."
@ -1008,8 +1010,8 @@ msgstr "Versiune"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "WAN-Forward (pachete)" msgstr "WAN-Forward (pachete)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "Chain WAN-Forward" msgstr "Chain WAN-Forward"
@ -1017,8 +1019,8 @@ msgstr "Chain WAN-Forward"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "WAN-Input (pachete)" msgstr "WAN-Input (pachete)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "Chain WAN-Input" msgstr "Chain WAN-Input"
@ -1039,7 +1041,7 @@ msgstr ""
"întreținere, doar goliți din nou fișierul de feed-uri personalizate (nu îl " "întreținere, doar goliți din nou fișierul de feed-uri personalizate (nu îl "
"ștergeți!)." "ștergeți!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "alertă" msgstr "alertă"
@ -1055,35 +1057,35 @@ msgstr "auto-adăugat la lista de blocare astăzi"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "critic" msgstr "critic"
#: 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:492
msgid "debug" msgid "debug"
msgstr "depanare" msgstr "depanare"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "urgență" msgstr "urgență"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "eroare" msgstr "eroare"
#: 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:491
msgid "info" msgid "info"
msgstr "informații" msgstr "informații"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "lista locală de permise" msgstr "lista locală de permise"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "lista de blocare locală" msgstr "lista de blocare locală"
@ -1091,7 +1093,7 @@ msgstr "lista de blocare locală"
msgid "memory (default)" msgid "memory (default)"
msgstr "memorie (implicit)" msgstr "memorie (implicit)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "notificare" msgstr "notificare"
@ -1100,21 +1102,30 @@ msgid "performance"
msgstr "performanță" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "reîncărcare" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "reporniți" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "start (implicit)" msgstr "start (implicit)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "avertisment (implicit)" msgstr "avertisment (implicit)"
#~ msgid "Allow VLAN Forwads"
#~ msgstr "Permiteți VLAN Forwads"
#~ msgid "Block VLAN Forwads"
#~ msgstr "Blocare VLAN Forwads"
#~ msgid "" #~ msgid ""
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
#~ "blocklist." #~ "blocklist."

View file

@ -35,7 +35,7 @@ msgstr "400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (отключить)" msgstr "0 (отключить)"
@ -47,11 +47,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (по умолчанию)" msgstr "100 (по умолчанию)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -67,7 +67,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -83,11 +83,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (по умолчанию)" msgstr "5 (по умолчанию)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -95,7 +95,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "Автономные системы" msgstr "Автономные системы"
@ -123,14 +123,14 @@ msgid "Advanced Settings"
msgstr "Расширенные настройки" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "Разрешить переадресацию VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Выбор канала из белого списка" msgstr "Выбор канала из белого списка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Только список разрешений" msgstr "Только список разрешений"
@ -150,19 +150,19 @@ msgstr "Всегда разрешать определенные переадр
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Всегда блокировать определенные переадресации VLAN." msgstr "Всегда блокировать определенные переадресации VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Автоматически разрешать исходящие соединения" msgstr "Автоматически разрешать исходящие соединения"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Автоматический список разрешений" msgstr "Автоматический список разрешений"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Автоблокировка подсети" msgstr "Автоблокировка подсети"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Автоматический блок-лист" msgstr "Автоматический блок-лист"
@ -170,7 +170,7 @@ msgstr "Автоматический блок-лист"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Автоопределение" msgstr "Автоопределение"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -178,7 +178,7 @@ msgstr ""
"Автоматическое добавление целых подсетей в список блокировки Set на основе " "Автоматическое добавление целых подсетей в список блокировки Set на основе "
"дополнительного запроса RDAP с подозрительным IP." "дополнительного запроса RDAP с подозрительным IP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -186,7 +186,7 @@ msgstr ""
"Автоматическое добавление разрешенных доменов и подозрительных IP-адресов в " "Автоматическое добавление разрешенных доменов и подозрительных IP-адресов в "
"локальный блок-лист banIP." "локальный блок-лист banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -207,14 +207,14 @@ msgid "Base working directory while banIP processing."
msgstr "Базовый рабочий каталог при обработке banIP." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "Блокировать переадресацию VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Выбор канала черного списка" msgstr "Выбор канала черного списка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Срок действия черного списка" msgstr "Срок действия черного списка"
@ -226,7 +226,7 @@ msgstr ""
"Изменения в блок-листе были сохранены, запустите программу Domain Lookup или " "Изменения в блок-листе были сохранены, запустите программу Domain Lookup или "
"перезапустите banIP, чтобы изменения вступили в силу." "перезапустите banIP, чтобы изменения вступили в силу."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -249,7 +249,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
"Для вступления в силу изменений на этой вкладке требуется перезапуск службы " "Для вступления в силу изменений на этой вкладке требуется перезапуск службы "
@ -272,7 +272,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с " "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с "
"онлайн-документацией</a>" "онлайн-документацией</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Страны" msgstr "Страны"
@ -292,7 +292,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "Дублирование IP-адресов" msgstr "Дублирование IP-адресов"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Политика блокировки по умолчанию" msgstr "Политика блокировки по умолчанию"
@ -308,7 +308,7 @@ msgstr ""
"Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, " "Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, "
"подсетей, протоколов и утилит." "подсетей, протоколов и утилит."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Отключить" msgstr "Отключить"
@ -340,19 +340,19 @@ msgstr "Попытки загрузки"
msgid "Download Utility" msgid "Download Utility"
msgstr "Утилита для загрузки" msgstr "Утилита для загрузки"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Уведомление по электронной почте" msgstr "Уведомление по электронной почте"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Профиль электронной почты" msgstr "Профиль электронной почты"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Адрес получателя" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Адрес отправителя" msgstr "Адрес отправителя"
@ -360,7 +360,7 @@ msgstr "Адрес отправителя"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Настройки электронной почты" msgstr "Настройки электронной почты"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Тема" msgstr "Тема"
@ -409,17 +409,17 @@ msgstr "Включает поддержку IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Включает поддержку IPv6." msgstr "Включает поддержку IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Внешние каналы списка разрешенний" msgstr "Внешние каналы списка разрешенний"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Внешние каналы блок-листа" msgstr "Внешние каналы блок-листа"
@ -463,7 +463,7 @@ msgstr "Высокий приоритет"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Наивысший приоритет" msgstr "Наивысший приоритет"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -507,8 +507,8 @@ msgstr "Недопустимые входные значения, невозмо
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (пакеты)" msgstr "LAN-Forward (пакеты)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "Цепочка LAN-Forward" msgstr "Цепочка LAN-Forward"
@ -524,15 +524,15 @@ msgstr "Наименьший приоритет"
msgid "Less Priority" msgid "Less Priority"
msgstr "Меньший приоритет" msgstr "Меньший приоритет"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Ограничить определенные каналы в цепи LAN-Forward." msgstr "Ограничить определенные каналы в цепи LAN-Forward."
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Ограничьте определенные каналы в цепи WAN-Forward." msgstr "Ограничьте определенные каналы в цепи WAN-Forward."
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Ограничить определенные каналы в цепи WAN-вход." msgstr "Ограничить определенные каналы в цепи WAN-вход."
@ -542,7 +542,7 @@ msgstr ""
"Ограничьте количество ядер процессора, используемых banIP для экономии " "Ограничьте количество ядер процессора, используемых banIP для экономии "
"оперативной памяти." "оперативной памяти."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Ограничить функцию автоматического разрешения исходящего канала." msgstr "Ограничить функцию автоматического разрешения исходящего канала."
@ -562,23 +562,23 @@ msgstr "Список доступных сетевых интерфейсов з
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Перечислите элементы конкретного набора, связанного с запретом." msgstr "Перечислите элементы конкретного набора, связанного с запретом."
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Локальные настройки канала" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Счетчик журналов" msgstr "Счетчик журналов"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Журнал LAN-Forward" msgstr "Журнал LAN-Forward"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Уровень ведения журнала" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Ограничение журнала" msgstr "Ограничение журнала"
@ -586,28 +586,28 @@ msgstr "Ограничение журнала"
msgid "Log Settings" msgid "Log Settings"
msgstr "Настройки журнала" msgstr "Настройки журнала"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Условия ведения журнала" msgstr "Условия ведения журнала"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Журнал WAN-Forward" msgstr "Журнал WAN-Forward"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Журнал WAN-Input" msgstr "Журнал WAN-Input"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
"Ведите журнал подозрительных перенаправленных пакетов LAN (отклоненных)." "Ведите журнал подозрительных перенаправленных пакетов LAN (отклоненных)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Журнал подозрительных перенаправленных пакетов WAN (сброшенных)." msgstr "Журнал подозрительных перенаправленных пакетов WAN (сброшенных)."
#: 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Ведите журнал подозрительных входящих пакетов WAN (сброшенных)." msgstr "Ведите журнал подозрительных входящих пакетов WAN (сброшенных)."
@ -665,7 +665,7 @@ msgstr ""
"Количество попыток загрузки в случае ошибки (не поддерживается uclient-" "Количество попыток загрузки в случае ошибки (не поддерживается uclient-"
"fetch)." "fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -684,7 +684,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Обзор" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -697,22 +697,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Обработка журнала" msgstr "Обработка журнала"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Профиль, используемый 'msmtp' для электронной почты с уведомлением banIP." "Профиль, используемый '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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Формат протокола/URL не поддерживается" msgstr "Формат протокола/URL не поддерживается"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Получайте уведомления по электронной почте при каждом запуске banIP." msgstr "Получайте уведомления по электронной почте при каждом запуске banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -740,7 +740,7 @@ msgstr "Элементы отчета"
msgid "Restart" msgid "Restart"
msgstr "Перезапустить" msgstr "Перезапустить"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов." "Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
@ -794,7 +794,7 @@ msgstr "Выберите логический сетевой интерфейс
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Выберите логический сетевой интерфейс (интерфейсы) WAN IPv6." msgstr "Выберите логический сетевой интерфейс (интерфейсы) WAN IPv6."
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Адрес отправителя для электронных писем с уведомлением banIP." msgstr "Адрес отправителя для электронных писем с уведомлением banIP."
@ -835,7 +835,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "Установите политику nft для наборов, связанных с banIP." msgstr "Установите политику nft для наборов, связанных с banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Установите уровень syslog для ведения журнала NFT." msgstr "Установите уровень syslog для ведения журнала NFT."
@ -861,7 +861,7 @@ msgstr "Состояние"
msgid "Stop" msgid "Stop"
msgstr "Остановить" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Подсеть (по умолчанию)" msgstr "Подсеть (по умолчанию)"
@ -889,7 +889,7 @@ msgstr "Список разрешений слишком большой, не у
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "Блок-лист слишком большой, не удается сохранить изменения." msgstr "Блок-лист слишком большой, не удается сохранить изменения."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -951,7 +951,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Временная метка" msgstr "Временная метка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -959,11 +959,12 @@ msgstr ""
"Чтобы включить уведомления по электронной почте, установите пакет 'msmtp' и " "Чтобы включить уведомления по электронной почте, установите пакет 'msmtp' и "
"укажите правильный адрес получателя электронной почты." "укажите правильный адрес получателя электронной почты."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Тема для электронной почты с уведомлением о banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Триггерное действие" msgstr "Триггерное действие"
@ -972,6 +973,7 @@ msgid "Trigger Delay"
msgstr "Задержка запуска" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Действие, выполняемое при поднятии интерфейса (ifup)." msgstr "Действие, выполняемое при поднятии интерфейса (ifup)."
@ -1010,8 +1012,8 @@ msgstr "Версия"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "WAN-Forward (пакеты)" msgstr "WAN-Forward (пакеты)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "Цепочка WAN-Forward" msgstr "Цепочка WAN-Forward"
@ -1019,8 +1021,8 @@ msgstr "Цепочка WAN-Forward"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "WAN-Input (пакеты)" msgstr "WAN-Input (пакеты)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "Цепочка WAN-Input" msgstr "Цепочка WAN-Input"
@ -1040,7 +1042,7 @@ msgstr ""
"новые или делать локальную резервную копию. Чтобы вернуться исходной версии, " "новые или делать локальную резервную копию. Чтобы вернуться исходной версии, "
"загрузите пустой файл (не удаляйте его!)." "загрузите пустой файл (не удаляйте его!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "оповещение" msgstr "оповещение"
@ -1056,35 +1058,35 @@ msgstr "автоматически добавлено в черный списо
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "крит" 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:492
msgid "debug" msgid "debug"
msgstr "отладка" msgstr "отладка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "чрезв" msgstr "чрезв"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "ошибка" 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:491
msgid "info" msgid "info"
msgstr "инфо" msgstr "инфо"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "локальный список разрешений" msgstr "локальный список разрешений"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "локальный черный список" msgstr "локальный черный список"
@ -1092,7 +1094,7 @@ msgstr "локальный черный список"
msgid "memory (default)" msgid "memory (default)"
msgstr "память (по умолчанию)" msgstr "память (по умолчанию)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "уведомление" msgstr "уведомление"
@ -1101,21 +1103,30 @@ msgid "performance"
msgstr "производительность" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "перечитать конфиг" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "перезапустить" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "старт (по умолчанию)" msgstr "старт (по умолчанию)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "предупреждение (по умолчанию)" msgstr "предупреждение (по умолчанию)"
#~ msgid "Allow VLAN Forwads"
#~ msgstr "Разрешить переадресацию VLAN"
#~ msgid "Block VLAN Forwads"
#~ msgstr "Блокировать переадресацию VLAN"
#~ msgid "" #~ msgid ""
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
#~ "blocklist." #~ "blocklist."

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Nástroj na sťahovanie" msgstr "Nástroj na sťahovanie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Prehľad" msgstr "Prehľad"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr "Verzia"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (stäng av)" msgstr "0 (stäng av)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (standard)" msgstr "100 (standard)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (standard)" msgstr "5 (standard)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASN:er" msgstr "ASN:er"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "Avancerade inställningar" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Endast tillåt-listan" msgstr "Endast tillåt-listan"
@ -145,19 +145,19 @@ msgstr "Tillåt alltid vissa VLAN-vidarebefordringar."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Blockera alltid vissa VLAN-vidarebefordringar." msgstr "Blockera alltid vissa VLAN-vidarebefordringar."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatisk tillåt-lista" msgstr "Automatisk tillåt-lista"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Blockera undernät automatiskt" msgstr "Blockera undernät automatiskt"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatisk blockeringslista" msgstr "Automatisk blockeringslista"
@ -165,19 +165,19 @@ msgstr "Automatisk blockeringslista"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatisk detektering" msgstr "Automatisk detektering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "Blockera vidarebefordringar på VLAN" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -215,7 +215,7 @@ msgstr ""
"Ändringar av blockeringslistan har sparats, påbörja domän-uppslagningen " "Ändringar av blockeringslistan har sparats, påbörja domän-uppslagningen "
"eller starta om banIP som gör att ändringarna får effekt." "eller starta om banIP som gör att ändringarna får effekt."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -238,7 +238,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Länder" msgstr "Länder"
@ -272,7 +272,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Blockeringspolicy-standard" msgstr "Blockeringspolicy-standard"
@ -288,7 +288,7 @@ msgstr ""
"Upptäck automatiskt relevanta nätverksenheter, gränssnitt, undernät, " "Upptäck automatiskt relevanta nätverksenheter, gränssnitt, undernät, "
"protokoll och verktyg." "protokoll och verktyg."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Stäng av" msgstr "Stäng av"
@ -320,19 +320,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Ladda ner verktyget" msgstr "Ladda ner verktyget"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-postavisering" msgstr "E-postavisering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Mottagarens e-postadress" msgstr "Mottagarens e-postadress"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post" msgstr "Avsändaradress för e-post"
@ -340,7 +340,7 @@ msgstr "Avsändaradress för e-post"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "E-postinställningar" msgstr "E-postinställningar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postämne" msgstr "E-postämne"
@ -389,15 +389,15 @@ msgstr "Aktiverar IPv4-stöd."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Aktiverar IPv6-stöd." msgstr "Aktiverar IPv6-stöd."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Externa flöden för tillåt-listan" msgstr "Externa flöden för tillåt-listan"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "External flöden för blockeringslistan" msgstr "External flöden för blockeringslistan"
@ -441,7 +441,7 @@ msgstr "Hög prioritet"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Högsta prioritet" msgstr "Högsta prioritet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -483,8 +483,8 @@ msgstr "Ogiltiga inmatningsvärden, kunde inte spara ändringarna."
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -500,15 +500,15 @@ msgstr "Lägst prioritet"
msgid "Less Priority" msgid "Less Priority"
msgstr "Lägre prioritet" msgstr "Lägre prioritet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -516,7 +516,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -534,23 +534,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -558,27 +558,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -634,7 +634,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -649,7 +649,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Överblick" msgstr "Överblick"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -659,21 +659,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -699,7 +699,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Starta om" msgstr "Starta om"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -752,7 +752,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -791,7 +791,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -815,7 +815,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -843,7 +843,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -889,17 +889,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -908,6 +909,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -946,8 +948,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -955,8 +957,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -970,7 +972,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -986,35 +988,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1022,7 +1024,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1031,21 +1033,27 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""
#~ msgid "Block VLAN Forwads"
#~ msgstr "Blockera vidarebefordringar på VLAN"
#~ msgid "Active Subnets" #~ msgid "Active Subnets"
#~ msgstr "Aktiva undernät" #~ msgstr "Aktiva undernät"

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -552,27 +552,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -25,7 +25,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -37,11 +37,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -57,7 +57,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -73,11 +73,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -85,7 +85,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -111,14 +111,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -136,19 +136,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -156,19 +156,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -187,14 +187,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -204,7 +204,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -225,7 +225,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -241,7 +241,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -259,7 +259,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -273,7 +273,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -305,19 +305,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -325,7 +325,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -374,15 +374,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -426,7 +426,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -468,8 +468,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -485,15 +485,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -501,7 +501,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -519,23 +519,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -543,27 +543,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -619,7 +619,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -634,7 +634,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -644,21 +644,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -684,7 +684,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -737,7 +737,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -776,7 +776,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -800,7 +800,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -828,7 +828,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -874,17 +874,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -893,6 +894,7 @@ msgid "Trigger Delay"
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -931,8 +933,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -955,7 +957,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -971,35 +973,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1007,7 +1009,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1016,17 +1018,20 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASN'ler" msgstr "ASN'ler"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Otomatik Algılama" msgstr "Otomatik Algılama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Ülkeler" msgstr "Ülkeler"
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "İndirme Aracı" msgstr "İndirme Aracı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Posta Bildirimi" msgstr "E-Posta Bildirimi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Posta Profili" msgstr "E-Posta Profili"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Posta Alıcı Adresi" msgstr "E-Posta Alıcı Adresi"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Posta Gönderen Adresi" msgstr "E-Posta Gönderen Adresi"
@ -334,7 +334,7 @@ msgstr "E-Posta Gönderen Adresi"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Posta Konusu" msgstr "E-Posta Konusu"
@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr "Yüksek öncelik"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "En yüksek öncelik" msgstr "En yüksek öncelik"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -494,15 +494,15 @@ msgstr "En Az Öncelik"
msgid "Less Priority" msgid "Less Priority"
msgstr "Daha Az Öncelik" msgstr "Daha Az Öncelik"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -510,7 +510,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr "BanIP başlangıcını tetiklemek için mevcut ağ arayüzlerinin listes
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Günlük Sınırı" msgstr "Günlük Sınırı"
@ -552,27 +552,27 @@ msgstr "Günlük Sınırı"
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Günlük Şartları" msgstr "Günlük Şartları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -643,7 +643,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Genel bakış" msgstr "Genel bakış"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için 'msmtp' tarafından kullanılan profil." 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Yeniden başlat" msgstr "Yeniden başlat"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -746,7 +746,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için gönderen adresi." msgstr "BanIP bildirim e-postaları için gönderen adresi."
@ -785,7 +785,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -809,7 +809,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Zaman damgası" msgstr "Zaman damgası"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için konu." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "Tetikleme Gecikmesi" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -949,8 +951,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -980,35 +982,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -35,7 +35,7 @@ msgstr ""
msgid "0" msgid "0"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -47,11 +47,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "" msgstr ""
@ -67,7 +67,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "" 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:511
msgid "250" msgid "250"
msgstr "" msgstr ""
@ -83,11 +83,11 @@ msgstr ""
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "" msgstr ""
@ -95,7 +95,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -121,14 +121,14 @@ msgid "Advanced Settings"
msgstr "" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -146,19 +146,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -166,19 +166,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -197,14 +197,14 @@ msgid "Base working directory while banIP processing."
msgstr "" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -214,7 +214,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -235,7 +235,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -251,7 +251,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -269,7 +269,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "" msgstr ""
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -283,7 +283,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -315,19 +315,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Утиліта для завантаження" msgstr "Утиліта для завантаження"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail повідомлення" msgstr "E-Mail повідомлення"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail профіль" msgstr "E-Mail профіль"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail адреса отримувача" msgstr "E-Mail адреса отримувача"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail адреса відправника" msgstr "E-Mail адреса відправника"
@ -335,7 +335,7 @@ msgstr "E-Mail адреса відправника"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Тема" msgstr "Тема"
@ -384,15 +384,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -436,7 +436,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -478,8 +478,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "" msgstr ""
@ -495,15 +495,15 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "" msgstr ""
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "" msgstr ""
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "" msgstr ""
@ -511,7 +511,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -529,23 +529,23 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -553,27 +553,27 @@ msgstr ""
msgid "Log Settings" msgid "Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "" msgstr ""
@ -629,7 +629,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -644,7 +644,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Огляд" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -654,21 +654,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -694,7 +694,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Перезапустити" msgstr "Перезапустити"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -747,7 +747,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -786,7 +786,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "" msgstr ""
@ -810,7 +810,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -838,7 +838,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -884,17 +884,18 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -903,6 +904,7 @@ msgid "Trigger Delay"
msgstr "Затримка запуску" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -941,8 +943,8 @@ msgstr ""
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "" msgstr ""
@ -950,8 +952,8 @@ msgstr ""
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "" msgstr ""
@ -965,7 +967,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "" msgstr ""
@ -981,35 +983,35 @@ msgstr ""
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "" 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:492
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "" 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:491
msgid "info" msgid "info"
msgstr "" msgstr ""
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1017,7 +1019,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "" msgstr ""
@ -1026,18 +1028,21 @@ msgid "performance"
msgstr "" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (vô hiệu hóa)" msgstr "0 (vô hiệu hóa)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (mặc định)" msgstr "100 (mặc định)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (mặc định)" msgstr "5 (mặc định)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,14 +122,14 @@ msgid "Advanced Settings"
msgstr "Cài đặt nâng cao" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Lựa chọn Feed cho Allowlist" msgstr "Lựa chọn Feed cho Allowlist"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Chỉ sử dụng Allowlist" msgstr "Chỉ sử dụng Allowlist"
@ -149,19 +149,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Tự động cho phép Uplink" msgstr "Tự động cho phép Uplink"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Allowlist tự động" msgstr "Allowlist tự động"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Chặn Subnet tự động" msgstr "Chặn Subnet tự động"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Blocklist tự động" msgstr "Blocklist tự động"
@ -169,7 +169,7 @@ msgstr "Blocklist tự động"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Phát hiện tự động" msgstr "Phát hiện tự động"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,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 " "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ờ." "với IP đáng ngờ."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,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 " "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ộ." "chặn banIP cục bộ."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -206,14 +206,14 @@ msgid "Base working directory while banIP processing."
msgstr "Thư mục làm việc cơ sở trong quá trình xử lý banIP." 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Lựa chọn Feed cho Blocklist" msgstr "Lựa chọn Feed cho Blocklist"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Hết hạn của Blocklist Set" msgstr "Hết hạn của Blocklist Set"
@ -225,7 +225,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 " "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." "lại banIP để áp dụng thay đổi."
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -248,7 +248,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" 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." "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 +270,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\">kiểm tra tài liệu trực tuyến</" "target=\"_blank\" rel=\"noreferrer noopener\">kiểm tra tài liệu trực tuyến</"
"a>" "a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "Quốc gia" msgstr "Quốc gia"
@ -290,7 +290,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "Loại bỏ trùng lặp IP" msgstr "Loại bỏ trùng lặp IP"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "Chính sách chặn mặc định" msgstr "Chính sách chặn mặc định"
@ -306,7 +306,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 " "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." "mạng liên quan."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "Vô hiệu hóa" msgstr "Vô hiệu hóa"
@ -338,19 +338,19 @@ msgstr "Thử lại khi tải xuống"
msgid "Download Utility" msgid "Download Utility"
msgstr "Tiện ích tải xuống" msgstr "Tiện ích tải xuống"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Thông báo Email" msgstr "Thông báo Email"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Hồ sơ Email" msgstr "Hồ sơ Email"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Địa chỉ người nhận Email" msgstr "Địa chỉ người nhận Email"
#: 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Địa chỉ người gửi Email" msgstr "Địa chỉ người gửi Email"
@ -358,7 +358,7 @@ msgstr "Địa chỉ người gửi Email"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Cài đặt E-Mail" msgstr "Cài đặt E-Mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Chủ đề Email" msgstr "Chủ đề Email"
@ -407,15 +407,15 @@ msgstr "Bật hỗ trợ IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Bật hỗ trợ IPv6." msgstr "Bật hỗ trợ IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." 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." 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:585 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Nguồn allowlist bên ngoài" msgstr "Nguồn allowlist bên ngoài"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Nguồn danh sách chặn bên ngoài" msgstr "Nguồn danh sách chặn bên ngoài"
@ -459,7 +459,7 @@ msgstr "Ưu tiên cao"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Ưu tiên cao nhất" msgstr "Ưu tiên cao nhất"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -503,8 +503,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)" msgid "LAN-Forward (packets)"
msgstr "LAN-Forward (gói tin)" msgstr "LAN-Forward (gói tin)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "Chuỗi LAN-Forward" msgstr "Chuỗi LAN-Forward"
@ -520,15 +520,15 @@ msgstr "Ưu tiên Thấp Nhất"
msgid "Less Priority" msgid "Less Priority"
msgstr "Ưu tiên Thấp Hơn" msgstr "Ưu tiên Thấp Hơn"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "Giới hạn một số feeds cho chuỗi LAN-Forward." 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:449 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "Giới hạn một số feeds cho chuỗi WAN-Forward." 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:439 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "Giới hạn một số feeds cho chuỗi WAN-Input." msgstr "Giới hạn một số feeds cho chuỗi WAN-Input."
@ -536,7 +536,7 @@ msgstr "Giới hạn một số feeds cho chuỗi WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM." 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." 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:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Giới hạn chức năng uplink autoallow." msgstr "Giới hạn chức năng uplink autoallow."
@ -556,23 +556,23 @@ msgstr "Danh sách các giao diện mạng có sẵn để kích hoạt khởi
msgid "List the elements of a specific banIP-related Set." 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ể." 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:602 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Cài đặt feed cục bộ" msgstr "Cài đặt feed cục bộ"
#: 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:517
msgid "Log Count" msgid "Log Count"
msgstr "Số lượng Log" msgstr "Số lượng Log"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "Log LAN-Forward" msgstr "Log LAN-Forward"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "Cấp độ ghi nhật ký" msgstr "Cấp độ ghi nhật ký"
#: 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "Giới hạn Log" msgstr "Giới hạn Log"
@ -580,27 +580,27 @@ msgstr "Giới hạn Log"
msgid "Log Settings" msgid "Log Settings"
msgstr "Cài đặt Log" msgstr "Cài đặt Log"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "Điều khoản Log" msgstr "Điều khoản Log"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "Log WAN-Forward" msgstr "Log WAN-Forward"
#: 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "Log WAN-Input" msgstr "Log WAN-Input"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "Log gói LAN chuyển tiếp đáng ngờ (bị từ chối)." 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:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "Log gói WAN chuyển tiếp đáng ngờ (bị loại bỏ)." 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:489 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Log gói WAN đến đáng ngờ (bị loại bỏ)." msgstr "Log gói WAN đến đáng ngờ (bị loại bỏ)."
@ -658,7 +658,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-" "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)." "fetch)."
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "" msgstr ""
@ -676,7 +676,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Tổng quan" msgstr "Tổng quan"
#: 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -688,21 +688,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Log Xử lý" msgstr "Log Xử lý"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." 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." 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Định dạng giao thức/URL không được hỗ trợ" 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:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." 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." 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:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -730,7 +730,7 @@ msgstr "Yếu tố báo cáo"
msgid "Restart" msgid "Restart"
msgstr "Khởi Động Lại" msgstr "Khởi Động Lại"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." 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ỏ." msgstr "Hạn chế truy cập internet từ/đến một số IP an toàn nhỏ."
@ -783,7 +783,7 @@ msgstr "Chọn giao diện mạng IPv4 logic của WAN."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Chọn giao diện mạng IPv6 logic của WAN." 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:533 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Địa chỉ người gửi cho thư thông báo banIP." msgstr "Địa chỉ người gửi cho thư thông báo banIP."
@ -824,7 +824,7 @@ msgstr ""
msgid "Set the nft policy for banIP-related Sets." 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." 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:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "Đặt mức syslog cho việc ghi log NFT." msgstr "Đặt mức syslog cho việc ghi log NFT."
@ -848,7 +848,7 @@ msgstr "Trạng thái"
msgid "Stop" msgid "Stop"
msgstr "Dừng" msgstr "Dừng"
#: 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Mạng con (mặc định)" msgstr "Mạng con (mặc định)"
@ -876,7 +876,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." 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." 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:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -936,7 +936,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Dấu thời gian" msgstr "Dấu thời gian"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -944,11 +944,12 @@ msgstr ""
"Để bật thông báo qua email, thiết lập gói 'msmtp' và chỉ định địa chỉ email " "Để 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ệ." "người nhận hợp lệ."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Chủ đề cho Email thông báo banIP." 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "Kích hoạt hành động" msgstr "Kích hoạt hành động"
@ -957,6 +958,7 @@ msgid "Trigger Delay"
msgstr "Kích hoạt độ trễ" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "Kích hoạt hành động trong sự kiện giao diện ifup." msgstr "Kích hoạt hành động trong sự kiện giao diện ifup."
@ -995,8 +997,8 @@ msgstr "Phiên bản"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "Chuyển tiếp WAN (gói tin)" msgstr "Chuyển tiếp WAN (gói tin)"
#: 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:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "Rào cản Chuyển tiếp WAN" msgstr "Rào cản Chuyển tiếp WAN"
@ -1004,8 +1006,8 @@ msgstr "Rào cản Chuyển tiếp WAN"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "Đầu vào WAN (gói tin)" msgstr "Đầu vào WAN (gói tin)"
#: 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:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "Rào cản Đầu vào WAN" msgstr "Rào cản Đầu vào WAN"
@ -1025,7 +1027,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 " "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ó!)." "Tùy chỉnh (không xóa nó!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "cảnh báo" msgstr "cảnh báo"
@ -1041,35 +1043,35 @@ msgstr "tự động thêm vào danh sách chặn hôm nay"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "crit" msgstr "crit"
#: 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:492
msgid "debug" msgid "debug"
msgstr "debug" msgstr "debug"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "emerg" msgstr "emerg"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "err" msgstr "err"
#: 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:491
msgid "info" msgid "info"
msgstr "info" msgstr "info"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "danh sách cho phép cục bộ" msgstr "danh sách cho phép cục bộ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "danh sách chặn cục bộ" msgstr "danh sách chặn cục bộ"
@ -1077,7 +1079,7 @@ msgstr "danh sách chặn cục bộ"
msgid "memory (default)" msgid "memory (default)"
msgstr "bộ nhớ (mặc định)" msgstr "bộ nhớ (mặc định)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "thông báo" msgstr "thông báo"
@ -1086,18 +1088,21 @@ msgid "performance"
msgstr "hiệu suất" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "tải lại" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "khởi động lại" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "khởi động (mặc định)" msgstr "khởi động (mặc định)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "cảnh báo (mặc định)" msgstr "cảnh báo (mặc định)"

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "0 (禁用)" msgstr "0 (禁用)"
@ -46,11 +46,11 @@ msgstr "1"
msgid "10" msgid "10"
msgstr "10" msgstr "10"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (默认)" msgstr "100 (默认)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr "20"
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "5 (默认)" msgstr "5 (默认)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "平均取样数" msgstr "平均取样数"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "高级设置" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "允许 VLAN 转发" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "白名单源选择" msgstr "白名单源选择"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "仅白名单" msgstr "仅白名单"
@ -145,19 +145,19 @@ msgstr "始终允许特定的 VLAN 转发。"
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "始终拦截特定的 VLAN 转发。" msgstr "始终拦截特定的 VLAN 转发。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "自动允许上行线路" msgstr "自动允许上行线路"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "自动白名单" msgstr "自动白名单"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "自动拦截子网" msgstr "自动拦截子网"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "自动黑名单" msgstr "自动黑名单"
@ -165,19 +165,19 @@ msgstr "自动黑名单"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自动检测" msgstr "自动检测"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "基于和可疑 IP 地址的额外 RDAP 请求自动添加条目子网到黑名单集。" msgstr "基于和可疑 IP 地址的额外 RDAP 请求自动添加条目子网到黑名单集。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "自动添加已解析域名和可疑 IP 到本地 banIP 黑名单。" msgstr "自动添加已解析域名和可疑 IP 到本地 banIP 黑名单。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "banIP 处理时的基础工作目录。" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "拦截 VLAN 转发" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "黑名单源选择" msgstr "黑名单源选择"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "黑名单集过期时间" msgstr "黑名单集过期时间"
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "已保存黑名单更改,启动域名查询或要让更改生效请重启 banIP。" msgstr "已保存黑名单更改,启动域名查询或要让更改生效请重启 banIP。"
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -235,7 +235,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "此标签页上进行的更改需要重启 banIP 服务才能生效。" msgstr "此标签页上进行的更改需要重启 banIP 服务才能生效。"
@ -254,7 +254,7 @@ msgstr ""
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/" "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档</a>" "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "地区" msgstr "地区"
@ -272,7 +272,7 @@ msgstr "去除所有活跃集合中的重复 IP 地址并整理本地黑名单
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "IP 去重" msgstr "IP 去重"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "默认拦截策略" msgstr "默认拦截策略"
@ -286,7 +286,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "自动检测相关的网络设备、接口、子网、协议和工具。" msgstr "自动检测相关的网络设备、接口、子网、协议和工具。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "禁用" msgstr "禁用"
@ -318,19 +318,19 @@ msgstr "下载重试"
msgid "Download Utility" msgid "Download Utility"
msgstr "下载工具" msgstr "下载工具"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "电子邮件通知" msgstr "电子邮件通知"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "电子邮件概要" msgstr "电子邮件概要"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址" msgstr "电子邮件发件人地址"
@ -338,7 +338,7 @@ msgstr "电子邮件发件人地址"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "电子邮件设置" msgstr "电子邮件设置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "电子邮件主题" msgstr "电子邮件主题"
@ -387,15 +387,15 @@ msgstr "启用 IPv4 支持。"
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "启用 IPv6 支持。" msgstr "启用 IPv6 支持。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "自动添加的黑名单集成员的过期时间。" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "外部白名单源" msgstr "外部白名单源"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "外部黑名单源" msgstr "外部黑名单源"
@ -439,7 +439,7 @@ msgstr "较高优先级"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "最高优先级" msgstr "最高优先级"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -481,8 +481,8 @@ msgstr "无效的输入值,无法保存更改。"
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "局域网转发(数据包)" msgstr "局域网转发(数据包)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "局域网转发链" msgstr "局域网转发链"
@ -498,15 +498,15 @@ msgstr "最低优先级"
msgid "Less Priority" msgid "Less Priority"
msgstr "较低优先级" msgstr "较低优先级"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "限制特定源到局域网转发链。" msgstr "限制特定源到局域网转发链。"
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "限制特定源到广域网转发链。" msgstr "限制特定源到广域网转发链。"
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "限制特定源到广域网输入链。" msgstr "限制特定源到广域网输入链。"
@ -514,7 +514,7 @@ msgstr "限制特定源到广域网输入链。"
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "限制 banIP 使用的 cpu 核心数来节省内存。" msgstr "限制 banIP 使用的 cpu 核心数来节省内存。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "限制上行线路自动允许功能。" msgstr "限制上行线路自动允许功能。"
@ -532,23 +532,23 @@ msgstr "触发 banIP 启动的可用网络接口列表。"
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "列出与某一特定 banIP 有关的集的元素。" msgstr "列出与某一特定 banIP 有关的集的元素。"
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "本地源设置" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "日志数" msgstr "日志数"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "记录局域网转发" msgstr "记录局域网转发"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "日志级别" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "日志限制" msgstr "日志限制"
@ -556,27 +556,27 @@ msgstr "日志限制"
msgid "Log Settings" msgid "Log Settings"
msgstr "日志设置" msgstr "日志设置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "日志项" msgstr "日志项"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "记录广域网转发" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "记录广域网输入" msgstr "记录广域网输入"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "记录可疑的转发局域网数据包(已拒绝)。" msgstr "记录可疑的转发局域网数据包(已拒绝)。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "记录可疑的转发的广域网数据包(已丢弃)。" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "记录可疑的传入广域网数据包(已丢弃)。" msgstr "记录可疑的传入广域网数据包(已丢弃)。"
@ -632,7 +632,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "下载出错时的重试次数uclient-fetch 不支持)。" msgstr "下载出错时的重试次数uclient-fetch 不支持)。"
#: 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "进行拦截前允许同一 IP 的失败登录尝试在日志中出现几次。" msgstr "进行拦截前允许同一 IP 的失败登录尝试在日志中出现几次。"
@ -647,7 +647,7 @@ msgstr "对所选的下载工具绕过预先配置的下载选项。"
msgid "Overview" msgid "Overview"
msgstr "概览" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -658,21 +658,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "处理日志" msgstr "处理日志"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "“msmtp”所用的 banIP 电子邮件通知配置。" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "不受支持的协议/URL 格式" msgstr "不受支持的协议/URL 格式"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "接收每次 banIP 运行的电子邮件通知。" msgstr "接收每次 banIP 运行的电子邮件通知。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -698,7 +698,7 @@ msgstr "报告元素"
msgid "Restart" msgid "Restart"
msgstr "重启" msgstr "重启"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制来自/对少量安全 IP 的互联网访问。" msgstr "限制来自/对少量安全 IP 的互联网访问。"
@ -751,7 +751,7 @@ msgstr "选择逻辑广域网 IPv4 网络接口。"
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "选择逻辑广域网 IPv6 网络接口。" msgstr "选择逻辑广域网 IPv6 网络接口。"
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知邮件的发送地址。" msgstr "banIP 通知邮件的发送地址。"
@ -790,7 +790,7 @@ msgstr "设置 banIP 表内的 nft 链优先级。请注意:值越低,优先
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "设置 banIP 相关集合的 nft 策略。" msgstr "设置 banIP 相关集合的 nft 策略。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "设定 NFT 日志记录的 syslog 级别。" msgstr "设定 NFT 日志记录的 syslog 级别。"
@ -814,7 +814,7 @@ msgstr "状态"
msgid "Stop" msgid "Stop"
msgstr "停止" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "子网(默认)" msgstr "子网(默认)"
@ -842,7 +842,7 @@ msgstr "白名单过大,无法保存更改。"
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "黑名单过大,无法保存更改。" msgstr "黑名单过大,无法保存更改。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -894,17 +894,18 @@ msgstr "此标签页显示最后生成的集报告,按下“刷新“按钮获
msgid "Timestamp" msgid "Timestamp"
msgstr "时间戳" msgstr "时间戳"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "要开启电子邮件通知,请设置 'msmtp' 包并指定有效的电子邮件接收者地址。" msgstr "要开启电子邮件通知,请设置 'msmtp' 包并指定有效的电子邮件接收者地址。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知邮件的主题。" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "触发动作" msgstr "触发动作"
@ -913,6 +914,7 @@ msgid "Trigger Delay"
msgstr "触发延时" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "ifup 接口事件的触发动作。" msgstr "ifup 接口事件的触发动作。"
@ -951,8 +953,8 @@ msgstr "版本"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "广域网转发(数据包)" msgstr "广域网转发(数据包)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "广域网转发链" msgstr "广域网转发链"
@ -960,8 +962,8 @@ msgstr "广域网转发链"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "广域网输入(数据包)" msgstr "广域网输入(数据包)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "广域网输入链" msgstr "广域网输入链"
@ -979,7 +981,7 @@ msgstr ""
"或添加条目或进行本地备份。要返回维护者版本,只需再次清空自定义源的文件(不是" "或添加条目或进行本地备份。要返回维护者版本,只需再次清空自定义源的文件(不是"
"删除!)。" "删除!)。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "报警" msgstr "报警"
@ -995,35 +997,35 @@ msgstr "今日自动添加到黑名单"
msgid "banIP" msgid "banIP"
msgstr "banIP" msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "关键项" 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:492
msgid "debug" msgid "debug"
msgstr "调试" msgstr "调试"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "紧急项" msgstr "紧急项"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "错误项" 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:491
msgid "info" msgid "info"
msgstr "信息项" msgstr "信息项"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "本地白名单" msgstr "本地白名单"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "本地黑名单" msgstr "本地黑名单"
@ -1031,7 +1033,7 @@ msgstr "本地黑名单"
msgid "memory (default)" msgid "memory (default)"
msgstr "内存(默认)" msgstr "内存(默认)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "通知" msgstr "通知"
@ -1040,21 +1042,30 @@ msgid "performance"
msgstr "性能" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "重新加载" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "重启" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "启动(默认)" msgstr "启动(默认)"
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "警告(默认)" msgstr "警告(默认)"
#~ msgid "Allow VLAN Forwads"
#~ msgstr "允许 VLAN 转发"
#~ msgid "Block VLAN Forwads"
#~ msgstr "拦截 VLAN 转发"
#~ msgid "" #~ msgid ""
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local " #~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
#~ "blocklist." #~ "blocklist."

View file

@ -34,7 +34,7 @@ msgstr "-400"
msgid "0" msgid "0"
msgstr "0" msgstr "0"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:501 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
msgid "0 (disable)" msgid "0 (disable)"
msgstr "" msgstr ""
@ -46,11 +46,11 @@ msgstr ""
msgid "10" msgid "10"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "100 (default)" msgid "100 (default)"
msgstr "100 (預設)" msgstr "100 (預設)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "1000" msgid "1000"
msgstr "1000" msgstr "1000"
@ -66,7 +66,7 @@ msgstr ""
msgid "2048" msgid "2048"
msgstr "2048" msgstr "2048"
#: 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:511
msgid "250" msgid "250"
msgstr "250" msgstr "250"
@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)" msgid "5 (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
msgid "50" msgid "50"
msgstr "50" msgstr "50"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:512
msgid "500" msgid "500"
msgstr "500" msgstr "500"
@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
msgid "ASNs" msgid "ASNs"
msgstr "平均取樣數" msgstr "平均取樣數"
@ -120,14 +120,14 @@ msgid "Advanced Settings"
msgstr "進階設定" 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:413
msgid "Allow VLAN Forwads" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:587 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "僅白名單" msgstr "僅白名單"
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "自動白名單" msgstr "自動白名單"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "自動黑名單" msgstr "自動黑名單"
@ -165,19 +165,19 @@ msgstr "自動黑名單"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自動偵測" msgstr "自動偵測"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:620 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:616 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:604 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,14 +196,14 @@ msgid "Base working directory while banIP processing."
msgstr "banIP 處理時的基礎工作目錄。" 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:419
msgid "Block VLAN Forwads" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:561
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -213,7 +213,7 @@ msgid ""
"banIP that changes take effect." "banIP that changes take effect."
msgstr "" msgstr ""
#: 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:432
msgid "" msgid ""
"By default each feed is active in all supported chains. Limit the default " "By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain." "block policy to a certain chain."
@ -234,7 +234,7 @@ 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: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:396
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:475 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "Changes on this tab needs a banIP service restart to take effect." msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "" msgstr ""
@ -250,7 +250,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:568 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575
msgid "Countries" msgid "Countries"
msgstr "地區" msgstr "地區"
@ -268,7 +268,7 @@ msgstr ""
msgid "Deduplicate IPs" msgid "Deduplicate IPs"
msgstr "刪除重複 IP" msgstr "刪除重複 IP"
#: 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:432
msgid "Default Block Policy" msgid "Default Block Policy"
msgstr "" msgstr ""
@ -282,7 +282,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。" msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "下載工具" msgstr "下載工具"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "電子郵件通知" msgstr "電子郵件通知"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "電郵設定檔" msgstr "電郵設定檔"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "電郵收件人位址" 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:540
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "電郵寄件人位址" msgstr "電郵寄件人位址"
@ -334,7 +334,7 @@ msgstr "電郵寄件人位址"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "電子郵件設定" msgstr "電子郵件設定"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "電郵主旨" msgstr "電郵主旨"
@ -383,15 +383,15 @@ msgstr "啟用 IPv4 支援。"
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "啟用 IPv6 支援。" msgstr "啟用 IPv6 支援。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:632
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" 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:592
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:551 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:558
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +435,7 @@ msgstr "較高優先順序"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "最高優先順序" msgstr "最高優先順序"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,8 +477,8 @@ msgstr ""
msgid "LAN-Forward (packets)" msgid "LAN-Forward (packets)"
msgstr "區域網路轉發 (資料封包)" msgstr "區域網路轉發 (資料封包)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "LAN-Forward Chain" msgid "LAN-Forward Chain"
msgstr "區域網路轉發鏈" msgstr "區域網路轉發鏈"
@ -494,15 +494,15 @@ msgstr "最低優先順序"
msgid "Less Priority" msgid "Less Priority"
msgstr "較低優先順序" msgstr "較低優先順序"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:466
msgid "Limit certain feeds to the LAN-Forward chain." msgid "Limit certain feeds to the LAN-Forward chain."
msgstr "限制特定來源到區域網路轉發鏈。" msgstr "限制特定來源到區域網路轉發鏈。"
#: 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:456
msgid "Limit certain feeds to the WAN-Forward chain." msgid "Limit certain feeds to the WAN-Forward chain."
msgstr "限制特定來源到廣域網路轉發鏈。" msgstr "限制特定來源到廣域網路轉發鏈。"
#: 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:446
msgid "Limit certain feeds to the WAN-Input chain." msgid "Limit certain feeds to the WAN-Input chain."
msgstr "限制特定來源到廣域網路輸入鏈。" msgstr "限制特定來源到廣域網路輸入鏈。"
@ -510,7 +510,7 @@ msgstr "限制特定來源到廣域網路輸入鏈。"
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。" msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -528,23 +528,23 @@ msgstr "觸發 banIP 啟動的可用網路介面列表。"
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "列出與某一特定 banIP 有關的集合的元素。" msgstr "列出與某一特定 banIP 有關的集合的元素。"
#: 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:609
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" 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:517
msgid "Log Count" msgid "Log Count"
msgstr "日誌數" msgstr "日誌數"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log LAN-Forward" msgid "Log LAN-Forward"
msgstr "記錄區域網路轉發" msgstr "記錄區域網路轉發"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Log Level" msgid "Log Level"
msgstr "日誌級別" 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:507
msgid "Log Limit" msgid "Log Limit"
msgstr "日誌限制" msgstr "日誌限制"
@ -552,27 +552,27 @@ msgstr "日誌限制"
msgid "Log Settings" msgid "Log Settings"
msgstr "日誌設定" msgstr "日誌設定"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Log Terms" msgid "Log Terms"
msgstr "日誌項目" msgstr "日誌項目"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log WAN-Forward" msgid "Log WAN-Forward"
msgstr "記錄廣域網路轉發" 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:496
msgid "Log WAN-Input" msgid "Log WAN-Input"
msgstr "記錄廣域網路輸入" msgstr "記錄廣域網路輸入"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Log suspicious forwarded LAN packets (rejected)." msgid "Log suspicious forwarded LAN packets (rejected)."
msgstr "記錄可疑的轉發區域網路資料封包 (已拒絕)。" msgstr "記錄可疑的轉發區域網路資料封包 (已拒絕)。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:493 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
msgid "Log suspicious forwarded WAN packets (dropped)." msgid "Log suspicious forwarded WAN packets (dropped)."
msgstr "記錄可疑的轉發的廣域網路資料封包 (已捨棄)。" 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:496
msgid "Log suspicious incoming WAN packets (dropped)." msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "記錄可疑的傳入廣域網路資料封包 (已捨棄)。" msgstr "記錄可疑的傳入廣域網路資料封包 (已捨棄)。"
@ -628,7 +628,7 @@ msgid ""
"fetch)." "fetch)."
msgstr "" 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:517
msgid "" msgid ""
"Number of failed login attempts of the same IP in the log before blocking." "Number of failed login attempts of the same IP in the log before blocking."
msgstr "進行攔截前允許同一 IP 的失敗登錄嘗試在日誌中出現幾次。" msgstr "進行攔截前允許同一 IP 的失敗登錄嘗試在日誌中出現幾次。"
@ -643,7 +643,7 @@ msgstr "對所選的下載工具繞過預先設定的下載選項。"
msgid "Overview" msgid "Overview"
msgstr "概覽" 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:507
msgid "" msgid ""
"Parse only the last stated number of log entries for suspicious events. To " "Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'." "disable the log monitor at all set it to '0'."
@ -653,21 +653,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "處理日誌" msgstr "處理日誌"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:541 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:548
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "「msmtp」所用的 banIP 電子郵件通知設定。" 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:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: 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:595 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:602
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:526 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:533
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -693,7 +693,7 @@ msgstr "報告元素"
msgid "Restart" msgid "Restart"
msgstr "重新啟動" msgstr "重新啟動"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:642
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制來自/對少量安全 IP 的網際網路存取。" msgstr "限制來自/對少量安全 IP 的網際網路存取。"
@ -746,7 +746,7 @@ msgstr "選擇邏輯廣域網路 IPv4 網路介面。"
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "選擇邏輯廣域網路 IPv6 網路介面。" msgstr "選擇邏輯廣域網路 IPv6 網路介面。"
#: 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:540
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知郵件的傳送位址。" msgstr "banIP 通知郵件的傳送位址。"
@ -785,7 +785,7 @@ msgstr "設定 banIP 表內的 nft 鏈優先順序。請注意:數值越低,
msgid "Set the nft policy for banIP-related Sets." msgid "Set the nft policy for banIP-related Sets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "Set the syslog level for NFT logging." msgid "Set the syslog level for NFT logging."
msgstr "設定 NFT 日誌記錄的 syslog 級別。" msgstr "設定 NFT 日誌記錄的 syslog 級別。"
@ -809,7 +809,7 @@ msgstr "狀態"
msgid "Stop" msgid "Stop"
msgstr "停止" 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:618
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -837,7 +837,7 @@ msgstr "白名單過大,無法儲存變更。"
msgid "The blocklist is too big, unable to save modifications." msgid "The blocklist is too big, unable to save modifications."
msgstr "黑名單過大,無法儲存變更。" msgstr "黑名單過大,無法儲存變更。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "" msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, " "The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic." "LuCI, nginx and asterisk traffic."
@ -883,17 +883,18 @@ msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕
msgid "Timestamp" msgid "Timestamp"
msgstr "時間戳" msgstr "時間戳"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:531
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知郵件的主題。" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger Action" msgid "Trigger Action"
msgstr "" msgstr ""
@ -902,6 +903,7 @@ msgid "Trigger Delay"
msgstr "觸發延遲" 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:310
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
msgid "Trigger action on ifup interface events." msgid "Trigger action on ifup interface events."
msgstr "" msgstr ""
@ -940,8 +942,8 @@ msgstr "版本"
msgid "WAN-Forward (packets)" msgid "WAN-Forward (packets)"
msgstr "廣域網路轉發 (資料封包)" msgstr "廣域網路轉發 (資料封包)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:434
#: 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:456
msgid "WAN-Forward Chain" msgid "WAN-Forward Chain"
msgstr "廣域網路轉發鏈" msgstr "廣域網路轉發鏈"
@ -949,8 +951,8 @@ msgstr "廣域網路轉發鏈"
msgid "WAN-Input (packets)" msgid "WAN-Input (packets)"
msgstr "廣域網路輸入 (資料封包)" msgstr "廣域網路輸入 (資料封包)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:433
#: 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:446
msgid "WAN-Input Chain" msgid "WAN-Input Chain"
msgstr "廣域網路輸入鏈" msgstr "廣域網路輸入鏈"
@ -964,7 +966,7 @@ msgid ""
"it!)." "it!)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "alert" msgid "alert"
msgstr "報警" msgstr "報警"
@ -980,35 +982,35 @@ msgstr "今日自動加入到黑名單"
msgid "banIP" msgid "banIP"
msgstr "禁止IP" msgstr "禁止IP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:487
msgid "crit" msgid "crit"
msgstr "關鍵項目" 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:492
msgid "debug" msgid "debug"
msgstr "偵錯" msgstr "偵錯"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485
msgid "emerg" msgid "emerg"
msgstr "緊急項目" msgstr "緊急項目"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "err" msgid "err"
msgstr "錯誤項目" 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:491
msgid "info" msgid "info"
msgstr "資訊項目" msgstr "資訊項目"
#: 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:447
#: 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:457
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:467
msgid "local allowlist" msgid "local allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:441 #: 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:451 #: 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:461 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:468
msgid "local blocklist" msgid "local blocklist"
msgstr "" msgstr ""
@ -1016,7 +1018,7 @@ msgstr ""
msgid "memory (default)" msgid "memory (default)"
msgstr "記憶體 (預設)" msgstr "記憶體 (預設)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:490
msgid "notice" msgid "notice"
msgstr "通知" msgstr "通知"
@ -1025,18 +1027,21 @@ msgid "performance"
msgstr "效能" 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:312
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
msgid "reload" msgid "reload"
msgstr "" 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:313
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:428
msgid "restart" msgid "restart"
msgstr "" 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:311
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
msgid "start (default)" msgid "start (default)"
msgstr "" msgstr ""
#: 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:489
msgid "warn (default)" msgid "warn (default)"
msgstr "警告 (預設)" msgstr "警告 (預設)"