summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2023-06-05 17:43:59 +0200
committerDirk Brenken <dev@brenken.org>2023-06-05 17:43:59 +0200
commite245c9c280ad53f0b796614a0b259c9551a620b3 (patch)
tree3f2d5fe5c902477091c1496678aace6b0e50f3f3
parent55e89d2d7ecf2e729e4a01e11eedbb2c37db39e0 (diff)
luci-app-banip: sync with banIP 0.8.7-1
* make new option 'ban_autoblocksubnet' available * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
-rw-r--r--applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js7
-rw-r--r--applications/luci-app-banip/po/ar/banip.po20
-rw-r--r--applications/luci-app-banip/po/bg/banip.po20
-rw-r--r--applications/luci-app-banip/po/bn_BD/banip.po20
-rw-r--r--applications/luci-app-banip/po/ca/banip.po20
-rw-r--r--applications/luci-app-banip/po/cs/banip.po20
-rw-r--r--applications/luci-app-banip/po/da/banip.po20
-rw-r--r--applications/luci-app-banip/po/de/banip.po27
-rw-r--r--applications/luci-app-banip/po/el/banip.po20
-rw-r--r--applications/luci-app-banip/po/en/banip.po20
-rw-r--r--applications/luci-app-banip/po/es/banip.po20
-rw-r--r--applications/luci-app-banip/po/fi/banip.po20
-rw-r--r--applications/luci-app-banip/po/fr/banip.po20
-rw-r--r--applications/luci-app-banip/po/he/banip.po20
-rw-r--r--applications/luci-app-banip/po/hi/banip.po20
-rw-r--r--applications/luci-app-banip/po/hu/banip.po20
-rw-r--r--applications/luci-app-banip/po/it/banip.po20
-rw-r--r--applications/luci-app-banip/po/ja/banip.po20
-rw-r--r--applications/luci-app-banip/po/ko/banip.po20
-rw-r--r--applications/luci-app-banip/po/mr/banip.po20
-rw-r--r--applications/luci-app-banip/po/ms/banip.po20
-rw-r--r--applications/luci-app-banip/po/nb_NO/banip.po20
-rw-r--r--applications/luci-app-banip/po/nl/banip.po26
-rw-r--r--applications/luci-app-banip/po/pl/banip.po27
-rw-r--r--applications/luci-app-banip/po/pt/banip.po32
-rw-r--r--applications/luci-app-banip/po/pt_BR/banip.po27
-rw-r--r--applications/luci-app-banip/po/ro/banip.po27
-rw-r--r--applications/luci-app-banip/po/ru/banip.po27
-rw-r--r--applications/luci-app-banip/po/sk/banip.po20
-rw-r--r--applications/luci-app-banip/po/sv/banip.po20
-rw-r--r--applications/luci-app-banip/po/sw/banip.po20
-rw-r--r--applications/luci-app-banip/po/templates/banip.pot20
-rw-r--r--applications/luci-app-banip/po/tr/banip.po20
-rw-r--r--applications/luci-app-banip/po/uk/banip.po20
-rw-r--r--applications/luci-app-banip/po/vi/banip.po20
-rw-r--r--applications/luci-app-banip/po/zh_Hans/banip.po25
-rw-r--r--applications/luci-app-banip/po/zh_Hant/banip.po25
37 files changed, 592 insertions, 198 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 7e1c9aa6f1..bbcb27cfd3 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
@@ -363,7 +363,7 @@ return view.extend({
o.optional = true;
o.rmempty = true;
- o = s.taboption('advanced', form.ListValue, 'ban_splitsize', _('Set Split Size'), _('Split external set loading after every n members to save RAM.'));
+ o = s.taboption('advanced', form.ListValue, 'ban_splitsize', _('Set Split Size'), _('Split external Set loading after every n members to save RAM.'));
o.value('256');
o.value('512');
o.value('1024');
@@ -609,6 +609,11 @@ return view.extend({
o.default = 1
o.rmempty = false;
+ o = s.taboption('feeds', form.Flag, 'ban_autoblocksubnet', _('Auto Block Subnet'), _('Automatically add entire subnets to the blocklist Set based on an additional RDAP request with the suspicious IP.'));
+ o.default = 0
+ o.optional = true;
+ o.rmempty = true;
+
o = s.taboption('feeds', form.ListValue, 'ban_nftexpiry', _('Blocklist Set Expiry'), _('Expiry time for auto added blocklist Set members.'));
o.value('10s');
o.value('1m');
diff --git a/applications/luci-app-banip/po/ar/banip.po b/applications/luci-app-banip/po/ar/banip.po
index afdd2212b5..8ae33b0f44 100644
--- a/applications/luci-app-banip/po/ar/banip.po
+++ b/applications/luci-app-banip/po/ar/banip.po
@@ -124,7 +124,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -142,6 +142,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -150,6 +154,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -668,7 +678,7 @@ msgstr ""
msgid "Restart"
msgstr "إعادة تشغيل"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -769,7 +779,7 @@ msgid "Settings"
msgstr "إعدادات"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/bg/banip.po b/applications/luci-app-banip/po/bg/banip.po
index 625be889f7..add1519984 100644
--- a/applications/luci-app-banip/po/bg/banip.po
+++ b/applications/luci-app-banip/po/bg/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "Автоматично засичане"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/bn_BD/banip.po b/applications/luci-app-banip/po/bn_BD/banip.po
index 8c9289aefb..8f5b053aa2 100644
--- a/applications/luci-app-banip/po/bn_BD/banip.po
+++ b/applications/luci-app-banip/po/bn_BD/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "সেটিংস"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/ca/banip.po b/applications/luci-app-banip/po/ca/banip.po
index 1e117b832c..203c4e2a2d 100644
--- a/applications/luci-app-banip/po/ca/banip.po
+++ b/applications/luci-app-banip/po/ca/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Paràmetres"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/cs/banip.po b/applications/luci-app-banip/po/cs/banip.po
index a3b80fe9e8..98a21edcc6 100644
--- a/applications/luci-app-banip/po/cs/banip.po
+++ b/applications/luci-app-banip/po/cs/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Nastavení"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/da/banip.po b/applications/luci-app-banip/po/da/banip.po
index 946fddf35d..b07b936d61 100644
--- a/applications/luci-app-banip/po/da/banip.po
+++ b/applications/luci-app-banip/po/da/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "Automatisk detektering"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -668,7 +678,7 @@ msgstr ""
msgid "Restart"
msgstr "Genstart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Indstillinger"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/de/banip.po b/applications/luci-app-banip/po/de/banip.po
index ccb27d3756..2c19338ebf 100644
--- a/applications/luci-app-banip/po/de/banip.po
+++ b/applications/luci-app-banip/po/de/banip.po
@@ -125,7 +125,7 @@ msgstr "Erweiterte Einstellungen"
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Nur Zulassungsliste"
@@ -143,6 +143,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr "Automatische Zulassungsliste"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "Automatische Sperrliste"
@@ -151,6 +155,12 @@ msgstr "Automatische Sperrliste"
msgid "Auto Detection"
msgstr "Automatische Erkennung"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -179,7 +189,7 @@ msgstr "Basisarbeitsverzeichnis während der BanIP-Verarbeitung."
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -361,7 +371,7 @@ 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:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -681,7 +691,7 @@ msgstr "Berichtselemente"
msgid "Restart"
msgstr "Neustart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
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."
@@ -788,10 +798,8 @@ msgid "Settings"
msgstr "Einstellungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
-"Aufteilen des Ladens externer Sets nach jeweils n Mitgliedern, um RAM zu "
-"sparen."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1051,6 +1059,11 @@ msgstr ""
msgid "warn (default)"
msgstr "warn (Standard)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr ""
+#~ "Aufteilen des Ladens externer Sets nach jeweils n Mitgliedern, um RAM zu "
+#~ "sparen."
+
#~ msgid "Blocklist Expiry"
#~ msgstr "Ablauf der Sperrliste"
diff --git a/applications/luci-app-banip/po/el/banip.po b/applications/luci-app-banip/po/el/banip.po
index d78a218103..5156271c26 100644
--- a/applications/luci-app-banip/po/el/banip.po
+++ b/applications/luci-app-banip/po/el/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Ρυθμίσεις"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/en/banip.po b/applications/luci-app-banip/po/en/banip.po
index bd1d2ebce4..df81ff4f1e 100644
--- a/applications/luci-app-banip/po/en/banip.po
+++ b/applications/luci-app-banip/po/en/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/es/banip.po b/applications/luci-app-banip/po/es/banip.po
index 36cf72aaa4..10675ce254 100644
--- a/applications/luci-app-banip/po/es/banip.po
+++ b/applications/luci-app-banip/po/es/banip.po
@@ -128,7 +128,7 @@ msgstr "Configuración avanzada"
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:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Solo lista de permitidos"
@@ -150,6 +150,10 @@ msgstr "Permitir enlace ascendente automáticamente"
msgid "Auto Allowlist"
msgstr "Lista de permitidos automática"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
#, fuzzy
msgid "Auto Blocklist"
@@ -159,6 +163,12 @@ 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:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -191,7 +201,7 @@ msgstr "Directorio de trabajo base durante el procesamiento de banIP."
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -371,7 +381,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -684,7 +694,7 @@ msgstr ""
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -786,7 +796,7 @@ msgid "Settings"
msgstr "Configuraciones"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/fi/banip.po b/applications/luci-app-banip/po/fi/banip.po
index 98bada8fe1..a9a1348fb2 100644
--- a/applications/luci-app-banip/po/fi/banip.po
+++ b/applications/luci-app-banip/po/fi/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "Automaattinen tunnistus"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr "Käynnistä uudelleen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Asetukset"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/fr/banip.po b/applications/luci-app-banip/po/fr/banip.po
index fc087866f0..3049ae492b 100644
--- a/applications/luci-app-banip/po/fr/banip.po
+++ b/applications/luci-app-banip/po/fr/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "Détection automatique"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -672,7 +682,7 @@ msgstr ""
msgid "Restart"
msgstr "Redémarrer"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -774,7 +784,7 @@ msgid "Settings"
msgstr "Paramètres"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/he/banip.po b/applications/luci-app-banip/po/he/banip.po
index aa3c6ab018..b019b7d68c 100644
--- a/applications/luci-app-banip/po/he/banip.po
+++ b/applications/luci-app-banip/po/he/banip.po
@@ -124,7 +124,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -142,6 +142,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -150,6 +154,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -668,7 +678,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -769,7 +779,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/hi/banip.po b/applications/luci-app-banip/po/hi/banip.po
index e944c251da..60f80a236d 100644
--- a/applications/luci-app-banip/po/hi/banip.po
+++ b/applications/luci-app-banip/po/hi/banip.po
@@ -117,7 +117,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -135,6 +135,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -143,6 +147,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -171,7 +181,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -351,7 +361,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -661,7 +671,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -762,7 +772,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/hu/banip.po b/applications/luci-app-banip/po/hu/banip.po
index ec7d4e907f..4a398f4946 100644
--- a/applications/luci-app-banip/po/hu/banip.po
+++ b/applications/luci-app-banip/po/hu/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "Automatikus észlelés"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -668,7 +678,7 @@ msgstr ""
msgid "Restart"
msgstr "Újraindítás"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Beállítások"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/it/banip.po b/applications/luci-app-banip/po/it/banip.po
index abecf2c4c7..2644a5cf5c 100644
--- a/applications/luci-app-banip/po/it/banip.po
+++ b/applications/luci-app-banip/po/it/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr "Riavvia"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Impostazioni"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/ja/banip.po b/applications/luci-app-banip/po/ja/banip.po
index 60bc9da79d..eda9770a6d 100644
--- a/applications/luci-app-banip/po/ja/banip.po
+++ b/applications/luci-app-banip/po/ja/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "自動検出"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr "再起動"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "設定"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/ko/banip.po b/applications/luci-app-banip/po/ko/banip.po
index c713a50d3b..ef6f992cb9 100644
--- a/applications/luci-app-banip/po/ko/banip.po
+++ b/applications/luci-app-banip/po/ko/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -668,7 +678,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -769,7 +779,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/mr/banip.po b/applications/luci-app-banip/po/mr/banip.po
index 8e39128b2d..10bc49734a 100644
--- a/applications/luci-app-banip/po/mr/banip.po
+++ b/applications/luci-app-banip/po/mr/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/ms/banip.po b/applications/luci-app-banip/po/ms/banip.po
index 0a21042672..1782e744e6 100644
--- a/applications/luci-app-banip/po/ms/banip.po
+++ b/applications/luci-app-banip/po/ms/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/nb_NO/banip.po b/applications/luci-app-banip/po/nb_NO/banip.po
index 9ca4a18153..e77f48ffec 100644
--- a/applications/luci-app-banip/po/nb_NO/banip.po
+++ b/applications/luci-app-banip/po/nb_NO/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr "Omstart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Innstillinger"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/nl/banip.po b/applications/luci-app-banip/po/nl/banip.po
index d6e1dba314..af40163cdc 100644
--- a/applications/luci-app-banip/po/nl/banip.po
+++ b/applications/luci-app-banip/po/nl/banip.po
@@ -125,7 +125,7 @@ msgstr "Geavanceerde instellingen"
msgid "Allowlist Feed Selection"
msgstr "Selectie feed op toelatingslijst"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Alleen toelatingslijst"
@@ -145,6 +145,10 @@ msgstr "Uplink automatisch toestaan"
msgid "Auto Allowlist"
msgstr "Automatische toelatingslijst"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "Automatische blokkeerlijst"
@@ -153,6 +157,12 @@ msgstr "Automatische blokkeerlijst"
msgid "Auto Detection"
msgstr "Autodetectie"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -185,7 +195,7 @@ msgstr "Basiswerkmap tijdens banIP-verwerking."
msgid "Blocklist Feed Selection"
msgstr "Blocklist Feed Selectie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr "Vervaldatum van blokkeerlijst ingesteld"
@@ -382,7 +392,7 @@ 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:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden."
@@ -709,7 +719,7 @@ msgstr "Rapporteer elementen"
msgid "Restart"
msgstr "Herstart"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
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."
@@ -812,8 +822,8 @@ msgid "Settings"
msgstr "Instellingen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
-msgstr "Splits het laden van externe sets na elke n leden om RAM te besparen."
+msgid "Split external Set loading after every n members to save RAM."
+msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1081,6 +1091,10 @@ msgstr "start (standaard)"
msgid "warn (default)"
msgstr "waarschuwen (standaard)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr ""
+#~ "Splits het laden van externe sets na elke n leden om RAM te besparen."
+
#~ msgid "Blocklist Expiry"
#~ msgstr "Blokkeerlijst verloopt"
diff --git a/applications/luci-app-banip/po/pl/banip.po b/applications/luci-app-banip/po/pl/banip.po
index 3f1c48871f..6132abccb2 100644
--- a/applications/luci-app-banip/po/pl/banip.po
+++ b/applications/luci-app-banip/po/pl/banip.po
@@ -126,7 +126,7 @@ msgstr "Ustawienia zaawansowane"
msgid "Allowlist Feed Selection"
msgstr "Wybór źródeł listy dozwolonych"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Tylko lista dozwolonych"
@@ -146,6 +146,10 @@ msgstr "Automatycznie zezwalaj na łącze nadrzędne"
msgid "Auto Allowlist"
msgstr "Automatyczna lista dozwolonych"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "Automatyczna lista zablokowanych"
@@ -154,6 +158,12 @@ msgstr "Automatyczna lista zablokowanych"
msgid "Auto Detection"
msgstr "Automatyczne wykrywanie"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -186,7 +196,7 @@ msgstr "Główny katalog roboczy podczas przetwarzania banIP."
msgid "Blocklist Feed Selection"
msgstr "Wybór źródeł listy zablokowanych"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr "Wygaśnięcie zestawu listy zablokowanych"
@@ -382,7 +392,7 @@ 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:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych."
@@ -712,7 +722,7 @@ msgstr "Elementy raportu"
msgid "Restart"
msgstr "Restartuj"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
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."
@@ -816,10 +826,8 @@ msgid "Settings"
msgstr "Ustawienia"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
-"Podziel ładowanie zestawu zewnętrznego po każdych n członkach, aby "
-"zaoszczędzić pamięć RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1084,6 +1092,11 @@ msgstr "uruchom (domyślne)"
msgid "warn (default)"
msgstr "ostrzeżenie (domyślne)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr ""
+#~ "Podziel ładowanie zestawu zewnętrznego po każdych n członkach, aby "
+#~ "zaoszczędzić pamięć RAM."
+
#~ msgid "Blocklist Expiry"
#~ msgstr "Wygaśnięcie listy zablokowanych"
diff --git a/applications/luci-app-banip/po/pt/banip.po b/applications/luci-app-banip/po/pt/banip.po
index 87b3d43bf3..61c6c6dbdc 100644
--- a/applications/luci-app-banip/po/pt/banip.po
+++ b/applications/luci-app-banip/po/pt/banip.po
@@ -125,7 +125,7 @@ msgstr "Configurações avançadas"
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:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos"
@@ -145,6 +145,10 @@ msgstr "Permitir uplink automático"
msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio"
@@ -153,6 +157,12 @@ 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:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -186,7 +196,7 @@ msgstr ""
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:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr "Expiração definida da lista de bloqueio"
@@ -240,8 +250,9 @@ msgid ""
msgstr ""
"Configuração do pacote banIP para banir IPs de entrada e saída por meio de "
"conjuntos nftables nomeados. Para mais informações<a href=\"https://github."
-"com/openwrt/packages/blob/master/net/banip/files/README.md\" target=\"_blank"
-"\" rel=\"noreferrer noopener\" >verifique a documentação on-line</a>"
+"com/openwrt/packages/blob/master/net/banip/files/README.md\" "
+"target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-"
+"line</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Countries"
@@ -381,7 +392,7 @@ 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:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Tempo de expiração para membros do conjunto de lista de bloqueio adicionados "
@@ -710,7 +721,7 @@ msgstr "Elementos do relatório"
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
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."
@@ -814,10 +825,8 @@ msgid "Settings"
msgstr "Configurações"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
-"Divida o carregamento do conjunto externo após cada n membros para "
-"economizar RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1081,6 +1090,11 @@ msgstr "iniciar (padrão)"
msgid "warn (default)"
msgstr "alertar (padrão)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr ""
+#~ "Divida o carregamento do conjunto externo após cada n membros para "
+#~ "economizar RAM."
+
#~ msgid "Blocklist Expiry"
#~ msgstr "Validade da lista de bloqueio"
diff --git a/applications/luci-app-banip/po/pt_BR/banip.po b/applications/luci-app-banip/po/pt_BR/banip.po
index 078f8e7fae..058a02be4a 100644
--- a/applications/luci-app-banip/po/pt_BR/banip.po
+++ b/applications/luci-app-banip/po/pt_BR/banip.po
@@ -125,7 +125,7 @@ msgstr "Configurações avançadas"
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:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos"
@@ -145,6 +145,10 @@ msgstr "Permite o enlace automático"
msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio"
@@ -153,6 +157,12 @@ 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:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -186,7 +196,7 @@ msgstr ""
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:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr "Expiração do conjunto das listas de bloqueio"
@@ -382,7 +392,7 @@ 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:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Tempo de expiração para os membros do conjunto da lista de bloqueio que "
@@ -712,7 +722,7 @@ msgstr "Elementos do relatório"
msgid "Restart"
msgstr "Reiniciar"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
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."
@@ -816,10 +826,8 @@ msgid "Settings"
msgstr "Configurações"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
-"Divida o carregamento do conjunto externo após cada n membros para "
-"economizar RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1089,6 +1097,11 @@ msgstr "iniciar (padrão)"
msgid "warn (default)"
msgstr "alertar (padrão)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr ""
+#~ "Divida o carregamento do conjunto externo após cada n membros para "
+#~ "economizar RAM."
+
#~ msgid "Blocklist Expiry"
#~ msgstr "Validade da lista de bloqueio"
diff --git a/applications/luci-app-banip/po/ro/banip.po b/applications/luci-app-banip/po/ro/banip.po
index 528d2eeff5..ec19aae83a 100644
--- a/applications/luci-app-banip/po/ro/banip.po
+++ b/applications/luci-app-banip/po/ro/banip.po
@@ -126,7 +126,7 @@ msgstr "Setări avansate"
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Doar Allowlist"
@@ -146,6 +146,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr "Allowlist Automată"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "Lista de blocare automată"
@@ -154,6 +158,12 @@ msgstr "Lista de blocare automată"
msgid "Auto Detection"
msgstr "Detecție automată"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -182,7 +192,7 @@ msgstr "Directorul de lucru de bază în timpul procesării banIP."
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -369,7 +379,7 @@ msgstr "Activează suportul IPv4."
msgid "Enables IPv6 support."
msgstr "Activează suportul IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -689,7 +699,7 @@ msgstr "Elemente de raport"
msgid "Restart"
msgstr "Reporniți"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
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 "
@@ -794,10 +804,8 @@ msgid "Settings"
msgstr "Setări"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
-"Împărțiți încărcarea setului extern după fiecare n membri pentru a economisi "
-"RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1057,6 +1065,11 @@ msgstr "start (implicit)"
msgid "warn (default)"
msgstr "avertisment (implicit)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr ""
+#~ "Împărțiți încărcarea setului extern după fiecare n membri pentru a "
+#~ "economisi RAM."
+
#~ msgid "Blocklist Expiry"
#~ msgstr "Expirarea listei de blocuri"
diff --git a/applications/luci-app-banip/po/ru/banip.po b/applications/luci-app-banip/po/ru/banip.po
index a0cbd0d775..2a11cfbe3c 100644
--- a/applications/luci-app-banip/po/ru/banip.po
+++ b/applications/luci-app-banip/po/ru/banip.po
@@ -126,7 +126,7 @@ msgstr "Расширенные настройки"
msgid "Allowlist Feed Selection"
msgstr "Выбор канала из белого списка"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "Только список разрешений"
@@ -146,6 +146,10 @@ msgstr "Автоматически разрешать исходящие сое
msgid "Auto Allowlist"
msgstr "Автоматический список разрешений"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "Автоматический блок-лист"
@@ -154,6 +158,12 @@ msgstr "Автоматический блок-лист"
msgid "Auto Detection"
msgstr "Автоопределение"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -186,7 +196,7 @@ msgstr "Базовый рабочий каталог при обработке b
msgid "Blocklist Feed Selection"
msgstr "Выбор канала черного списка"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr "Срок действия черного списка"
@@ -381,7 +391,7 @@ msgstr "Включает поддержку IPv4."
msgid "Enables IPv6 support."
msgstr "Включает поддержку IPv6."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
"Время истечения срока действия для автоматически добавляемых членов набора "
@@ -712,7 +722,7 @@ msgstr "Элементы отчета"
msgid "Restart"
msgstr "Перезапустить"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
@@ -816,10 +826,8 @@ msgid "Settings"
msgstr "Настройки"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
-"Разделение загрузки внешнего набора после каждых n членов для экономии "
-"оперативной памяти."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1084,6 +1092,11 @@ msgstr "старт (по умолчанию)"
msgid "warn (default)"
msgstr "предупреждение (по умолчанию)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr ""
+#~ "Разделение загрузки внешнего набора после каждых n членов для экономии "
+#~ "оперативной памяти."
+
#~ msgid "Blocklist Expiry"
#~ msgstr "Истечение срока действия блок-листа"
diff --git a/applications/luci-app-banip/po/sk/banip.po b/applications/luci-app-banip/po/sk/banip.po
index 76f7aec39b..36120e4c11 100644
--- a/applications/luci-app-banip/po/sk/banip.po
+++ b/applications/luci-app-banip/po/sk/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Nastavenia"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/sv/banip.po b/applications/luci-app-banip/po/sv/banip.po
index 80dc5cfae0..253db22b3e 100644
--- a/applications/luci-app-banip/po/sv/banip.po
+++ b/applications/luci-app-banip/po/sv/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "Automatisk detektering"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr "Starta om"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Inställningar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/sw/banip.po b/applications/luci-app-banip/po/sw/banip.po
index de905f1360..d2d32cb95a 100644
--- a/applications/luci-app-banip/po/sw/banip.po
+++ b/applications/luci-app-banip/po/sw/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/templates/banip.pot b/applications/luci-app-banip/po/templates/banip.pot
index fe2b2c8359..cb23e7d75b 100644
--- a/applications/luci-app-banip/po/templates/banip.pot
+++ b/applications/luci-app-banip/po/templates/banip.pot
@@ -114,7 +114,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -132,6 +132,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -140,6 +144,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -168,7 +178,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -348,7 +358,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -658,7 +668,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -759,7 +769,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/tr/banip.po b/applications/luci-app-banip/po/tr/banip.po
index 2a7dcc8942..d5ca6ca481 100644
--- a/applications/luci-app-banip/po/tr/banip.po
+++ b/applications/luci-app-banip/po/tr/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr "Otomatik Algılama"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr "Yeniden başlat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Ayarlar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/uk/banip.po b/applications/luci-app-banip/po/uk/banip.po
index e466a217fa..52bfba5995 100644
--- a/applications/luci-app-banip/po/uk/banip.po
+++ b/applications/luci-app-banip/po/uk/banip.po
@@ -124,7 +124,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -142,6 +142,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -150,6 +154,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -668,7 +678,7 @@ msgstr ""
msgid "Restart"
msgstr "Перезапустити"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Налаштування"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/vi/banip.po b/applications/luci-app-banip/po/vi/banip.po
index 9dd0753e9c..3657ae6ef0 100644
--- a/applications/luci-app-banip/po/vi/banip.po
+++ b/applications/luci-app-banip/po/vi/banip.po
@@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr ""
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr ""
@@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr ""
msgid "Restart"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr ""
@@ -768,7 +778,7 @@ msgid "Settings"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
+msgid "Split external Set loading after every n members to save RAM."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
diff --git a/applications/luci-app-banip/po/zh_Hans/banip.po b/applications/luci-app-banip/po/zh_Hans/banip.po
index 21fe912c0e..d240d24488 100644
--- a/applications/luci-app-banip/po/zh_Hans/banip.po
+++ b/applications/luci-app-banip/po/zh_Hans/banip.po
@@ -123,7 +123,7 @@ msgstr "高级设置"
msgid "Allowlist Feed Selection"
msgstr "白名单源选择"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "仅白名单"
@@ -141,6 +141,10 @@ msgstr "自动允许上行线路"
msgid "Auto Allowlist"
msgstr "自动白名单"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "自动黑名单"
@@ -149,6 +153,12 @@ msgstr "自动黑名单"
msgid "Auto Detection"
msgstr "自动检测"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr "banIP 处理时的基础工作目录。"
msgid "Blocklist Feed Selection"
msgstr "黑名单源选择"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr "黑名单集过期时间"
@@ -361,7 +371,7 @@ msgstr "启用 IPv4 支持。"
msgid "Enables IPv6 support."
msgstr "启用 IPv6 支持。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr "自动添加的黑名单集成员的过期时间。"
@@ -672,7 +682,7 @@ msgstr "报告元素"
msgid "Restart"
msgstr "重启"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制来自/对少量安全 IP 的互联网访问。"
@@ -773,8 +783,8 @@ msgid "Settings"
msgstr "设置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
-msgstr "每 n 名成员后分割外部集加载来节省内存。"
+msgid "Split external Set loading after every n members to save RAM."
+msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1025,6 +1035,9 @@ msgstr "启动(默认)"
msgid "warn (default)"
msgstr "警告(默认)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr "每 n 名成员后分割外部集加载来节省内存。"
+
#~ msgid "Blocklist Expiry"
#~ msgstr "黑名单过期时间"
diff --git a/applications/luci-app-banip/po/zh_Hant/banip.po b/applications/luci-app-banip/po/zh_Hant/banip.po
index 85a4f5d6c8..7502a839ab 100644
--- a/applications/luci-app-banip/po/zh_Hant/banip.po
+++ b/applications/luci-app-banip/po/zh_Hant/banip.po
@@ -123,7 +123,7 @@ msgstr "進階設定"
msgid "Allowlist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only"
msgstr "僅白名單"
@@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist"
msgstr "自動白名單"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+msgid "Auto Block Subnet"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist"
msgstr "自動黑名單"
@@ -149,6 +153,12 @@ msgstr "自動黑名單"
msgid "Auto Detection"
msgstr "自動偵測"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+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:608
msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP "
@@ -177,7 +187,7 @@ msgstr "banIP 處理時的基礎工作目錄。"
msgid "Blocklist Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry"
msgstr ""
@@ -357,7 +367,7 @@ msgstr "啟用 IPv4 支援。"
msgid "Enables IPv6 support."
msgstr "啟用 IPv6 支援。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members."
msgstr ""
@@ -667,7 +677,7 @@ msgstr "報告元素"
msgid "Restart"
msgstr "重新啟動"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制來自/對少量安全 IP 的網際網路存取。"
@@ -768,8 +778,8 @@ msgid "Settings"
msgstr "設置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
-msgid "Split external set loading after every n members to save RAM."
-msgstr "每 n 名成員後分割外部集合載入來節省記憶體。"
+msgid "Split external Set loading after every n members to save RAM."
+msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface"
@@ -1016,6 +1026,9 @@ msgstr ""
msgid "warn (default)"
msgstr "警告 (預設)"
+#~ msgid "Split external set loading after every n members to save RAM."
+#~ msgstr "每 n 名成員後分割外部集合載入來節省記憶體。"
+
#~ msgid "Blocklist Expiry"
#~ msgstr "黑名單過期時間"