luci-app-banip: sync with banIP 0.8.4-4
* small changes * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
d28e837510
commit
0632f167d8
37 changed files with 1642 additions and 488 deletions
|
@ -575,7 +575,7 @@ return view.extend({
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
|
|
||||||
o = s.taboption('feeds', form.Flag, 'ban_autoallowlist', _('Auto Allowlist'), _('Automatically transfers uplink IPs to the banIP allowlist.'));
|
o = s.taboption('feeds', form.Flag, 'ban_autoallowlist', _('Auto Allowlist'), _('Automatically add resolved domains and uplink IPs to the local banIP allowlist.'));
|
||||||
o.default = 1
|
o.default = 1
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
|
|
||||||
|
@ -587,7 +587,7 @@ return view.extend({
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
o.depends('ban_autoallowlist', '1');
|
o.depends('ban_autoallowlist', '1');
|
||||||
|
|
||||||
o = s.taboption('feeds', form.Flag, 'ban_autoblocklist', _('Auto Blocklist'), _('Automatically transfers suspicious IPs to the banIP blocklist.'));
|
o = s.taboption('feeds', form.Flag, 'ban_autoblocklist', _('Auto Blocklist'), _('Automatically add resolved domains and suspicious IPs to the local banIP blocklist.'));
|
||||||
o.default = 1
|
o.default = 1
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -100,7 +100,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -110,11 +110,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -122,12 +126,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -188,7 +196,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -204,7 +212,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -226,6 +234,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -363,6 +375,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -382,7 +398,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -434,6 +450,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -606,7 +626,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "إعادة تشغيل"
|
msgstr "إعادة تشغيل"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -722,6 +742,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Активни събнети"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Автоматично засичане"
|
msgstr "Автоматично засичане"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,6 +970,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Активни събнети"
|
||||||
|
|
||||||
#~ msgid "Active Interfaces"
|
#~ msgid "Active Interfaces"
|
||||||
#~ msgstr "Активен интерфейс"
|
#~ msgstr "Активен интерфейс"
|
||||||
|
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "চালু সাবনেটগুলো"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,6 +970,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "চালু সাবনেটগুলো"
|
||||||
|
|
||||||
#~ msgid "Active Interfaces"
|
#~ msgid "Active Interfaces"
|
||||||
#~ msgstr "চালু ইন্টারফেসগুলো"
|
#~ msgstr "চালু ইন্টারফেসগুলো"
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Reiniciar"
|
msgstr "Reiniciar"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Aktive Subnets"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Automatisk detektering"
|
msgstr "Automatisk detektering"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr "Høj prioritet"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Højeste prioritet"
|
msgstr "Højeste prioritet"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr "IPv6-understøttelse"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -606,7 +626,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Genstart"
|
msgstr "Genstart"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -722,6 +742,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -947,6 +971,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Aktive Subnets"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Parse only the last stated number of log entries for suspicious events."
|
#~ "Parse only the last stated number of log entries for suspicious events."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Aktive Feeds"
|
msgstr "Aktive Feeds"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Aktive Subnetze"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -101,7 +101,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "Erweiterte Einstellungen"
|
msgstr "Erweiterte Einstellungen"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Nur Zulassungsliste"
|
msgstr "Nur Zulassungsliste"
|
||||||
|
|
||||||
|
@ -111,11 +111,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Automatische Zulassungsliste"
|
msgstr "Automatische Zulassungsliste"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Automatische Sperrliste"
|
msgstr "Automatische Sperrliste"
|
||||||
|
|
||||||
|
@ -123,13 +127,17 @@ msgstr "Automatische Sperrliste"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Automatische Erkennung"
|
msgstr "Automatische Erkennung"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
msgstr "Überträgt verdächtige IPs automatisch an die banIP-Sperrliste."
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
msgstr "Überträgt Uplink-IPs automatisch in die banIP-Zulassungsliste."
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -189,16 +197,11 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Konfiguration des banIP-Pakets, um ein- und ausgehende IP-Adressen/Subnetze "
|
|
||||||
"über Sets in nftables zu sperren. Weitere Informationen finden Sie unter <a "
|
|
||||||
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
|
||||||
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >in der Online-"
|
|
||||||
"Dokumentation</a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -210,11 +213,9 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deduplizieren von IP-Adressen in allen aktiven Sets und bereinigen der "
|
|
||||||
"lokalen Sperrliste."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -236,6 +237,10 @@ msgstr ""
|
||||||
"Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, "
|
"Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, "
|
||||||
"Protokolle und Dienstprogramme."
|
"Protokolle und Dienstprogramme."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -373,6 +378,10 @@ msgstr "Hohe Priorität"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Höchste Priorität"
|
msgstr "Höchste Priorität"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "IP-Suche"
|
msgstr "IP-Suche"
|
||||||
|
@ -392,10 +401,8 @@ msgstr "IPv6 Unterstützung"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Erhöhen der maximalen Anzahl geöffneten Dateien, um z. B. die Menge der "
|
|
||||||
"temporären geteilten Dateien beim Laden der Sets zu bewältigen."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -446,6 +453,10 @@ msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette."
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen."
|
msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -628,7 +639,7 @@ msgstr "Berichtselemente"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Neustart"
|
msgstr "Neustart"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs."
|
"Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs."
|
||||||
|
@ -752,6 +763,10 @@ msgstr "Status"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stopp"
|
msgstr "Stopp"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "Umfrage"
|
msgstr "Umfrage"
|
||||||
|
@ -994,6 +1009,42 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "warn (Standard)"
|
msgstr "warn (Standard)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Aktive Subnetze"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr "Überträgt verdächtige IPs automatisch an die banIP-Sperrliste."
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr "Überträgt Uplink-IPs automatisch in die banIP-Zulassungsliste."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Konfiguration des banIP-Pakets, um ein- und ausgehende IP-Adressen/"
|
||||||
|
#~ "Subnetze über Sets in nftables zu sperren. Weitere Informationen finden "
|
||||||
|
#~ "Sie unter <a href=\"https://github.com/openwrt/packages/blob/master/net/"
|
||||||
|
#~ "banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >in "
|
||||||
|
#~ "der Online-Dokumentation</a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Deduplizieren von IP-Adressen in allen aktiven Sets und bereinigen der "
|
||||||
|
#~ "lokalen Sperrliste."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Erhöhen der maximalen Anzahl geöffneten Dateien, um z. B. die Menge der "
|
||||||
|
#~ "temporären geteilten Dateien beim Laden der Sets zu bewältigen."
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "Kettenpriorität"
|
#~ msgstr "Kettenpriorität"
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -90,8 +90,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Fuentes activas"
|
msgstr "Fuentes activas"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Subredes activas"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -104,7 +104,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Solo lista de permitidos"
|
msgstr "Solo lista de permitidos"
|
||||||
|
|
||||||
|
@ -116,12 +116,16 @@ msgstr ""
|
||||||
"Las modificaciones de la lista de permitidos se han guardado, inicie la "
|
"Las modificaciones de la lista de permitidos se han guardado, inicie la "
|
||||||
"búsqueda de dominios o reinicie banIP para que los cambios surtan efecto."
|
"búsqueda de dominios o reinicie banIP para que los cambios surtan efecto."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Lista de permitidos automática"
|
msgstr "Lista de permitidos automática"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Lista de bloqueo automática"
|
msgstr "Lista de bloqueo automática"
|
||||||
|
@ -130,13 +134,16 @@ msgstr "Lista de bloqueo automática"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Detección automática"
|
msgstr "Detección automática"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Transfiere automáticamente las IP sospechosas a la lista de bloqueo de banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -197,7 +204,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -213,7 +220,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -235,6 +242,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -372,6 +383,10 @@ msgstr "Alta prioridad"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Prioridad más alta"
|
msgstr "Prioridad más alta"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -391,7 +406,7 @@ msgstr "Soporte IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -443,6 +458,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -618,7 +637,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Reiniciar"
|
msgstr "Reiniciar"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -735,6 +754,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -960,6 +983,14 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Subredes activas"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Transfiere automáticamente las IP sospechosas a la lista de bloqueo de "
|
||||||
|
#~ "banIP."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Parse only the last stated number of log entries for suspicious events."
|
#~ "Parse only the last stated number of log entries for suspicious events."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Aktiiviset aliverkot"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Automaattinen tunnistus"
|
msgstr "Automaattinen tunnistus"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr "IPv6-tuki"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Käynnistä uudelleen"
|
msgstr "Käynnistä uudelleen"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,6 +970,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Aktiiviset aliverkot"
|
||||||
|
|
||||||
#~ msgid "Active Interfaces"
|
#~ msgid "Active Interfaces"
|
||||||
#~ msgstr "Aktiiviset liitynnät"
|
#~ msgstr "Aktiiviset liitynnät"
|
||||||
|
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Sous-réseaux actifs"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Détection automatique"
|
msgstr "Détection automatique"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -363,6 +375,10 @@ msgstr "Priorité élevée"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Priorité la plus élevée"
|
msgstr "Priorité la plus élevée"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -382,7 +398,7 @@ msgstr "Prise en charge d’IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -434,6 +450,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -610,7 +630,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Redémarrer"
|
msgstr "Redémarrer"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -727,6 +747,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -952,6 +976,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Sous-réseaux actifs"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Parse only the last stated number of log entries for suspicious events."
|
#~ "Parse only the last stated number of log entries for suspicious events."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
|
@ -88,7 +88,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -100,7 +100,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -110,11 +110,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -122,12 +126,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -188,7 +196,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -204,7 +212,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -226,6 +234,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -363,6 +375,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -382,7 +398,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -434,6 +450,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -606,7 +626,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -722,6 +742,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -81,7 +81,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -93,7 +93,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -103,11 +103,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -115,12 +119,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -181,7 +189,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -197,7 +205,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -219,6 +227,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -356,6 +368,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -375,7 +391,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -427,6 +443,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -599,7 +619,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -715,6 +735,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Aktív alhálózatok"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Automatikus észlelés"
|
msgstr "Automatikus észlelés"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -363,6 +375,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -382,7 +398,7 @@ msgstr "IPv6 támogatás"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -434,6 +450,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -606,7 +626,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Újraindítás"
|
msgstr "Újraindítás"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -722,6 +742,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -947,6 +971,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Aktív alhálózatok"
|
||||||
|
|
||||||
#~ msgid "Active Interfaces"
|
#~ msgid "Active Interfaces"
|
||||||
#~ msgstr "Aktív csatolók"
|
#~ msgstr "Aktív csatolók"
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Riavvia"
|
msgstr "Riavvia"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "アクティブなサブネット"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "自動検出"
|
msgstr "自動検出"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr "高い優先度"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "最高の優先度"
|
msgstr "最高の優先度"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr "IPv6 サポート"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "再起動"
|
msgstr "再起動"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,6 +970,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "アクティブなサブネット"
|
||||||
|
|
||||||
#~ msgid "Unable to save changes: %s"
|
#~ msgid "Unable to save changes: %s"
|
||||||
#~ msgstr "変更を保存できませんでした: %s"
|
#~ msgstr "変更を保存できませんでした: %s"
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -188,7 +196,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -204,7 +212,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -226,6 +234,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -363,6 +375,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -382,7 +398,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -434,6 +450,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -606,7 +626,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -722,6 +742,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr "IPv6-støtte"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Omstart"
|
msgstr "Omstart"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -722,6 +742,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Actieve feeds"
|
msgstr "Actieve feeds"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Actieve subnetten"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -101,7 +101,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "Geavanceerde instellingen"
|
msgstr "Geavanceerde instellingen"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Alleen toelatingslijst"
|
msgstr "Alleen toelatingslijst"
|
||||||
|
|
||||||
|
@ -113,11 +113,15 @@ msgstr ""
|
||||||
"Wijzigingen op de toelatingslijst zijn opgeslagen, start de Domain Lookup of "
|
"Wijzigingen op de toelatingslijst zijn opgeslagen, start de Domain Lookup of "
|
||||||
"herstart banIP om de wijzigingen door te voeren."
|
"herstart banIP om de wijzigingen door te voeren."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Automatische toelatingslijst"
|
msgstr "Automatische toelatingslijst"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Automatische blokkeerlijst"
|
msgstr "Automatische blokkeerlijst"
|
||||||
|
|
||||||
|
@ -125,13 +129,17 @@ msgstr "Automatische blokkeerlijst"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Autodetectie"
|
msgstr "Autodetectie"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
msgstr "Verplaatst automatisch verdachte IP's naar de banIP-blokkeerlijst."
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
msgstr "Zet automatisch uplink IP's over naar de banIP toelatingslijst."
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -197,16 +205,11 @@ msgstr "Aangepaste feeds wissen"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Configuratie van het banIP pakket om inkomende en uitgaande ip adressen/"
|
|
||||||
"subnetten te bannen via sets in nftables. Voor meer informatie <a "
|
|
||||||
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
|
||||||
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de online "
|
|
||||||
"documentatie</a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -218,11 +221,9 @@ msgstr "Aangepaste feededitor"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ontdubbel IP-adressen over alle actieve sets en ruim de lokale blokkeerlijst "
|
|
||||||
"op."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -244,6 +245,10 @@ msgstr ""
|
||||||
"Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, "
|
"Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, "
|
||||||
"protocollen en hulpprogramma's."
|
"protocollen en hulpprogramma's."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr "Domein opzoeken"
|
msgstr "Domein opzoeken"
|
||||||
|
@ -383,6 +388,10 @@ msgstr "Hoge prioriteit"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Hoogste prioriteit"
|
msgstr "Hoogste prioriteit"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "IP zoeken"
|
msgstr "IP zoeken"
|
||||||
|
@ -402,10 +411,8 @@ msgstr "IPv6 ondersteuning"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Verhoog het maximale aantal geopende bestanden, b.v. om het aantal "
|
|
||||||
"tijdelijke gesplitste bestanden te verwerken tijdens het laden van de sets."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -456,6 +463,10 @@ msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks."
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen."
|
msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -641,7 +652,7 @@ msgstr "Rapporteer elementen"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Herstart"
|
msgstr "Herstart"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's."
|
msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's."
|
||||||
|
|
||||||
|
@ -759,6 +770,10 @@ msgstr "Status"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stop"
|
msgstr "Stop"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "Enquête"
|
msgstr "Enquête"
|
||||||
|
@ -927,11 +942,11 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Met deze editor kunt u uw lokale aangepaste feedbestand uploaden of een "
|
"Met deze editor kunt u uw lokale aangepaste feedbestand uploaden of een "
|
||||||
"eerste bestand aanvullen (een 1:1-kopie van de versie die bij het pakket "
|
"eerste bestand aanvullen (een 1:1-kopie van de versie die bij het pakket "
|
||||||
"wordt geleverd). Het bestand bevindt zich in '/etc/banip/"
|
"wordt geleverd). Het bestand bevindt zich in '/etc/banip/banip.custom."
|
||||||
"banip.custom.feeds'. Vervolgens kunt u dit bestand bewerken, vermeldingen "
|
"feeds'. Vervolgens kunt u dit bestand bewerken, vermeldingen verwijderen, "
|
||||||
"verwijderen, nieuwe toevoegen of een lokale back-up maken. Om terug te gaan "
|
"nieuwe toevoegen of een lokale back-up maken. Om terug te gaan naar de "
|
||||||
"naar de versie van de beheerder leegt u het aangepaste feedbestand opnieuw ("
|
"versie van de beheerder leegt u het aangepaste feedbestand opnieuw (niet "
|
||||||
"niet verwijderen!)."
|
"verwijderen!)."
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
|
||||||
msgid "alert"
|
msgid "alert"
|
||||||
|
@ -1009,6 +1024,43 @@ msgstr "start (standaard)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "waarschuwen (standaard)"
|
msgstr "waarschuwen (standaard)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Actieve subnetten"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr "Verplaatst automatisch verdachte IP's naar de banIP-blokkeerlijst."
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr "Zet automatisch uplink IP's over naar de banIP toelatingslijst."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Configuratie van het banIP pakket om inkomende en uitgaande ip adressen/"
|
||||||
|
#~ "subnetten te bannen via sets in nftables. Voor meer informatie <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de "
|
||||||
|
#~ "online documentatie</a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Ontdubbel IP-adressen over alle actieve sets en ruim de lokale "
|
||||||
|
#~ "blokkeerlijst op."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Verhoog het maximale aantal geopende bestanden, b.v. om het aantal "
|
||||||
|
#~ "tijdelijke gesplitste bestanden te verwerken tijdens het laden van de "
|
||||||
|
#~ "sets."
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "Reeks Prioriteit"
|
#~ msgstr "Reeks Prioriteit"
|
||||||
|
|
||||||
|
|
|
@ -88,8 +88,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Aktywne źródła"
|
msgstr "Aktywne źródła"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Aktywne podsieci"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -102,7 +102,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "Ustawienia zaawansowane"
|
msgstr "Ustawienia zaawansowane"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Tylko lista dozwolonych"
|
msgstr "Tylko lista dozwolonych"
|
||||||
|
|
||||||
|
@ -114,11 +114,15 @@ msgstr ""
|
||||||
"Modyfikacje listy dozwolonych zostały zapisane, rozpocznij wyszukiwanie "
|
"Modyfikacje listy dozwolonych zostały zapisane, rozpocznij wyszukiwanie "
|
||||||
"domen lub zrestartuj banIP, aby zmiany zaczęły obowiązywać."
|
"domen lub zrestartuj banIP, aby zmiany zaczęły obowiązywać."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Automatyczna lista dozwolonych"
|
msgstr "Automatyczna lista dozwolonych"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Automatyczna lista zablokowanych"
|
msgstr "Automatyczna lista zablokowanych"
|
||||||
|
|
||||||
|
@ -126,14 +130,17 @@ msgstr "Automatyczna lista zablokowanych"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Automatyczne wykrywanie"
|
msgstr "Automatyczne wykrywanie"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Automatycznie przenosi podejrzane adresy IP na listę zablokowanych banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
msgstr "Automatycznie przenosi adresy IP uplink na listę dozwolonych banIP."
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -199,16 +206,11 @@ msgstr "Wyczyść źródła niestandardowe"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Konfiguracja pakietu banIP do blokowania przychodzących i wychodzących "
|
|
||||||
"adresów IP/podsieci poprzez zestawy w nftables. Aby uzyskać więcej "
|
|
||||||
"informacji, <a href=\"https://github.com/openwrt/packages/blob/master/net/"
|
|
||||||
"banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" "
|
|
||||||
">sprawdź dokumentację online</a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -220,11 +222,9 @@ msgstr "Edytor źródeł niestandardowych"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deduplikuj adresy IP we wszystkich aktywnych zestawach i uporządkuj lokalną "
|
|
||||||
"listę zablokowanych."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -246,6 +246,10 @@ msgstr ""
|
||||||
"Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, "
|
"Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, "
|
||||||
"podsieci, protokoły i narzędzia."
|
"podsieci, protokoły i narzędzia."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr "Wyszukiwanie domen"
|
msgstr "Wyszukiwanie domen"
|
||||||
|
@ -385,6 +389,10 @@ msgstr "Wysoki priorytet"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Najwyższy priorytet"
|
msgstr "Najwyższy priorytet"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "Wyszukiwanie IP"
|
msgstr "Wyszukiwanie IP"
|
||||||
|
@ -404,10 +412,8 @@ msgstr "Obsługa IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Zwiększ maksymalną liczbę otwartych plików, np. w celu obsługi liczby "
|
|
||||||
"tymczasowo podzielonych plików podczas ładowania zestawów."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -460,6 +466,10 @@ msgstr ""
|
||||||
"Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać "
|
"Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać "
|
||||||
"pamięć RAM."
|
"pamięć RAM."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -645,7 +655,7 @@ msgstr "Elementy raportu"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Restartuj"
|
msgstr "Restartuj"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP."
|
"Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP."
|
||||||
|
@ -766,6 +776,10 @@ msgstr "Status"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Zatrzymaj"
|
msgstr "Zatrzymaj"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "Badanie"
|
msgstr "Badanie"
|
||||||
|
@ -1013,6 +1027,43 @@ msgstr "uruchom (domyślne)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "ostrzeżenie (domyślne)"
|
msgstr "ostrzeżenie (domyślne)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Aktywne podsieci"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Automatycznie przenosi podejrzane adresy IP na listę zablokowanych banIP."
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr "Automatycznie przenosi adresy IP uplink na listę dozwolonych banIP."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Konfiguracja pakietu banIP do blokowania przychodzących i wychodzących "
|
||||||
|
#~ "adresów IP/podsieci poprzez zestawy w nftables. Aby uzyskać więcej "
|
||||||
|
#~ "informacji, <a href=\"https://github.com/openwrt/packages/blob/master/net/"
|
||||||
|
#~ "banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" "
|
||||||
|
#~ ">sprawdź dokumentację online</a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Deduplikuj adresy IP we wszystkich aktywnych zestawach i uporządkuj "
|
||||||
|
#~ "lokalną listę zablokowanych."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Zwiększ maksymalną liczbę otwartych plików, np. w celu obsługi liczby "
|
||||||
|
#~ "tymczasowo podzielonych plików podczas ładowania zestawów."
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "Priorytet łańcucha"
|
#~ msgstr "Priorytet łańcucha"
|
||||||
|
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Feeds ativos"
|
msgstr "Feeds ativos"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Sub-redes ativas"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -101,7 +101,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "Configurações avançadas"
|
msgstr "Configurações avançadas"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Apenas a lista dos permitidos"
|
msgstr "Apenas a lista dos permitidos"
|
||||||
|
|
||||||
|
@ -113,11 +113,15 @@ msgstr ""
|
||||||
"As alterações da lista de permissões foram salvas, inicie a pesquisa de "
|
"As alterações da lista de permissões foram salvas, inicie a pesquisa de "
|
||||||
"domínio ou reinicie o banIP para que as alterações entrem em vigor."
|
"domínio ou reinicie o banIP para que as alterações entrem em vigor."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Lista automática dos permitidos"
|
msgstr "Lista automática dos permitidos"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Lista automática de bloqueio"
|
msgstr "Lista automática de bloqueio"
|
||||||
|
|
||||||
|
@ -125,15 +129,17 @@ msgstr "Lista automática de bloqueio"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Deteção automática"
|
msgstr "Deteção automática"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Transfere automaticamente os IPs suspeitos à lista de bloqueio do banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Transfere automaticamente os IPs do enlace à lista dos permitidos banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -198,16 +204,11 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"As configuração do pacote banIP para banir os endereços IP/sub-redes na "
|
|
||||||
"entrada e na saída através de conjuntos nftables. Para obter mais "
|
|
||||||
"informações <a href=\"https://github.com/openwrt/packages/blob/master/net/"
|
|
||||||
"banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" > "
|
|
||||||
"consulte a documentação online </a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -219,11 +220,9 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Remover a duplicidade dos endereços IP em todos os conjuntos ativos e "
|
|
||||||
"organizar a lista local de bloqueio."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -245,6 +244,10 @@ msgstr ""
|
||||||
"Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os "
|
"Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os "
|
||||||
"protocolos e os utilitários automaticamente."
|
"protocolos e os utilitários automaticamente."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr "Busca por domínio"
|
msgstr "Busca por domínio"
|
||||||
|
@ -385,6 +388,10 @@ msgstr "Alta prioridade"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Máxima Prioridade"
|
msgstr "Máxima Prioridade"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "Busca IP"
|
msgstr "Busca IP"
|
||||||
|
@ -404,11 +411,8 @@ msgstr "Suporte de IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aumente a quantidade máxima de ficheiros abertos, para lidar com a "
|
|
||||||
"quantidade de ficheiros divididos temporários durante o carregamento dos "
|
|
||||||
"conjuntos por exemplo."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -460,6 +464,10 @@ msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
|
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -641,7 +649,7 @@ msgstr "Elementos do relatório"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Reiniciar"
|
msgstr "Reiniciar"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
|
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
|
||||||
|
@ -762,6 +770,10 @@ msgstr "Condição geral"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Parar"
|
msgstr "Parar"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "Pesquisa"
|
msgstr "Pesquisa"
|
||||||
|
@ -1008,6 +1020,45 @@ msgstr "iniciar (padrão)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "alertar (padrão)"
|
msgstr "alertar (padrão)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Sub-redes ativas"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Transfere automaticamente os IPs suspeitos à lista de bloqueio do banIP."
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Transfere automaticamente os IPs do enlace à lista dos permitidos banIP."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "As configuração do pacote banIP para banir os endereços IP/sub-redes na "
|
||||||
|
#~ "entrada e na saída através de conjuntos nftables. Para obter mais "
|
||||||
|
#~ "informações <a href=\"https://github.com/openwrt/packages/blob/master/net/"
|
||||||
|
#~ "banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" > "
|
||||||
|
#~ "consulte a documentação online </a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Remover a duplicidade dos endereços IP em todos os conjuntos ativos e "
|
||||||
|
#~ "organizar a lista local de bloqueio."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Aumente a quantidade máxima de ficheiros abertos, para lidar com a "
|
||||||
|
#~ "quantidade de ficheiros divididos temporários durante o carregamento dos "
|
||||||
|
#~ "conjuntos por exemplo."
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "Prioridade da cadeia"
|
#~ msgstr "Prioridade da cadeia"
|
||||||
|
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Feeds ativos"
|
msgstr "Feeds ativos"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Sub-redes Ativas"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -101,7 +101,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "Configurações avançadas"
|
msgstr "Configurações avançadas"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Apenas a lista dos permitidos"
|
msgstr "Apenas a lista dos permitidos"
|
||||||
|
|
||||||
|
@ -113,11 +113,15 @@ msgstr ""
|
||||||
"As alterações da lista de permissões foram salvas, inicie a pesquisa de "
|
"As alterações da lista de permissões foram salvas, inicie a pesquisa de "
|
||||||
"domínio ou reinicie o banIP para que as alterações entrem em vigor."
|
"domínio ou reinicie o banIP para que as alterações entrem em vigor."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Lista automática dos permitidos"
|
msgstr "Lista automática dos permitidos"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Lista automática de bloqueio"
|
msgstr "Lista automática de bloqueio"
|
||||||
|
|
||||||
|
@ -125,15 +129,17 @@ msgstr "Lista automática de bloqueio"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Detecção Automática"
|
msgstr "Detecção Automática"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Transfere automaticamente os IPs suspeitos para a lista de bloqueio do banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Transfere automaticamente os IPs do enlace para a lista dos permitidos banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -200,16 +206,11 @@ msgstr "Limpar os feeds personalizados"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"As configuração do pacote banIP para banir os endereços IP/sub-redes na "
|
|
||||||
"entrada e na saída através de conjuntos nftables. Para obter mais "
|
|
||||||
"informações <a href=\"https://github.com/openwrt/packages/blob/master/net/"
|
|
||||||
"banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" > "
|
|
||||||
"consulte a documentação online </a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -221,11 +222,9 @@ msgstr "Editor do feed personalizado"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Remover a duplicidade dos endereços IP em todos os conjuntos ativos e "
|
|
||||||
"organizar a lista local de bloqueio."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -247,6 +246,10 @@ msgstr ""
|
||||||
"Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os "
|
"Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os "
|
||||||
"protocolos e os utilitários automaticamente."
|
"protocolos e os utilitários automaticamente."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr "Busca por domínio"
|
msgstr "Busca por domínio"
|
||||||
|
@ -387,6 +390,10 @@ msgstr "Alta prioridade"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Máxima Prioridade"
|
msgstr "Máxima Prioridade"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "Busca IP"
|
msgstr "Busca IP"
|
||||||
|
@ -406,11 +413,8 @@ msgstr "Suporte ao IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aumente a quantidade máxima de arquivos abertos, para lidar com a quantidade "
|
|
||||||
"de arquivos divididos temporários durante o carregamento dos conjuntos por "
|
|
||||||
"exemplo."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -462,6 +466,10 @@ msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
|
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -646,7 +654,7 @@ msgstr "Elementos do relatório"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Reiniciar"
|
msgstr "Reiniciar"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
|
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
|
||||||
|
@ -767,6 +775,10 @@ msgstr "Condição geral"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Parar"
|
msgstr "Parar"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "Pesquisa"
|
msgstr "Pesquisa"
|
||||||
|
@ -1019,6 +1031,47 @@ msgstr "iniciar (padrão)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "alertar (padrão)"
|
msgstr "alertar (padrão)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Sub-redes Ativas"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Transfere automaticamente os IPs suspeitos para a lista de bloqueio do "
|
||||||
|
#~ "banIP."
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Transfere automaticamente os IPs do enlace para a lista dos permitidos "
|
||||||
|
#~ "banIP."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "As configuração do pacote banIP para banir os endereços IP/sub-redes na "
|
||||||
|
#~ "entrada e na saída através de conjuntos nftables. Para obter mais "
|
||||||
|
#~ "informações <a href=\"https://github.com/openwrt/packages/blob/master/net/"
|
||||||
|
#~ "banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" > "
|
||||||
|
#~ "consulte a documentação online </a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Remover a duplicidade dos endereços IP em todos os conjuntos ativos e "
|
||||||
|
#~ "organizar a lista local de bloqueio."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Aumente a quantidade máxima de arquivos abertos, para lidar com a "
|
||||||
|
#~ "quantidade de arquivos divididos temporários durante o carregamento dos "
|
||||||
|
#~ "conjuntos por exemplo."
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "Prioridade da cadeia"
|
#~ msgstr "Prioridade da cadeia"
|
||||||
|
|
||||||
|
|
|
@ -88,8 +88,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Fluxuri active"
|
msgstr "Fluxuri active"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Subrețele active"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -102,7 +102,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "Setări avansate"
|
msgstr "Setări avansate"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Doar Allowlist"
|
msgstr "Doar Allowlist"
|
||||||
|
|
||||||
|
@ -114,11 +114,15 @@ msgstr ""
|
||||||
"Lista cu modificările permise au fost salvate, porniți căutarea domeniului "
|
"Lista cu modificările permise au fost salvate, porniți căutarea domeniului "
|
||||||
"sau reporniți banIP pentru ca modificările să intre în vigoare."
|
"sau reporniți banIP pentru ca modificările să intre în vigoare."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Allowlist Automată"
|
msgstr "Allowlist Automată"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Lista de blocare automată"
|
msgstr "Lista de blocare automată"
|
||||||
|
|
||||||
|
@ -126,14 +130,17 @@ msgstr "Lista de blocare automată"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Detecție automată"
|
msgstr "Detecție automată"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
msgstr "Transferă automat IP-urile suspecte în lista de blocare banIP."
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Transferă automat IP-urile de legătură ascendentă în lista de permise banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -197,16 +204,11 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Configurarea pachetului banIP pentru a interzice adresele ip de intrare și "
|
|
||||||
"de ieșire /subrețele prin intermediul seturilor din nftables. Pentru "
|
|
||||||
"informații suplimentare <a href=\"https://github.com/openwrt/packages/blob/"
|
|
||||||
"master/net/banip/files/README.md\" target=\"_blank\" rel=\"noreferrer "
|
|
||||||
"noopener\" >consultați documentația online</a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -218,11 +220,9 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deduplicați adresele IP în toate seturile active și faceți ordine în lista "
|
|
||||||
"de blocuri locale."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -244,6 +244,10 @@ msgstr ""
|
||||||
"Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, "
|
"Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, "
|
||||||
"protocoalelor și utilităților relevante."
|
"protocoalelor și utilităților relevante."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr "Căutare domeniu"
|
msgstr "Căutare domeniu"
|
||||||
|
@ -384,6 +388,10 @@ msgstr "Prioritate ridicată"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Cea mai mare prioritate"
|
msgstr "Cea mai mare prioritate"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "Căutare IP"
|
msgstr "Căutare IP"
|
||||||
|
@ -403,10 +411,8 @@ msgstr "Suport IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Creșteți numărul maxim de fișiere deschise, de exemplu, pentru a gestiona "
|
|
||||||
"numărul de fișiere divizate temporar în timpul încărcării seturilor."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -457,6 +463,10 @@ msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input."
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi RAM."
|
msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi RAM."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -639,7 +649,7 @@ msgstr "Elemente de raport"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Reporniți"
|
msgstr "Reporniți"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Restricționați accesul la internet de la/către un număr mic de IP-uri "
|
"Restricționați accesul la internet de la/către un număr mic de IP-uri "
|
||||||
|
@ -761,6 +771,10 @@ msgstr "Stare"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stop"
|
msgstr "Stop"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "Sondaj"
|
msgstr "Sondaj"
|
||||||
|
@ -1003,6 +1017,44 @@ msgstr "start (implicit)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "avertisment (implicit)"
|
msgstr "avertisment (implicit)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Subrețele active"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr "Transferă automat IP-urile suspecte în lista de blocare banIP."
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Transferă automat IP-urile de legătură ascendentă în lista de permise "
|
||||||
|
#~ "banIP."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Configurarea pachetului banIP pentru a interzice adresele ip de intrare "
|
||||||
|
#~ "și de ieșire /subrețele prin intermediul seturilor din nftables. Pentru "
|
||||||
|
#~ "informații suplimentare <a href=\"https://github.com/openwrt/packages/"
|
||||||
|
#~ "blob/master/net/banip/files/README.md\" target=\"_blank\" "
|
||||||
|
#~ "rel=\"noreferrer noopener\" >consultați documentația online</a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Deduplicați adresele IP în toate seturile active și faceți ordine în "
|
||||||
|
#~ "lista de blocuri locale."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Creșteți numărul maxim de fișiere deschise, de exemplu, pentru a gestiona "
|
||||||
|
#~ "numărul de fișiere divizate temporar în timpul încărcării seturilor."
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "Prioritatea Chain"
|
#~ msgstr "Prioritatea Chain"
|
||||||
|
|
||||||
|
|
|
@ -88,8 +88,8 @@ msgid "Active Feeds"
|
||||||
msgstr "Активные каналы"
|
msgstr "Активные каналы"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Активные подсети"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -102,7 +102,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "Расширенные настройки"
|
msgstr "Расширенные настройки"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "Только список разрешений"
|
msgstr "Только список разрешений"
|
||||||
|
|
||||||
|
@ -114,11 +114,15 @@ msgstr ""
|
||||||
"Изменения в списке Allowlist были сохранены, запустите программу Domain "
|
"Изменения в списке Allowlist были сохранены, запустите программу Domain "
|
||||||
"Lookup или перезапустите banIP, чтобы изменения вступили в силу."
|
"Lookup или перезапустите banIP, чтобы изменения вступили в силу."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "Автоматический список разрешений"
|
msgstr "Автоматический список разрешений"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "Автоматический блок-лист"
|
msgstr "Автоматический блок-лист"
|
||||||
|
|
||||||
|
@ -126,16 +130,17 @@ msgstr "Автоматический блок-лист"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Автоопределение"
|
msgstr "Автоопределение"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Автоматически переносит подозрительные IP-адреса в список блокировки banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Автоматически переносит IP-адреса восходящего канала в список разрешений "
|
|
||||||
"banIP."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -201,16 +206,11 @@ msgstr "Очистить пользовательские каналы"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Конфигурация пакета banIP для запрета входящих и исходящих ip-адресов/"
|
|
||||||
"подсетей через наборы в nftables. Для получения дополнительной информации <a "
|
|
||||||
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
|
||||||
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с "
|
|
||||||
"онлайн-документацией</a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -222,11 +222,9 @@ msgstr "Пользовательский редактор каналов"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Дублируйте IP-адреса во всех активных наборах и приведите в порядок "
|
|
||||||
"локальный список блокировки."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -248,6 +246,10 @@ msgstr ""
|
||||||
"Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, "
|
"Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, "
|
||||||
"подсетей, протоколов и утилит."
|
"подсетей, протоколов и утилит."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr "Поиск домена"
|
msgstr "Поиск домена"
|
||||||
|
@ -387,6 +389,10 @@ msgstr "Высокий приоритет"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "Наивысший приоритет"
|
msgstr "Наивысший приоритет"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "Поиск IP-адресов"
|
msgstr "Поиск IP-адресов"
|
||||||
|
@ -406,10 +412,8 @@ msgstr "Поддержка IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Увеличьте максимальное количество открытых файлов, например, чтобы "
|
|
||||||
"справиться с количеством временных разделенных файлов при загрузке наборов."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -462,6 +466,10 @@ msgstr ""
|
||||||
"Ограничьте количество ядер процессора, используемых banIP для экономии "
|
"Ограничьте количество ядер процессора, используемых banIP для экономии "
|
||||||
"оперативной памяти."
|
"оперативной памяти."
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -648,7 +656,7 @@ msgstr "Элементы отчета"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Перезапустить"
|
msgstr "Перезапустить"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
|
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
|
||||||
|
@ -769,6 +777,10 @@ msgstr "Состояние"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Остановить"
|
msgstr "Остановить"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "Опрос"
|
msgstr "Опрос"
|
||||||
|
@ -1016,6 +1028,47 @@ msgstr "старт (по умолчанию)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "предупреждение (по умолчанию)"
|
msgstr "предупреждение (по умолчанию)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Активные подсети"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Автоматически переносит подозрительные IP-адреса в список блокировки "
|
||||||
|
#~ "banIP."
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Автоматически переносит IP-адреса восходящего канала в список разрешений "
|
||||||
|
#~ "banIP."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Конфигурация пакета banIP для запрета входящих и исходящих ip-адресов/"
|
||||||
|
#~ "подсетей через наборы в nftables. Для получения дополнительной информации "
|
||||||
|
#~ "<a href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с "
|
||||||
|
#~ "онлайн-документацией</a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Дублируйте IP-адреса во всех активных наборах и приведите в порядок "
|
||||||
|
#~ "локальный список блокировки."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Увеличьте максимальное количество открытых файлов, например, чтобы "
|
||||||
|
#~ "справиться с количеством временных разделенных файлов при загрузке "
|
||||||
|
#~ "наборов."
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "Приоритет цепочки"
|
#~ msgstr "Приоритет цепочки"
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Aktiva undernät"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Automatisk detektering"
|
msgstr "Automatisk detektering"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Starta om"
|
msgstr "Starta om"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,6 +970,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Aktiva undernät"
|
||||||
|
|
||||||
#~ msgid "Active Interfaces"
|
#~ msgid "Active Interfaces"
|
||||||
#~ msgstr "Aktiva gränssnitt"
|
#~ msgstr "Aktiva gränssnitt"
|
||||||
|
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Subnets zinazotumika"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,6 +970,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Subnets zinazotumika"
|
||||||
|
|
||||||
#~ msgid "Active Interfaces"
|
#~ msgid "Active Interfaces"
|
||||||
#~ msgstr "Interfaces Zinazofanya Kazi"
|
#~ msgstr "Interfaces Zinazofanya Kazi"
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -90,7 +90,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -100,11 +100,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -112,12 +116,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -178,7 +186,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -194,7 +202,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -216,6 +224,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -353,6 +365,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -372,7 +388,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -424,6 +440,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -596,7 +616,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -712,6 +732,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "Etkin Alt Ağlar"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "Otomatik Algılama"
|
msgstr "Otomatik Algılama"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr "Yüksek öncelik"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "En yüksek öncelik"
|
msgstr "En yüksek öncelik"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr "IPv6 Desteği"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Yeniden başlat"
|
msgstr "Yeniden başlat"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -946,6 +970,9 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "Etkin Alt Ağlar"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Parse only the last stated number of log entries for suspicious events."
|
#~ "Parse only the last stated number of log entries for suspicious events."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
|
@ -88,7 +88,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -100,7 +100,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -110,11 +110,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -122,12 +126,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -188,7 +196,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -204,7 +212,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -226,6 +234,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -363,6 +375,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -382,7 +398,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -434,6 +450,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -606,7 +626,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Перезапустити"
|
msgstr "Перезапустити"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -722,6 +742,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,7 +87,7 @@ msgid "Active Feeds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
|
@ -99,7 +99,7 @@ msgstr ""
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -121,12 +125,16 @@ msgstr ""
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
|
@ -187,7 +195,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
|
@ -203,7 +211,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -225,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -362,6 +374,10 @@ msgstr ""
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -381,7 +397,7 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
|
@ -433,6 +449,10 @@ msgstr ""
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -605,7 +625,7 @@ msgstr ""
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -721,6 +741,10 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr "活跃源"
|
msgstr "活跃源"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "活动子网"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr "banIP 处理实际开始前以秒为单位的附加触发延迟。"
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "高级设置"
|
msgstr "高级设置"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "仅白名单"
|
msgstr "仅白名单"
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr "已保存白名单更改,启动域名查询或要让更改生效请重启 banIP。"
|
msgstr "已保存白名单更改,启动域名查询或要让更改生效请重启 banIP。"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "自动白名单"
|
msgstr "自动白名单"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "自动黑名单"
|
msgstr "自动黑名单"
|
||||||
|
|
||||||
|
@ -121,13 +125,17 @@ msgstr "自动黑名单"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "自动检测"
|
msgstr "自动检测"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
msgstr "自动将可疑 IP 转移到 banIP 黑名单。"
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
msgstr "自动将 uplink IP 地址转移到 banIP 白名单。"
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -159,7 +167,8 @@ msgstr "已保存黑名单更改,启动域名查询或要让更改生效请重
|
||||||
msgid ""
|
msgid ""
|
||||||
"By default each feed is active in all supported chains. Limit the default "
|
"By default each feed is active in all supported chains. Limit the default "
|
||||||
"block policy to a certain chain."
|
"block policy to a certain chain."
|
||||||
msgstr "每个订阅源默认在所有受支持的链中处于活跃状态。将默认拦截策略限制到特定的链。"
|
msgstr ""
|
||||||
|
"每个订阅源默认在所有受支持的链中处于活跃状态。将默认拦截策略限制到特定的链。"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:360
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:360
|
||||||
msgid "CPU Cores"
|
msgid "CPU Cores"
|
||||||
|
@ -187,14 +196,11 @@ msgstr "清除自定义源"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"配置 banIP 包通过 nftables 中的集封禁传入和传出 ip 地址/子网。进一步信息<a "
|
|
||||||
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
|
||||||
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >请查阅在线文档</a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -206,9 +212,9 @@ msgstr "自定义源的编辑器"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr "去除所有活跃集中的重复 IP 地址并整理本地黑名单。"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -228,6 +234,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr "自动检测相关的网络设备、接口、子网、协议和工具。"
|
msgstr "自动检测相关的网络设备、接口、子网、协议和工具。"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr "域名查询"
|
msgstr "域名查询"
|
||||||
|
@ -365,6 +375,10 @@ msgstr "较高优先级"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "最高优先级"
|
msgstr "最高优先级"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "IP 搜索"
|
msgstr "IP 搜索"
|
||||||
|
@ -384,8 +398,8 @@ msgstr "IPv6 支持"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr "提升打开文件的最大数目便于在加载集时处理临时分割文件等任务。"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -436,6 +450,10 @@ msgstr "限制特定源到广域网输入链。"
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr "限制 banIP 使用的 cpu 核心数来节省内存。"
|
msgstr "限制 banIP 使用的 cpu 核心数来节省内存。"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -563,7 +581,8 @@ msgstr "概览"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Parse only the last stated number of log entries for suspicious events. To "
|
"Parse only the last stated number of log entries for suspicious events. To "
|
||||||
"disable the log monitor at all set it to '0'."
|
"disable the log monitor at all set it to '0'."
|
||||||
msgstr "仅解析可疑事件日志条目最后声明的数量。如需完全禁用日志监控,请将其设为 '0'。"
|
msgstr ""
|
||||||
|
"仅解析可疑事件日志条目最后声明的数量。如需完全禁用日志监控,请将其设为 '0'。"
|
||||||
|
|
||||||
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76
|
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76
|
||||||
msgid "Processing Log"
|
msgid "Processing Log"
|
||||||
|
@ -608,7 +627,7 @@ msgstr "报告元素"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "重启"
|
msgstr "重启"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr "限制来自/对少量安全 IP 的互联网访问。"
|
msgstr "限制来自/对少量安全 IP 的互联网访问。"
|
||||||
|
|
||||||
|
@ -724,6 +743,10 @@ msgstr "状态"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "停止"
|
msgstr "停止"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "调查"
|
msgstr "调查"
|
||||||
|
@ -876,10 +899,10 @@ msgid ""
|
||||||
"maintainers version just empty the custom feed file again (do not delete "
|
"maintainers version just empty the custom feed file again (do not delete "
|
||||||
"it!)."
|
"it!)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"你可以使用此编辑器上传本地自定义源或填充初始自定义源(随包分发版本的 1:1 "
|
"你可以使用此编辑器上传本地自定义源或填充初始自定义源(随包分发版本的 1:1 拷"
|
||||||
"拷贝)。该文件位于 '/etc/banip/banip.custom.feeds'。接着你可以编辑此文件,删"
|
"贝)。该文件位于 '/etc/banip/banip.custom.feeds'。接着你可以编辑此文件,删除"
|
||||||
"除或添加条目或进行本地备份。要返回维护者版本,只需再次清空自定义源的文件(不"
|
"或添加条目或进行本地备份。要返回维护者版本,只需再次清空自定义源的文件(不是"
|
||||||
"是删除!)。"
|
"删除!)。"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:482
|
||||||
msgid "alert"
|
msgid "alert"
|
||||||
|
@ -957,6 +980,37 @@ msgstr "启动(默认)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "警告(默认)"
|
msgstr "警告(默认)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "活动子网"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr "自动将可疑 IP 转移到 banIP 黑名单。"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr "自动将 uplink IP 地址转移到 banIP 白名单。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "配置 banIP 包通过 nftables 中的集封禁传入和传出 ip 地址/子网。进一步信息"
|
||||||
|
#~ "<a href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >请查阅在线文档"
|
||||||
|
#~ "</a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr "去除所有活跃集中的重复 IP 地址并整理本地黑名单。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr "提升打开文件的最大数目便于在加载集时处理临时分割文件等任务。"
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "链优先级"
|
#~ msgstr "链优先级"
|
||||||
|
|
||||||
|
|
|
@ -87,8 +87,8 @@ msgid "Active Feeds"
|
||||||
msgstr "使用中來源"
|
msgstr "使用中來源"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175
|
||||||
msgid "Active Subnets"
|
msgid "Active Uplink"
|
||||||
msgstr "作用中子網路"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -99,7 +99,7 @@ msgstr "banIP 處理實際開始前以秒為單位的附加觸發延遲。"
|
||||||
msgid "Advanced Settings"
|
msgid "Advanced Settings"
|
||||||
msgstr "進階設定"
|
msgstr "進階設定"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Allowlist Only"
|
msgid "Allowlist Only"
|
||||||
msgstr "僅白名單"
|
msgstr "僅白名單"
|
||||||
|
|
||||||
|
@ -109,11 +109,15 @@ msgid ""
|
||||||
"banIP that changes take effect."
|
"banIP that changes take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Auto Allow Uplink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Auto Allowlist"
|
msgid "Auto Allowlist"
|
||||||
msgstr "自動白名單"
|
msgstr "自動白名單"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Auto Blocklist"
|
msgid "Auto Blocklist"
|
||||||
msgstr "自動黑名單"
|
msgstr "自動黑名單"
|
||||||
|
|
||||||
|
@ -121,13 +125,17 @@ msgstr "自動黑名單"
|
||||||
msgid "Auto Detection"
|
msgid "Auto Detection"
|
||||||
msgstr "自動偵測"
|
msgstr "自動偵測"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590
|
||||||
msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
msgid ""
|
||||||
msgstr "自動將可疑 IP 轉移到 banIP 黑名單。"
|
"Automatically add resolved domains and suspicious IPs to the local banIP "
|
||||||
|
"blocklist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578
|
||||||
msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
msgid ""
|
||||||
msgstr "自動將 uplink IP 位址轉移到 banIP 白名單。"
|
"Automatically add resolved domains and uplink IPs to the local banIP "
|
||||||
|
"allowlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382
|
||||||
msgid "Backup Directory"
|
msgid "Backup Directory"
|
||||||
|
@ -187,14 +195,11 @@ msgstr ""
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
"Configuration of the banIP package to ban incoming and outgoing ip addresses/"
|
||||||
"subnets via sets in nftables. For further information <a href=\"https://"
|
"subnets via Sets in nftables. For further information <a href=\"https://"
|
||||||
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >check the online "
|
||||||
"documentation</a>"
|
"documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"設定 bnIP 套件包透過 nftables 中的集合禁止傳入和傳出 ip 位址/子網路。進一步資"
|
|
||||||
"訊<a href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
|
||||||
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >請查閱線上文件</a>"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -206,9 +211,9 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr "去除所有使用中集合中的重複 IP 位址並整理本地黑名單。"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -228,6 +233,10 @@ msgid ""
|
||||||
"utilities automatically."
|
"utilities automatically."
|
||||||
msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。"
|
msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204
|
||||||
msgid "Domain Lookup"
|
msgid "Domain Lookup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -365,6 +374,10 @@ msgstr "較高優先順序"
|
||||||
msgid "Highest Priority"
|
msgid "Highest Priority"
|
||||||
msgstr "最高優先順序"
|
msgstr "最高優先順序"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585
|
||||||
|
msgid "IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11
|
||||||
msgid "IP Search"
|
msgid "IP Search"
|
||||||
msgstr "IP 搜尋"
|
msgstr "IP 搜尋"
|
||||||
|
@ -384,8 +397,8 @@ msgstr "支援 IPv6"
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352
|
||||||
msgid ""
|
msgid ""
|
||||||
"Increase the maximal number of open files, e.g. to handle the amount of "
|
"Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
"temporary split files while loading the sets."
|
"temporary split files while loading the Sets."
|
||||||
msgstr "提升開啟檔案的最大數目便於在載入集合時處理臨時分割檔案等任務。"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153
|
||||||
msgid "Information"
|
msgid "Information"
|
||||||
|
@ -436,6 +449,10 @@ msgstr "限制特定來源到廣域網路輸入鏈。"
|
||||||
msgid "Limit the cpu cores used by banIP to save RAM."
|
msgid "Limit the cpu cores used by banIP to save RAM."
|
||||||
msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。"
|
msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582
|
||||||
|
msgid "Limit the uplink autoallow function."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"List Set elements in the status and report, disable this to reduce the CPU "
|
"List Set elements in the status and report, disable this to reduce the CPU "
|
||||||
|
@ -608,7 +625,7 @@ msgstr "報告元素"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "重新啟動"
|
msgstr "重新啟動"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594
|
||||||
msgid "Restrict the internet access from/to a small number of secure IPs."
|
msgid "Restrict the internet access from/to a small number of secure IPs."
|
||||||
msgstr "限制來自/對少量安全 IP 的網際網路存取。"
|
msgstr "限制來自/對少量安全 IP 的網際網路存取。"
|
||||||
|
|
||||||
|
@ -724,6 +741,10 @@ msgstr "狀態"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "停止"
|
msgstr "停止"
|
||||||
|
|
||||||
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584
|
||||||
|
msgid "Subnet (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128
|
||||||
msgid "Survey"
|
msgid "Survey"
|
||||||
msgstr "調查"
|
msgstr "調查"
|
||||||
|
@ -953,6 +974,37 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "警告 (預設)"
|
msgstr "警告 (預設)"
|
||||||
|
|
||||||
|
#~ msgid "Active Subnets"
|
||||||
|
#~ msgstr "作用中子網路"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist."
|
||||||
|
#~ msgstr "自動將可疑 IP 轉移到 banIP 黑名單。"
|
||||||
|
|
||||||
|
#~ msgid "Automatically transfers uplink IPs to the banIP allowlist."
|
||||||
|
#~ msgstr "自動將 uplink IP 位址轉移到 banIP 白名單。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Configuration of the banIP package to ban incoming and outgoing ip "
|
||||||
|
#~ "addresses/subnets via sets in nftables. For further information <a "
|
||||||
|
#~ "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
|
#~ "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check the "
|
||||||
|
#~ "online documentation</a>"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "設定 bnIP 套件包透過 nftables 中的集合禁止傳入和傳出 ip 位址/子網路。進一"
|
||||||
|
#~ "步資訊<a href=\"https://github.com/openwrt/packages/blob/master/net/banip/"
|
||||||
|
#~ "files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >請查閱線"
|
||||||
|
#~ "上文件</a>"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr "去除所有使用中集合中的重複 IP 位址並整理本地黑名單。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Increase the maximal number of open files, e.g. to handle the amount of "
|
||||||
|
#~ "temporary split files while loading the sets."
|
||||||
|
#~ msgstr "提升開啟檔案的最大數目便於在載入集合時處理臨時分割檔案等任務。"
|
||||||
|
|
||||||
#~ msgid "Chain Priority"
|
#~ msgid "Chain Priority"
|
||||||
#~ msgstr "鏈優先順序"
|
#~ msgstr "鏈優先順序"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue