luci-app-banip: sync with banIP 0.8.8-1
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
f8abb3b6b6
commit
6a4831f584
39 changed files with 578 additions and 336 deletions
|
@ -29,8 +29,8 @@ return view.extend({
|
||||||
}
|
}
|
||||||
return E([
|
return E([
|
||||||
E('p', {},
|
E('p', {},
|
||||||
_('This is the local banIP allowlist that will permit certain MAC/IP/CIDR addresses.<br /> \
|
_('This is the local banIP allowlist that will permit certain MAC-, IP-addresses or domain names.<br /> \
|
||||||
<em><b>Please note:</b></em> add only exactly one MAC/IPv4/IPv6 address or domain name per line.')),
|
<em><b>Please note:</b></em> add only exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR notation and MAC/IP-bindings are allowed.')),
|
||||||
E('p', {},
|
E('p', {},
|
||||||
E('textarea', {
|
E('textarea', {
|
||||||
'style': 'width: 100% !important; padding: 5px; font-family: monospace',
|
'style': 'width: 100% !important; padding: 5px; font-family: monospace',
|
||||||
|
|
|
@ -29,8 +29,8 @@ return view.extend({
|
||||||
}
|
}
|
||||||
return E([
|
return E([
|
||||||
E('p', {},
|
E('p', {},
|
||||||
_('This is the local banIP blocklist that will prevent certain MAC/IP/CIDR addresses.<br /> \
|
_('This is the local banIP blocklist that will prevent certain MAC-, IP-addresses or domain names.<br /> \
|
||||||
<em><b>Please note:</b></em> add only exactly one MAC/IPv4/IPv6 address or domain name per line.')),
|
<em><b>Please note:</b></em> add only exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR notation and MAC/IP-bindings are allowed.')),
|
||||||
E('p', {},
|
E('p', {},
|
||||||
E('textarea', {
|
E('textarea', {
|
||||||
'style': 'width: 100% !important; padding: 5px; font-family: monospace',
|
'style': 'width: 100% !important; padding: 5px; font-family: monospace',
|
||||||
|
|
|
@ -384,7 +384,7 @@ return view.extend({
|
||||||
o.placeholder = '/tmp/banIP-report';
|
o.placeholder = '/tmp/banIP-report';
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
|
|
||||||
o = s.taboption('advanced', form.Flag, 'ban_deduplicate', _('Deduplicate IPs'), _('Deduplicate IP addresses across all active Sets and and tidy up the local blocklist.'));
|
o = s.taboption('advanced', form.Flag, 'ban_deduplicate', _('Deduplicate IPs'), _('Deduplicate IP addresses across all active Sets and tidy up the local blocklist.'));
|
||||||
o.default = 1
|
o.default = 1
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
|
|
||||||
|
|
|
@ -245,7 +245,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -844,16 +844,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -844,16 +844,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -246,7 +246,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -872,23 +872,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dies ist die lokale banIP-Zulassungsliste, die bestimmte MAC/IP/CIDR-"
|
|
||||||
"Adressen zulässt.<br /> <em><b> Bitte beachten Sie:</b></em> fügen Sie nur "
|
|
||||||
"genau eine MAC/IPv4/IPv6-Adresse oder einen Domänennamen pro Zeile hinzu."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dies ist die lokale banIP-Sperrliste, die bestimmte MAC/IP/CIDR-Adressen "
|
|
||||||
"verhindert.<br /> <em><b> Bitte beachten Sie:</b></em> fügen Sie nur genau "
|
|
||||||
"eine MAC/IPv4/IPv6-Adresse oder einen Domainnamen pro Zeile hinzu."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1059,6 +1055,25 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "warn (Standard)"
|
msgstr "warn (Standard)"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Dies ist die lokale banIP-Zulassungsliste, die bestimmte MAC/IP/CIDR-"
|
||||||
|
#~ "Adressen zulässt.<br /> <em><b> Bitte beachten Sie:</b></em> fügen Sie "
|
||||||
|
#~ "nur genau eine MAC/IPv4/IPv6-Adresse oder einen Domänennamen pro Zeile "
|
||||||
|
#~ "hinzu."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Dies ist die lokale banIP-Sperrliste, die bestimmte MAC/IP/CIDR-Adressen "
|
||||||
|
#~ "verhindert.<br /> <em><b> Bitte beachten Sie:</b></em> fügen Sie nur "
|
||||||
|
#~ "genau eine MAC/IPv4/IPv6-Adresse oder einen Domainnamen pro Zeile hinzu."
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Aufteilen des Ladens externer Sets nach jeweils n Mitgliedern, um RAM zu "
|
#~ "Aufteilen des Ladens externer Sets nach jeweils n Mitgliedern, um RAM zu "
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -258,7 +258,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -861,16 +861,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -252,8 +252,8 @@ msgid ""
|
||||||
"rel=\"noreferrer noopener\" >check the online documentation</a>"
|
"rel=\"noreferrer noopener\" >check the online documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Configuration du paquet banIP pour bannir les IP entrantes et sortantes via "
|
"Configuration du paquet banIP pour bannir les IP entrantes et sortantes via "
|
||||||
"des ensembles nftables nommés. Pour plus d'informations <a href=\"https"
|
"des ensembles nftables nommés. Pour plus d'informations <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\" >consultez la documentation en "
|
"target=\"_blank\" rel=\"noreferrer noopener\" >consultez la documentation en "
|
||||||
"ligne</a>"
|
"ligne</a>"
|
||||||
|
|
||||||
|
@ -267,11 +267,9 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dédoubler les adresses IP dans tous les ensembles actifs et ranger la liste "
|
|
||||||
"de blocs locale."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -904,23 +902,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Il s'agit de la liste d'autorisation banIP locale qui autorisera certaines "
|
|
||||||
"adresses MAC/IP/CIDR.<br /> <em><b>Veuillez noter :</b></em> n'ajoutez "
|
|
||||||
"qu'exactement une adresse MAC/IPv4/IPv6 ou un nom de domaine par ligne ."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Il s'agit de la liste de blocage locale banIP qui empêchera certaines "
|
|
||||||
"adresses MAC/IP/CIDR.<br /> <em><b> Remarque :</b></em> n'ajoute qu'une "
|
|
||||||
"seule adresse MAC/IPv4/IPv6 ou un seul nom de domaine par ligne."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1100,6 +1094,32 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Dédoubler les adresses IP dans tous les ensembles actifs et ranger la "
|
||||||
|
#~ "liste de blocs locale."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Il s'agit de la liste d'autorisation banIP locale qui autorisera "
|
||||||
|
#~ "certaines adresses MAC/IP/CIDR.<br /> <em><b>Veuillez noter :</b></em> "
|
||||||
|
#~ "n'ajoutez qu'exactement une adresse MAC/IPv4/IPv6 ou un nom de domaine "
|
||||||
|
#~ "par ligne ."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Il s'agit de la liste de blocage locale banIP qui empêchera certaines "
|
||||||
|
#~ "adresses MAC/IP/CIDR.<br /> <em><b> Remarque :</b></em> n'ajoute qu'une "
|
||||||
|
#~ "seule adresse MAC/IPv4/IPv6 ou un seul nom de domaine par ligne."
|
||||||
|
|
||||||
#~ msgid "Active Subnets"
|
#~ msgid "Active Subnets"
|
||||||
#~ msgstr "Sous-réseaux actifs"
|
#~ msgstr "Sous-réseaux actifs"
|
||||||
|
|
||||||
|
|
|
@ -245,7 +245,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -844,16 +844,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -238,7 +238,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -837,16 +837,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -844,16 +844,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -251,10 +251,10 @@ msgid ""
|
||||||
"rel=\"noreferrer noopener\" >check the online documentation</a>"
|
"rel=\"noreferrer noopener\" >check the online documentation</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Configurazione del pacchetto banIP per vietare gli IP in entrata e in uscita "
|
"Configurazione del pacchetto banIP per vietare gli IP in entrata e in uscita "
|
||||||
"tramite set nftables denominati. Per ulteriori informazioni, <a href=\"https"
|
"tramite set nftables denominati. Per ulteriori informazioni, <a "
|
||||||
"://github.com/openwrt/packages/blob/master/net/banip/files/README.md\" "
|
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
|
||||||
"target=\"_blank\" rel=\"noreferrer noopener\" >consultare la documentazione "
|
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >consultare la "
|
||||||
"online</a>"
|
"documentazione online</a>"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
|
||||||
msgid "Countries"
|
msgid "Countries"
|
||||||
|
@ -266,11 +266,9 @@ msgstr "Editor di feed personalizzato"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deduplica gli indirizzi IP in tutti i set attivi e riordina la blocklist "
|
|
||||||
"locale."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -869,16 +867,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
@ -1048,6 +1048,13 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Deduplica gli indirizzi IP in tutti i set attivi e riordina la blocklist "
|
||||||
|
#~ "locale."
|
||||||
|
|
||||||
#~ msgid "Unable to save changes: %s"
|
#~ msgid "Unable to save changes: %s"
|
||||||
#~ msgstr "Impossibile salvare le modifiche: %s"
|
#~ msgstr "Impossibile salvare le modifiche: %s"
|
||||||
|
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -245,7 +245,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -844,16 +844,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -844,16 +844,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -265,11 +265,9 @@ msgstr "Aangepaste feededitor"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets 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:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -897,23 +895,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dit is de lokale banIP-toelatingslijst die bepaalde MAC/IP/CIDR-adressen "
|
|
||||||
"toestaat.<br /> <em><b>Let op:</b></em> voeg slechts exact één MAC/IPv4/IPv6-"
|
|
||||||
"adres of domeinnaam per regel toe ."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dit is de lokale banIP-blokkeerlijst die bepaalde MAC/IP/CIDR-adressen "
|
|
||||||
"verhindert.<br /> <em><b>Let op:</b></em> voeg slechts exact één MAC/IPv4/"
|
|
||||||
"IPv6-adres of domeinnaam per regel toe ."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1093,6 +1087,31 @@ msgstr "start (standaard)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "waarschuwen (standaard)"
|
msgstr "waarschuwen (standaard)"
|
||||||
|
|
||||||
|
#~ 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 ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Dit is de lokale banIP-toelatingslijst die bepaalde MAC/IP/CIDR-adressen "
|
||||||
|
#~ "toestaat.<br /> <em><b>Let op:</b></em> voeg slechts exact één MAC/IPv4/"
|
||||||
|
#~ "IPv6-adres of domeinnaam per regel toe ."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Dit is de lokale banIP-blokkeerlijst die bepaalde MAC/IP/CIDR-adressen "
|
||||||
|
#~ "verhindert.<br /> <em><b>Let op:</b></em> voeg slechts exact één MAC/IPv4/"
|
||||||
|
#~ "IPv6-adres of domeinnaam per regel toe ."
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Splits het laden van externe sets na elke n leden om RAM te besparen."
|
#~ "Splits het laden van externe sets na elke n leden om RAM te besparen."
|
||||||
|
|
|
@ -266,11 +266,9 @@ msgstr "Edytor źródeł niestandardowych"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets 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:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -901,23 +899,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"To jest lokalna lista dozwolonych banIP, która zezwala na określone adresy "
|
|
||||||
"MAC/IP/CIDR.<br /> <em><b>Uwaga:</b></em> dodaj dokładnie jeden adres MAC/"
|
|
||||||
"IPv4/IPv6 lub nazwę domeny w wierszu."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"To jest lokalna lista zablokowanych banIP, która blokuje określone adresy "
|
|
||||||
"MAC/IP/CIDR.<br /> <em><b>Uwaga:</b></em> dodaj dokładnie jeden adres MAC/"
|
|
||||||
"IPv4/IPv6 lub nazwę domeny w wierszu."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1096,6 +1090,31 @@ msgstr "uruchom (domyślne)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "ostrzeżenie (domyślne)"
|
msgstr "ostrzeżenie (domyślne)"
|
||||||
|
|
||||||
|
#~ 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 ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "To jest lokalna lista dozwolonych banIP, która zezwala na określone "
|
||||||
|
#~ "adresy MAC/IP/CIDR.<br /> <em><b>Uwaga:</b></em> dodaj dokładnie jeden "
|
||||||
|
#~ "adres MAC/IPv4/IPv6 lub nazwę domeny w wierszu."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "To jest lokalna lista zablokowanych banIP, która blokuje określone adresy "
|
||||||
|
#~ "MAC/IP/CIDR.<br /> <em><b>Uwaga:</b></em> dodaj dokładnie jeden adres MAC/"
|
||||||
|
#~ "IPv4/IPv6 lub nazwę domeny w wierszu."
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Podziel ładowanie zestawu zewnętrznego po każdych n członkach, aby "
|
#~ "Podziel ładowanie zestawu zewnętrznego po każdych n członkach, aby "
|
||||||
|
|
|
@ -264,11 +264,9 @@ msgstr "Editor de feed personalizado"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Desduplicar endereços IP em todos os conjuntos ativos e organizar a lista de "
|
|
||||||
"bloqueio local."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -901,23 +899,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta é a lista dos permitidos do banIP local que permitirá determinados "
|
|
||||||
"endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione exatamente "
|
|
||||||
"um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta é a lista dos permitidos do banIP local que impedirá determinados "
|
|
||||||
"endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione exatamente "
|
|
||||||
"um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1090,6 +1084,31 @@ msgstr "iniciar (padrão)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "alertar (padrão)"
|
msgstr "alertar (padrão)"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Desduplicar endereços IP em todos os conjuntos ativos e organizar a lista "
|
||||||
|
#~ "de bloqueio local."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Esta é a lista dos permitidos do banIP local que permitirá determinados "
|
||||||
|
#~ "endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione "
|
||||||
|
#~ "exatamente um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Esta é a lista dos permitidos do banIP local que impedirá determinados "
|
||||||
|
#~ "endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione "
|
||||||
|
#~ "exatamente um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Divida o carregamento do conjunto externo após cada n membros para "
|
#~ "Divida o carregamento do conjunto externo após cada n membros para "
|
||||||
|
|
|
@ -266,11 +266,9 @@ msgstr "Editor do feed personalizado"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets 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:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -906,23 +904,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta é a lista dos permitidos do banIP local que permitirá determinados "
|
|
||||||
"endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione exatamente "
|
|
||||||
"um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta é a lista dos permitidos do banIP local que impedirá determinados "
|
|
||||||
"endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione exatamente "
|
|
||||||
"um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1101,6 +1095,31 @@ msgstr "iniciar (padrão)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "alertar (padrão)"
|
msgstr "alertar (padrão)"
|
||||||
|
|
||||||
|
#~ 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 ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Esta é a lista dos permitidos do banIP local que permitirá determinados "
|
||||||
|
#~ "endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione "
|
||||||
|
#~ "exatamente um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Esta é a lista dos permitidos do banIP local que impedirá determinados "
|
||||||
|
#~ "endereços MAC/IP/CIDR.<br /> <em><b>Observação:</b></em> adicione "
|
||||||
|
#~ "exatamente um endereço MAC/IPv4/IPv6 ou o nome do domínio por linha."
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Divida o carregamento do conjunto externo após cada n membros para "
|
#~ "Divida o carregamento do conjunto externo após cada n membros para "
|
||||||
|
|
|
@ -266,11 +266,9 @@ msgstr "Editor de fluxuri personalizate"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets 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:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -895,23 +893,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aceasta este lista de permisiuni banIP locală care va permite anumite adrese "
|
|
||||||
"MAC/IP/CIDR.<br /> <em><b>Vă rugăm să rețineți:</b></em> adăugați exact o "
|
|
||||||
"singură adresă MAC/IPv4/IPv6 sau un singur nume de domeniu pe linie."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aceasta este lista de blocare locală banIP care va împiedica anumite adrese "
|
|
||||||
"MAC/IP/CIDR.<br /> <em><b>Vă rugăm să rețineți:</b></em> adăugați exact o "
|
|
||||||
"singură adresă MAC/IPv4/IPv6 sau un singur nume de domeniu pe linie."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1091,6 +1085,33 @@ msgstr "start (implicit)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "avertisment (implicit)"
|
msgstr "avertisment (implicit)"
|
||||||
|
|
||||||
|
#~ 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 ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Aceasta este lista de permisiuni banIP locală care va permite anumite "
|
||||||
|
#~ "adrese MAC/IP/CIDR.<br /> <em><b>Vă rugăm să rețineți:</b></em> adăugați "
|
||||||
|
#~ "exact o singură adresă MAC/IPv4/IPv6 sau un singur nume de domeniu pe "
|
||||||
|
#~ "linie."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Aceasta este lista de blocare locală banIP care va împiedica anumite "
|
||||||
|
#~ "adrese MAC/IP/CIDR.<br /> <em><b>Vă rugăm să rețineți:</b></em> adăugați "
|
||||||
|
#~ "exact o singură adresă MAC/IPv4/IPv6 sau un singur nume de domeniu pe "
|
||||||
|
#~ "linie."
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Împărțiți încărcarea setului extern după fiecare n membri pentru a "
|
#~ "Împărțiți încărcarea setului extern după fiecare n membri pentru a "
|
||||||
|
|
|
@ -266,11 +266,9 @@ msgstr "Пользовательский редактор каналов"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Дублирование IP-адресов во всех активных наборах и приведение в порядок "
|
|
||||||
"локального списка блокировки."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -901,23 +899,19 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Это локальный разрешительный список banIP, который будет разрешать "
|
|
||||||
"определенные MAC/IP/CIDR адреса.<br /> <em><b> Обратите внимание:</b></em> "
|
|
||||||
"добавляет только точно один MAC/IPv4/IPv6 адрес или доменное имя на строку."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Это локальный блок-лист banIP, который запрещает определенные MAC/IP/CIDR-"
|
|
||||||
"адреса.<br /> <em><b> Обратите внимание:</b></em> добавляет только точно "
|
|
||||||
"один MAC/IPv4/IPv6-адрес или доменное имя на строку."
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1096,6 +1090,32 @@ msgstr "старт (по умолчанию)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "предупреждение (по умолчанию)"
|
msgstr "предупреждение (по умолчанию)"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Дублирование IP-адресов во всех активных наборах и приведение в порядок "
|
||||||
|
#~ "локального списка блокировки."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Это локальный разрешительный список banIP, который будет разрешать "
|
||||||
|
#~ "определенные MAC/IP/CIDR адреса.<br /> <em><b> Обратите внимание:</b></"
|
||||||
|
#~ "em> добавляет только точно один MAC/IPv4/IPv6 адрес или доменное имя на "
|
||||||
|
#~ "строку."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Это локальный блок-лист banIP, который запрещает определенные MAC/IP/CIDR-"
|
||||||
|
#~ "адреса.<br /> <em><b> Обратите внимание:</b></em> добавляет только точно "
|
||||||
|
#~ "один MAC/IPv4/IPv6-адрес или доменное имя на строку."
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Разделение загрузки внешнего набора после каждых n членов для экономии "
|
#~ "Разделение загрузки внешнего набора после каждых n членов для экономии "
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -235,7 +235,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -834,16 +834,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -245,7 +245,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -844,16 +844,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,16 +843,18 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
|
|
|
@ -248,9 +248,9 @@ msgstr "自定义源的编辑器"
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr "去除所有活跃集中的重复 IP 地址并整理本地黑名单。"
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid "Deduplicate IPs"
|
msgid "Deduplicate IPs"
|
||||||
|
@ -848,21 +848,19 @@ msgstr "预过滤的 syslog 输出,仅列出 banIP 相关的处理日志条目
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"这是允许特定 MAC/IP/CIDR 地址的本地 banIP 白名单。<br /><em><b>请注意:</b></"
|
|
||||||
"em>一行只能添加一个 MAC/IPv4/IPv6 地址或域名。"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"这是封禁特定 MAC/IP/CIDR 地址的 banIP 黑名单。<br /> <em><b>请注意:</b></em>"
|
|
||||||
"一行只能添加一个 MAC/IPv4/IPv6 地址或域名。"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1035,6 +1033,27 @@ msgstr "启动(默认)"
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "警告(默认)"
|
msgstr "警告(默认)"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Deduplicate IP addresses across all active Sets and and tidy up the local "
|
||||||
|
#~ "blocklist."
|
||||||
|
#~ msgstr "去除所有活跃集中的重复 IP 地址并整理本地黑名单。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "这是允许特定 MAC/IP/CIDR 地址的本地 banIP 白名单。<br /><em><b>请注意:</"
|
||||||
|
#~ "b></em>一行只能添加一个 MAC/IPv4/IPv6 地址或域名。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "这是封禁特定 MAC/IP/CIDR 地址的 banIP 黑名单。<br /> <em><b>请注意:</b></"
|
||||||
|
#~ "em>一行只能添加一个 MAC/IPv4/IPv6 地址或域名。"
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr "每 n 名成员后分割外部集加载来节省内存。"
|
#~ msgstr "每 n 名成员后分割外部集加载来节省内存。"
|
||||||
|
|
||||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:387
|
||||||
msgid ""
|
msgid ""
|
||||||
"Deduplicate IP addresses across all active Sets and and tidy up the local "
|
"Deduplicate IP addresses across all active Sets and tidy up the local "
|
||||||
"blocklist."
|
"blocklist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -843,21 +843,19 @@ msgstr "預先過濾的 syslog 輸出,僅列出 banIP 相關的處理日誌項
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
"This is the local banIP allowlist that will permit certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"這是允許特定 MAC/IP/CIDR 位址的本地 banIP 白名單。<br /><em><b>請注意:</b></"
|
|
||||||
"em>一行只能加入一個 MAC/IPv4/IPv6 位址或網域名稱。"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
"This is the local banIP blocklist that will prevent certain MAC-, IP-"
|
||||||
"addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/IPv4/"
|
"addresses or domain names.<br /> <em><b>Please note:</b></em> add only "
|
||||||
"IPv6 address or domain name per line."
|
"exactly one MAC/IPv4/IPv6 address or domain name per line. Ranges in CIDR "
|
||||||
|
"notation and MAC/IP-bindings are allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"這是禁止特定 MAC/IP/CIDR 位址的 banIP 黑名單。<br /> <em><b>請注意:</b></em>"
|
|
||||||
"一行只能加入一個 MAC/IPv4/IPv6 位址或網域名稱。"
|
|
||||||
|
|
||||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1026,6 +1024,22 @@ msgstr ""
|
||||||
msgid "warn (default)"
|
msgid "warn (default)"
|
||||||
msgstr "警告 (預設)"
|
msgstr "警告 (預設)"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP allowlist that will permit certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "這是允許特定 MAC/IP/CIDR 位址的本地 banIP 白名單。<br /><em><b>請注意:</"
|
||||||
|
#~ "b></em>一行只能加入一個 MAC/IPv4/IPv6 位址或網域名稱。"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "This is the local banIP blocklist that will prevent certain MAC/IP/CIDR "
|
||||||
|
#~ "addresses.<br /> <em><b>Please note:</b></em> add only exactly one MAC/"
|
||||||
|
#~ "IPv4/IPv6 address or domain name per line."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "這是禁止特定 MAC/IP/CIDR 位址的 banIP 黑名單。<br /> <em><b>請注意:</b></"
|
||||||
|
#~ "em>一行只能加入一個 MAC/IPv4/IPv6 位址或網域名稱。"
|
||||||
|
|
||||||
#~ msgid "Split external set loading after every n members to save RAM."
|
#~ msgid "Split external set loading after every n members to save RAM."
|
||||||
#~ msgstr "每 n 名成員後分割外部集合載入來節省記憶體。"
|
#~ msgstr "每 n 名成員後分割外部集合載入來節省記憶體。"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue