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>
This commit is contained in:
Dirk Brenken 2023-06-05 17:43:59 +02:00
parent 55e89d2d7e
commit e245c9c280
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
37 changed files with 592 additions and 198 deletions

View file

@ -363,7 +363,7 @@ return view.extend({
o.optional = true; o.optional = true;
o.rmempty = 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('256');
o.value('512'); o.value('512');
o.value('1024'); o.value('1024');
@ -609,6 +609,11 @@ return view.extend({
o.default = 1 o.default = 1
o.rmempty = false; 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 = s.taboption('feeds', form.ListValue, 'ban_nftexpiry', _('Blocklist Set Expiry'), _('Expiry time for auto added blocklist Set members.'));
o.value('10s'); o.value('10s');
o.value('1m'); o.value('1m');

View file

@ -124,7 +124,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -142,6 +142,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -150,6 +154,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -668,7 +678,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "إعادة تشغيل" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -769,7 +779,7 @@ msgid "Settings"
msgstr "إعدادات" msgstr "إعدادات"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Автоматично засичане" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "সেটিংস" msgstr "সেটিংস"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Paràmetres" msgstr "Paràmetres"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Nastavení" msgstr "Nastavení"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatisk detektering" msgstr "Automatisk detektering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -668,7 +678,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Genstart" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Indstillinger" msgstr "Indstillinger"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -125,7 +125,7 @@ msgstr "Erweiterte Einstellungen"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "Nur Zulassungsliste" msgstr "Nur Zulassungsliste"
@ -143,6 +143,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatische Zulassungsliste" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatische Sperrliste" msgstr "Automatische Sperrliste"
@ -151,6 +155,12 @@ msgstr "Automatische Sperrliste"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatische Erkennung" msgstr "Automatische Erkennung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "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" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -361,7 +371,7 @@ msgstr "Aktiviert die IPv4-Unterstützung."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Aktiviert die IPv6-Unterstützung." msgstr "Aktiviert die IPv6-Unterstützung."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -681,7 +691,7 @@ msgstr "Berichtselemente"
msgid "Restart" msgid "Restart"
msgstr "Neustart" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs." "Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs."
@ -788,10 +798,8 @@ msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1051,6 +1059,11 @@ msgstr ""
msgid "warn (default)" msgid "warn (default)"
msgstr "warn (Standard)" 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" #~ msgid "Blocklist Expiry"
#~ msgstr "Ablauf der Sperrliste" #~ msgstr "Ablauf der Sperrliste"

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Ρυθμίσεις" msgstr "Ρυθμίσεις"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -128,7 +128,7 @@ msgstr "Configuración avanzada"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selección de feeds de la lista de permitidos" msgstr "Selección de feeds de la lista de permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Solo lista de permitidos" msgstr "Solo lista de permitidos"
@ -150,6 +150,10 @@ msgstr "Permitir enlace ascendente automáticamente"
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista de permitidos automática" msgstr "Lista de permitidos automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
msgid "Auto Block Subnet"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
#, fuzzy #, fuzzy
msgid "Auto Blocklist" msgid "Auto Blocklist"
@ -159,6 +163,12 @@ msgstr "Lista de bloqueo automática"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detección automática" msgstr "Detección automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "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" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -371,7 +381,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -684,7 +694,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -786,7 +796,7 @@ msgid "Settings"
msgstr "Configuraciones" msgstr "Configuraciones"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automaattinen tunnistus" msgstr "Automaattinen tunnistus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Käynnistä uudelleen" msgstr "Käynnistä uudelleen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Asetukset" msgstr "Asetukset"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Détection automatique" msgstr "Détection automatique"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -672,7 +682,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Redémarrer" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -774,7 +784,7 @@ msgid "Settings"
msgstr "Paramètres" msgstr "Paramètres"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -124,7 +124,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -142,6 +142,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -150,6 +154,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -668,7 +678,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -769,7 +779,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -117,7 +117,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -135,6 +135,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -143,6 +147,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -171,7 +181,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -351,7 +361,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -661,7 +671,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -762,7 +772,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatikus észlelés" msgstr "Automatikus észlelés"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -668,7 +678,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Újraindítás" msgstr "Újraindítás"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Beállítások" msgstr "Beállítások"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Riavvia" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Impostazioni" msgstr "Impostazioni"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自動検出" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "再起動" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "設定" msgstr "設定"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -668,7 +678,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -769,7 +779,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Omstart" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Innstillinger" msgstr "Innstillinger"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -125,7 +125,7 @@ msgstr "Geavanceerde instellingen"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selectie feed op toelatingslijst" msgstr "Selectie feed op toelatingslijst"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Alleen toelatingslijst" msgstr "Alleen toelatingslijst"
@ -145,6 +145,10 @@ msgstr "Uplink automatisch toestaan"
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatische toelatingslijst" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatische blokkeerlijst" msgstr "Automatische blokkeerlijst"
@ -153,6 +157,12 @@ msgstr "Automatische blokkeerlijst"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Autodetectie" msgstr "Autodetectie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -185,7 +195,7 @@ msgstr "Basiswerkmap tijdens banIP-verwerking."
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Blocklist Feed Selectie" msgstr "Blocklist Feed Selectie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Vervaldatum van blokkeerlijst ingesteld" msgstr "Vervaldatum van blokkeerlijst ingesteld"
@ -382,7 +392,7 @@ msgstr "Schakelt IPv4-ondersteuning in."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Schakelt IPv6-ondersteuning in." msgstr "Schakelt IPv6-ondersteuning in."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden." msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden."
@ -709,7 +719,7 @@ msgstr "Rapporteer elementen"
msgid "Restart" msgid "Restart"
msgstr "Herstart" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's." msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's."
@ -812,8 +822,8 @@ msgid "Settings"
msgstr "Instellingen" msgstr "Instellingen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "Splits het laden van externe sets na elke n leden om RAM te besparen." msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1081,6 +1091,10 @@ msgstr "start (standaard)"
msgid "warn (default)" msgid "warn (default)"
msgstr "waarschuwen (standaard)" 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" #~ msgid "Blocklist Expiry"
#~ msgstr "Blokkeerlijst verloopt" #~ msgstr "Blokkeerlijst verloopt"

View file

@ -126,7 +126,7 @@ msgstr "Ustawienia zaawansowane"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Wybór źródeł listy dozwolonych" msgstr "Wybór źródeł listy dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Tylko lista dozwolonych" msgstr "Tylko lista dozwolonych"
@ -146,6 +146,10 @@ msgstr "Automatycznie zezwalaj na łącze nadrzędne"
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatyczna lista dozwolonych" msgstr "Automatyczna lista dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
msgid "Auto Block Subnet"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatyczna lista zablokowanych" msgstr "Automatyczna lista zablokowanych"
@ -154,6 +158,12 @@ msgstr "Automatyczna lista zablokowanych"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatyczne wykrywanie" msgstr "Automatyczne wykrywanie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "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" msgid "Blocklist Feed Selection"
msgstr "Wybór źródeł listy zablokowanych" msgstr "Wybór źródeł listy zablokowanych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Wygaśnięcie zestawu listy zablokowanych" msgstr "Wygaśnięcie zestawu listy zablokowanych"
@ -382,7 +392,7 @@ msgstr "Włącza obsługę IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Włącza obsługę IPv6." msgstr "Włącza obsługę IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych." "Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych."
@ -712,7 +722,7 @@ msgstr "Elementy raportu"
msgid "Restart" msgid "Restart"
msgstr "Restartuj" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP." "Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP."
@ -816,10 +826,8 @@ msgid "Settings"
msgstr "Ustawienia" msgstr "Ustawienia"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1084,6 +1092,11 @@ msgstr "uruchom (domyślne)"
msgid "warn (default)" msgid "warn (default)"
msgstr "ostrzeżenie (domyślne)" 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" #~ msgid "Blocklist Expiry"
#~ msgstr "Wygaśnięcie listy zablokowanych" #~ msgstr "Wygaśnięcie listy zablokowanych"

View file

@ -125,7 +125,7 @@ msgstr "Configurações avançadas"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Seleção de feed da lista de permissões" msgstr "Seleção de feed da lista de permissões"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos" msgstr "Apenas a lista dos permitidos"
@ -145,6 +145,10 @@ msgstr "Permitir uplink automático"
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos" msgstr "Lista automática dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
msgid "Auto Block Subnet"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio" msgstr "Lista automática de bloqueio"
@ -153,6 +157,12 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Deteção automática" msgstr "Deteção automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -186,7 +196,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Seleção de feed de lista de bloqueio" msgstr "Seleção de feed de lista de bloqueio"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expiração definida da lista de bloqueio" msgstr "Expiração definida da lista de bloqueio"
@ -240,8 +250,9 @@ msgid ""
msgstr "" msgstr ""
"Configuração do pacote banIP para banir IPs de entrada e saída por meio de " "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." "conjuntos nftables nomeados. Para mais informações<a href=\"https://github."
"com/openwrt/packages/blob/master/net/banip/files/README.md\" target=\"_blank" "com/openwrt/packages/blob/master/net/banip/files/README.md\" "
"\" rel=\"noreferrer noopener\" >verifique a documentação on-line</a>" "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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Countries" msgid "Countries"
@ -381,7 +392,7 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6." msgstr "Ativa o suporte IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo de expiração para membros do conjunto de lista de bloqueio adicionados " "Tempo de expiração para membros do conjunto de lista de bloqueio adicionados "
@ -710,7 +721,7 @@ msgstr "Elementos do relatório"
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@ -814,10 +825,8 @@ msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1081,6 +1090,11 @@ msgstr "iniciar (padrão)"
msgid "warn (default)" msgid "warn (default)"
msgstr "alertar (padrão)" 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" #~ msgid "Blocklist Expiry"
#~ msgstr "Validade da lista de bloqueio" #~ msgstr "Validade da lista de bloqueio"

View file

@ -125,7 +125,7 @@ msgstr "Configurações avançadas"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Seleção do feed da lista dos permitidos" msgstr "Seleção do feed da lista dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos" msgstr "Apenas a lista dos permitidos"
@ -145,6 +145,10 @@ msgstr "Permite o enlace automático"
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos" msgstr "Lista automática dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
msgid "Auto Block Subnet"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio" msgstr "Lista automática de bloqueio"
@ -153,6 +157,12 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detecção Automática" msgstr "Detecção Automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -186,7 +196,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Seleção do feed da lista de bloqueio" msgstr "Seleção do feed da lista de bloqueio"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expiração do conjunto das listas de bloqueio" msgstr "Expiração do conjunto das listas de bloqueio"
@ -382,7 +392,7 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6." msgstr "Ativa o suporte IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo de expiração para os membros do conjunto da lista de bloqueio que " "Tempo de expiração para os membros do conjunto da lista de bloqueio que "
@ -712,7 +722,7 @@ msgstr "Elementos do relatório"
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@ -816,10 +826,8 @@ msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1089,6 +1097,11 @@ msgstr "iniciar (padrão)"
msgid "warn (default)" msgid "warn (default)"
msgstr "alertar (padrão)" 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" #~ msgid "Blocklist Expiry"
#~ msgstr "Validade da lista de bloqueio" #~ msgstr "Validade da lista de bloqueio"

View file

@ -126,7 +126,7 @@ msgstr "Setări avansate"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "Doar Allowlist" msgstr "Doar Allowlist"
@ -146,6 +146,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Allowlist Automată" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista de blocare automată" msgstr "Lista de blocare automată"
@ -154,6 +158,12 @@ msgstr "Lista de blocare automată"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detecție automată" msgstr "Detecție automată"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "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" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -369,7 +379,7 @@ msgstr "Activează suportul IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Activează suportul IPv6." msgstr "Activează suportul IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -689,7 +699,7 @@ msgstr "Elemente de raport"
msgid "Restart" msgid "Restart"
msgstr "Reporniți" msgstr "Reporniți"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restricționați accesul la internet de la/către un număr mic de IP-uri " "Restricționați accesul la internet de la/către un număr mic de IP-uri "
@ -794,10 +804,8 @@ msgid "Settings"
msgstr "Setări" msgstr "Setări"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1057,6 +1065,11 @@ msgstr "start (implicit)"
msgid "warn (default)" msgid "warn (default)"
msgstr "avertisment (implicit)" 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" #~ msgid "Blocklist Expiry"
#~ msgstr "Expirarea listei de blocuri" #~ msgstr "Expirarea listei de blocuri"

View file

@ -126,7 +126,7 @@ msgstr "Расширенные настройки"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Выбор канала из белого списка" 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" msgid "Allowlist Only"
msgstr "Только список разрешений" msgstr "Только список разрешений"
@ -146,6 +146,10 @@ msgstr "Автоматически разрешать исходящие сое
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Автоматический список разрешений" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Автоматический блок-лист" msgstr "Автоматический блок-лист"
@ -154,6 +158,12 @@ msgstr "Автоматический блок-лист"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Автоопределение" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -186,7 +196,7 @@ msgstr "Базовый рабочий каталог при обработке b
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Выбор канала черного списка" msgstr "Выбор канала черного списка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Срок действия черного списка" msgstr "Срок действия черного списка"
@ -381,7 +391,7 @@ msgstr "Включает поддержку IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Включает поддержку IPv6." msgstr "Включает поддержку IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Время истечения срока действия для автоматически добавляемых членов набора " "Время истечения срока действия для автоматически добавляемых членов набора "
@ -712,7 +722,7 @@ msgstr "Элементы отчета"
msgid "Restart" msgid "Restart"
msgstr "Перезапустить" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов." "Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
@ -816,10 +826,8 @@ msgid "Settings"
msgstr "Настройки" msgstr "Настройки"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
"Разделение загрузки внешнего набора после каждых n членов для экономии "
"оперативной памяти."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1084,6 +1092,11 @@ msgstr "старт (по умолчанию)"
msgid "warn (default)" msgid "warn (default)"
msgstr "предупреждение (по умолчанию)" msgstr "предупреждение (по умолчанию)"
#~ msgid "Split external set loading after every n members to save RAM."
#~ msgstr ""
#~ "Разделение загрузки внешнего набора после каждых n членов для экономии "
#~ "оперативной памяти."
#~ msgid "Blocklist Expiry" #~ msgid "Blocklist Expiry"
#~ msgstr "Истечение срока действия блок-листа" #~ msgstr "Истечение срока действия блок-листа"

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Nastavenia" msgstr "Nastavenia"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatisk detektering" msgstr "Automatisk detektering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Starta om" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Inställningar" msgstr "Inställningar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -114,7 +114,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -132,6 +132,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -140,6 +144,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -168,7 +178,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -348,7 +358,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -658,7 +668,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -759,7 +769,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Otomatik Algılama" msgstr "Otomatik Algılama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Yeniden başlat" msgstr "Yeniden başlat"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js: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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "Ayarlar" msgstr "Ayarlar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -124,7 +124,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -142,6 +142,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -150,6 +154,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -178,7 +188,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -358,7 +368,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -668,7 +678,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Перезапустити" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -769,7 +779,7 @@ msgid "Settings"
msgstr "Налаштування" msgstr "Налаштування"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr ""
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -149,6 +153,12 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr ""
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -768,7 +778,7 @@ msgid "Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303

View file

@ -123,7 +123,7 @@ msgstr "高级设置"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "白名单源选择" 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" msgid "Allowlist Only"
msgstr "仅白名单" msgstr "仅白名单"
@ -141,6 +141,10 @@ msgstr "自动允许上行线路"
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "自动白名单" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "自动黑名单" msgstr "自动黑名单"
@ -149,6 +153,12 @@ msgstr "自动黑名单"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自动检测" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr "banIP 处理时的基础工作目录。"
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "黑名单源选择" msgstr "黑名单源选择"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "黑名单集过期时间" msgstr "黑名单集过期时间"
@ -361,7 +371,7 @@ msgstr "启用 IPv4 支持。"
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "启用 IPv6 支持。" msgstr "启用 IPv6 支持。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "自动添加的黑名单集成员的过期时间。" msgstr "自动添加的黑名单集成员的过期时间。"
@ -672,7 +682,7 @@ msgstr "报告元素"
msgid "Restart" msgid "Restart"
msgstr "重启" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制来自/对少量安全 IP 的互联网访问。" msgstr "限制来自/对少量安全 IP 的互联网访问。"
@ -773,8 +783,8 @@ msgid "Settings"
msgstr "设置" msgstr "设置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 名成员后分割外部集加载来节省内存。" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1025,6 +1035,9 @@ msgstr "启动(默认)"
msgid "warn (default)" msgid "warn (default)"
msgstr "警告(默认)" msgstr "警告(默认)"
#~ msgid "Split external set loading after every n members to save RAM."
#~ msgstr "每 n 名成员后分割外部集加载来节省内存。"
#~ msgid "Blocklist Expiry" #~ msgid "Blocklist Expiry"
#~ msgstr "黑名单过期时间" #~ msgstr "黑名单过期时间"

View file

@ -123,7 +123,7 @@ msgstr "進階設定"
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" 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" msgid "Allowlist Only"
msgstr "僅白名單" msgstr "僅白名單"
@ -141,6 +141,10 @@ msgstr ""
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "自動白名單" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "自動黑名單" msgstr "自動黑名單"
@ -149,6 +153,12 @@ msgstr "自動黑名單"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自動偵測" 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 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
@ -177,7 +187,7 @@ msgstr "banIP 處理時的基礎工作目錄。"
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -357,7 +367,7 @@ msgstr "啟用 IPv4 支援。"
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "啟用 IPv6 支援。" msgstr "啟用 IPv6 支援。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
@ -667,7 +677,7 @@ msgstr "報告元素"
msgid "Restart" msgid "Restart"
msgstr "重新啟動" 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." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制來自/對少量安全 IP 的網際網路存取。" msgstr "限制來自/對少量安全 IP 的網際網路存取。"
@ -768,8 +778,8 @@ msgid "Settings"
msgstr "設置" msgstr "設置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366 #: 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 名成員後分割外部集合載入來節省記憶體。" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
msgid "Startup Trigger Interface" msgid "Startup Trigger Interface"
@ -1016,6 +1026,9 @@ msgstr ""
msgid "warn (default)" msgid "warn (default)"
msgstr "警告 (預設)" msgstr "警告 (預設)"
#~ msgid "Split external set loading after every n members to save RAM."
#~ msgstr "每 n 名成員後分割外部集合載入來節省記憶體。"
#~ msgid "Blocklist Expiry" #~ msgid "Blocklist Expiry"
#~ msgstr "黑名單過期時間" #~ msgstr "黑名單過期時間"