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:
parent
55e89d2d7e
commit
e245c9c280
37 changed files with 592 additions and 198 deletions
|
@ -363,7 +363,7 @@ return view.extend({
|
|||
o.optional = true;
|
||||
o.rmempty = true;
|
||||
|
||||
o = s.taboption('advanced', form.ListValue, 'ban_splitsize', _('Set Split Size'), _('Split external set loading after every n members to save RAM.'));
|
||||
o = s.taboption('advanced', form.ListValue, 'ban_splitsize', _('Set Split Size'), _('Split external Set loading after every n members to save RAM.'));
|
||||
o.value('256');
|
||||
o.value('512');
|
||||
o.value('1024');
|
||||
|
@ -609,6 +609,11 @@ return view.extend({
|
|||
o.default = 1
|
||||
o.rmempty = false;
|
||||
|
||||
o = s.taboption('feeds', form.Flag, 'ban_autoblocksubnet', _('Auto Block Subnet'), _('Automatically add entire subnets to the blocklist Set based on an additional RDAP request with the suspicious IP.'));
|
||||
o.default = 0
|
||||
o.optional = true;
|
||||
o.rmempty = true;
|
||||
|
||||
o = s.taboption('feeds', form.ListValue, 'ban_nftexpiry', _('Blocklist Set Expiry'), _('Expiry time for auto added blocklist Set members.'));
|
||||
o.value('10s');
|
||||
o.value('1m');
|
||||
|
|
|
@ -124,7 +124,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -142,6 +142,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -150,6 +154,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -178,7 +188,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -358,7 +368,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -668,7 +678,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "إعادة تشغيل"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +779,7 @@ msgid "Settings"
|
|||
msgstr "إعدادات"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "Автоматично засичане"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "সেটিংস"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Reiniciar"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Paràmetres"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Nastavení"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "Automatisk detektering"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -668,7 +678,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Genstart"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +779,7 @@ msgid "Settings"
|
|||
msgstr "Indstillinger"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -125,7 +125,7 @@ msgstr "Erweiterte Einstellungen"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Nur Zulassungsliste"
|
||||
|
||||
|
@ -143,6 +143,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Automatische Zulassungsliste"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "Automatische Sperrliste"
|
||||
|
@ -151,6 +155,12 @@ msgstr "Automatische Sperrliste"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Automatische Erkennung"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -179,7 +189,7 @@ msgstr "Basisarbeitsverzeichnis während der BanIP-Verarbeitung."
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -361,7 +371,7 @@ msgstr "Aktiviert die IPv4-Unterstützung."
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "Aktiviert die IPv6-Unterstützung."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -681,7 +691,7 @@ msgstr "Berichtselemente"
|
|||
msgid "Restart"
|
||||
msgstr "Neustart"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
"Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs."
|
||||
|
@ -788,10 +798,8 @@ msgid "Settings"
|
|||
msgstr "Einstellungen"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
"Aufteilen des Ladens externer Sets nach jeweils n Mitgliedern, um RAM zu "
|
||||
"sparen."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1051,6 +1059,11 @@ msgstr ""
|
|||
msgid "warn (default)"
|
||||
msgstr "warn (Standard)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr ""
|
||||
#~ "Aufteilen des Ladens externer Sets nach jeweils n Mitgliedern, um RAM zu "
|
||||
#~ "sparen."
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "Ablauf der Sperrliste"
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Ρυθμίσεις"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -128,7 +128,7 @@ msgstr "Configuración avanzada"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr "Selección de feeds de la lista de permitidos"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Solo lista de permitidos"
|
||||
|
||||
|
@ -150,6 +150,10 @@ msgstr "Permitir enlace ascendente automáticamente"
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Lista de permitidos automática"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
#, fuzzy
|
||||
msgid "Auto Blocklist"
|
||||
|
@ -159,6 +163,12 @@ msgstr "Lista de bloqueo automática"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Detección automática"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -191,7 +201,7 @@ msgstr "Directorio de trabajo base durante el procesamiento de banIP."
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -371,7 +381,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -684,7 +694,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Reiniciar"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -786,7 +796,7 @@ msgid "Settings"
|
|||
msgstr "Configuraciones"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "Automaattinen tunnistus"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Käynnistä uudelleen"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Asetukset"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "Détection automatique"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -358,7 +368,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -672,7 +682,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Redémarrer"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -774,7 +784,7 @@ msgid "Settings"
|
|||
msgstr "Paramètres"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -124,7 +124,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -142,6 +142,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -150,6 +154,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -178,7 +188,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -358,7 +368,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -668,7 +678,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +779,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -117,7 +117,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -135,6 +135,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -143,6 +147,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -171,7 +181,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -351,7 +361,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -661,7 +671,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -762,7 +772,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "Automatikus észlelés"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -358,7 +368,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -668,7 +678,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Újraindítás"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +779,7 @@ msgid "Settings"
|
|||
msgstr "Beállítások"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Riavvia"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Impostazioni"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "自動検出"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "再起動"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "設定"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -178,7 +188,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -358,7 +368,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -668,7 +678,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +779,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Omstart"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +779,7 @@ msgid "Settings"
|
|||
msgstr "Innstillinger"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -125,7 +125,7 @@ msgstr "Geavanceerde instellingen"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr "Selectie feed op toelatingslijst"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Alleen toelatingslijst"
|
||||
|
||||
|
@ -145,6 +145,10 @@ msgstr "Uplink automatisch toestaan"
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Automatische toelatingslijst"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "Automatische blokkeerlijst"
|
||||
|
@ -153,6 +157,12 @@ msgstr "Automatische blokkeerlijst"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Autodetectie"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -185,7 +195,7 @@ msgstr "Basiswerkmap tijdens banIP-verwerking."
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr "Blocklist Feed Selectie"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr "Vervaldatum van blokkeerlijst ingesteld"
|
||||
|
||||
|
@ -382,7 +392,7 @@ msgstr "Schakelt IPv4-ondersteuning in."
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "Schakelt IPv6-ondersteuning in."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden."
|
||||
|
||||
|
@ -709,7 +719,7 @@ msgstr "Rapporteer elementen"
|
|||
msgid "Restart"
|
||||
msgstr "Herstart"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's."
|
||||
|
||||
|
@ -812,8 +822,8 @@ msgid "Settings"
|
|||
msgstr "Instellingen"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgstr "Splits het laden van externe sets na elke n leden om RAM te besparen."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1081,6 +1091,10 @@ msgstr "start (standaard)"
|
|||
msgid "warn (default)"
|
||||
msgstr "waarschuwen (standaard)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr ""
|
||||
#~ "Splits het laden van externe sets na elke n leden om RAM te besparen."
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "Blokkeerlijst verloopt"
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ msgstr "Ustawienia zaawansowane"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr "Wybór źródeł listy dozwolonych"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Tylko lista dozwolonych"
|
||||
|
||||
|
@ -146,6 +146,10 @@ msgstr "Automatycznie zezwalaj na łącze nadrzędne"
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Automatyczna lista dozwolonych"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "Automatyczna lista zablokowanych"
|
||||
|
@ -154,6 +158,12 @@ msgstr "Automatyczna lista zablokowanych"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Automatyczne wykrywanie"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -186,7 +196,7 @@ msgstr "Główny katalog roboczy podczas przetwarzania banIP."
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr "Wybór źródeł listy zablokowanych"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr "Wygaśnięcie zestawu listy zablokowanych"
|
||||
|
||||
|
@ -382,7 +392,7 @@ msgstr "Włącza obsługę IPv4."
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "Włącza obsługę IPv6."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
"Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych."
|
||||
|
@ -712,7 +722,7 @@ msgstr "Elementy raportu"
|
|||
msgid "Restart"
|
||||
msgstr "Restartuj"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
"Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP."
|
||||
|
@ -816,10 +826,8 @@ msgid "Settings"
|
|||
msgstr "Ustawienia"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
"Podziel ładowanie zestawu zewnętrznego po każdych n członkach, aby "
|
||||
"zaoszczędzić pamięć RAM."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1084,6 +1092,11 @@ msgstr "uruchom (domyślne)"
|
|||
msgid "warn (default)"
|
||||
msgstr "ostrzeżenie (domyślne)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr ""
|
||||
#~ "Podziel ładowanie zestawu zewnętrznego po każdych n członkach, aby "
|
||||
#~ "zaoszczędzić pamięć RAM."
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "Wygaśnięcie listy zablokowanych"
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ msgstr "Configurações avançadas"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr "Seleção de feed da lista de permissões"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Apenas a lista dos permitidos"
|
||||
|
||||
|
@ -145,6 +145,10 @@ msgstr "Permitir uplink automático"
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Lista automática dos permitidos"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "Lista automática de bloqueio"
|
||||
|
@ -153,6 +157,12 @@ msgstr "Lista automática de bloqueio"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Deteção automática"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -186,7 +196,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr "Seleção de feed de lista de bloqueio"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr "Expiração definida da lista de bloqueio"
|
||||
|
||||
|
@ -240,8 +250,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Configuração do pacote banIP para banir IPs de entrada e saída por meio de "
|
||||
"conjuntos nftables nomeados. Para mais informações<a href=\"https://github."
|
||||
"com/openwrt/packages/blob/master/net/banip/files/README.md\" target=\"_blank"
|
||||
"\" rel=\"noreferrer noopener\" >verifique a documentação on-line</a>"
|
||||
"com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||
"target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-"
|
||||
"line</a>"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
|
||||
msgid "Countries"
|
||||
|
@ -381,7 +392,7 @@ msgstr "Ativa o suporte IPv4."
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "Ativa o suporte IPv6."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
"Tempo de expiração para membros do conjunto de lista de bloqueio adicionados "
|
||||
|
@ -710,7 +721,7 @@ msgstr "Elementos do relatório"
|
|||
msgid "Restart"
|
||||
msgstr "Reiniciar"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
|
||||
|
@ -814,10 +825,8 @@ msgid "Settings"
|
|||
msgstr "Configurações"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
"Divida o carregamento do conjunto externo após cada n membros para "
|
||||
"economizar RAM."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1081,6 +1090,11 @@ msgstr "iniciar (padrão)"
|
|||
msgid "warn (default)"
|
||||
msgstr "alertar (padrão)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr ""
|
||||
#~ "Divida o carregamento do conjunto externo após cada n membros para "
|
||||
#~ "economizar RAM."
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "Validade da lista de bloqueio"
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ msgstr "Configurações avançadas"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr "Seleção do feed da lista dos permitidos"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Apenas a lista dos permitidos"
|
||||
|
||||
|
@ -145,6 +145,10 @@ msgstr "Permite o enlace automático"
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Lista automática dos permitidos"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "Lista automática de bloqueio"
|
||||
|
@ -153,6 +157,12 @@ msgstr "Lista automática de bloqueio"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Detecção Automática"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -186,7 +196,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr "Seleção do feed da lista de bloqueio"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr "Expiração do conjunto das listas de bloqueio"
|
||||
|
||||
|
@ -382,7 +392,7 @@ msgstr "Ativa o suporte IPv4."
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "Ativa o suporte IPv6."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
"Tempo de expiração para os membros do conjunto da lista de bloqueio que "
|
||||
|
@ -712,7 +722,7 @@ msgstr "Elementos do relatório"
|
|||
msgid "Restart"
|
||||
msgstr "Reiniciar"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
|
||||
|
@ -816,10 +826,8 @@ msgid "Settings"
|
|||
msgstr "Configurações"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
"Divida o carregamento do conjunto externo após cada n membros para "
|
||||
"economizar RAM."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1089,6 +1097,11 @@ msgstr "iniciar (padrão)"
|
|||
msgid "warn (default)"
|
||||
msgstr "alertar (padrão)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr ""
|
||||
#~ "Divida o carregamento do conjunto externo após cada n membros para "
|
||||
#~ "economizar RAM."
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "Validade da lista de bloqueio"
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ msgstr "Setări avansate"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Doar Allowlist"
|
||||
|
||||
|
@ -146,6 +146,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Allowlist Automată"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "Lista de blocare automată"
|
||||
|
@ -154,6 +158,12 @@ msgstr "Lista de blocare automată"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Detecție automată"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -182,7 +192,7 @@ msgstr "Directorul de lucru de bază în timpul procesării banIP."
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -369,7 +379,7 @@ msgstr "Activează suportul IPv4."
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "Activează suportul IPv6."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -689,7 +699,7 @@ msgstr "Elemente de raport"
|
|||
msgid "Restart"
|
||||
msgstr "Reporniți"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
"Restricționați accesul la internet de la/către un număr mic de IP-uri "
|
||||
|
@ -794,10 +804,8 @@ msgid "Settings"
|
|||
msgstr "Setări"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
"Împărțiți încărcarea setului extern după fiecare n membri pentru a economisi "
|
||||
"RAM."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1057,6 +1065,11 @@ msgstr "start (implicit)"
|
|||
msgid "warn (default)"
|
||||
msgstr "avertisment (implicit)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr ""
|
||||
#~ "Împărțiți încărcarea setului extern după fiecare n membri pentru a "
|
||||
#~ "economisi RAM."
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "Expirarea listei de blocuri"
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ msgstr "Расширенные настройки"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr "Выбор канала из белого списка"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "Только список разрешений"
|
||||
|
||||
|
@ -146,6 +146,10 @@ msgstr "Автоматически разрешать исходящие сое
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "Автоматический список разрешений"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "Автоматический блок-лист"
|
||||
|
@ -154,6 +158,12 @@ msgstr "Автоматический блок-лист"
|
|||
msgid "Auto Detection"
|
||||
msgstr "Автоопределение"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -186,7 +196,7 @@ msgstr "Базовый рабочий каталог при обработке b
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr "Выбор канала черного списка"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr "Срок действия черного списка"
|
||||
|
||||
|
@ -381,7 +391,7 @@ msgstr "Включает поддержку IPv4."
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "Включает поддержку IPv6."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
"Время истечения срока действия для автоматически добавляемых членов набора "
|
||||
|
@ -712,7 +722,7 @@ msgstr "Элементы отчета"
|
|||
msgid "Restart"
|
||||
msgstr "Перезапустить"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
|
||||
|
@ -816,10 +826,8 @@ msgid "Settings"
|
|||
msgstr "Настройки"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
"Разделение загрузки внешнего набора после каждых n членов для экономии "
|
||||
"оперативной памяти."
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1084,6 +1092,11 @@ msgstr "старт (по умолчанию)"
|
|||
msgid "warn (default)"
|
||||
msgstr "предупреждение (по умолчанию)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr ""
|
||||
#~ "Разделение загрузки внешнего набора после каждых n членов для экономии "
|
||||
#~ "оперативной памяти."
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "Истечение срока действия блок-листа"
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Nastavenia"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "Automatisk detektering"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Starta om"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Inställningar"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -114,7 +114,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,6 +132,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -140,6 +144,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -168,7 +178,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -348,7 +358,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -658,7 +668,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -759,7 +769,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr "Otomatik Algılama"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Yeniden başlat"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr "Ayarlar"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -124,7 +124,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -142,6 +142,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -150,6 +154,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -178,7 +188,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -358,7 +368,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -668,7 +678,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr "Перезапустити"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +779,7 @@ msgid "Settings"
|
|||
msgstr "Налаштування"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr ""
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr ""
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr ""
|
||||
|
@ -149,6 +153,12 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr ""
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr ""
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr ""
|
|||
msgid "Restart"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr ""
|
||||
|
||||
|
@ -768,7 +778,7 @@ msgid "Settings"
|
|||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr "高级设置"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr "白名单源选择"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "仅白名单"
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr "自动允许上行线路"
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "自动白名单"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "自动黑名单"
|
||||
|
@ -149,6 +153,12 @@ msgstr "自动黑名单"
|
|||
msgid "Auto Detection"
|
||||
msgstr "自动检测"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr "banIP 处理时的基础工作目录。"
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr "黑名单源选择"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr "黑名单集过期时间"
|
||||
|
||||
|
@ -361,7 +371,7 @@ msgstr "启用 IPv4 支持。"
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "启用 IPv6 支持。"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr "自动添加的黑名单集成员的过期时间。"
|
||||
|
||||
|
@ -672,7 +682,7 @@ msgstr "报告元素"
|
|||
msgid "Restart"
|
||||
msgstr "重启"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr "限制来自/对少量安全 IP 的互联网访问。"
|
||||
|
||||
|
@ -773,8 +783,8 @@ msgid "Settings"
|
|||
msgstr "设置"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgstr "每 n 名成员后分割外部集加载来节省内存。"
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1025,6 +1035,9 @@ msgstr "启动(默认)"
|
|||
msgid "warn (default)"
|
||||
msgstr "警告(默认)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr "每 n 名成员后分割外部集加载来节省内存。"
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "黑名单过期时间"
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ msgstr "進階設定"
|
|||
msgid "Allowlist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Allowlist Only"
|
||||
msgstr "僅白名單"
|
||||
|
||||
|
@ -141,6 +141,10 @@ msgstr ""
|
|||
msgid "Auto Allowlist"
|
||||
msgstr "自動白名單"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid "Auto Block Subnet"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid "Auto Blocklist"
|
||||
msgstr "自動黑名單"
|
||||
|
@ -149,6 +153,12 @@ msgstr "自動黑名單"
|
|||
msgid "Auto Detection"
|
||||
msgstr "自動偵測"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
msgid ""
|
||||
"Automatically add entire subnets to the blocklist Set based on an additional "
|
||||
"RDAP request with the suspicious IP."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
|
||||
msgid ""
|
||||
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||
|
@ -177,7 +187,7 @@ msgstr "banIP 處理時的基礎工作目錄。"
|
|||
msgid "Blocklist Feed Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Blocklist Set Expiry"
|
||||
msgstr ""
|
||||
|
||||
|
@ -357,7 +367,7 @@ msgstr "啟用 IPv4 支援。"
|
|||
msgid "Enables IPv6 support."
|
||||
msgstr "啟用 IPv6 支援。"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:617
|
||||
msgid "Expiry time for auto added blocklist Set members."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +677,7 @@ msgstr "報告元素"
|
|||
msgid "Restart"
|
||||
msgstr "重新啟動"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:622
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
|
||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||
msgstr "限制來自/對少量安全 IP 的網際網路存取。"
|
||||
|
||||
|
@ -768,8 +778,8 @@ msgid "Settings"
|
|||
msgstr "設置"
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:366
|
||||
msgid "Split external set loading after every n members to save RAM."
|
||||
msgstr "每 n 名成員後分割外部集合載入來節省記憶體。"
|
||||
msgid "Split external Set loading after every n members to save RAM."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:303
|
||||
msgid "Startup Trigger Interface"
|
||||
|
@ -1016,6 +1026,9 @@ msgstr ""
|
|||
msgid "warn (default)"
|
||||
msgstr "警告 (預設)"
|
||||
|
||||
#~ msgid "Split external set loading after every n members to save RAM."
|
||||
#~ msgstr "每 n 名成員後分割外部集合載入來節省記憶體。"
|
||||
|
||||
#~ msgid "Blocklist Expiry"
|
||||
#~ msgstr "黑名單過期時間"
|
||||
|
||||
|
|
Loading…
Reference in a new issue