summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-banip
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-banip')
-rw-r--r--applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js10
-rw-r--r--applications/luci-app-banip/po/ar/banip.po123
-rw-r--r--applications/luci-app-banip/po/bg/banip.po123
-rw-r--r--applications/luci-app-banip/po/bn_BD/banip.po123
-rw-r--r--applications/luci-app-banip/po/ca/banip.po123
-rw-r--r--applications/luci-app-banip/po/cs/banip.po123
-rw-r--r--applications/luci-app-banip/po/da/banip.po134
-rw-r--r--applications/luci-app-banip/po/de/banip.po129
-rw-r--r--applications/luci-app-banip/po/el/banip.po123
-rw-r--r--applications/luci-app-banip/po/en/banip.po137
-rw-r--r--applications/luci-app-banip/po/es/banip.po146
-rw-r--r--applications/luci-app-banip/po/fi/banip.po134
-rw-r--r--applications/luci-app-banip/po/fr/banip.po126
-rw-r--r--applications/luci-app-banip/po/he/banip.po123
-rw-r--r--applications/luci-app-banip/po/hi/banip.po123
-rw-r--r--applications/luci-app-banip/po/hu/banip.po126
-rw-r--r--applications/luci-app-banip/po/it/banip.po153
-rw-r--r--applications/luci-app-banip/po/ja/banip.po126
-rw-r--r--applications/luci-app-banip/po/ko/banip.po123
-rw-r--r--applications/luci-app-banip/po/lt/banip.po269
-rw-r--r--applications/luci-app-banip/po/mr/banip.po123
-rw-r--r--applications/luci-app-banip/po/ms/banip.po123
-rw-r--r--applications/luci-app-banip/po/nb_NO/banip.po131
-rw-r--r--applications/luci-app-banip/po/nl/banip.po141
-rw-r--r--applications/luci-app-banip/po/pl/banip.po135
-rw-r--r--applications/luci-app-banip/po/pt/banip.po129
-rw-r--r--applications/luci-app-banip/po/pt_BR/banip.po129
-rw-r--r--applications/luci-app-banip/po/ro/banip.po141
-rw-r--r--applications/luci-app-banip/po/ru/banip.po140
-rw-r--r--applications/luci-app-banip/po/sk/banip.po123
-rw-r--r--applications/luci-app-banip/po/sv/banip.po123
-rw-r--r--applications/luci-app-banip/po/sw/banip.po123
-rw-r--r--applications/luci-app-banip/po/templates/banip.pot123
-rw-r--r--applications/luci-app-banip/po/tr/banip.po521
-rw-r--r--applications/luci-app-banip/po/uk/banip.po131
-rw-r--r--applications/luci-app-banip/po/vi/banip.po129
-rw-r--r--applications/luci-app-banip/po/zh_Hans/banip.po135
-rw-r--r--applications/luci-app-banip/po/zh_Hant/banip.po129
38 files changed, 2996 insertions, 2330 deletions
diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js
index 785289e2db..adefc3b18d 100644
--- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js
+++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js
@@ -269,14 +269,14 @@ return view.extend({
o.optional = true;
o.retain = true;
- o = s.taboption('general', widgets.NetworkSelect, 'ban_ifv4', _('Network Interfaces'), _('Select the logical WAN IPv4 network interface(s).'));
+ o = s.taboption('general', widgets.NetworkSelect, 'ban_ifv4', _('IPv4 Network Interfaces'), _('Select the logical WAN IPv4 network interface(s).'));
o.depends('ban_autodetect', '0');
o.multiple = true;
o.nocreate = true;
o.optional = true;
o.retain = true;
- o = s.taboption('general', widgets.NetworkSelect, 'ban_ifv6', _('Network Interfaces'), _('Select the logical WAN IPv6 network interface(s).'));
+ o = s.taboption('general', widgets.NetworkSelect, 'ban_ifv6', _('IPv6 Network Interfaces'), _('Select the logical WAN IPv6 network interface(s).'));
o.depends('ban_autodetect', '0');
o.multiple = true;
o.nocreate = true;
@@ -473,7 +473,7 @@ return view.extend({
o.rawhtml = true;
o.default = '<em><b>' + _('Changes on this tab needs a banIP service restart to take effect.') + '</b></em>';
- o = s.taboption('adv_log', form.ListValue, 'ban_nftloglevel', _('Log Level'), _('Set the syslog level for NFT logging.'));
+ o = s.taboption('adv_log', form.ListValue, 'ban_nftloglevel', _('NFT Log Level'), _('Set the syslog level for NFT logging.'));
o.value('emerg', _('emerg'));
o.value('alert', _('alert'));
o.value('crit', _('crit'));
@@ -496,6 +496,10 @@ return view.extend({
o = s.taboption('adv_log', form.Flag, 'ban_logforwardlan', _('Log LAN-Forward'), _('Log suspicious forwarded LAN packets (rejected).'));
o.rmempty = false;
+ o = s.taboption('adv_log', form.Value, 'ban_logreadfile', _('Logfile Location'), _('Location for parsing the log file, e.g. via syslog-ng, to deactivate the standard parsing via logread.'));
+ o.placeholder = '/var/log/messages';
+ o.rmempty = true;
+
o = s.taboption('adv_log', form.ListValue, 'ban_loglimit', _('Log Limit'), _('Parse only the last stated number of log entries for suspicious events. To disable the log monitor at all set it to \'0\'.'));
o.value('0', _('0 (disable)'));
o.value('50', _('50'));
diff --git a/applications/luci-app-banip/po/ar/banip.po b/applications/luci-app-banip/po/ar/banip.po
index f2d47ced85..6d0937b3bf 100644
--- a/applications/luci-app-banip/po/ar/banip.po
+++ b/applications/luci-app-banip/po/ar/banip.po
@@ -35,7 +35,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -47,11 +47,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -67,7 +67,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -83,11 +83,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -95,7 +95,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -123,11 +123,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -286,7 +286,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -324,19 +324,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "إعلام البريد الإلكتروني"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "ملف تعريف البريد الإلكتروني"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "عنوان مستقبل البريد الإلكتروني"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "عنوان مرسل البريد الإلكتروني"
@@ -344,7 +344,7 @@ msgstr "عنوان مرسل البريد الإلكتروني"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "موضوع البريد الإلكتروني"
@@ -393,15 +393,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -445,7 +445,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -457,10 +457,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -520,7 +528,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -538,11 +546,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -550,11 +564,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -562,7 +572,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -586,6 +596,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -598,6 +612,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -606,11 +624,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -638,7 +651,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -653,7 +666,7 @@ msgstr ""
msgid "Overview"
msgstr "نظرة عامة"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -663,21 +676,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -707,7 +720,7 @@ msgstr ""
msgid "Restart"
msgstr "إعادة تشغيل"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -760,7 +773,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -819,7 +832,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -847,7 +860,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -893,13 +906,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/bg/banip.po b/applications/luci-app-banip/po/bg/banip.po
index 4cef753ce3..4a4b07d65d 100644
--- a/applications/luci-app-banip/po/bg/banip.po
+++ b/applications/luci-app-banip/po/bg/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASNs"
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr "Автоматично засичане"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Държави"
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "E-Mail Известяване"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-Mail Профил"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-Mail Изпращач"
@@ -343,7 +343,7 @@ msgstr "E-Mail Изпращач"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "E-Mail Тема"
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/bn_BD/banip.po b/applications/luci-app-banip/po/bn_BD/banip.po
index 71f93f026a..81ab9126a0 100644
--- a/applications/luci-app-banip/po/bn_BD/banip.po
+++ b/applications/luci-app-banip/po/bn_BD/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/ca/banip.po b/applications/luci-app-banip/po/ca/banip.po
index 4c9fac53fa..f67c10f4e5 100644
--- a/applications/luci-app-banip/po/ca/banip.po
+++ b/applications/luci-app-banip/po/ca/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Notificació de correu"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Adreça del destinatari de correu"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "Visió de conjunt"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/cs/banip.po b/applications/luci-app-banip/po/cs/banip.po
index eb8b791bf5..b16f2d0b9e 100644
--- a/applications/luci-app-banip/po/cs/banip.po
+++ b/applications/luci-app-banip/po/cs/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr "Pokročilá nastavení"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Zakázat"
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Podpora IPv6"
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "Přehled"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr "Restart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr "Stav"
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/da/banip.po b/applications/luci-app-banip/po/da/banip.po
index bfc48c3e24..1d8d742d69 100644
--- a/applications/luci-app-banip/po/da/banip.po
+++ b/applications/luci-app-banip/po/da/banip.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-07-17 15:06+0000\n"
+"PO-Revision-Date: 2023-11-09 02:04+0000\n"
"Last-Translator: drax red <drax@outlook.dk>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/da/>\n"
@@ -8,7 +8,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASN'er"
@@ -122,11 +122,11 @@ msgstr "Avancerede indstillinger"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr "Automatisk detektering"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Lande"
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Meddelelse pr. e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-mail profil"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Modtagerens e-mailadresse"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-mail afsenderadresse"
@@ -343,7 +343,7 @@ msgstr "E-mail afsenderadresse"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "E-mail emne"
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr "Høj prioritet"
msgid "Highest Priority"
msgstr "Højeste prioritet"
-#: 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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4-understøttelse"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6-understøttelse"
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Loggrænse"
@@ -561,7 +571,7 @@ msgstr "Loggrænse"
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Log Vilkår"
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Netværks Interfaces"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "Oversigt"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Profil, der anvendes af \"msmtp\" til banIP-meddelelses-e-mails."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr "Genstart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Afsenderadresse for banIP-meddelelses-e-mails."
@@ -812,13 +825,13 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155
msgid "Status"
-msgstr ""
+msgstr "Status"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:211
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr "Tidsstempel"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Emne for banIP-meddelelses-e-mails."
@@ -935,7 +948,7 @@ msgstr "Verbose Debug Logning"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:159
msgid "Version"
-msgstr ""
+msgstr "Version"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:157
msgid "WAN-Forward (packets)"
@@ -1037,6 +1050,9 @@ msgstr ""
msgid "warn (default)"
msgstr ""
+#~ msgid "Network Interfaces"
+#~ msgstr "Netværks Interfaces"
+
#~ msgid "List of available network interfaces to trigger the banIP start."
#~ msgstr ""
#~ "Liste over tilgængelige netværks interfaces til at trigger banIP start."
diff --git a/applications/luci-app-banip/po/de/banip.po b/applications/luci-app-banip/po/de/banip.po
index 5ddc981fab..4ae180c178 100644
--- a/applications/luci-app-banip/po/de/banip.po
+++ b/applications/luci-app-banip/po/de/banip.po
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
msgstr "100 (Standard)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "Autonome Systemnummern"
@@ -122,11 +122,11 @@ msgstr "Erweiterte Einstellungen"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Nur Zulassungsliste"
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Automatische Zulassungsliste"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Automatische Sperrliste"
@@ -164,19 +164,19 @@ msgstr "Automatische Sperrliste"
msgid "Auto Detection"
msgstr "Automatische Erkennung"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Länder"
@@ -287,7 +287,7 @@ msgstr ""
"Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, "
"Protokolle und Dienstprogramme."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -325,19 +325,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-Mail-Profil"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse"
@@ -345,7 +345,7 @@ msgstr "E-Mail Absenderadresse"
msgid "E-Mail Settings"
msgstr "E-Mail-Einstellungen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "E-Mail-Thema"
@@ -394,15 +394,15 @@ msgstr "Aktiviert die IPv4-Unterstützung."
msgid "Enables IPv6 support."
msgstr "Aktiviert die IPv6-Unterstützung."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -446,7 +446,7 @@ msgstr "Hohe Priorität"
msgid "Highest Priority"
msgstr "Höchste Priorität"
-#: 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:615
msgid "IP"
msgstr ""
@@ -458,10 +458,18 @@ msgstr "IP-Suche"
msgid "IP Search..."
msgstr "IP-Suche..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4 Unterstützung"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6 Unterstützung"
@@ -521,7 +529,7 @@ msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette."
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -541,11 +549,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Anzahl der Protokolle"
@@ -553,11 +567,7 @@ msgstr "Anzahl der Protokolle"
msgid "Log LAN-Forward"
msgstr "LAN-Weiterleitung protokollieren"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Protokollebene"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Protokollbegrenzung"
@@ -565,7 +575,7 @@ msgstr "Protokollbegrenzung"
msgid "Log Settings"
msgstr "Protokolleinstellungen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Protokollbedingungen"
@@ -589,6 +599,10 @@ msgstr "Verdächtige weitergeleitete WAN-Pakete protokollieren (verworfen)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Verdächtige eingehende WAN-Pakete protokollieren (verworfen)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Max. geöffnete Dateien"
@@ -601,6 +615,10 @@ msgstr ""
msgid "NFT Information"
msgstr "NFT-Informationen"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -609,11 +627,6 @@ msgstr ""
msgid "Network Devices"
msgstr "Netzwerkadapter"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Netzwerkschnittstellen"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Nice-Level"
@@ -641,7 +654,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -660,7 +673,7 @@ msgstr ""
msgid "Overview"
msgstr "Übersicht"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -670,21 +683,21 @@ msgstr ""
msgid "Processing Log"
msgstr "Verarbeitungsprotokoll"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Von 'msmtp' verwendetes Profil für banIP-Benachrichtigungs-E-Mails."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -716,7 +729,7 @@ msgstr "Berichtselemente"
msgid "Restart"
msgstr "Neustart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs."
@@ -770,7 +783,7 @@ msgstr "Wählen Sie die logische(n) WAN-IPv4-Netzwerkschnittstelle(n) aus."
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Wählen Sie die logische(n) WAN-IPv6-Netzwerkschnittstelle(n) aus."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails."
@@ -834,7 +847,7 @@ msgstr "Status"
msgid "Stop"
msgstr "Stopp"
-#: 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:614
msgid "Subnet (default)"
msgstr ""
@@ -864,7 +877,7 @@ msgid "The blocklist is too big, unable to save modifications."
msgstr ""
"Die Sperrliste ist zu groß, Änderungen können nicht gespeichert werden."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -919,13 +932,13 @@ msgstr ""
msgid "Timestamp"
msgstr "Zeitstempel"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Betreff für banIP-Benachrichtigungs-E-Mails."
@@ -1064,6 +1077,12 @@ msgstr ""
msgid "warn (default)"
msgstr "warn (Standard)"
+#~ msgid "Log Level"
+#~ msgstr "Protokollebene"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Netzwerkschnittstellen"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/el/banip.po b/applications/luci-app-banip/po/el/banip.po
index 849786da6c..e48ef36acc 100644
--- a/applications/luci-app-banip/po/el/banip.po
+++ b/applications/luci-app-banip/po/el/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/en/banip.po b/applications/luci-app-banip/po/en/banip.po
index 56eb29c4ea..57ca530de2 100644
--- a/applications/luci-app-banip/po/en/banip.po
+++ b/applications/luci-app-banip/po/en/banip.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2022-07-03 10:25+0000\n"
-"Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n"
+"PO-Revision-Date: 2023-11-30 14:34+0000\n"
+"Last-Translator: rygle <pittos@post.com>\n"
"Language-Team: English <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/en/>\n"
"Language: en\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.13.1-dev\n"
+"X-Generator: Weblate 5.3-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -229,7 +229,7 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:39
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:106
msgid "Cancel"
-msgstr ""
+msgstr "Cancel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:238
msgid "Chain/Set Settings"
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -430,7 +430,7 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:236
msgid "General Settings"
-msgstr ""
+msgstr "General Settings"
#: applications/luci-app-banip/root/usr/share/rpcd/acl.d/luci-app-banip.json:3
msgid "Grant access to LuCI app banIP"
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -650,9 +663,9 @@ msgstr ""
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:28
msgid "Overview"
-msgstr ""
+msgstr "Overview"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
@@ -935,7 +948,7 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:159
msgid "Version"
-msgstr ""
+msgstr "Version"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:157
msgid "WAN-Forward (packets)"
diff --git a/applications/luci-app-banip/po/es/banip.po b/applications/luci-app-banip/po/es/banip.po
index 36a28b30df..cba18d5c32 100644
--- a/applications/luci-app-banip/po/es/banip.po
+++ b/applications/luci-app-banip/po/es/banip.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2019-07-23 22:17-0300\n"
-"PO-Revision-Date: 2023-08-20 12:46+0000\n"
-"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
+"PO-Revision-Date: 2023-11-07 22:01+0000\n"
+"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/es/>\n"
"Language: es\n"
@@ -11,7 +11,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -37,9 +37,9 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
-msgstr ""
+msgstr "0 (desactivar)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311
msgid "1"
@@ -47,13 +47,13 @@ msgstr "1"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:314
msgid "10"
-msgstr ""
+msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (predeterminado)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -69,7 +69,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -83,13 +83,13 @@ msgstr "4096"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:313
msgid "5 (default)"
-msgstr ""
+msgstr "5 (predeterminado)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -97,7 +97,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASNs"
@@ -116,6 +116,8 @@ msgstr "Enlace ascendente activo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305
msgid "Additional trigger delay in seconds during interface reload and boot."
msgstr ""
+"Retraso de activación adicional en segundos durante la recarga y el inicio "
+"de la interfaz."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237
msgid "Advanced Settings"
@@ -123,13 +125,13 @@ msgstr "Ajustes avanzados"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
-msgstr ""
+msgstr "Permitir reenvíos de VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Selección de feeds de la lista de permitidos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Solo lista de permitidos"
@@ -149,21 +151,21 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
#, fuzzy
msgid "Auto Allow Uplink"
msgstr "Permitir enlace ascendente automáticamente"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
#, fuzzy
msgid "Auto Allowlist"
msgstr "Lista de permitidos automática"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
#, fuzzy
msgid "Auto Blocklist"
msgstr "Lista de bloqueo automática"
@@ -172,13 +174,13 @@ msgstr "Lista de bloqueo automática"
msgid "Auto Detection"
msgstr "Detección automática"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -186,7 +188,7 @@ msgstr ""
"Agregue automáticamente dominios resueltos e IP sospechosas a la lista de "
"bloqueo de banIP local."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -214,11 +216,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -265,7 +267,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Países"
@@ -297,7 +299,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -335,19 +337,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico"
@@ -355,7 +357,7 @@ msgstr "Dirección del remitente de correo electrónico"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Tema del correo electrónico"
@@ -404,15 +406,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -456,7 +458,7 @@ msgstr "Alta prioridad"
msgid "Highest Priority"
msgstr "Prioridad más alta"
-#: 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:615
msgid "IP"
msgstr ""
@@ -468,10 +470,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Soporte IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Soporte IPv6"
@@ -531,7 +541,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -549,11 +559,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -561,11 +577,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Límite de registro"
@@ -573,7 +585,7 @@ msgstr "Límite de registro"
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Términos de registro"
@@ -597,6 +609,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -609,6 +625,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -617,11 +637,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Interfaces de red"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -649,7 +664,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -664,7 +679,7 @@ msgstr ""
msgid "Overview"
msgstr "Visión general"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -674,7 +689,7 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
"Perfil utilizado por 'msmtp' para correos electrónicos de notificación de "
@@ -682,15 +697,15 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -720,7 +735,7 @@ msgstr ""
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -773,7 +788,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Dirección del remitente para correos electrónicos de notificación de banIP."
@@ -827,13 +842,13 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155
msgid "Status"
-msgstr ""
+msgstr "Estado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:211
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -861,7 +876,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -907,13 +922,13 @@ msgstr ""
msgid "Timestamp"
msgstr "Marca de tiempo"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Tema para correos electrónicos de notificación de banIP."
@@ -950,7 +965,7 @@ msgstr "Registro de depuración detallado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:159
msgid "Version"
-msgstr ""
+msgstr "Versión"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:157
msgid "WAN-Forward (packets)"
@@ -1052,6 +1067,9 @@ msgstr ""
msgid "warn (default)"
msgstr ""
+#~ msgid "Network Interfaces"
+#~ msgstr "Interfaces de red"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/fi/banip.po b/applications/luci-app-banip/po/fi/banip.po
index 4c8b318380..e83d45a013 100644
--- a/applications/luci-app-banip/po/fi/banip.po
+++ b/applications/luci-app-banip/po/fi/banip.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2022-03-15 00:58+0000\n"
+"PO-Revision-Date: 2023-10-18 05:43+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/fi/>\n"
@@ -8,7 +8,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.12-dev\n"
+"X-Generator: Weblate 5.1\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -32,9 +32,9 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398
msgid "0"
-msgstr ""
+msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASN:t"
@@ -116,17 +116,17 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237
msgid "Advanced Settings"
-msgstr ""
+msgstr "Lisäasetukset"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr "Automaattinen tunnistus"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Maat"
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4-tuki"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6-tuki"
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Verkkoliitynnät"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "Yleiskatsaus"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr "Käynnistä uudelleen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
@@ -1037,6 +1050,9 @@ msgstr ""
msgid "warn (default)"
msgstr ""
+#~ msgid "Network Interfaces"
+#~ msgstr "Verkkoliitynnät"
+
#~ msgid "Active Subnets"
#~ msgstr "Aktiiviset aliverkot"
diff --git a/applications/luci-app-banip/po/fr/banip.po b/applications/luci-app-banip/po/fr/banip.po
index 76c04ae517..3a5f534c49 100644
--- a/applications/luci-app-banip/po/fr/banip.po
+++ b/applications/luci-app-banip/po/fr/banip.po
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (désactivé)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (par défaut)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "Les ASN"
@@ -122,11 +122,11 @@ msgstr "Paramètres avancés"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -147,19 +147,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -167,7 +167,7 @@ msgstr ""
msgid "Auto Detection"
msgstr "Détection automatique"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -176,7 +176,7 @@ msgstr ""
"blocage en fonction d’une requête RDAP supplémentaire avec l’adresse IP "
"suspecte."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -184,7 +184,7 @@ msgstr ""
"Ajoutez automatiquement les domaines résolus et les adresses IP suspectes à "
"la liste de blocage banIP locale."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -212,11 +212,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -274,7 +274,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >consultez la documentation en "
"ligne</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Pays"
@@ -308,7 +308,7 @@ msgstr ""
"Détecter automatiquement les périphériques, interfaces, sous-réseaux, "
"protocoles et utilitaires du réseau."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -347,19 +347,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Notification par courriel"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Courriel"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Adresse courriel du destinataire"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Adresse courriel de l'expéditeur"
@@ -367,7 +367,7 @@ msgstr "Adresse courriel de l'expéditeur"
msgid "E-Mail Settings"
msgstr "Réglages e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Objet du courriel"
@@ -416,15 +416,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -468,7 +468,7 @@ msgstr "Priorité élevée"
msgid "Highest Priority"
msgstr "Priorité la plus élevée"
-#: 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:615
msgid "IP"
msgstr ""
@@ -480,10 +480,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Prise en charge d’IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Prise en charge d’IPv6"
@@ -546,7 +554,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
"Limitez les cœurs de processeur utilisés par banIP pour économiser de la RAM."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -566,11 +574,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -578,11 +592,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Limite de journalisation"
@@ -590,7 +600,7 @@ msgstr "Limite de journalisation"
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Conditions de journalisation"
@@ -614,6 +624,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -626,6 +640,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -634,11 +652,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Interfaces réseau"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -668,7 +681,7 @@ msgstr ""
"Nombre de tentatives de téléchargement en cas d’erreur (non pris en charge "
"par uclient-fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -687,7 +700,7 @@ msgstr ""
msgid "Overview"
msgstr "Vue d'ensemble"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -700,7 +713,7 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
"Profil utilisé par 'msmtp' pour les courriel de notification de bannissement "
@@ -708,15 +721,15 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -748,7 +761,7 @@ msgstr ""
msgid "Restart"
msgstr "Redémarrer"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Limitez l’accès à Internet depuis/vers un petit nombre d’adresses IP "
@@ -803,7 +816,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
"Adresse de l'expéditeur des courriels de notification de bannissement IP."
@@ -867,7 +880,7 @@ msgstr "État"
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -895,7 +908,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -949,7 +962,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Horodatage"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -957,7 +970,7 @@ msgstr ""
"Pour activer les notifications par e-mail, configurez le package 'msmtp' et "
"spécifiez une adresse de destinataire E-Mail valide."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Rubrique pour les courriels de notification banIP."
@@ -1103,6 +1116,9 @@ msgstr ""
msgid "warn (default)"
msgstr ""
+#~ msgid "Network Interfaces"
+#~ msgstr "Interfaces réseau"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/he/banip.po b/applications/luci-app-banip/po/he/banip.po
index 73729bd42f..8d0c2d9570 100644
--- a/applications/luci-app-banip/po/he/banip.po
+++ b/applications/luci-app-banip/po/he/banip.po
@@ -35,7 +35,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -47,11 +47,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -67,7 +67,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -83,11 +83,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -95,7 +95,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -123,11 +123,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -286,7 +286,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -324,19 +324,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -344,7 +344,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -393,15 +393,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -445,7 +445,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -457,10 +457,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -520,7 +528,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -538,11 +546,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -550,11 +564,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -562,7 +572,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -586,6 +596,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -598,6 +612,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -606,11 +624,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -638,7 +651,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -653,7 +666,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -663,21 +676,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -707,7 +720,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -760,7 +773,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -819,7 +832,7 @@ msgstr "מצב"
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -847,7 +860,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -893,13 +906,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/hi/banip.po b/applications/luci-app-banip/po/hi/banip.po
index f2fbbd86ff..952e5f8494 100644
--- a/applications/luci-app-banip/po/hi/banip.po
+++ b/applications/luci-app-banip/po/hi/banip.po
@@ -28,7 +28,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -40,11 +40,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -60,7 +60,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -76,11 +76,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -88,7 +88,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -116,11 +116,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -138,19 +138,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -158,19 +158,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -196,11 +196,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -247,7 +247,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -279,7 +279,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -317,19 +317,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -337,7 +337,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -386,15 +386,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -438,7 +438,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -450,10 +450,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -513,7 +521,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -531,11 +539,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -543,11 +557,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -555,7 +565,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -579,6 +589,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -591,6 +605,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -599,11 +617,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -631,7 +644,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -646,7 +659,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -656,21 +669,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -700,7 +713,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -753,7 +766,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -812,7 +825,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -840,7 +853,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -886,13 +899,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/hu/banip.po b/applications/luci-app-banip/po/hu/banip.po
index ffd5f27fcd..97d596873d 100644
--- a/applications/luci-app-banip/po/hu/banip.po
+++ b/applications/luci-app-banip/po/hu/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "AS számok"
@@ -123,11 +123,11 @@ msgstr "Haladó Beállítások"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection"
msgstr "Automatikus észlelés"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Országok"
@@ -286,7 +286,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -324,19 +324,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "E-mail értesítés"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-Mail profil"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-Mail küldő cím"
@@ -344,7 +344,7 @@ msgstr "E-Mail küldő cím"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
#, fuzzy
msgid "E-Mail Topic"
msgstr "E-Mail téma"
@@ -394,15 +394,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -446,7 +446,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -458,10 +458,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4 támogatás"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6 támogatás"
@@ -521,7 +529,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -539,11 +547,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -551,11 +565,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -563,7 +573,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -587,6 +597,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -599,6 +613,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -607,11 +625,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Hálózati csatolók"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -639,7 +652,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -654,7 +667,7 @@ msgstr ""
msgid "Overview"
msgstr "Áttekintés"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -664,21 +677,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -708,7 +721,7 @@ msgstr ""
msgid "Restart"
msgstr "Újraindítás"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -761,7 +774,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -820,7 +833,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -848,7 +861,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -894,13 +907,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
@@ -1039,6 +1052,9 @@ msgstr ""
msgid "warn (default)"
msgstr ""
+#~ msgid "Network Interfaces"
+#~ msgstr "Hálózati csatolók"
+
#~ msgid "Active Subnets"
#~ msgstr "Aktív alhálózatok"
diff --git a/applications/luci-app-banip/po/it/banip.po b/applications/luci-app-banip/po/it/banip.po
index e99256990c..ea85f4cc4d 100644
--- a/applications/luci-app-banip/po/it/banip.po
+++ b/applications/luci-app-banip/po/it/banip.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-09-10 09:49+0000\n"
-"Last-Translator: Random <random-r@users.noreply.hosted.weblate.org>\n"
+"PO-Revision-Date: 2023-10-16 16:56+0000\n"
+"Last-Translator: Frankie McEyes <mceyes@protonmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/it/>\n"
"Language: it\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (disattiva)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (predefinito)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (predefinito)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASNs"
@@ -113,6 +113,8 @@ msgstr "Uplink attivi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305
msgid "Additional trigger delay in seconds during interface reload and boot."
msgstr ""
+"Ritardo aggiuntivo del trigger in secondi durante il ricaricamento e l'avvio "
+"dell'interfaccia."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237
msgid "Advanced Settings"
@@ -120,13 +122,13 @@ msgstr "Impostazioni avanzate"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
-msgstr ""
+msgstr "Consenti l'inoltro delle VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Selezione Feed della Lista consentiti"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Solo Lista consentiti"
@@ -146,19 +148,19 @@ msgstr "Permetti sempre alcuni inoltri VLAN."
msgid "Always block certain VLAN forwards."
msgstr "Blocca sempre alcuni inoltri VLAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Consenti automaticamente Uplink"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Auto-Lista consentiti"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Blocco automatico sottoreti"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Auto-Lista bloccati"
@@ -166,7 +168,7 @@ msgstr "Auto-Lista bloccati"
msgid "Auto Detection"
msgstr "Rilevamento automatico"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -174,7 +176,7 @@ msgstr ""
"Aggiungi automaticamente intere sottoreti alla lista bloccati in base a "
"un'ulteriore richiesta RDAP con l'IP sospetto."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -182,7 +184,7 @@ msgstr ""
"Aggiungi automaticamente i domini risolti e gli IP sospetti alla lista "
"bloccati locale di banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -204,17 +206,17 @@ msgstr "Cartella di lavoro di base durante l'elaborazione di banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418
msgid "Block Type"
-msgstr ""
+msgstr "Tipo di blocco"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412
msgid "Block VLAN Forwards"
-msgstr ""
+msgstr "Blocco dell'inoltro delle VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Selezione Feed Lista bloccati"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "Scadenza set Lista bloccati"
@@ -273,7 +275,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >consulta la "
"documentazione online</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Paesi"
@@ -309,7 +311,7 @@ msgstr ""
"Rileva automaticamente i dispositivi di rete, le interfacce, le sottoreti, i "
"protocolli e le utilità rilevanti."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Disattiva"
@@ -346,20 +348,22 @@ msgid ""
"Drop packets silently or actively reject the traffic on WAN-Input and WAN-"
"Forward chains."
msgstr ""
+"Scarta i pacchetti in silenzio o rifiuta attivamente il traffico sulle "
+"catene WAN-Input e WAN-Forward."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Notifica e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Profilo e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Indirizzo e-mail destinatario"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Indirizzo e-mail mittente"
@@ -367,7 +371,7 @@ msgstr "Indirizzo e-mail mittente"
msgid "E-Mail Settings"
msgstr "Impostazioni e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Oggetto e-mail"
@@ -416,17 +420,17 @@ msgstr "Attiva il supporto IPv4."
msgid "Enables IPv6 support."
msgstr "Attiva il supporto IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Tempo di scadenza per i membri del set Lista bloccati aggiunti "
"automaticamente."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Feed di Lista consentiti esterna"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Feed di Lista bloccati esterna"
@@ -470,7 +474,7 @@ msgstr "Priorità alta"
msgid "Highest Priority"
msgstr "Priorità massima"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -482,10 +486,18 @@ msgstr "Ricerca IP"
msgid "IP Search..."
msgstr "Ricerca IP..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Supporto IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Supporto IPv6"
@@ -547,7 +559,7 @@ msgstr "Limita determinati feed alla catena WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Limita i core della CPU usati da banIP per risparmiare RAM."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Limita la funzione auto-consentiti di uplink."
@@ -561,17 +573,23 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300
msgid "List of available reload trigger interface(s)."
-msgstr ""
+msgstr "Elenco delle interfacce di trigger di ricaricamento disponibili."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set."
msgstr "Elenca gli elementi di un set specifico relativo a banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Impostazioni feed locale"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Numero log"
@@ -579,11 +597,7 @@ msgstr "Numero log"
msgid "Log LAN-Forward"
msgstr "Registra LAN-Forward"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Livello di log"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Limite di log"
@@ -591,7 +605,7 @@ msgstr "Limite di log"
msgid "Log Settings"
msgstr "Impostazioni log"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Termini del log"
@@ -615,6 +629,10 @@ msgstr "Registra i pacchetti WAN inoltrati sospetti (dropped)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Registra i pacchetti WAN in entrata sospetti (dropped)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Max file aperti"
@@ -627,6 +645,10 @@ msgstr "Priorità catena NFT"
msgid "NFT Information"
msgstr "Informazioni NFT"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "Politica set NFT"
@@ -635,11 +657,6 @@ msgstr "Politica set NFT"
msgid "Network Devices"
msgstr "Dispositivi di rete"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Interfacce di rete"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Livello priorità (nice)"
@@ -669,7 +686,7 @@ msgstr ""
"Numero di tentativi di download in caso di errore (non supportato da uclient-"
"fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -688,7 +705,7 @@ msgstr ""
msgid "Overview"
msgstr "Riepilogo"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -700,21 +717,21 @@ msgstr ""
msgid "Processing Log"
msgstr "Log di elaborazione"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Profilo usato da 'msmtp' per le notifiche e-mail di banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Protocollo/Formato URL non supportato"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Ricevi notifiche e-mail ad ogni esecuzione di banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -732,7 +749,7 @@ msgstr "Ricarica"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300
msgid "Reload Trigger Interface"
-msgstr ""
+msgstr "Interfaccia di trigger di ricaricamento"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory"
@@ -746,7 +763,7 @@ msgstr "Elementi del report"
msgid "Restart"
msgstr "Riavvia"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
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."
@@ -799,7 +816,7 @@ msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv4 logica/che."
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv6 logica/che."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Indirizzo del mittente per le e-mail di notifica di banIP."
@@ -861,7 +878,7 @@ msgstr "Stato"
msgid "Stop"
msgstr "Ferma"
-#: 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:614
msgid "Subnet (default)"
msgstr "Sottorete (predefinito)"
@@ -889,7 +906,7 @@ msgstr "La lista consentiti è troppo grande, impossibile salvare le modifiche."
msgid "The blocklist is too big, unable to save modifications."
msgstr "La lista bloccati è troppo grande, impossibile salvare le modifiche."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -955,7 +972,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Marca temporale"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -963,7 +980,7 @@ msgstr ""
"Per attivare le notifiche e-mail, configura il pacchetto 'msmtp' e specifica "
"un indirizzo di destinatario e-mail valido."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Oggetto per le e-mail di notifica di banIP."
@@ -1062,7 +1079,7 @@ msgstr "debug"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419
msgid "drop (default)"
-msgstr ""
+msgstr "scarta (predefinito)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477
msgid "emerg"
@@ -1102,12 +1119,18 @@ msgstr "prestazioni"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420
msgid "reject"
-msgstr ""
+msgstr "rifiuta"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "warn (default)"
msgstr "avviso (predefinito)"
+#~ msgid "Log Level"
+#~ msgstr "Livello di log"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Interfacce di rete"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/ja/banip.po b/applications/luci-app-banip/po/ja/banip.po
index e00152e6ae..923d602806 100644
--- a/applications/luci-app-banip/po/ja/banip.po
+++ b/applications/luci-app-banip/po/ja/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr "自動検出"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "国"
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Eメール通知"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Eメールプロファイル"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス"
@@ -343,7 +343,7 @@ msgstr "Eメール送信者アドレス"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Eメールトピック"
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr "高い優先度"
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4 サポート"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6 サポート"
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "ログ制限"
@@ -561,7 +571,7 @@ msgstr "ログ制限"
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "ネットワークインターフェース"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "概要"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr "再起動"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr "タイムスタンプ"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
@@ -1037,6 +1050,9 @@ msgstr ""
msgid "warn (default)"
msgstr ""
+#~ msgid "Network Interfaces"
+#~ msgstr "ネットワークインターフェース"
+
#~ msgid "Startup Trigger Interface"
#~ msgstr "起動時トリガーインターフェース"
diff --git a/applications/luci-app-banip/po/ko/banip.po b/applications/luci-app-banip/po/ko/banip.po
index f5241371f2..1507ade71d 100644
--- a/applications/luci-app-banip/po/ko/banip.po
+++ b/applications/luci-app-banip/po/ko/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr "고급 설정"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -286,7 +286,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -324,19 +324,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -344,7 +344,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -393,15 +393,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -445,7 +445,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -457,10 +457,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -520,7 +528,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -538,11 +546,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -550,11 +564,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -562,7 +572,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -586,6 +596,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -598,6 +612,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -606,11 +624,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -638,7 +651,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -653,7 +666,7 @@ msgstr ""
msgid "Overview"
msgstr "개요"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -663,21 +676,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -707,7 +720,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -760,7 +773,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -819,7 +832,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -847,7 +860,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -893,13 +906,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/lt/banip.po b/applications/luci-app-banip/po/lt/banip.po
index 4774b5d3a2..bafc064f12 100644
--- a/applications/luci-app-banip/po/lt/banip.po
+++ b/applications/luci-app-banip/po/lt/banip.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-08-28 01:55+0000\n"
+"PO-Revision-Date: 2023-12-01 13:07+0000\n"
"Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/lt/>\n"
@@ -12,55 +12,55 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
"1 : 2);\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.3-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
-msgstr ""
+msgstr "-- Nustatyti pasirinkimą --"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399
msgid "-100"
-msgstr ""
+msgstr "-100"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400
msgid "-200 (default)"
-msgstr ""
+msgstr "-200 (numatytas)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:401
msgid "-300"
-msgstr ""
+msgstr "-300"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402
msgid "-400"
-msgstr ""
+msgstr "-400"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398
msgid "0"
msgstr "0"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "0 (disable)"
-msgstr ""
+msgstr "0 (išjungti)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311
msgid "1"
-msgstr ""
+msgstr "1"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:314
msgid "10"
msgstr "10"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:502
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
msgid "100 (default)"
-msgstr ""
+msgstr "100 (numatytas)"
-#: 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:509
msgid "1000"
-msgstr ""
+msgstr "1000"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:340
msgid "1024 (default)"
-msgstr ""
+msgstr "1024 (numatytas)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:315
msgid "20"
@@ -70,41 +70,41 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
-msgstr ""
+msgstr "250"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312
msgid "3"
-msgstr ""
+msgstr "3"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:342
msgid "4096"
-msgstr ""
+msgstr "4096"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:313
msgid "5 (default)"
-msgstr ""
+msgstr "5 (numatytas)"
-#: 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:505
msgid "50"
-msgstr ""
+msgstr "50"
-#: 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:508
msgid "500"
-msgstr ""
+msgstr "500"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:339
msgid "512"
-msgstr ""
+msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:171
msgid "Active Devices"
-msgstr ""
+msgstr "Aktyvūs įrenginiai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:167
msgid "Active Feeds"
@@ -124,13 +124,13 @@ msgstr "Pažangūs nustatymai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
-msgstr ""
+msgstr "Leisti „VLAN“ persiuntimus"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -148,39 +148,39 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:252
msgid "Auto Detection"
-msgstr ""
+msgstr "Automatinis patikrinimas"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -200,17 +200,17 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418
msgid "Block Type"
-msgstr ""
+msgstr "Blokavimo tipas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412
msgid "Block VLAN Forwards"
-msgstr ""
+msgstr "Blokuoti „VLAN“ persiuntimus"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -228,7 +228,7 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346
msgid "CPU Cores"
-msgstr ""
+msgstr "Procesoriaus branduoliai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:39
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:106
@@ -237,7 +237,7 @@ msgstr "Atšaukti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:238
msgid "Chain/Set Settings"
-msgstr ""
+msgstr "Grandinė/Nustatyti nustatymus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:327
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:389
@@ -257,9 +257,9 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
-msgstr ""
+msgstr "Šalys"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:174
msgid "Custom Feed Editor"
@@ -277,7 +277,7 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424
msgid "Default Block Policy"
-msgstr ""
+msgstr "Numatyta blokavimo politika"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:229
msgid "Description"
@@ -289,17 +289,17 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
-msgstr ""
+msgstr "Išjungti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
msgid "Domain Lookup"
-msgstr ""
+msgstr "Domeno-Srities paieška"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319
msgid "Don't check SSL server certificates during download."
-msgstr ""
+msgstr "Netikrinti „SSL“ serverio sertifikatus, kol siunčiasi."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261
msgid "Download Custom Feeds"
@@ -307,19 +307,19 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319
msgid "Download Insecure"
-msgstr ""
+msgstr "Atsisiuntimas nesaugus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:295
msgid "Download Parameters"
-msgstr ""
+msgstr "Atsisiuntimo parametrai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310
msgid "Download Retries"
-msgstr ""
+msgstr "Atsisiuntimo atkartojimai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:286
msgid "Download Utility"
-msgstr ""
+msgstr "Atsisiuntimo įrankis"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418
msgid ""
@@ -327,29 +327,29 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
-msgstr ""
+msgstr "El. pašto pranešimas"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
-msgstr ""
+msgstr "El. pašto profilis"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
-msgstr ""
+msgstr "El. pašto gavėjo adresas"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
-msgstr ""
+msgstr "El. pašto siuntėjo adresas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:240
msgid "E-Mail Settings"
-msgstr ""
+msgstr "El. pašto nustatymai"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
-msgstr ""
+msgstr "El. pašto tema"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:36
msgid "Edit Allowlist"
@@ -369,16 +369,16 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:155
msgid "Elements"
-msgstr ""
+msgstr "Elementai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Empty field not allowed"
-msgstr ""
+msgstr "Tuščia įvestis yra neleidžiama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service."
-msgstr ""
+msgstr "Įjungti „banIP“ tarnybą."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors."
@@ -390,21 +390,21 @@ msgstr "Įjungta"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "Enables IPv4 support."
-msgstr ""
+msgstr "Įgalina „IPv4“ palaikymą."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "Enables IPv6 support."
-msgstr ""
+msgstr "Įgalina „IPv6“ palaikymą."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -422,15 +422,15 @@ msgstr ""
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:68
msgid "Firewall Log"
-msgstr ""
+msgstr "Užkardos žurnalas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:238
msgid "Flag"
-msgstr ""
+msgstr "Vėliava"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245
msgid "Flag not supported"
-msgstr ""
+msgstr "Vėliava nepalaikoma"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:236
msgid "General Settings"
@@ -438,35 +438,43 @@ msgstr "Bendri nustatymai"
#: applications/luci-app-banip/root/usr/share/rpcd/acl.d/luci-app-banip.json:3
msgid "Grant access to LuCI app banIP"
-msgstr ""
+msgstr "Duoti prieigą prie „LuCI app banIP“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:331
msgid "High Priority"
-msgstr ""
+msgstr "Aukšto prioriteto"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:330
msgid "Highest Priority"
-msgstr ""
+msgstr "Aukščiausio prioriteto"
-#: 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:615
msgid "IP"
-msgstr ""
+msgstr "„IP“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
msgid "IP Search"
-msgstr ""
+msgstr "„IP“ paieška"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215
msgid "IP Search..."
-msgstr ""
+msgstr "„IP“ paieška..."
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr "„IPv4“ tinklo sąsajos ir sietuvai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
-msgstr ""
+msgstr "„IPv4“ palaikymas"
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr "„IPv6“ tinklo sąsajos ir sietuvai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
-msgstr ""
+msgstr "„IPv6“ palaikymas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid ""
@@ -488,12 +496,12 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:158
msgid "LAN-Forward (packets)"
-msgstr ""
+msgstr "„LAN-Persiuntimas“ (paketai)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458
msgid "LAN-Forward Chain"
-msgstr ""
+msgstr "„LAN-Persiuntimo grandinė“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:191
msgid "Last Run"
@@ -523,7 +531,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -541,11 +549,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -553,11 +567,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -565,7 +575,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -589,6 +599,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr "Žurnalo failo vietovė"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -599,20 +613,19 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:179
msgid "NFT Information"
-msgstr ""
+msgstr "„NFT“ informacija"
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr "„NFT“ žurnalo lygis"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
-msgstr ""
+msgstr "Nustatyti „NTF“ politiką"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:265
msgid "Network Devices"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
+msgstr "Tinklo įrenginiai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
@@ -641,7 +654,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -656,7 +669,7 @@ msgstr ""
msgid "Overview"
msgstr "Apžiūra"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -666,21 +679,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -710,22 +723,22 @@ msgstr ""
msgid "Restart"
msgstr "Paleisti iš naujo"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:26
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:93
msgid "Result"
-msgstr ""
+msgstr "Rezultatas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:214
msgid "Rulev4"
-msgstr ""
+msgstr "„Rulev4“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:227
msgid "Rulev6"
-msgstr ""
+msgstr "„Rulev6“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:187
msgid "Run Flags"
@@ -741,7 +754,7 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:62
msgid "Search"
-msgstr ""
+msgstr "Paieška"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:12
msgid "Search the banIP-related Sets for a specific IP."
@@ -763,14 +776,14 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:85
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:154
msgid "Set"
-msgstr ""
+msgstr "Nustatyti"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:60
msgid "Set Reporting"
@@ -816,23 +829,23 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155
msgid "Status"
-msgstr "Būsena"
+msgstr "Būklė/Būsena"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:211
msgid "Stop"
msgstr "Stop"
-#: 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:614
msgid "Subnet (default)"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
msgid "Survey"
-msgstr ""
+msgstr "Apklausa"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:195
msgid "System Information"
-msgstr ""
+msgstr "Sistemos informacija"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Target directory for banIP-related report files."
@@ -850,7 +863,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -896,13 +909,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
@@ -912,11 +925,11 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
msgid "URLv4"
-msgstr ""
+msgstr "„URLv4“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:216
msgid "URLv6"
-msgstr ""
+msgstr "„URLv6“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:22
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:22
@@ -983,7 +996,7 @@ msgstr ""
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:3
msgid "banIP"
-msgstr ""
+msgstr "„banIP“"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479
msgid "crit"
diff --git a/applications/luci-app-banip/po/mr/banip.po b/applications/luci-app-banip/po/mr/banip.po
index 519f589b69..07f931f4e2 100644
--- a/applications/luci-app-banip/po/mr/banip.po
+++ b/applications/luci-app-banip/po/mr/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "आढावा"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/ms/banip.po b/applications/luci-app-banip/po/ms/banip.po
index afa2cade46..d8404653cd 100644
--- a/applications/luci-app-banip/po/ms/banip.po
+++ b/applications/luci-app-banip/po/ms/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/nb_NO/banip.po b/applications/luci-app-banip/po/nb_NO/banip.po
index 8f9bac4ed2..0b3e2804e0 100644
--- a/applications/luci-app-banip/po/nb_NO/banip.po
+++ b/applications/luci-app-banip/po/nb_NO/banip.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-08-02 12:53+0000\n"
-"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
+"PO-Revision-Date: 2023-11-02 07:03+0000\n"
+"Last-Translator: averageperson <alej0hio2007@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/nb_NO/>\n"
"Language: nb_NO\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -116,17 +116,17 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237
msgid "Advanced Settings"
-msgstr ""
+msgstr "Avanserte innstillinger"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-postprofil"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse"
@@ -343,7 +343,7 @@ msgstr "E-postsenderadresse"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "E-postemne"
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6-støtte"
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "Oversikt"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr "Omstart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -760,7 +773,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -819,7 +832,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -847,7 +860,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -893,13 +906,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/nl/banip.po b/applications/luci-app-banip/po/nl/banip.po
index c4b437ce68..f4337a260c 100644
--- a/applications/luci-app-banip/po/nl/banip.po
+++ b/applications/luci-app-banip/po/nl/banip.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-06-10 09:52+0000\n"
-"Last-Translator: xtz1983 <xtz1983@gmail.com>\n"
+"PO-Revision-Date: 2023-10-26 14:37+0000\n"
+"Last-Translator: lagerdev22 <e.m.lagerweij@gmail.com>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/nl/>\n"
"Language: nl\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.18-dev\n"
+"X-Generator: Weblate 5.1.1\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (uitschakelen)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (standaard)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (standaard)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASN's"
@@ -113,6 +113,8 @@ msgstr "Actieve uplink"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305
msgid "Additional trigger delay in seconds during interface reload and boot."
msgstr ""
+"Extra activeringsvertraging in seconden tijdens het opnieuw laden en "
+"opstarten van de interface."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237
msgid "Advanced Settings"
@@ -120,13 +122,13 @@ msgstr "Geavanceerde instellingen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
-msgstr ""
+msgstr "VLAN-forwards toestaan"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
-msgstr "Selectie feed op toelatingslijst"
+msgstr "Toegestane feedselectie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Alleen toelatingslijst"
@@ -146,19 +148,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Uplink automatisch toestaan"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Automatische toelatingslijst"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Subnet automatisch blokkeren"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Automatische blokkeerlijst"
@@ -166,7 +168,7 @@ msgstr "Automatische blokkeerlijst"
msgid "Auto Detection"
msgstr "Autodetectie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -174,7 +176,7 @@ msgstr ""
"Voeg automatisch hele subnetten toe aan de blokkeerlijst Set op basis van "
"een extra RDAP-verzoek met het verdachte IP-adres."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -182,7 +184,7 @@ msgstr ""
"Voeg automatisch opgeloste domeinen en verdachte IP's toe aan de lokale "
"banIP-blokkeerlijst."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -210,11 +212,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Blocklist Feed Selectie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "Vervaldatum van blokkeerlijst ingesteld"
@@ -272,7 +274,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de online "
"documentatie</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Landen"
@@ -306,7 +308,7 @@ msgstr ""
"Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, "
"protocollen en hulpprogramma's."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Uitschakelen"
@@ -344,19 +346,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "E-Mail notificatie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-Mail profiel"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "E-Mail adres van ontvanger"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-Mail adres van verzender"
@@ -364,7 +366,7 @@ msgstr "E-Mail adres van verzender"
msgid "E-Mail Settings"
msgstr "Email instellingen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "E-Mail onderwerp"
@@ -415,15 +417,15 @@ msgstr "Schakelt IPv4-ondersteuning in."
msgid "Enables IPv6 support."
msgstr "Schakelt IPv6-ondersteuning in."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Externe toelatingslijstfeeds"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Externe blokkeerlijstfeeds"
@@ -467,7 +469,7 @@ msgstr "Hoge prioriteit"
msgid "Highest Priority"
msgstr "Hoogste prioriteit"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -479,10 +481,18 @@ msgstr "IP zoeken"
msgid "IP Search..."
msgstr "IP Zoeken..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4 ondersteuning"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6 ondersteuning"
@@ -544,7 +554,7 @@ msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks."
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Beperk de uplink autoallow-functie."
@@ -565,11 +575,17 @@ msgid "List the elements of a specific banIP-related Set."
msgstr ""
"Maak een lijst van de elementen van een specifieke banIP-gerelateerde Set."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Lokale feedinstellingen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Aantal logboeken"
@@ -577,11 +593,7 @@ msgstr "Aantal logboeken"
msgid "Log LAN-Forward"
msgstr "Logboek LAN-Forward"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Logboek niveau"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Log limiet"
@@ -589,7 +601,7 @@ msgstr "Log limiet"
msgid "Log Settings"
msgstr "Logboek instellingen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Logboek termen (sleutelwoorden)"
@@ -613,6 +625,10 @@ msgstr "Logboek verdachte doorgestuurde WAN-pakketten (vervallen)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Logboek verdachte inkomende WAN-pakketten (vervallen)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Max Open Bestanden"
@@ -625,6 +641,10 @@ msgstr "NFT-ketenprioriteit"
msgid "NFT Information"
msgstr "NFT Informatie"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "NFT-beleid instellen"
@@ -633,11 +653,6 @@ msgstr "NFT-beleid instellen"
msgid "Network Devices"
msgstr "Netwerk apparaten"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Netwerk interfaces"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Mooi niveau"
@@ -667,7 +682,7 @@ msgstr ""
"Aantal downloadpogingen in geval van een fout (niet ondersteund door uclient-"
"fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -686,7 +701,7 @@ msgstr ""
msgid "Overview"
msgstr "Overzicht"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -699,22 +714,22 @@ msgstr ""
msgid "Processing Log"
msgstr "Logboek verwerken"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
"Profiel gebruikt voor 'msmtp' voor banIP E-Mail berichten/notificaties."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Protocol/URL-formaat wordt niet ondersteund"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Ontvang e-mailmeldingen bij elke banIP-run."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -746,7 +761,7 @@ msgstr "Rapporteer elementen"
msgid "Restart"
msgstr "Herstart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
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."
@@ -799,7 +814,7 @@ msgstr "Selecteer de logische WAN IPv4-netwerkinterface(s)."
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecteer de logische WAN IPv6-netwerkinterface(s)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Afzender e-mailadres voor de banIP email meldingen."
@@ -860,7 +875,7 @@ msgstr "Status"
msgid "Stop"
msgstr "Stop"
-#: 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:614
msgid "Subnet (default)"
msgstr "Subnet (standaard)"
@@ -889,7 +904,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr "De blokkeerlijst is te groot, kan wijzigingen niet opslaan."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -944,7 +959,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Tijdstempel"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -952,7 +967,7 @@ msgstr ""
"Om e-mailmeldingen in te schakelen, stelt u het 'msmtp'-pakket in en geeft u "
"een geldig e-mailontvangeradres op."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Onderwerp voor banIP notificatie e-mails."
@@ -1098,6 +1113,12 @@ msgstr ""
msgid "warn (default)"
msgstr "waarschuwen (standaard)"
+#~ msgid "Log Level"
+#~ msgstr "Logboek niveau"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Netwerk interfaces"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/pl/banip.po b/applications/luci-app-banip/po/pl/banip.po
index a426220e61..cba23c7a29 100644
--- a/applications/luci-app-banip/po/pl/banip.po
+++ b/applications/luci-app-banip/po/pl/banip.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-10-07 17:19+0000\n"
+"PO-Revision-Date: 2023-11-07 21:37+0000\n"
"Last-Translator: Matthaiks <kitynska@gmail.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/pl/>\n"
@@ -9,7 +9,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 5.1-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -35,7 +35,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (wyłączone)"
@@ -47,11 +47,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (domyślne)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -67,7 +67,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -83,11 +83,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (domyślne)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -95,7 +95,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASN-y"
@@ -125,11 +125,11 @@ msgstr "Ustawienia zaawansowane"
msgid "Allow VLAN Forwards"
msgstr "Zezwalaj na przekazywanie VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Wybór źródeł listy dozwolonych"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Tylko lista dozwolonych"
@@ -149,19 +149,19 @@ msgstr "Zawsze zezwalaj na przekazywanie niektórych VLAN."
msgid "Always block certain VLAN forwards."
msgstr "Zawsze blokuj przekazywanie niektórych VLAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Automatycznie zezwalaj na łącze nadrzędne"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Automatyczna lista dozwolonych"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Automatyczne blokowanie podsieci"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Automatyczna lista zablokowanych"
@@ -169,7 +169,7 @@ msgstr "Automatyczna lista zablokowanych"
msgid "Auto Detection"
msgstr "Automatyczne wykrywanie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -177,7 +177,7 @@ msgstr ""
"Automatycznie dodawaj całe podsieci do zestawu listy zablokowanych na "
"podstawie dodatkowego żądania RDAP z podejrzanym adresem IP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -185,7 +185,7 @@ msgstr ""
"Automatycznie dodawaj rozpoznane domeny i podejrzane adresy IP do lokalnej "
"listy zablokowanych banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -213,11 +213,11 @@ msgstr "Typ blokowania"
msgid "Block VLAN Forwards"
msgstr "Blokuj przekazywanie VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Wybór źródeł listy zablokowanych"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "Wygaśnięcie zestawu listy zablokowanych"
@@ -275,7 +275,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >znajduje się w "
"dokumentacji online</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Kraje"
@@ -311,7 +311,7 @@ msgstr ""
"Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, "
"podsieci, protokoły i narzędzia."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Wyłącz"
@@ -351,19 +351,19 @@ msgstr ""
"Porzucaj pakiety po cichu lub aktywnie odrzucaj ruch w łańcuchach wejścia "
"WAN i przekazywania WAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Powiadomienie e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Profil e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy"
@@ -371,7 +371,7 @@ msgstr "Adres e-mail nadawcy"
msgid "E-Mail Settings"
msgstr "Ustawienia e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Temat e-mail"
@@ -421,16 +421,16 @@ msgstr "Włącza obsługę IPv4."
msgid "Enables IPv6 support."
msgstr "Włącza obsługę IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Zewnętrzne źródła listy dozwolonych"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Zewnętrzne źródła listy zablokowanych"
@@ -474,7 +474,7 @@ msgstr "Wysoki priorytet"
msgid "Highest Priority"
msgstr "Najwyższy priorytet"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -486,10 +486,18 @@ msgstr "Wyszukiwanie IP"
msgid "IP Search..."
msgstr "Wyszukiwanie IP..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr "Interfejsy sieciowe IPv4"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Obsługa IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr "Interfejsy sieciowe IPv6"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Obsługa IPv6"
@@ -553,7 +561,7 @@ msgstr ""
"Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać "
"pamięć RAM."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Ogranicz funkcję automatycznego zezwalania na łącze nadrzędne."
@@ -573,11 +581,19 @@ msgstr "Lista dostępnych interfejsów wyzwalacza przeładowania."
msgid "List the elements of a specific banIP-related Set."
msgstr "Wymień elementy określonego zestawu związanego z banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Ustawienia lokalnego źródła"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+"Lokalizacja do analizy pliku dziennika, np. poprzez syslog-ng, aby "
+"dezaktywować standardowe analizowanie poprzez logread."
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Liczba dziennika"
@@ -585,11 +601,7 @@ msgstr "Liczba dziennika"
msgid "Log LAN-Forward"
msgstr "Rejestrowanie przekazywania LAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Poziom logowania"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Limit dziennika"
@@ -597,7 +609,7 @@ msgstr "Limit dziennika"
msgid "Log Settings"
msgstr "Ustawienia dziennika"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Warunki dziennika"
@@ -621,6 +633,10 @@ msgstr "Rejestruj podejrzane przekazane pakiety WAN (porzucone)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Rejestruj podejrzane przychodzące pakiety WAN (porzucone)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr "Lokalizacja pliku dziennika"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Maksymalna liczba otwartych plików"
@@ -633,6 +649,10 @@ msgstr "Priorytet łańcucha NFT"
msgid "NFT Information"
msgstr "Informacje NFT"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr "Poziom logowania NFT"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "Zasady zestawu NFT"
@@ -641,11 +661,6 @@ msgstr "Zasady zestawu NFT"
msgid "Network Devices"
msgstr "Urządzenia sieciowe"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Interfejsy sieciowe"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Poziom nice"
@@ -675,7 +690,7 @@ msgstr ""
"Liczba prób pobierania w przypadku błędu (nieobsługiwane przez uclient-"
"fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -694,7 +709,7 @@ msgstr ""
msgid "Overview"
msgstr "Przegląd"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -707,22 +722,22 @@ msgstr ""
msgid "Processing Log"
msgstr "Dziennik przetwarzania"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
"Profil używany przez \"msmtp\" dla wiadomości e-mail z powiadomieniem banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Format protokołu/adresu URL jest nieobsługiwany"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Otrzymuj powiadomienia e-mail przy każdym uruchomieniu banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -754,7 +769,7 @@ msgstr "Elementy raportu"
msgid "Restart"
msgstr "Restartuj"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP."
@@ -808,7 +823,7 @@ msgstr "Wybierz logiczne interfejsy sieciowe IPv4 WAN."
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Wybierz logiczne interfejsy sieciowe IPv6 WAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP."
@@ -871,7 +886,7 @@ msgstr "Status"
msgid "Stop"
msgstr "Zatrzymaj"
-#: 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:614
msgid "Subnet (default)"
msgstr "Podsieć (domyślne)"
@@ -899,7 +914,7 @@ msgstr "Lista dozwolonych jest za duża, nie można zapisać zmian."
msgid "The blocklist is too big, unable to save modifications."
msgstr "Lista zablokowanych jest za duża, nie można zapisać zmian."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -961,7 +976,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Sygnatura czasowa"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -969,7 +984,7 @@ msgstr ""
"Aby włączyć powiadomienia e-mail, skonfiguruj pakiet 'msmtp' i podaj "
"prawidłowy adres e-mail odbiorcy."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Temat wiadomości e-mail z powiadomieniem banIP."
@@ -1114,6 +1129,12 @@ msgstr "odrzucaj"
msgid "warn (default)"
msgstr "ostrzeżenie (domyślne)"
+#~ msgid "Log Level"
+#~ msgstr "Poziom logowania"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Interfejsy sieciowe"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/pt/banip.po b/applications/luci-app-banip/po/pt/banip.po
index 77ff28a1e6..ea1cdd4381 100644
--- a/applications/luci-app-banip/po/pt/banip.po
+++ b/applications/luci-app-banip/po/pt/banip.po
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (desabilitar)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (padrão)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (padrão)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASNs"
@@ -122,11 +122,11 @@ msgstr "Configurações avançadas"
msgid "Allow VLAN Forwards"
msgstr "Permitir encaminhamentos de VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Seleção de feed da lista de permissões"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos"
@@ -146,19 +146,19 @@ msgstr "Permitir sempre determinados encaminhamentos de VLAN."
msgid "Always block certain VLAN forwards."
msgstr "Bloquear sempre determinados encaminhamentos de VLAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Permitir uplink automático"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Sub-rede de bloqueio automático"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio"
@@ -166,7 +166,7 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection"
msgstr "Deteção automática"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -174,7 +174,7 @@ msgstr ""
"Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio "
"com base numa solicitação adiciona RDAP com o IP suspeito."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -182,7 +182,7 @@ msgstr ""
"Adicione automaticamente domínios resolvidos e IPs suspeitos à lista de "
"bloqueio local banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -211,11 +211,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr "Bloquear encaminhamentos de VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Seleção de feed de lista de bloqueio"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "Expiração definida da lista de bloqueio"
@@ -273,7 +273,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-"
"line</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Países"
@@ -309,7 +309,7 @@ msgstr ""
"Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os "
"protocolos e os utilitários automaticamente."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Desativar"
@@ -347,19 +347,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Notificação por e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Perfil de e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Endereço de e-mail do destinatário"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Endereço de e-mail do remetente"
@@ -367,7 +367,7 @@ msgstr "Endereço de e-mail do remetente"
msgid "E-Mail Settings"
msgstr "Configurações do e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Assunto do e-mail"
@@ -417,17 +417,17 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Tempo de expiração para membros do conjunto de lista de bloqueio adicionados "
"automaticamente."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Feeds externos de lista de permissões"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Feeds externos de lista de bloqueio"
@@ -471,7 +471,7 @@ msgstr "Alta prioridade"
msgid "Highest Priority"
msgstr "Máxima Prioridade"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -483,10 +483,18 @@ msgstr "Busca IP"
msgid "IP Search..."
msgstr "Busca IP..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Suporte ao IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Suporte de IPv6"
@@ -550,7 +558,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Limite a função de permissão automática de uplink."
@@ -570,11 +578,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Configurações de feed local"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Contagem dos registos"
@@ -582,11 +596,7 @@ msgstr "Contagem dos registos"
msgid "Log LAN-Forward"
msgstr "Registo LAN-Forward"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Nível do registo"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Limite do Registo"
@@ -594,7 +604,7 @@ msgstr "Limite do Registo"
msgid "Log Settings"
msgstr "Configurações do registo"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Termos do registo"
@@ -618,6 +628,10 @@ msgstr "Registar os pacotes suspeitos encaminhados da WAN (rejeitados)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Registar os pacotes suspeitos da entrada da WAN (rejeitados)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Quantidade máxima de ficheiros abertos"
@@ -630,6 +644,10 @@ msgstr "Prioridade da Cadeia NFT"
msgid "NFT Information"
msgstr "Informação NFT"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "Política de definição de NFT"
@@ -638,11 +656,6 @@ msgstr "Política de definição de NFT"
msgid "Network Devices"
msgstr "Dispositivos de rede"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Interfaces de Rede"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Nível de Nice"
@@ -672,7 +685,7 @@ msgstr ""
"Número de tentativas de download em caso de erro (não suportado pelo uclient-"
"fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -691,7 +704,7 @@ msgstr ""
msgid "Overview"
msgstr "Visão Geral"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -703,21 +716,21 @@ msgstr ""
msgid "Processing Log"
msgstr "Registo de processamento"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Formato de protocolo/URL não suportado"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Receba notificações por e-mail a cada execução do banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -749,7 +762,7 @@ msgstr "Elementos do relatório"
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@@ -803,7 +816,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4."
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Endereço do remetente para os e-mails de notificação do banIP."
@@ -866,7 +879,7 @@ msgstr "Condição geral"
msgid "Stop"
msgstr "Parar"
-#: 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:614
msgid "Subnet (default)"
msgstr "Sub-rede (padrão)"
@@ -897,7 +910,7 @@ msgid "The blocklist is too big, unable to save modifications."
msgstr ""
"A lista de bloqueio é grande demais, não é possível salvar as alterações."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -961,7 +974,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Marca de Tempo"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -969,7 +982,7 @@ msgstr ""
"Para ativar as notificações por e-mail, configure o pacote 'msmtp' e "
"especifique um endereço de e-mail com um destinatário válido."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP."
@@ -1114,6 +1127,12 @@ msgstr ""
msgid "warn (default)"
msgstr "alertar (padrão)"
+#~ msgid "Log Level"
+#~ msgstr "Nível do registo"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Interfaces de Rede"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/pt_BR/banip.po b/applications/luci-app-banip/po/pt_BR/banip.po
index aeda3f1bf7..edad61b57d 100644
--- a/applications/luci-app-banip/po/pt_BR/banip.po
+++ b/applications/luci-app-banip/po/pt_BR/banip.po
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (desativar)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (padrão)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (padrão)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASNs"
@@ -122,11 +122,11 @@ msgstr "Configurações avançadas"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Seleção do feed da lista dos permitidos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos"
@@ -146,19 +146,19 @@ msgstr "Sempre permita certos encaminhamentos da VLAN."
msgid "Always block certain VLAN forwards."
msgstr "Sempre negue certos encaminhamentos da VLAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Permite o enlace automático"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Sub-rede de bloqueio automático"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio"
@@ -166,7 +166,7 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection"
msgstr "Detecção Automática"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -174,7 +174,7 @@ msgstr ""
"Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio "
"com base numa solicitação adiciona RDAP com o IP suspeito."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -182,7 +182,7 @@ msgstr ""
"Adicione automaticamente os domínios resolvidos e os IPs suspeitos à lista "
"de bloqueio local do banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -211,11 +211,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Seleção do feed da lista de bloqueio"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "Expiração do conjunto das listas de bloqueio"
@@ -273,7 +273,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" > consulte a documentação "
"online </a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Países"
@@ -309,7 +309,7 @@ msgstr ""
"Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os "
"protocolos e os utilitários automaticamente."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Desativar"
@@ -347,19 +347,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Notificação por E-Mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-Mail do Perfil"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente"
@@ -367,7 +367,7 @@ msgstr "Endereço de E-Mail do Remetente"
msgid "E-Mail Settings"
msgstr "Configurações do e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Assunto do E-Mail"
@@ -417,17 +417,17 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Tempo de expiração para os membros do conjunto da lista de bloqueio que "
"foram adicionados automaticamente."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Feeds externos da lista dos permitidos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Feeds externos da lista de bloqueio"
@@ -471,7 +471,7 @@ msgstr "Alta prioridade"
msgid "Highest Priority"
msgstr "Máxima Prioridade"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -483,10 +483,18 @@ msgstr "Busca IP"
msgid "IP Search..."
msgstr "Busca IP..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Suporte ao IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Suporte ao IPv6"
@@ -550,7 +558,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Limite a função de permissão automática do enlace."
@@ -570,11 +578,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Configurações do feed local"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Contagem dos registros"
@@ -582,11 +596,7 @@ msgstr "Contagem dos registros"
msgid "Log LAN-Forward"
msgstr "Registro LAN-Forward"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Nível do registro"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Limite do Registro"
@@ -594,7 +604,7 @@ msgstr "Limite do Registro"
msgid "Log Settings"
msgstr "Configurações do registro"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Termos do registro"
@@ -618,6 +628,10 @@ msgstr "Registre os pacotes suspeitos encaminhados da WAN (rejeitados)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Registre os pacotes suspeitos da entrada da WAN (rejeitados)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Quantidade máxima de arquivos abertos"
@@ -630,6 +644,10 @@ msgstr "Prioridade da cadeia NFT"
msgid "NFT Information"
msgstr "Informação NFT"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "Política do conjunto NFT"
@@ -638,11 +656,6 @@ msgstr "Política do conjunto NFT"
msgid "Network Devices"
msgstr "Dispositivos de rede"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Interfaces de Rede"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Nível bom"
@@ -672,7 +685,7 @@ msgstr ""
"Quantidade de tentativas de download em caso de erro (não suportado pelo "
"uclient-fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -691,7 +704,7 @@ msgstr ""
msgid "Overview"
msgstr "Visão geral"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -704,21 +717,21 @@ msgstr ""
msgid "Processing Log"
msgstr "Registro de processamento"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Formato de protocolo/URL não suportado"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Receba notificações por e-mail a cada execução do banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -750,7 +763,7 @@ msgstr "Elementos do relatório"
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@@ -804,7 +817,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4."
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Endereço do remetente para os e-mails de notificação do banIP."
@@ -867,7 +880,7 @@ msgstr "Condição geral"
msgid "Stop"
msgstr "Parar"
-#: 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:614
msgid "Subnet (default)"
msgstr "Sub-rede (padrão)"
@@ -898,7 +911,7 @@ msgid "The blocklist is too big, unable to save modifications."
msgstr ""
"A lista de bloqueio é grande demais, não é possível salvar as alterações."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -962,7 +975,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Marca de Tempo"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -970,7 +983,7 @@ msgstr ""
"Para ativar as notificações por e-mail, configure o pacote 'msmtp' e "
"especifique um endereço de e-mail com um destinatário válido."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP."
@@ -1115,6 +1128,12 @@ msgstr ""
msgid "warn (default)"
msgstr "alertar (padrão)"
+#~ msgid "Log Level"
+#~ msgstr "Nível do registro"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Interfaces de Rede"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/ro/banip.po b/applications/luci-app-banip/po/ro/banip.po
index d870fd62d2..0878b4038b 100644
--- a/applications/luci-app-banip/po/ro/banip.po
+++ b/applications/luci-app-banip/po/ro/banip.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-07-17 21:56+0000\n"
+"PO-Revision-Date: 2023-11-03 18:52+0000\n"
"Last-Translator: Simona Iacob <s@zp1.net>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/ro/>\n"
@@ -9,7 +9,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -35,7 +35,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (dezactivare)"
@@ -47,11 +47,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (implicit)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -67,7 +67,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -83,11 +83,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (implicit)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -95,7 +95,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASN-uri"
@@ -114,6 +114,8 @@ msgstr "Uplink activ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305
msgid "Additional trigger delay in seconds during interface reload and boot."
msgstr ""
+"Întârziere suplimentară de declanșare în secunde în timpul reîncărcării și "
+"pornirii interfeței."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237
msgid "Advanced Settings"
@@ -121,13 +123,13 @@ msgstr "Setări avansate"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
-msgstr ""
+msgstr "Permiteți redirecționarea VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Selecție Allowlist Feed"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Doar Allowlist"
@@ -147,19 +149,19 @@ msgstr "Permiteți întotdeauna anumite transmisiuni VLAN."
msgid "Always block certain VLAN forwards."
msgstr "Blocați întotdeauna anumite transmisiuni VLAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Permite automat legătura ascendentă"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Allowlist Automată"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Blocaj automat Subnet"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Lista de blocare automată"
@@ -167,7 +169,7 @@ msgstr "Lista de blocare automată"
msgid "Auto Detection"
msgstr "Detecție automată"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -175,7 +177,7 @@ msgstr ""
"Adăugați automat subrețele întregi la lista de blocare Set bazat pe o cerere "
"RDAP suplimentară cu IP-ul suspect."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -183,7 +185,7 @@ msgstr ""
"Adăugarea automată a domeniilor rezolvate și a IP-urilor suspecte la lista "
"de blocare banIP locală."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -205,17 +207,17 @@ msgstr "Directorul de lucru de bază în timpul procesării banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418
msgid "Block Type"
-msgstr ""
+msgstr "Tip de bloc"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412
msgid "Block VLAN Forwards"
-msgstr ""
+msgstr "Blocați transmisiile VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Selecția de alimentare a listei de blocuri"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "Expirarea setului Blocklist"
@@ -273,7 +275,7 @@ msgstr ""
"banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check "
"the online documentation</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Țări"
@@ -309,7 +311,7 @@ msgstr ""
"Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, "
"protocoalelor și utilităților relevante."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Dezactivați"
@@ -347,19 +349,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Notificare prin e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Profil de e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Adresa de e-mail a destinatarului"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Adresa expeditorului de e-mail"
@@ -367,7 +369,7 @@ msgstr "Adresa expeditorului de e-mail"
msgid "E-Mail Settings"
msgstr "Setări e-mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Subiect E-Mail"
@@ -417,15 +419,15 @@ msgstr "Activează suportul IPv4."
msgid "Enables IPv6 support."
msgstr "Activează suportul IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr "Timpul de expirare pentru membrii setului blocklist adăugat automat."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Fluxuri allowlist externe"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Alimentarea externă a listei de blocare"
@@ -469,7 +471,7 @@ msgstr "Prioritate ridicată"
msgid "Highest Priority"
msgstr "Cea mai mare prioritate"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -481,10 +483,18 @@ msgstr "Căutare IP"
msgid "IP Search..."
msgstr "Căutare IP..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Suport IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Suport IPv6"
@@ -546,7 +556,7 @@ msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi RAM."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Limitați funcția uplink autoallow."
@@ -566,11 +576,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr "Enumeră elementele unui anumit set legat de banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Setări de alimentare locală"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Număr de jurnale"
@@ -578,11 +594,7 @@ msgstr "Număr de jurnale"
msgid "Log LAN-Forward"
msgstr "Jurnalul LAN-Forward"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Nivel Jurnal"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Limita de jurnal"
@@ -590,7 +602,7 @@ msgstr "Limita de jurnal"
msgid "Log Settings"
msgstr "Setări jurnal"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Termeni de jurnal"
@@ -614,6 +626,10 @@ msgstr "Jurnalul pachetelor WAN suspicioase transmise (abandonate)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Înregistrare a pachetelor WAN suspecte de intrare (abandonate)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Maxim de fișiere deschise"
@@ -626,6 +642,10 @@ msgstr "Prioritatea lanțului NFT"
msgid "NFT Information"
msgstr "Informații NFT"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "Politica stabilită de NFT"
@@ -634,11 +654,6 @@ msgstr "Politica stabilită de NFT"
msgid "Network Devices"
msgstr "Dispozitive de rețea"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Interfețe de rețea"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Nivel Bun"
@@ -668,7 +683,7 @@ msgstr ""
"Numărul de încercări de descărcare în caz de eroare (nu este suportat de "
"uclient-fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -687,7 +702,7 @@ msgstr ""
msgid "Overview"
msgstr "Prezentare generală"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -699,22 +714,22 @@ msgstr ""
msgid "Processing Log"
msgstr "Jurnal de procesare"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
"Profilul utilizat de 'msmtp' pentru mesajele electronice de notificare banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Formatul protocolului/URL nu este acceptat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Primiți notificări prin e-mail la fiecare banIP rulat."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -746,7 +761,7 @@ msgstr "Elemente de raport"
msgid "Restart"
msgstr "Reporniți"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Restricționați accesul la internet de la/către un număr mic de IP-uri "
@@ -801,7 +816,7 @@ msgstr "Selectați interfața (interfețele) logică (logice) de rețea WAN IPv4
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selectați interfața (e) logică de rețea WAN IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP."
@@ -864,7 +879,7 @@ msgstr "Stare"
msgid "Stop"
msgstr "Stop"
-#: 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:614
msgid "Subnet (default)"
msgstr "Subnet (implicit)"
@@ -892,7 +907,7 @@ msgstr "Lista de permise este prea mare, nu se pot salva modificările."
msgid "The blocklist is too big, unable to save modifications."
msgstr "Lista de blocuri este prea mare, nu se pot salva modificările."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -955,7 +970,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Înregistrarea timpului"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -963,7 +978,7 @@ msgstr ""
"Pentru a activa notificările prin e-mail, configurați pachetul \"msmtp\" și "
"specificați o adresă de destinatar de e-mail validă."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Subiect pentru e-mailurile de notificare banIP."
@@ -1109,6 +1124,12 @@ msgstr ""
msgid "warn (default)"
msgstr "avertisment (implicit)"
+#~ msgid "Log Level"
+#~ msgstr "Nivel Jurnal"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Interfețe de rețea"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/ru/banip.po b/applications/luci-app-banip/po/ru/banip.po
index e0e6e450ef..91d6d73b50 100644
--- a/applications/luci-app-banip/po/ru/banip.po
+++ b/applications/luci-app-banip/po/ru/banip.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-10-08 08:51+0000\n"
+"PO-Revision-Date: 2023-11-09 15:35+0000\n"
"Last-Translator: st7105 <st7105@gmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/ru/>\n"
@@ -9,7 +9,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 5.1-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -35,7 +35,7 @@ msgstr "−400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (отключить)"
@@ -47,11 +47,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (по умолчанию)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -67,7 +67,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -83,11 +83,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (по умолчанию)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -95,7 +95,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "Автономные системы"
@@ -125,11 +125,11 @@ msgstr "Расширенные настройки"
msgid "Allow VLAN Forwards"
msgstr "Разрешить переадресацию VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Выбор канала из белого списка"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Только список разрешений"
@@ -149,19 +149,19 @@ msgstr "Всегда разрешать определенные переадр
msgid "Always block certain VLAN forwards."
msgstr "Всегда блокировать определенные переадресации VLAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Автоматически разрешать исходящие соединения"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Автоматический список разрешений"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Автоблокировка подсети"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Автоматический блок-лист"
@@ -169,7 +169,7 @@ msgstr "Автоматический блок-лист"
msgid "Auto Detection"
msgstr "Автоопределение"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -177,7 +177,7 @@ msgstr ""
"Автоматическое добавление целых подсетей в список блокировки Set на основе "
"дополнительного запроса RDAP с подозрительным IP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -185,7 +185,7 @@ msgstr ""
"Автоматическое добавление разрешенных доменов и подозрительных IP-адресов в "
"локальный блок-лист banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -213,13 +213,13 @@ msgstr "Тип блока"
msgid "Block VLAN Forwards"
msgstr "Блокировка переадресации VLAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Выбор канала черного списка"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
-msgstr "Срок действия черного списка"
+msgstr "Задать срок действия блок-листа"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:19
msgid ""
@@ -275,7 +275,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с "
"онлайн-документацией</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Страны"
@@ -311,7 +311,7 @@ msgstr ""
"Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, "
"подсетей, протоколов и утилит."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Отключить"
@@ -351,19 +351,19 @@ msgstr ""
"Тихо отбрасывать пакеты или активно отклонять трафик в цепочках WAN-Input и "
"WAN-Forward."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Уведомление по электронной почте"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Профиль электронной почты"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Адрес получателя"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Адрес отправителя"
@@ -371,7 +371,7 @@ msgstr "Адрес отправителя"
msgid "E-Mail Settings"
msgstr "Настройки электронной почты"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Тема"
@@ -420,17 +420,16 @@ msgstr "Включает поддержку IPv4."
msgid "Enables IPv6 support."
msgstr "Включает поддержку IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-"Время истечения срока действия для автоматически добавляемых членов набора "
-"списков блокировки."
+"Срок действия для автоматически добавленных блоклистов Задать участников."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Внешние каналы списка разрешенний"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Внешние каналы блок-листа"
@@ -474,7 +473,7 @@ msgstr "Высокий приоритет"
msgid "Highest Priority"
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:615
msgid "IP"
msgstr "IP"
@@ -486,10 +485,18 @@ msgstr "Поиск IP-адресов"
msgid "IP Search..."
msgstr "Поиск IP-адресов..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr "Сетевые интерфейсы IPv4"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Поддержка iPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr "Сетевые интерфейсы IPv6"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Поддержка IPv6"
@@ -553,7 +560,7 @@ msgstr ""
"Ограничьте количество ядер процессора, используемых banIP для экономии "
"оперативной памяти."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Ограничить функцию автоматического разрешения исходящего канала."
@@ -573,11 +580,19 @@ msgstr "Список доступных интерфейсов триггера
msgid "List the elements of a specific banIP-related Set."
msgstr "Перечислите элементы конкретного набора, связанного с запретом."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Локальные настройки канала"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+"Место для разбора лог-файла, например, через syslog-ng, для отключения "
+"стандартного разбора через logread."
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Счетчик журналов"
@@ -585,11 +600,7 @@ msgstr "Счетчик журналов"
msgid "Log LAN-Forward"
msgstr "Журнал LAN-Forward"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Уровень ведения журнала"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Ограничение журнала"
@@ -597,7 +608,7 @@ msgstr "Ограничение журнала"
msgid "Log Settings"
msgstr "Настройки журнала"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Условия ведения журнала"
@@ -622,6 +633,10 @@ msgstr "Журнал подозрительных перенаправленны
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Ведите журнал подозрительных входящих пакетов WAN (сброшенных)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr "Файл журнала"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Максимальное количество открытых файлов"
@@ -634,6 +649,10 @@ msgstr "Приоритет цепочки NFT"
msgid "NFT Information"
msgstr "Информация NFT"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr "Уровень журнала NFT"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "Политика набора NFT"
@@ -642,11 +661,6 @@ msgstr "Политика набора NFT"
msgid "Network Devices"
msgstr "Сетевые устройства"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Сетевые интерфейсы"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Уровень nice"
@@ -676,7 +690,7 @@ msgstr ""
"Количество попыток загрузки в случае ошибки (не поддерживается uclient-"
"fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -695,7 +709,7 @@ msgstr ""
msgid "Overview"
msgstr "Обзор"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -708,22 +722,22 @@ msgstr ""
msgid "Processing Log"
msgstr "Обработка журнала"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
"Профиль, используемый 'msmtp' для электронной почты с уведомлением banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Формат протокола/URL не поддерживается"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Получайте уведомления по электронной почте при каждом запуске banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -755,7 +769,7 @@ msgstr "Элементы отчета"
msgid "Restart"
msgstr "Перезапустить"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
@@ -809,7 +823,7 @@ msgstr "Выберите логический сетевой интерфейс
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Выберите логический сетевой интерфейс (интерфейсы) WAN IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Адрес отправителя для электронных писем с уведомлением banIP."
@@ -872,7 +886,7 @@ msgstr "Состояние"
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr "Подсеть (по умолчанию)"
@@ -900,7 +914,7 @@ msgstr "Список разрешений слишком большой, не у
msgid "The blocklist is too big, unable to save modifications."
msgstr "Блок-лист слишком большой, не удается сохранить изменения."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -962,7 +976,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Временная метка"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -970,7 +984,7 @@ msgstr ""
"Чтобы включить уведомления по электронной почте, установите пакет 'msmtp' и "
"укажите правильный адрес получателя электронной почты."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Тема для электронной почты с уведомлением о banIP."
@@ -1115,6 +1129,12 @@ msgstr "отклонить"
msgid "warn (default)"
msgstr "предупреждение (по умолчанию)"
+#~ msgid "Log Level"
+#~ msgstr "Уровень ведения журнала"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Сетевые интерфейсы"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/sk/banip.po b/applications/luci-app-banip/po/sk/banip.po
index 71cbd9247e..fa759a1245 100644
--- a/applications/luci-app-banip/po/sk/banip.po
+++ b/applications/luci-app-banip/po/sk/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr "Prehľad"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/sv/banip.po b/applications/luci-app-banip/po/sv/banip.po
index cd722ba850..eb6ccb078d 100644
--- a/applications/luci-app-banip/po/sv/banip.po
+++ b/applications/luci-app-banip/po/sv/banip.po
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (stäng av)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (standard)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (standard)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASN:er"
@@ -122,11 +122,11 @@ msgstr "Avancerade inställningar"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Endast tillåt-listan"
@@ -144,19 +144,19 @@ msgstr "Tillåt alltid vissa VLAN-vidarebefordringar."
msgid "Always block certain VLAN forwards."
msgstr "Blockera alltid vissa VLAN-vidarebefordringar."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Automatisk tillåt-lista"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Blockera undernät automatiskt"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Automatisk blockeringslista"
@@ -164,19 +164,19 @@ msgstr "Automatisk blockeringslista"
msgid "Auto Detection"
msgstr "Automatisk detektering"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -257,7 +257,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Länder"
@@ -291,7 +291,7 @@ msgstr ""
"Upptäck automatiskt relevanta nätverksenheter, gränssnitt, undernät, "
"protokoll och verktyg."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Stäng av"
@@ -329,19 +329,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "E-postavisering"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-postprofil"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Mottagarens e-postadress"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post"
@@ -349,7 +349,7 @@ msgstr "Avsändaradress för e-post"
msgid "E-Mail Settings"
msgstr "E-postinställningar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "E-postämne"
@@ -398,15 +398,15 @@ msgstr "Aktiverar IPv4-stöd."
msgid "Enables IPv6 support."
msgstr "Aktiverar IPv6-stöd."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Externa flöden för tillåt-listan"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "External flöden för blockeringslistan"
@@ -450,7 +450,7 @@ msgstr "Hög prioritet"
msgid "Highest Priority"
msgstr "Högsta prioritet"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -462,10 +462,18 @@ msgstr "IP-sökning"
msgid "IP Search..."
msgstr "Sök IP..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4-stöd"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6-stöd"
@@ -525,7 +533,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -543,11 +551,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -555,11 +569,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -567,7 +577,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -591,6 +601,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -603,6 +617,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -611,11 +629,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -643,7 +656,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -658,7 +671,7 @@ msgstr ""
msgid "Overview"
msgstr "Överblick"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -668,21 +681,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -712,7 +725,7 @@ msgstr ""
msgid "Restart"
msgstr "Starta om"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -765,7 +778,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -824,7 +837,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -852,7 +865,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -898,13 +911,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/sw/banip.po b/applications/luci-app-banip/po/sw/banip.po
index 58a4f8ec48..5d93f5d562 100644
--- a/applications/luci-app-banip/po/sw/banip.po
+++ b/applications/luci-app-banip/po/sw/banip.po
@@ -34,7 +34,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -82,11 +82,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -94,7 +94,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -392,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -519,7 +527,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -549,11 +563,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -561,7 +571,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -585,6 +595,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -652,7 +665,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +772,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -818,7 +831,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/templates/banip.pot b/applications/luci-app-banip/po/templates/banip.pot
index beb7a48aad..395138cd7a 100644
--- a/applications/luci-app-banip/po/templates/banip.pot
+++ b/applications/luci-app-banip/po/templates/banip.pot
@@ -25,7 +25,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -37,11 +37,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -57,7 +57,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -73,11 +73,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -85,7 +85,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -113,11 +113,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -135,19 +135,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -155,19 +155,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -193,11 +193,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -244,7 +244,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -276,7 +276,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -314,19 +314,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr ""
@@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr ""
@@ -383,15 +383,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -435,7 +435,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -447,10 +447,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -510,7 +518,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -528,11 +536,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -540,11 +554,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -552,7 +562,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -576,6 +586,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -588,6 +602,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -596,11 +614,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -628,7 +641,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -643,7 +656,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -653,21 +666,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -697,7 +710,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -750,7 +763,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -809,7 +822,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -837,7 +850,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -883,13 +896,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/tr/banip.po b/applications/luci-app-banip/po/tr/banip.po
index 622f2249dc..7ff2d11342 100644
--- a/applications/luci-app-banip/po/tr/banip.po
+++ b/applications/luci-app-banip/po/tr/banip.po
@@ -1,100 +1,100 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-07-05 23:42+0000\n"
-"Last-Translator: ToldYouThat <itoldyouthat@protonmail.com>\n"
+"PO-Revision-Date: 2023-11-05 20:27+0000\n"
+"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/tr/>\n"
"Language: tr\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.8-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
-msgstr ""
+msgstr "-- Seçimi Ayarla --"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399
msgid "-100"
-msgstr ""
+msgstr "-100"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400
msgid "-200 (default)"
-msgstr ""
+msgstr "-200 (varsayılan)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:401
msgid "-300"
-msgstr ""
+msgstr "-300"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402
msgid "-400"
-msgstr ""
+msgstr "-400"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398
msgid "0"
-msgstr ""
+msgstr "0"
-#: 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:504
msgid "0 (disable)"
-msgstr ""
+msgstr "0 (devre dışı bırak)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311
msgid "1"
-msgstr ""
+msgstr "1"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:314
msgid "10"
-msgstr ""
+msgstr "10"
-#: 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:506
msgid "100 (default)"
-msgstr ""
+msgstr "100 (varsayılan)"
-#: 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:509
msgid "1000"
-msgstr ""
+msgstr "1000"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:340
msgid "1024 (default)"
-msgstr ""
+msgstr "1024 (varsayılan)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:315
msgid "20"
-msgstr ""
+msgstr "20"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341
msgid "2048"
-msgstr ""
+msgstr "2048"
-#: 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:507
msgid "250"
-msgstr ""
+msgstr "250"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312
msgid "3"
-msgstr ""
+msgstr "3"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:342
msgid "4096"
-msgstr ""
+msgstr "4096"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:313
msgid "5 (default)"
-msgstr ""
+msgstr "5 (varsayılan)"
-#: 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:505
msgid "50"
-msgstr ""
+msgstr "50"
-#: 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:508
msgid "500"
-msgstr ""
+msgstr "500"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:339
msgid "512"
-msgstr ""
+msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASN'ler"
@@ -104,83 +104,93 @@ msgstr "Aktif Cihazlar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:167
msgid "Active Feeds"
-msgstr ""
+msgstr "Aktif Akışlar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
msgid "Active Uplink"
-msgstr ""
+msgstr "Aktif Yukarı Bağlantı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305
msgid "Additional trigger delay in seconds during interface reload and boot."
msgstr ""
+"Arayüzün yeniden yüklenmesi ve başlatılması sırasında saniye cinsinden ek "
+"tetikleme gecikmesi."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237
msgid "Advanced Settings"
-msgstr ""
+msgstr "Gelişmiş Ayarlar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Allow VLAN Forwards"
-msgstr ""
+msgstr "VLAN Yönlendirmelerine İzin Ver"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
-msgstr ""
+msgstr "İzin Verilenler Listesi Akış Seçimi"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
-msgstr ""
+msgstr "Yalnızca İzin Verilenler Listesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:19
msgid ""
"Allowlist modifications have been saved, start the Domain Lookup or restart "
"banIP that changes take effect."
msgstr ""
+"İzin verilenler listesi değişiklikleri kaydedildi, Etki Alanı Arama'yı "
+"başlatın veya değişikliklerin etkili olması için banIP'yi yeniden başlatın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406
msgid "Always allow certain VLAN forwards."
-msgstr ""
+msgstr "Her zaman belirli VLAN yönlendirmelerine izin verin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412
msgid "Always block certain VLAN forwards."
-msgstr ""
+msgstr "Her zaman belirli VLAN iletimlerini engelle."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
-msgstr ""
+msgstr "Yukarı Bağlantıya Otomatik İzin Ver"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
-msgstr ""
+msgstr "Otomatik İzin Verilenler Listesi"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
-msgstr ""
+msgstr "Alt Ağı Otomatik Engelle"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
-msgstr ""
+msgstr "Otomatik Engelleme Listesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:252
msgid "Auto Detection"
msgstr "Otomatik Algılama"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
+"Şüpheli IP'ye sahip ek bir RDAP isteğine dayalı olarak tüm alt ağları "
+"otomatik olarak engelleme listesi kümesine ekle."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
+"Çözümlenen etki alanlarını ve şüpheli IP'leri otomatik olarak yerel banIP "
+"engelleme listesine ekle."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
msgstr ""
+"Çözümlenmiş etki alanlarını ve yukarı bağlantı IP'lerini yerel banIP izin "
+"verilenler listesine otomatik olarak ekle."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368
msgid "Backup Directory"
@@ -188,43 +198,47 @@ msgstr "Yedekleme Dizini"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364
msgid "Base Directory"
-msgstr ""
+msgstr "Temel Dizin"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:364
msgid "Base working directory while banIP processing."
-msgstr ""
+msgstr "BanIP işlenirken temel çalışma dizini."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418
msgid "Block Type"
-msgstr ""
+msgstr "Blok Türü"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412
msgid "Block VLAN Forwards"
-msgstr ""
+msgstr "VLAN İletimlerini Engelle"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
-msgstr ""
+msgstr "Engellenenler Listesi Akış Seçimi"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
-msgstr ""
+msgstr "Engellenenler Listesinin Sona Ermesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:19
msgid ""
"Blocklist modifications have been saved, start the Domain Lookup or restart "
"banIP that changes take effect."
msgstr ""
+"Engelleme listesi değişiklikleri kaydedildi, Etki Alanı Aramayı başlatın "
+"veya değişikliklerin etkili olması için banIP'yi yeniden başlatın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424
msgid ""
"By default each feed is active in all supported chains. Limit the default "
"block policy to a certain chain."
msgstr ""
+"Varsayılan olarak her feed, desteklenen tüm zincirlerde etkindir. Varsayılan "
+"engelleme politikasını belirli bir zincirle sınırlandır."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346
msgid "CPU Cores"
-msgstr ""
+msgstr "CPU Çekirdekleri"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:39
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:106
@@ -233,17 +247,19 @@ msgstr "İptal"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:238
msgid "Chain/Set Settings"
-msgstr ""
+msgstr "Zincir/Set Ayarları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:327
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:389
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
+"Bu sekmedeki değişikliklerin etkili olması için banIP hizmetinin yeniden "
+"başlatılması gerekir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288
msgid "Clear Custom Feeds"
-msgstr ""
+msgstr "Özel Akışları Temizle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
msgid ""
@@ -252,28 +268,35 @@ msgid ""
"openwrt/packages/blob/master/net/banip/files/README.md\" target=\"_blank\" "
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
+"banIP paketinin, adlandırılmış nftables Setleri aracılığıyla gelen ve giden "
+"IP'leri yasaklayacak şekilde yapılandırılması. Daha fazla bilgi için<a "
+"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
+"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >çevrimiçi "
+"belgelere bakın </a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Ülkeler"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:174
msgid "Custom Feed Editor"
-msgstr ""
+msgstr "Özel Akış Düzenleyicisi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376
msgid ""
"Deduplicate IP addresses across all active Sets and tidy up the local "
"blocklist."
msgstr ""
+"Tüm aktif Setlerdeki IP adreslerini tekilleştirin ve yerel engelleme "
+"listesini düzenleyin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376
msgid "Deduplicate IPs"
-msgstr ""
+msgstr "IP'leri tekilleştirme"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424
msgid "Default Block Policy"
-msgstr ""
+msgstr "Varsayılan Engelleme Politikası"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:229
msgid "Description"
@@ -284,14 +307,16 @@ msgid ""
"Detect relevant network devices, interfaces, subnets, protocols and "
"utilities automatically."
msgstr ""
+"İlgili ağ cihazlarını, arayüzleri, alt ağları, protokolleri ve yardımcı "
+"programları otomatik olarak tespit et."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
-msgstr ""
+msgstr "Devre dışı bırak"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
msgid "Domain Lookup"
-msgstr ""
+msgstr "Alan Adı Arama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319
msgid "Don't check SSL server certificates during download."
@@ -299,7 +324,7 @@ msgstr "İndirme sırasında SSL sunucu sertifikalarını kontrol etme."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261
msgid "Download Custom Feeds"
-msgstr ""
+msgstr "Özel Akışları İndir"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319
msgid "Download Insecure"
@@ -311,7 +336,7 @@ msgstr "İndirme Parametreleri"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310
msgid "Download Retries"
-msgstr ""
+msgstr "Yeniden İndirme Denemeleri"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:286
msgid "Download Utility"
@@ -322,55 +347,57 @@ msgid ""
"Drop packets silently or actively reject the traffic on WAN-Input and WAN-"
"Forward chains."
msgstr ""
+"Paketleri sessizce bırak veya WAN-Giriş ve WAN-İleri zincirlerindeki trafiği "
+"aktif olarak reddet."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "E-Posta Bildirimi"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-Posta Profili"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "E-Posta Alıcı Adresi"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-Posta Gönderen Adresi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:240
msgid "E-Mail Settings"
-msgstr ""
+msgstr "E mail ayarları"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "E-Posta Konusu"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:36
msgid "Edit Allowlist"
-msgstr ""
+msgstr "İzin Verilenler Listesini Düzenle"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:44
msgid "Edit Blocklist"
-msgstr ""
+msgstr "Engellenenler Listesini Düzenle"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:52
msgid "Edit Custom Feeds"
-msgstr ""
+msgstr "Özel Akışları Düzenle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:163
msgid "Element Count"
-msgstr ""
+msgstr "Öğe Sayısı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:155
msgid "Elements"
-msgstr ""
+msgstr "Öğeler"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Empty field not allowed"
-msgstr ""
+msgstr "Boş alana izin verilmiyor"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service."
@@ -379,6 +406,7 @@ msgstr "BanIP hizmetini etkinleştirin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors."
msgstr ""
+"İşleme hataları durumunda ayrıntılı hata ayıklama günlüğünü etkinleştir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enabled"
@@ -386,47 +414,49 @@ msgstr "Etkin"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "Enables IPv4 support."
-msgstr ""
+msgstr "IPv4 desteğini etkinleştirir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "Enables IPv6 support."
-msgstr ""
+msgstr "IPv6 desteğini etkinleştirir."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
+"Otomatik olarak eklenen engellenenler listesi Kümesi üyelerinin sona erme "
+"süresi."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
-msgstr ""
+msgstr "Harici izin verilenler listesi akışları"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
-msgstr ""
+msgstr "Harici engellenenler listesi akışları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
msgid "Feed Name"
-msgstr ""
+msgstr "Akış Adı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:241
msgid "Feed Selection"
-msgstr ""
+msgstr "Akış Seçimi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279
msgid "Fill Custom Feeds"
-msgstr ""
+msgstr "Özel Akışları Doldur"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:68
msgid "Firewall Log"
-msgstr ""
+msgstr "Güvenlik Duvarı Günlüğü"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:238
msgid "Flag"
-msgstr ""
+msgstr "Bayrak"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245
msgid "Flag not supported"
-msgstr ""
+msgstr "Bayrak desteklenmiyor"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:236
msgid "General Settings"
@@ -444,22 +474,30 @@ msgstr "Yüksek öncelik"
msgid "Highest Priority"
msgstr "En yüksek öncelik"
-#: 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:615
msgid "IP"
-msgstr ""
+msgstr "IP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
msgid "IP Search"
-msgstr ""
+msgstr "IP Arama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215
msgid "IP Search..."
-msgstr ""
+msgstr "IP Arama..."
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr "IPv4 Ağ Arayüzleri"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4 Desteği"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr "IPv6 Ağ Arayüzleri"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6 Desteği"
@@ -469,6 +507,8 @@ msgid ""
"Increase the maximal number of open files, e.g. to handle the amount of "
"temporary split files while loading the Sets."
msgstr ""
+"Maksimum açık dosya sayısını artır, örn. Setleri yüklerken geçici bölünmüş "
+"dosyaların miktarını yönetmek için."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
msgid "Information"
@@ -476,20 +516,20 @@ msgstr "Bilgi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
msgid "Invalid characters"
-msgstr ""
+msgstr "Geçersiz karakter"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:119
msgid "Invalid input values, unable to save modifications."
-msgstr ""
+msgstr "Geçersiz giriş değerleri, değişiklikler kaydedilemiyor."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:158
msgid "LAN-Forward (packets)"
-msgstr ""
+msgstr "LAN-İleri (paketler)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458
msgid "LAN-Forward Chain"
-msgstr ""
+msgstr "LAN-İleri Zincir"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:191
msgid "Last Run"
@@ -505,127 +545,138 @@ msgstr "Daha Az Öncelik"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458
msgid "Limit certain feeds to the LAN-Forward chain."
-msgstr ""
+msgstr "Belirli akışları LAN-İleri zinciriyle sınırla."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448
msgid "Limit certain feeds to the WAN-Forward chain."
-msgstr ""
+msgstr "Belirli akışları WAN-İleri zinciriyle sınırla."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:438
msgid "Limit certain feeds to the WAN-Input chain."
-msgstr ""
+msgstr "Belirli akışları WAN-Giriş zinciriyle sınırla."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
+"RAM'den tasarruf etmek için banIP tarafından kullanılan işlemci "
+"çekirdeklerini sınırla."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
-msgstr ""
+msgstr "Yukarı bağlantı otomatik izin verme işlevini sınırla."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380
msgid ""
"List Set elements in the status and report, disable this to reduce the CPU "
"load."
msgstr ""
+"Durum ve rapordaki öğeleri listele, CPU yükünü azaltmak için bunu devre dışı "
+"bırakın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300
msgid "List of available reload trigger interface(s)."
-msgstr ""
+msgstr "Mevcut yeniden yükleme tetikleyici arayüz(ler)in listesi."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set."
-msgstr ""
+msgstr "BanIP ile ilgili belirli bir kümenin öğelerinin listesi."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
+msgstr "Yerel yayın ayarları"
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
msgstr ""
+"Logread aracılığıyla standart ayrıştırmayı devre dışı bırakmak için günlük "
+"dosyasını, örneğin syslog-ng aracılığıyla ayrıştırma konumu."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
-msgstr ""
+msgstr "Günlük Sayısı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
msgid "Log LAN-Forward"
-msgstr ""
+msgstr "LAN-İleriyi Günlükle"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Günlük Sınırı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:239
msgid "Log Settings"
-msgstr ""
+msgstr "Günlük Ayarları"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Günlük Şartları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492
msgid "Log WAN-Forward"
-msgstr ""
+msgstr "WAN-İleriyi Günlükle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "Log WAN-Input"
-msgstr ""
+msgstr "WAN-Girişi Günlükle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
msgid "Log suspicious forwarded LAN packets (rejected)."
-msgstr ""
+msgstr "İletilen şüpheli LAN paketlerini günlüğe kaydet (reddedilen)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:492
msgid "Log suspicious forwarded WAN packets (dropped)."
-msgstr ""
+msgstr "Şüpheli iletilen WAN paketlerini (bırakılan) günlüğe kaydet."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:488
msgid "Log suspicious incoming WAN packets (dropped)."
-msgstr ""
+msgstr "Şüpheli gelen WAN paketlerini (bırakılan) günlüğe kaydet."
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr "Günlük Dosyası Konumu"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
-msgstr ""
+msgstr "Maksimum Açık Dosya Sayısı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:397
msgid "NFT Chain Priority"
-msgstr ""
+msgstr "NFT Zincir Önceliği"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:179
msgid "NFT Information"
-msgstr ""
+msgstr "NFT Bilgileri"
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr "NFT Günlük Kaydı Seviyesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
-msgstr ""
+msgstr "NFT Ayar Politikası"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:265
msgid "Network Devices"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Ağ arayüzleri"
+msgstr "Ağ cihazları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
-msgstr ""
+msgstr "Güzel Düzey"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:54
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:120
msgid "No Search results!"
-msgstr ""
+msgstr "Arama sonucu bulunamadı!"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/firewall_log.js:21
msgid "No banIP related firewall logs yet!"
-msgstr ""
+msgstr "Henüz banIP ile ilgili güvenlik duvarı kaydı yok!"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21
msgid "No banIP related processing logs yet!"
-msgstr ""
+msgstr "Henüz banIP ile ilgili işlem günlüğü yok!"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
msgid "Normal Priority (default)"
@@ -636,51 +687,62 @@ msgid ""
"Number of download attempts in case of an error (not supported by uclient-"
"fetch)."
msgstr ""
+"Hata durumunda indirme denemelerinin sayısı (uclient-fetch tarafından "
+"desteklenmez)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
+"Engellemeden önce günlükteki aynı IP ile yapılan başarısız oturum açma "
+"denemelerinin sayısı."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:295
msgid ""
"Override the pre-configured download options for the selected download "
"utility."
msgstr ""
+"Seçilen indirme yardımcı programı için önceden yapılandırılmış indirme "
+"seçeneklerini geçersiz kıl."
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:28
msgid "Overview"
msgstr "Genel bakış"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
msgstr ""
+"Şüpheli olaylar için yalnızca belirtilen son sayıdaki günlük girişini "
+"ayrıştırın. Günlük izleyiciyi tamamen devre dışı bırakmak için onu '0' "
+"olarak ayarlayın."
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76
msgid "Processing Log"
-msgstr ""
+msgstr "İşlem Günlüğü"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için 'msmtp' tarafından kullanılan profil."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
-msgstr ""
+msgstr "Protokol/URL formatı desteklenmiyor"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
-msgstr ""
+msgstr "Her banIP çalıştırmasında E-Posta bildirimleri alın."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
msgstr ""
+"banIP bildirim E-Postaları için alıcı adresi, bu bilgi E-Posta işlevini "
+"etkinleştirmek için gereklidir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222
msgid "Refresh"
@@ -692,7 +754,7 @@ msgstr "Yeniden yükle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:300
msgid "Reload Trigger Interface"
-msgstr ""
+msgstr "Tetikleyici Arayüzünü Yeniden Yükle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory"
@@ -700,15 +762,15 @@ msgstr "Rapor Dizini"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:380
msgid "Report Elements"
-msgstr ""
+msgstr "Rapor Unsurları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:225
msgid "Restart"
-msgstr "Yeniden başlat"
+msgstr "Tekrar başlat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
-msgstr ""
+msgstr "İnternet erişimini az sayıda güvenli IP'ye kısıtlayın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:26
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:93
@@ -717,11 +779,11 @@ msgstr "Sonuç"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:214
msgid "Rulev4"
-msgstr ""
+msgstr "Kuralv4"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:227
msgid "Rulev6"
-msgstr ""
+msgstr "Kuralv6"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:187
msgid "Run Flags"
@@ -733,74 +795,76 @@ msgstr "Çalıştırma Bilgileri"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297
msgid "Save Custom Feeds"
-msgstr ""
+msgstr "Özel Akışları Kaydet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:62
msgid "Search"
-msgstr ""
+msgstr "Ara"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:12
msgid "Search the banIP-related Sets for a specific IP."
-msgstr ""
+msgstr "Belirli bir IP için banIP ile ilgili Setleri ara."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:286
msgid "Select one of the pre-configured download utilities."
-msgstr ""
+msgstr "Önceden yapılandırılmış indirme yardımcı programlarından birini seçin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:265
msgid "Select the WAN network device(s)."
-msgstr ""
+msgstr "WAN ağ aygıtını/cihazlarını seçin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
msgid "Select the logical WAN IPv4 network interface(s)."
-msgstr ""
+msgstr "Mantıksal WAN IPv4 ağ arayüzünü/arayüzlerini seçin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
msgid "Select the logical WAN IPv6 network interface(s)."
-msgstr ""
+msgstr "Mantıksal WAN IPv6 ağ arayüzünü/arayüzlerini seçin."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için gönderen adresi."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:85
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:154
msgid "Set"
-msgstr ""
+msgstr "Ayarla"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:60
msgid "Set Reporting"
-msgstr ""
+msgstr "Raporlamayı Ayarla"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355
msgid "Set Split Size"
-msgstr ""
+msgstr "Bölme Boyutunu Ayarla"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:81
msgid "Set Survey"
-msgstr ""
+msgstr "Araştırmayı Ayarla"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208
msgid "Set Survey..."
-msgstr ""
+msgstr "Araştırmayı Ayarla..."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229
msgid "Set details"
-msgstr ""
+msgstr "Ayrıntıları ayarla"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:397
msgid ""
"Set the nft chain priority within the banIP table. Please note: lower values "
"means higher priority."
msgstr ""
+"banIP tablosunda nft zincir önceliğini ayarlayın. Lütfen unutmayın: daha "
+"düşük değerler daha yüksek öncelik anlamına gelir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "Set the nft policy for banIP-related Sets."
-msgstr ""
+msgstr "banIP ile ilgili Setler için nft politikasını ayarlayın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
msgid "Set the syslog level for NFT logging."
-msgstr ""
+msgstr "NFT günlüğü için sistem günlüğü düzeyini ayarlayın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:234
msgid "Settings"
@@ -809,62 +873,71 @@ msgstr "Ayarlar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355
msgid "Split external Set loading after every n members to save RAM."
msgstr ""
+"RAM'den tasarruf etmek için harici Set yüklemesini her n üyeden sonra böl."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155
msgid "Status"
-msgstr ""
+msgstr "Durum"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:211
msgid "Stop"
-msgstr ""
+msgstr "Dur"
-#: 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:614
msgid "Subnet (default)"
-msgstr ""
+msgstr "Alt ağ (varsayılan)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
msgid "Survey"
-msgstr ""
+msgstr "Araştırma"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:195
msgid "System Information"
-msgstr ""
+msgstr "Sistem bilgisi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Target directory for banIP-related report files."
-msgstr ""
+msgstr "banIP ile ilgili rapor dosyaları için hedef dizin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:368
msgid "Target directory for compressed feed backups."
-msgstr ""
+msgstr "Sıkıştırılmış akış yedeklemeleri için hedef dizin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:28
msgid "The allowlist is too big, unable to save modifications."
msgstr ""
+"İzin verilenler listesi çok büyük olduğundan değişiklikler kaydedilemiyor."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:28
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
+"Engellenenler listesi çok büyük olduğundan değişiklikler kaydedilemiyor."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
msgstr ""
+"Varsayılan günlük terimleri/düzenli ifadeler şüpheli ssh, LuCI, nginx ve "
+"asterisk trafiğini filtreler."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "The selected priority will be used for banIP background processing."
-msgstr ""
+msgstr "Seçilen öncelik banIP'in arka planda işlenmesi için kullanılacaktır."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/firewall_log.js:28
msgid ""
"The syslog output, prefiltered for banIP-related firewall log entries only."
msgstr ""
+"Yalnızca banIP ile ilgili güvenlik duvarı günlük girişleri için önceden "
+"filtrelenmiş sistem günlüğü çıkışı."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28
msgid ""
"The syslog output, prefiltered for banIP-related processing log entries only."
msgstr ""
+"Yalnızca banIP ile ilgili işlem günlüğü girişleri için önceden filtrelenmiş "
+"sistem günlüğü çıkışı."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
msgid ""
@@ -873,6 +946,10 @@ msgid ""
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
"notation and MAC/IP-bindings are allowed."
msgstr ""
+"Bu, belirli MAC, IP adresleri veya alan adlarına izin verecek yerel banIP "
+"izin verilenler listesidir.<br /> <em><b>Lütfen unutmayın:</b></em> yalnızca "
+"tam olarak bir MAC/IPv4/IPv6 ekleyin satır başına adres veya alan adı. CIDR "
+"gösterimindeki ve MAC/IP bağlamalarındaki aralıklara izin verilir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
msgid ""
@@ -881,24 +958,32 @@ msgid ""
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
"notation and MAC/IP-bindings are allowed."
msgstr ""
+"Bu, belirli MAC, IP adresleri veya alan adlarını engelleyecek yerel banIP "
+"engelleme listesidir.<br /> <em><b>Lütfen unutmayın:</b></em> yalnızca tam "
+"olarak bir MAC/IPv4/IPv6 ekleyin satır başına adres veya alan adı. CIDR "
+"gösterimindeki ve MAC/IP bağlamalarındaki aralıklara izin verilir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
msgid ""
"This tab shows the last generated Set Report, press the 'Refresh' button to "
"get a new one."
msgstr ""
+"Bu sekme en son oluşturulan Set Raporunu gösterir, yeni bir rapor almak için "
+"'Yenile' düğmesine basın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191
msgid "Timestamp"
msgstr "Zaman damgası"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
+"E-posta bildirimlerini etkinleştirmek için 'msmtp' paketini kurun ve geçerli "
+"bir E-Posta alıcı adresi belirtin."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için konu."
@@ -908,26 +993,26 @@ msgstr "Tetikleme Gecikmesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
msgid "URLv4"
-msgstr ""
+msgstr "URLv4"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:216
msgid "URLv6"
-msgstr ""
+msgstr "URLv6"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:22
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:22
msgid "Unable to save modifications: %s"
-msgstr ""
+msgstr "Düzenlemeler kaydedilemedi: %s"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270
msgid "Upload Custom Feeds"
-msgstr ""
+msgstr "Özel Akışları Yükle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:78
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:85
msgid "Upload of the custom feed file failed."
-msgstr ""
+msgstr "Özel akış dosyasının yüklenmesi başarısız oldu."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Verbose Debug Logging"
@@ -935,25 +1020,25 @@ msgstr "Ayrıntılı Hata Ayıklama Günlüğü"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:159
msgid "Version"
-msgstr ""
+msgstr "Sürüm"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:157
msgid "WAN-Forward (packets)"
-msgstr ""
+msgstr "WAN-İleri (paketler)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:426
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448
msgid "WAN-Forward Chain"
-msgstr ""
+msgstr "WAN-İleri (Zincir)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:156
msgid "WAN-Input (packets)"
-msgstr ""
+msgstr "WAN-Giriş (paketler)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:425
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:438
msgid "WAN-Input Chain"
-msgstr ""
+msgstr "WAN-Giriş (Zincir)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:174
msgid ""
@@ -964,18 +1049,24 @@ msgid ""
"maintainers version just empty the custom feed file again (do not delete "
"it!)."
msgstr ""
+"Bu düzenleyiciyle yerel özel yayın dosyanızı yükleyebilir veya ilk dosyayı "
+"(paketle birlikte gönderilen sürümün 1:1 kopyası) doldurabilirsiniz. Dosya '/"
+"etc/banip/banip.custom.feeds' konumunda bulunur. Daha sonra bu dosyayı "
+"düzenleyebilir, girişleri silebilir, yenilerini ekleyebilir veya yerel bir "
+"yedekleme yapabilirsiniz. Bakımcı sürümüne geri dönmek için özel besleme "
+"dosyasını tekrar boşaltmanız yeterlidir (silmeyin!)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:478
msgid "alert"
-msgstr ""
+msgstr "uyarı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195
msgid "auto-added to allowlist today"
-msgstr ""
+msgstr "izin verilenler listesine bugün otomatik olarak eklendi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199
msgid "auto-added to blocklist today"
-msgstr ""
+msgstr "engellenenler listesine bugün otomatik olarak eklendi"
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:3
msgid "banIP"
@@ -983,59 +1074,65 @@ msgstr "banIP"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:479
msgid "crit"
-msgstr ""
+msgstr "kritik"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:484
msgid "debug"
-msgstr ""
+msgstr "hata ayıklama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:419
msgid "drop (default)"
-msgstr ""
+msgstr "bırak (varsayılan)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:477
msgid "emerg"
-msgstr ""
+msgstr "ortaya çıkan"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:480
msgid "err"
-msgstr ""
+msgstr "hata"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:483
msgid "info"
-msgstr ""
+msgstr "bilgi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:449
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "local allowlist"
-msgstr ""
+msgstr "yerel izin verilenler listesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:440
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:450
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:460
msgid "local blocklist"
-msgstr ""
+msgstr "yerel engellenenler listesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:392
msgid "memory (default)"
-msgstr ""
+msgstr "bellek (varsayılan)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
msgid "notice"
-msgstr ""
+msgstr "ikaz"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
msgid "performance"
-msgstr ""
+msgstr "performans"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:420
msgid "reject"
-msgstr ""
+msgstr "reddet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "warn (default)"
-msgstr ""
+msgstr "uyar (varsayılan)"
+
+#~ msgid "Log Level"
+#~ msgstr "Günlük Seviyesi"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Ağ arayüzleri"
#~ msgid "List of available network interfaces to trigger the banIP start."
#~ msgstr "BanIP başlangıcını tetiklemek için mevcut ağ arayüzlerinin listesi."
diff --git a/applications/luci-app-banip/po/uk/banip.po b/applications/luci-app-banip/po/uk/banip.po
index bd69a3e189..d5f869ce91 100644
--- a/applications/luci-app-banip/po/uk/banip.po
+++ b/applications/luci-app-banip/po/uk/banip.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2022-12-29 23:53+0000\n"
-"Last-Translator: Dan <denqwerta@gmail.com>\n"
+"PO-Revision-Date: 2023-10-19 13:30+0000\n"
+"Last-Translator: Oleksandr Shvets <oleksandr.shvets@icloud.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbanip/uk/>\n"
"Language: uk\n"
@@ -9,11 +9,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 4.15.1-dev\n"
+"X-Generator: Weblate 5.1\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
-msgstr ""
+msgstr "— Встановити Обране —"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399
msgid "-100"
@@ -35,7 +35,7 @@ msgstr ""
msgid "0"
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:504
msgid "0 (disable)"
msgstr ""
@@ -47,11 +47,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
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:509
msgid "1000"
msgstr ""
@@ -67,7 +67,7 @@ msgstr ""
msgid "2048"
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:507
msgid "250"
msgstr ""
@@ -83,11 +83,11 @@ msgstr ""
msgid "5 (default)"
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:505
msgid "50"
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:508
msgid "500"
msgstr ""
@@ -95,7 +95,7 @@ msgstr ""
msgid "512"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr ""
@@ -123,11 +123,11 @@ msgstr ""
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr ""
@@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr ""
@@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr ""
@@ -286,7 +286,7 @@ msgid ""
"utilities automatically."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -324,19 +324,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "E-Mail повідомлення"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "E-Mail профіль"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "E-Mail адреса отримувача"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "E-Mail адреса відправника"
@@ -344,7 +344,7 @@ msgstr "E-Mail адреса відправника"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Тема"
@@ -393,15 +393,15 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -445,7 +445,7 @@ msgstr ""
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -457,10 +457,18 @@ msgstr ""
msgid "IP Search..."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr ""
@@ -520,7 +528,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -538,11 +546,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr ""
@@ -550,11 +564,7 @@ msgstr ""
msgid "Log LAN-Forward"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr ""
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr ""
@@ -562,7 +572,7 @@ msgstr ""
msgid "Log Settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr ""
@@ -586,6 +596,10 @@ msgstr ""
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr ""
@@ -598,6 +612,10 @@ msgstr ""
msgid "NFT Information"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -606,11 +624,6 @@ msgstr ""
msgid "Network Devices"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr ""
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr ""
@@ -638,7 +651,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -653,7 +666,7 @@ msgstr ""
msgid "Overview"
msgstr "Огляд"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -663,21 +676,21 @@ msgstr ""
msgid "Processing Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -707,7 +720,7 @@ msgstr ""
msgid "Restart"
msgstr "Перезапустити"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -760,7 +773,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr ""
@@ -819,7 +832,7 @@ msgstr ""
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -847,7 +860,7 @@ msgstr ""
msgid "The blocklist is too big, unable to save modifications."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -893,13 +906,13 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr ""
diff --git a/applications/luci-app-banip/po/vi/banip.po b/applications/luci-app-banip/po/vi/banip.po
index dd9f806deb..f63252e7a2 100644
--- a/applications/luci-app-banip/po/vi/banip.po
+++ b/applications/luci-app-banip/po/vi/banip.po
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (vô hiệu hóa)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (mặc định)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (mặc định)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "ASNs"
@@ -122,11 +122,11 @@ msgstr "Cài đặt nâng cao"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "Lựa chọn Feed cho Allowlist"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "Chỉ sử dụng Allowlist"
@@ -146,19 +146,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "Tự động cho phép Uplink"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "Allowlist tự động"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "Chặn Subnet tự động"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "Blocklist tự động"
@@ -166,7 +166,7 @@ msgstr "Blocklist tự động"
msgid "Auto Detection"
msgstr "Phát hiện tự động"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
@@ -174,7 +174,7 @@ msgstr ""
"Tự động thêm toàn bộ các subnet vào Blocklist dựa trên yêu cầu RDAP bổ sung "
"với IP đáng ngờ."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
@@ -182,7 +182,7 @@ msgstr ""
"Tự động thêm tên miền đã được giải quyết và các IP đáng ngờ vào danh sách "
"chặn banIP cục bộ."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -210,11 +210,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "Lựa chọn Feed cho Blocklist"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "Hết hạn của Blocklist Set"
@@ -271,7 +271,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\">kiểm tra tài liệu trực tuyến</"
"a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "Quốc gia"
@@ -307,7 +307,7 @@ msgstr ""
"Tự động phát hiện các thiết bị, giao diện, mạng con, giao thức và tiện ích "
"mạng liên quan."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "Vô hiệu hóa"
@@ -345,19 +345,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "Thông báo Email"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "Hồ sơ Email"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "Địa chỉ người nhận Email"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "Địa chỉ người gửi Email"
@@ -365,7 +365,7 @@ msgstr "Địa chỉ người gửi Email"
msgid "E-Mail Settings"
msgstr "Cài đặt E-Mail"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "Chủ đề Email"
@@ -414,15 +414,15 @@ msgstr "Bật hỗ trợ IPv4."
msgid "Enables IPv6 support."
msgstr "Bật hỗ trợ IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr "Thời gian hết hạn cho các thành viên danh sách chặn tự động thêm."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "Nguồn allowlist bên ngoài"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "Nguồn danh sách chặn bên ngoài"
@@ -466,7 +466,7 @@ msgstr "Ưu tiên cao"
msgid "Highest Priority"
msgstr "Ưu tiên cao nhất"
-#: 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:615
msgid "IP"
msgstr "IP"
@@ -478,10 +478,18 @@ msgstr "Tìm kiếm IP"
msgid "IP Search..."
msgstr "Tìm kiếm IP..."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "Hỗ trợ IPv4"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "Hỗ trợ IPv6"
@@ -543,7 +551,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."
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:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "Giới hạn chức năng uplink autoallow."
@@ -563,11 +571,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr "Liệt kê các phần tử của một Set liên quan đến banIP cụ thể."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "Cài đặt feed cục bộ"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "Số lượng Log"
@@ -575,11 +589,7 @@ msgstr "Số lượng Log"
msgid "Log LAN-Forward"
msgstr "Log LAN-Forward"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "Cấp độ ghi nhật ký"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "Giới hạn Log"
@@ -587,7 +597,7 @@ msgstr "Giới hạn Log"
msgid "Log Settings"
msgstr "Cài đặt Log"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "Điều khoản Log"
@@ -611,6 +621,10 @@ msgstr "Log gói WAN chuyển tiếp đáng ngờ (bị loại bỏ)."
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "Log gói WAN đến đáng ngờ (bị loại bỏ)."
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "Số tệp Mở Tối đa"
@@ -623,6 +637,10 @@ msgstr "Ưu tiên Chuỗi NFT"
msgid "NFT Information"
msgstr "Thông tin NFT"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "Chính sách NFT Set"
@@ -631,11 +649,6 @@ msgstr "Chính sách NFT Set"
msgid "Network Devices"
msgstr "Thiết bị Mạng"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "Giao diện Mạng"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Mức độ Nice"
@@ -665,7 +678,7 @@ msgstr ""
"Số lần thử tải xuống trong trường hợp có lỗi (không được hỗ trợ bởi uclient-"
"fetch)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr ""
@@ -683,7 +696,7 @@ msgstr ""
msgid "Overview"
msgstr "Tổng quan"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -695,21 +708,21 @@ msgstr ""
msgid "Processing Log"
msgstr "Log Xử lý"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Hồ sơ được sử dụng bởi 'msmtp' cho thư thông báo banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "Định dạng giao thức/URL không được hỗ trợ"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "Nhận thông báo qua E-Mail mỗi khi chạy banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -741,7 +754,7 @@ msgstr "Yếu tố báo cáo"
msgid "Restart"
msgstr "Khởi Động Lại"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
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ỏ."
@@ -794,7 +807,7 @@ msgstr "Chọn giao diện mạng IPv4 logic của WAN."
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Chọn giao diện mạng IPv6 logic của WAN."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "Địa chỉ người gửi cho thư thông báo banIP."
@@ -855,7 +868,7 @@ msgstr "Trạng thái"
msgid "Stop"
msgstr "Dừng"
-#: 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:614
msgid "Subnet (default)"
msgstr "Mạng con (mặc định)"
@@ -883,7 +896,7 @@ msgstr "Danh sách cho phép quá lớn, không thể lưu các chỉnh sửa."
msgid "The blocklist is too big, unable to save modifications."
msgstr "Danh sách chặn quá lớn, không thể lưu các chỉnh sửa."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -943,7 +956,7 @@ msgstr ""
msgid "Timestamp"
msgstr "Dấu thời gian"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
@@ -951,7 +964,7 @@ msgstr ""
"Để bật thông báo qua email, thiết lập gói 'msmtp' và chỉ định địa chỉ email "
"người nhận hợp lệ."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "Chủ đề cho Email thông báo banIP."
@@ -1096,6 +1109,12 @@ msgstr ""
msgid "warn (default)"
msgstr "cảnh báo (mặc định)"
+#~ msgid "Log Level"
+#~ msgstr "Cấp độ ghi nhật ký"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "Giao diện Mạng"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/zh_Hans/banip.po b/applications/luci-app-banip/po/zh_Hans/banip.po
index 8f24c156d1..a76ffb2f30 100644
--- a/applications/luci-app-banip/po/zh_Hans/banip.po
+++ b/applications/luci-app-banip/po/zh_Hans/banip.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-10-07 17:19+0000\n"
-"Last-Translator: Eric <hamburger2048@users.noreply.hosted.weblate.org>\n"
+"PO-Revision-Date: 2023-11-06 10:30+0000\n"
+"Last-Translator: Eric <zxmegaxqug@hldrive.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsbanip/zh_Hans/>\n"
"Language: zh_Hans\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 5.1-dev\n"
+"X-Generator: Weblate 5.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75
msgid "-- Set Selection --"
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr "0 (禁用)"
@@ -46,11 +46,11 @@ msgstr "1"
msgid "10"
msgstr "10"
-#: 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:506
msgid "100 (default)"
msgstr "100 (默认)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr "20"
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
msgstr "5 (默认)"
-#: 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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "平均取样数"
@@ -122,11 +122,11 @@ msgstr "高级设置"
msgid "Allow VLAN Forwards"
msgstr "允许 VLAN 转发"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr "白名单源选择"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "仅白名单"
@@ -144,19 +144,19 @@ msgstr "始终允许特定的 VLAN 转发。"
msgid "Always block certain VLAN forwards."
msgstr "始终拦截特定的 VLAN 转发。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr "自动允许上行线路"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "自动白名单"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr "自动拦截子网"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "自动黑名单"
@@ -164,19 +164,19 @@ msgstr "自动黑名单"
msgid "Auto Detection"
msgstr "自动检测"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr "基于和可疑 IP 地址的额外 RDAP 请求自动添加条目子网到黑名单集。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr "自动添加已解析域名和可疑 IP 到本地 banIP 黑名单。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr "拦截类型"
msgid "Block VLAN Forwards"
msgstr "拦截 VLAN 转发"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr "黑名单源选择"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr "黑名单集过期时间"
@@ -257,7 +257,7 @@ msgstr ""
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档</a>"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "地区"
@@ -289,7 +289,7 @@ msgid ""
"utilities automatically."
msgstr "自动检测相关的网络设备、接口、子网、协议和工具。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr "禁用"
@@ -327,19 +327,19 @@ msgid ""
"Forward chains."
msgstr "静默丢弃数据包或主动拒绝 WAN-Input 和 WAN 转发链上的流量。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "电子邮件通知"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "电子邮件概要"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址"
@@ -347,7 +347,7 @@ msgstr "电子邮件发件人地址"
msgid "E-Mail Settings"
msgstr "电子邮件设置"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "电子邮件主题"
@@ -396,15 +396,15 @@ msgstr "启用 IPv4 支持。"
msgid "Enables IPv6 support."
msgstr "启用 IPv6 支持。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr "自动添加的黑名单集成员的过期时间。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr "外部白名单源"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr "外部黑名单源"
@@ -448,7 +448,7 @@ msgstr "较高优先级"
msgid "Highest Priority"
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:615
msgid "IP"
msgstr "IP"
@@ -460,10 +460,18 @@ msgstr "IP 搜索"
msgid "IP Search..."
msgstr "IP 搜索…"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr "IPv4 网络接口"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4 支持"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr "IPv6 网络接口"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "IPv6 支持"
@@ -523,7 +531,7 @@ msgstr "限制特定源到广域网输入链。"
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "限制 banIP 使用的 cpu 核心数来节省内存。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr "限制上行线路自动允许功能。"
@@ -541,11 +549,17 @@ msgstr "可用的重载触发接口的列表。"
msgid "List the elements of a specific banIP-related Set."
msgstr "列出与某一特定 banIP 有关的集的元素。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr "本地源设置"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr "通过 syslog-ng 解析日志文件来取消通过 logread 的标准解析的位置。"
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "日志数"
@@ -553,11 +567,7 @@ msgstr "日志数"
msgid "Log LAN-Forward"
msgstr "记录局域网转发"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "日志级别"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "日志限制"
@@ -565,7 +575,7 @@ msgstr "日志限制"
msgid "Log Settings"
msgstr "日志设置"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "日志项"
@@ -589,6 +599,10 @@ msgstr "记录可疑的转发的广域网数据包(已丢弃)。"
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "记录可疑的传入广域网数据包(已丢弃)。"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr "日志文件位置"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "打开文件的最大数目"
@@ -601,6 +615,10 @@ msgstr "NFT 链优先级"
msgid "NFT Information"
msgstr "NFT 信息"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr "NFT 日志级别"
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr "NFT 集策略"
@@ -609,11 +627,6 @@ msgstr "NFT 集策略"
msgid "Network Devices"
msgstr "网络设备"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "网络接口"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Nice 级别"
@@ -641,7 +654,7 @@ msgid ""
"fetch)."
msgstr "下载出错时的重试次数(uclient-fetch 不支持)。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr "进行拦截前允许同一 IP 的失败登录尝试在日志中出现几次。"
@@ -656,7 +669,7 @@ msgstr "对所选的下载工具绕过预先配置的下载选项。"
msgid "Overview"
msgstr "概览"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -667,21 +680,21 @@ msgstr ""
msgid "Processing Log"
msgstr "处理日志"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "“msmtp”所用的 banIP 电子邮件通知配置。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr "不受支持的协议/URL 格式"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr "接收每次 banIP 运行的电子邮件通知。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -711,7 +724,7 @@ msgstr "报告元素"
msgid "Restart"
msgstr "重启"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制来自/对少量安全 IP 的互联网访问。"
@@ -764,7 +777,7 @@ msgstr "选择逻辑广域网 IPv4 网络接口。"
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "选择逻辑广域网 IPv6 网络接口。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知邮件的发送地址。"
@@ -823,7 +836,7 @@ msgstr "状态"
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr "子网(默认)"
@@ -851,7 +864,7 @@ msgstr "白名单过大,无法保存更改。"
msgid "The blocklist is too big, unable to save modifications."
msgstr "黑名单过大,无法保存更改。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -903,13 +916,13 @@ msgstr "此标签页显示最后生成的集报告,按下“刷新“按钮获
msgid "Timestamp"
msgstr "时间戳"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr "要开启电子邮件通知,请设置 'msmtp' 包并指定有效的电子邮件接收者地址。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知邮件的主题。"
@@ -1052,6 +1065,12 @@ msgstr "拒绝"
msgid "warn (default)"
msgstr "警告(默认)"
+#~ msgid "Log Level"
+#~ msgstr "日志级别"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "网络接口"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."
diff --git a/applications/luci-app-banip/po/zh_Hant/banip.po b/applications/luci-app-banip/po/zh_Hant/banip.po
index 27c1c10fd5..2fe80c2deb 100644
--- a/applications/luci-app-banip/po/zh_Hant/banip.po
+++ b/applications/luci-app-banip/po/zh_Hant/banip.po
@@ -34,7 +34,7 @@ msgstr "-400"
msgid "0"
msgstr "0"
-#: 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:504
msgid "0 (disable)"
msgstr ""
@@ -46,11 +46,11 @@ msgstr ""
msgid "10"
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:506
msgid "100 (default)"
msgstr "100 (預設)"
-#: 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:509
msgid "1000"
msgstr "1000"
@@ -66,7 +66,7 @@ msgstr ""
msgid "2048"
msgstr "2048"
-#: 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:507
msgid "250"
msgstr "250"
@@ -82,11 +82,11 @@ msgstr "4096"
msgid "5 (default)"
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:505
msgid "50"
msgstr "50"
-#: 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:508
msgid "500"
msgstr "500"
@@ -94,7 +94,7 @@ msgstr "500"
msgid "512"
msgstr "512"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581
msgid "ASNs"
msgstr "平均取樣數"
@@ -122,11 +122,11 @@ msgstr "進階設定"
msgid "Allow VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Allowlist Only"
msgstr "僅白名單"
@@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Auto Allow Uplink"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid "Auto Allowlist"
msgstr "自動白名單"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid "Auto Block Subnet"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid "Auto Blocklist"
msgstr "自動黑名單"
@@ -164,19 +164,19 @@ msgstr "自動黑名單"
msgid "Auto Detection"
msgstr "自動偵測"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623
msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:603
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist."
@@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Blocklist Set Expiry"
msgstr ""
@@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:567
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571
msgid "Countries"
msgstr "地區"
@@ -285,7 +285,7 @@ msgid ""
"utilities automatically."
msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:609
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613
msgid "Disable"
msgstr ""
@@ -323,19 +323,19 @@ msgid ""
"Forward chains."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "E-Mail Notification"
msgstr "電子郵件通知"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "E-Mail Profile"
msgstr "電郵設定檔"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "E-Mail Receiver Address"
msgstr "電郵收件人位址"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "E-Mail Sender Address"
msgstr "電郵寄件人位址"
@@ -343,7 +343,7 @@ msgstr "電郵寄件人位址"
msgid "E-Mail Settings"
msgstr "電子郵件設定"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "E-Mail Topic"
msgstr "電郵主旨"
@@ -392,15 +392,15 @@ msgstr "啟用 IPv4 支援。"
msgid "Enables IPv6 support."
msgstr "啟用 IPv6 支援。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:624
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
msgid "External allowlist feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:550
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554
msgid "External blocklist feeds"
msgstr ""
@@ -444,7 +444,7 @@ msgstr "較高優先順序"
msgid "Highest Priority"
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:615
msgid "IP"
msgstr ""
@@ -456,10 +456,18 @@ msgstr "IP 搜尋"
msgid "IP Search..."
msgstr "IP 搜尋…"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
+msgid "IPv4 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255
msgid "IPv4 Support"
msgstr "IPv4 支援"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
+msgid "IPv6 Network Interfaces"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260
msgid "IPv6 Support"
msgstr "支援 IPv6"
@@ -519,7 +527,7 @@ msgstr "限制特定來源到廣域網路輸入鏈。"
msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611
msgid "Limit the uplink autoallow function."
msgstr ""
@@ -537,11 +545,17 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set."
msgstr "列出與某一特定 banIP 有關的集合的元素。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605
msgid "Local feed settings"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid ""
+"Location for parsing the log file, e.g. via syslog-ng, to deactivate the "
+"standard parsing via logread."
+msgstr ""
+
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Log Count"
msgstr "日誌數"
@@ -549,11 +563,7 @@ msgstr "日誌數"
msgid "Log LAN-Forward"
msgstr "記錄區域網路轉發"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
-msgid "Log Level"
-msgstr "日誌級別"
-
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid "Log Limit"
msgstr "日誌限制"
@@ -561,7 +571,7 @@ msgstr "日誌限制"
msgid "Log Settings"
msgstr "日誌設定"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "Log Terms"
msgstr "日誌項目"
@@ -585,6 +595,10 @@ msgstr "記錄可疑的轉發的廣域網路資料封包 (已捨棄)。"
msgid "Log suspicious incoming WAN packets (dropped)."
msgstr "記錄可疑的傳入廣域網路資料封包 (已捨棄)。"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+msgid "Logfile Location"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338
msgid "Max Open Files"
msgstr "開啟檔案的最大數目"
@@ -597,6 +611,10 @@ msgstr ""
msgid "NFT Information"
msgstr "NFT 資訊"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476
+msgid "NFT Log Level"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391
msgid "NFT Set Policy"
msgstr ""
@@ -605,11 +623,6 @@ msgstr ""
msgid "Network Devices"
msgstr "網路裝置"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279
-msgid "Network Interfaces"
-msgstr "網路介面"
-
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:329
msgid "Nice Level"
msgstr "Nice 級別"
@@ -637,7 +650,7 @@ msgid ""
"fetch)."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid ""
"Number of failed login attempts of the same IP in the log before blocking."
msgstr "進行攔截前允許同一 IP 的失敗登錄嘗試在日誌中出現幾次。"
@@ -652,7 +665,7 @@ msgstr "對所選的下載工具繞過預先設定的下載選項。"
msgid "Overview"
msgstr "概覽"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503
msgid ""
"Parse only the last stated number of log entries for suspicious events. To "
"disable the log monitor at all set it to '0'."
@@ -662,21 +675,21 @@ msgstr ""
msgid "Processing Log"
msgstr "處理日誌"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "「msmtp」所用的 banIP 電子郵件通知設定。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598
msgid "Protocol/URL format not supported"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:525
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529
msgid "Receive E-Mail notifications with every banIP run."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:528
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid ""
"Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality."
@@ -706,7 +719,7 @@ msgstr "報告元素"
msgid "Restart"
msgstr "重新啟動"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制來自/對少量安全 IP 的網際網路存取。"
@@ -759,7 +772,7 @@ msgstr "選擇邏輯廣域網路 IPv4 網路介面。"
msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "選擇邏輯廣域網路 IPv6 網路介面。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知郵件的傳送位址。"
@@ -818,7 +831,7 @@ msgstr "狀態"
msgid "Stop"
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:614
msgid "Subnet (default)"
msgstr ""
@@ -846,7 +859,7 @@ msgstr "白名單過大,無法儲存變更。"
msgid "The blocklist is too big, unable to save modifications."
msgstr "黑名單過大,無法儲存變更。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid ""
"The default log terms / regular expressions are filtering suspicious ssh, "
"LuCI, nginx and asterisk traffic."
@@ -892,13 +905,13 @@ msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕
msgid "Timestamp"
msgstr "時間戳"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540
msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知郵件的主題。"
@@ -1037,6 +1050,12 @@ msgstr ""
msgid "warn (default)"
msgstr "警告 (預設)"
+#~ msgid "Log Level"
+#~ msgstr "日誌級別"
+
+#~ msgid "Network Interfaces"
+#~ msgstr "網路介面"
+
#~ msgid ""
#~ "Additional trigger delay in seconds before banIP processing actually "
#~ "starts."