Merge pull request #4774 from dibdot/banip

luci-app-banip: sync with banIP 0.7.1
This commit is contained in:
Dirk Brenken 2021-02-07 08:33:05 +01:00 committed by GitHub
commit d5fc624c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 3934 additions and 1555 deletions

View file

@ -490,11 +490,35 @@ return view.extend({
o = s.taboption('adv_chain', form.DummyValue, '_sub'); o = s.taboption('adv_chain', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>Individual IPSet Types</b></em>'; o.default = '<em><b>Individual IPSet Settings</b></em>';
o = s.taboption('adv_chain', form.ListValue, 'ban_maclist_timeout', _('Maclist Timeout'), _('Set the maclist IPSet timeout.'));
o.value('1800', _('30 minutes'));
o.value('3600', _('1 hour'));
o.value('21600', _('6 hours'));
o.value('43200', _('12 hours'));
o.value('86400', _('24 hours'));
o.optional = true;
o.rmempty = true;
o = s.taboption('adv_chain', form.ListValue, 'ban_whitelist_timeout', _('Whitelist Timeout'), _('Set the whitelist IPSet timeout.'));
o.value('1800', _('30 minutes'));
o.value('3600', _('1 hour'));
o.value('21600', _('6 hours'));
o.value('43200', _('12 hours'));
o.value('86400', _('24 hours'));
o.optional = true;
o.rmempty = true;
o = s.taboption('adv_chain', form.ListValue, 'ban_blacklist_timeout', _('Blacklist Timeout'), _('Set the blacklist IPSet timeout.'));
o.value('1800', _('30 minutes'));
o.value('3600', _('1 hour'));
o.value('21600', _('6 hours'));
o.value('43200', _('12 hours'));
o.value('86400', _('24 hours'));
o.optional = true;
o.rmempty = true;
/*
prepare source data
*/
var info, source, sources = []; var info, source, sources = [];
if (result[0]) { if (result[0]) {
sources = result[0].trim().split('\n'); sources = result[0].trim().split('\n');
@ -754,6 +778,18 @@ return view.extend({
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>Local Sources</b></em>'; o.default = '<em><b>Local Sources</b></em>';
o = s.taboption('sources', form.MultiValue, 'ban_localsources', _('Local Sources'), _('Limit the selection to certain local sources.'));
o.value('maclist');
o.value('whitelist');
o.value('blacklist');
o.optional = true;
o.rmempty = true;
o = s.taboption('sources', form.DynamicList, 'ban_extrasources', _('Extra Sources'), _('Add additional, non-banIP related IPSets e.g. for reporting and queries.'));
o.datatype = 'uciname';
o.optional = true;
o.rmempty = true;
o = s.taboption('sources', form.Flag, 'ban_autoblacklist', _('Auto Blacklist'), _('Automatically transfers suspicious IPs from the log to the banIP blacklist during runtime.')); o = s.taboption('sources', form.Flag, 'ban_autoblacklist', _('Auto Blacklist'), _('Automatically transfers suspicious IPs from the log to the banIP blacklist during runtime.'));
o.rmempty = false; o.rmempty = false;

View file

@ -11,12 +11,42 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.2-dev\n" "X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -44,6 +74,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -68,7 +103,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -76,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -103,6 +138,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -147,15 +186,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -163,23 +202,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -201,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -209,7 +248,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -217,11 +256,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -276,6 +315,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -329,13 +372,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -351,14 +394,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -371,7 +418,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -379,7 +430,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -398,6 +449,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -453,11 +508,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "نظرة عامة" msgstr "نظرة عامة"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -506,11 +561,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -518,7 +573,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -543,7 +598,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -555,27 +610,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -590,6 +649,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -598,7 +665,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -703,7 +770,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -725,13 +792,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -739,6 +806,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -4,12 +4,42 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -37,6 +67,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -61,7 +96,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -69,17 +104,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -96,6 +131,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -140,15 +179,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -156,23 +195,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -194,7 +233,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -210,11 +249,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -269,6 +308,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -322,13 +365,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -344,14 +387,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -364,7 +411,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -372,7 +423,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -391,6 +442,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -446,11 +501,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -499,11 +554,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -511,7 +566,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -536,7 +591,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -548,27 +603,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -583,6 +642,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -591,7 +658,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -696,7 +763,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -718,13 +785,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -732,6 +799,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.9.1-dev\n" "X-Generator: Weblate 3.9.1-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilitat de baixades" msgstr "Utilitat de baixades"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visió de conjunt" msgstr "Visió de conjunt"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Enregistrament detallat de depuració" msgstr "Enregistrament detallat de depuració"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.11-dev\n" "X-Generator: Weblate 3.11-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Nástroj pro stahování" msgstr "Nástroj pro stahování"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Přehled" msgstr "Přehled"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Podrobné protokolování ladění" msgstr "Podrobné protokolování ladění"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n" "X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -69,7 +104,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -77,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -104,6 +139,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -148,15 +187,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -164,23 +203,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Download-Werkzeug" msgstr "Download-Werkzeug"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -210,7 +249,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -218,11 +257,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -277,6 +316,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -330,13 +373,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -352,14 +395,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -372,7 +419,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -380,7 +431,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -399,6 +450,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -454,11 +509,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Übersicht" msgstr "Übersicht"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -507,11 +562,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -519,7 +574,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -544,7 +599,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -556,27 +611,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -591,6 +650,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -599,7 +666,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -704,7 +771,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -726,13 +793,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Ausführliche Debug-Protokollierung" msgstr "Ausführliche Debug-Protokollierung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -740,6 +807,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n" "X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -4,12 +4,42 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -37,6 +67,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -61,7 +96,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -69,17 +104,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -96,6 +131,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -140,15 +179,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -156,23 +195,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -194,7 +233,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -210,11 +249,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -269,6 +308,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -322,13 +365,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -344,14 +387,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -364,7 +411,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -372,7 +423,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -391,6 +442,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -446,11 +501,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -499,11 +554,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -511,7 +566,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -536,7 +591,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -548,27 +603,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -583,6 +642,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -591,7 +658,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -696,7 +763,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -718,13 +785,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -732,6 +799,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -13,12 +13,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -46,6 +76,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -72,7 +107,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -80,17 +115,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -107,6 +142,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -151,15 +190,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -167,23 +206,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -205,7 +244,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilidad de descarga" msgstr "Utilidad de descarga"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -213,7 +252,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -221,11 +260,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -280,6 +319,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -333,13 +376,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -355,14 +398,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -376,7 +423,11 @@ msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
"Lista de utilidades de descarga totalmente preconfiguradas y compatibles." "Lista de utilidades de descarga totalmente preconfiguradas y compatibles."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -384,7 +435,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -403,6 +454,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -458,11 +513,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visión general" msgstr "Visión general"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -511,11 +566,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -523,7 +578,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -548,7 +603,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -560,27 +615,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -595,6 +654,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -603,7 +670,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -709,7 +776,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -731,13 +798,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Registro de depuración detallado" msgstr "Registro de depuración detallado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -745,6 +812,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.2-dev\n" "X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Lataustyökalu" msgstr "Lataustyökalu"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Yleiskatsaus" msgstr "Yleiskatsaus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.2-dev\n" "X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -69,7 +104,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -77,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -104,6 +139,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -148,15 +187,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -164,23 +203,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Télécharger l'utilitaire" msgstr "Télécharger l'utilitaire"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -210,7 +249,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -218,11 +257,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -277,6 +316,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -330,13 +373,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -352,14 +395,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -372,7 +419,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -380,7 +431,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -399,6 +450,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -454,11 +509,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Vue densemble" msgstr "Vue densemble"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -507,11 +562,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -519,7 +574,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -544,7 +599,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -556,27 +611,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -591,6 +650,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -599,7 +666,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -705,7 +772,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -727,13 +794,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Logs en mode verbeux" msgstr "Logs en mode verbeux"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -741,6 +808,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -11,12 +11,42 @@ msgstr ""
"n % 10 == 0) ? 2 : 3));\n" "n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -44,6 +74,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -68,7 +103,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -76,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -103,6 +138,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -147,15 +186,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -163,23 +202,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -201,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -209,7 +248,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -217,11 +256,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -276,6 +315,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -329,13 +372,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -351,14 +394,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -371,7 +418,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -379,7 +430,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -398,6 +449,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -453,11 +508,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -506,11 +561,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -518,7 +573,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -543,7 +598,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -555,27 +610,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -590,6 +649,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -598,7 +665,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -703,7 +770,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -725,13 +792,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -739,6 +806,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -4,12 +4,42 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -37,6 +67,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -61,7 +96,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -69,17 +104,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -96,6 +131,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -140,15 +179,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -156,23 +195,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -194,7 +233,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -210,11 +249,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -269,6 +308,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -322,13 +365,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -344,14 +387,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -364,7 +411,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -372,7 +423,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -391,6 +442,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -446,11 +501,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -499,11 +554,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -511,7 +566,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -536,7 +591,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -548,27 +603,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -583,6 +642,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -591,7 +658,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -696,7 +763,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -718,13 +785,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -732,6 +799,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -69,7 +104,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -77,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -104,6 +139,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -148,15 +187,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -164,23 +203,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Letöltési segédprogram" msgstr "Letöltési segédprogram"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -210,7 +249,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -218,11 +257,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -277,6 +316,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -330,13 +373,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -352,14 +395,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -372,7 +419,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -380,7 +431,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -399,6 +450,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -454,11 +509,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Áttekintés" msgstr "Áttekintés"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -507,11 +562,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -519,7 +574,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -544,7 +599,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -556,27 +611,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -591,6 +650,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -599,7 +666,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -706,7 +773,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -728,13 +795,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Részletes hibakeresési naplózás" msgstr "Részletes hibakeresési naplózás"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -742,6 +809,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n" "X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilità di Scaricamento" msgstr "Utilità di Scaricamento"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n" "X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "ダウンロードユーティリティ" msgstr "ダウンロードユーティリティ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "概要" msgstr "概要"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "詳細なデバッグ ログ" msgstr "詳細なデバッグ ログ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -103,6 +138,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -147,15 +186,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -163,23 +202,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -201,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -209,7 +248,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -217,11 +256,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -276,6 +315,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -329,13 +372,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -351,14 +394,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -371,7 +418,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -379,7 +430,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -398,6 +449,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -453,11 +508,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -506,11 +561,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -518,7 +573,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -543,7 +598,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -555,27 +610,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -590,6 +649,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -598,7 +665,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -703,7 +770,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -725,13 +792,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -739,6 +806,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11-dev\n" "X-Generator: Weblate 3.11-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "आढावा" msgstr "आढावा"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n" "X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n" "X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Nedlastingsverktøy" msgstr "Nedlastingsverktøy"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Oversikt" msgstr "Oversikt"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -11,12 +11,42 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n" "|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.2-dev\n" "X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -44,6 +74,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -70,7 +105,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -78,17 +113,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -105,6 +140,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -149,15 +188,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -165,23 +204,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -203,7 +242,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Narzędzie pobierania" msgstr "Narzędzie pobierania"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -211,7 +250,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -219,11 +258,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -278,6 +317,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -331,13 +374,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -353,14 +396,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -373,7 +420,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -381,7 +432,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -400,6 +451,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -455,11 +510,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Przegląd" msgstr "Przegląd"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -508,11 +563,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -520,7 +575,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -545,7 +600,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -557,27 +612,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -592,6 +651,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -600,7 +667,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -707,7 +774,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -729,13 +796,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Pełne rejestrowanie debugowania" msgstr "Pełne rejestrowanie debugowania"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -743,6 +810,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3-dev\n" "X-Generator: Weblate 4.3-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -69,7 +104,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -77,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -104,6 +139,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -148,15 +187,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -164,23 +203,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Ferramenta para Descarregar" msgstr "Ferramenta para Descarregar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -210,7 +249,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -218,11 +257,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -277,6 +316,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -330,13 +373,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -352,14 +395,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -372,7 +419,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -380,7 +431,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -399,6 +450,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -454,11 +509,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visão Geral" msgstr "Visão Geral"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -507,11 +562,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -519,7 +574,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -544,7 +599,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -556,27 +611,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -591,6 +650,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -599,7 +666,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -705,7 +772,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -727,13 +794,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Registos detalhados de depuração" msgstr "Registos detalhados de depuração"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -741,6 +808,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr "Fontes Ativas"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -69,7 +104,7 @@ msgstr "Configurações Avançadas do E-Mail"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -77,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -104,6 +139,10 @@ msgstr "Diretório Base Temporário"
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -148,15 +187,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -164,23 +203,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -202,7 +241,7 @@ msgstr "Fila de Download"
msgid "Download Utility" msgid "Download Utility"
msgstr "Ferramenta para Baixar" msgstr "Ferramenta para Baixar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -210,7 +249,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por E-Mail" msgstr "Notificação por E-Mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail do Perfil" msgstr "E-Mail do Perfil"
@ -218,11 +257,11 @@ msgstr "E-Mail do Perfil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário" msgstr "Endereço de E-Mail do Destinatário"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente" msgstr "Endereço de E-Mail do Remetente"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do E-Mail" msgstr "Assunto do E-Mail"
@ -279,6 +318,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)" msgstr "Tarefa(s) existente(s)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "Configurações Gerais" msgstr "Configurações Gerais"
@ -332,13 +375,13 @@ msgstr "Suporte ao IPv6"
msgid "Information" msgid "Information"
msgstr "Informações" msgstr "Informações"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -354,14 +397,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -374,7 +421,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download." msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -382,7 +433,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -401,6 +452,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -456,11 +511,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visão Geral" msgstr "Visão Geral"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -509,11 +564,11 @@ msgstr "Executar Flags"
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -521,7 +576,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -546,7 +601,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -558,27 +613,31 @@ msgstr "Prioridade do serviço"
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -593,6 +652,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
@ -601,7 +668,7 @@ msgstr "Configurações"
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -709,7 +776,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -731,13 +798,13 @@ msgstr "Impossível salvar as modificações: %s"
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Registros Detalhados de Depuração" msgstr "Registros Detalhados de Depuração"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -745,6 +812,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -11,12 +11,42 @@ msgstr ""
"20)) ? 1 : 2;\n" "20)) ? 1 : 2;\n"
"X-Generator: Weblate 3.11-dev\n" "X-Generator: Weblate 3.11-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -44,6 +74,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -70,7 +105,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -78,17 +113,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -105,6 +140,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -149,15 +188,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -165,23 +204,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -203,7 +242,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Utilitar descărcare" msgstr "Utilitar descărcare"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -211,7 +250,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -219,11 +258,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -278,6 +317,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -331,13 +374,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -353,14 +396,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -373,7 +420,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -381,7 +432,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -400,6 +451,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -455,11 +510,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Prezentare generală" msgstr "Prezentare generală"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -508,11 +563,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -520,7 +575,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -545,7 +600,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -557,27 +612,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -592,6 +651,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -600,7 +667,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -705,7 +772,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -727,13 +794,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -741,6 +808,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -11,12 +11,42 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.4.1-dev\n" "X-Generator: Weblate 4.4.1-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -44,6 +74,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -68,7 +103,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -76,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -103,6 +138,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -147,15 +186,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -163,23 +202,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -201,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Утилита для загрузки" msgstr "Утилита для загрузки"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -209,7 +248,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -217,11 +256,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -276,6 +315,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -329,13 +372,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -351,14 +394,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -371,7 +418,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -379,7 +430,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -398,6 +449,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -453,11 +508,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Обзор" msgstr "Обзор"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -506,11 +561,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -518,7 +573,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -543,7 +598,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -555,27 +610,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -590,6 +649,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -598,7 +665,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -703,7 +770,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -725,13 +792,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Подробный журнал отладки" msgstr "Подробный журнал отладки"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -739,6 +806,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Nástroj na sťahovanie" msgstr "Nástroj na sťahovanie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Prehľad" msgstr "Prehľad"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.2.1-dev\n" "X-Generator: Weblate 4.2.1-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Ladda ner verktyget" msgstr "Ladda ner verktyget"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Översikt" msgstr "Översikt"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -1,12 +1,42 @@
msgid "" msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8" msgstr "Content-Type: text/plain; charset=UTF-8"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -34,6 +64,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -58,7 +93,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -66,17 +101,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -93,6 +128,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -137,15 +176,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -153,23 +192,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -191,7 +230,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -199,7 +238,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -207,11 +246,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -266,6 +305,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -319,13 +362,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -341,14 +384,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -361,7 +408,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -369,7 +420,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -388,6 +439,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -443,11 +498,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -496,11 +551,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -508,7 +563,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -533,7 +588,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -545,27 +600,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -580,6 +639,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -588,7 +655,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -693,7 +760,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -715,13 +782,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -729,6 +796,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "İndirme Aracı" msgstr "İndirme Aracı"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Genel bakış" msgstr "Genel bakış"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -11,12 +11,42 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.3-dev\n" "X-Generator: Weblate 4.3-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -44,6 +74,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -68,7 +103,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -76,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -103,6 +138,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -147,15 +186,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -163,23 +202,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -201,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -209,7 +248,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -217,11 +256,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -276,6 +315,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -329,13 +372,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -351,14 +394,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -371,7 +418,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -379,7 +430,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -398,6 +449,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -453,11 +508,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Огляд" msgstr "Огляд"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -506,11 +561,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -518,7 +573,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -543,7 +598,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -555,27 +610,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -590,6 +649,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -598,7 +665,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -703,7 +770,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -725,13 +792,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -739,6 +806,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n" "X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -725,13 +792,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "Nhật ký gỡ lỗi khởi động" msgstr "Nhật ký gỡ lỗi khởi động"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -739,6 +806,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr "高级设置-邮箱"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "高级设置-日志" msgstr "高级设置-日志"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "自动 黑名单" msgstr "自动 黑名单"
@ -75,17 +110,17 @@ msgstr "自动 黑名单"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "自动 白名单" msgstr "自动 白名单"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr "基本缓存文件夹"
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "下载工具" msgstr "下载工具"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "概览" msgstr "概览"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "详细的调试记录" msgstr "详细的调试记录"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""

View file

@ -10,12 +10,42 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:669 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:677 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:748 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:515
msgid "1 hour"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:499
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:517
msgid "12 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:500
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:518
msgid "24 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:496
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:514
msgid "30 minutes"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:498
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:516
msgid "6 hours"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:772
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -43,6 +73,11 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:12
msgid "Add this IP/CIDR to your local whitelist." msgid "Add this IP/CIDR to your local whitelist."
msgstr "" msgstr ""
@ -67,7 +102,7 @@ msgstr ""
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -75,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:757 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
msgid "" msgid ""
"Automatically transfers suspicious IPs from the log to the banIP blacklist " "Automatically transfers suspicious IPs from the log to the banIP blacklist "
"during runtime." "during runtime."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:760 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -102,6 +137,10 @@ msgstr ""
msgid "Base Temp Directory used for all banIP related runtime operations." msgid "Base Temp Directory used for all banIP related runtime operations."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Blacklist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js:15
msgid "" msgid ""
"Blacklist changes have been saved. Refresh your banIP lists that changes " "Blacklist changes have been saved. Refresh your banIP lists that changes "
@ -146,15 +185,15 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:735 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:759
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -162,23 +201,23 @@ msgstr ""
msgid "DST Target" msgid "DST Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "Default chain used by banIP is 'forwarding_lan_rule'" msgid "Default chain used by banIP is 'forwarding_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Default chain used by banIP is 'forwarding_wan_rule'" msgid "Default chain used by banIP is 'forwarding_wan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Default chain used by banIP is 'input_lan_rule'" msgid "Default chain used by banIP is 'input_lan_rule'"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "Default chain used by banIP is 'input_wan_rule'" msgid "Default chain used by banIP is 'input_wan_rule'"
msgstr "" msgstr ""
@ -200,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "下載工具" msgstr "下載工具"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -208,7 +247,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -216,11 +255,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -275,6 +314,10 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788
msgid "Extra Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:356
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr ""
@ -328,13 +371,13 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:612 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:636
msgid "LAN Forward" msgid "LAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:553 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "LAN Input" msgid "LAN Input"
msgstr "" msgstr ""
@ -350,14 +393,18 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:722
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Limit the selection to certain local sources."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:66
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
@ -370,7 +417,11 @@ msgstr ""
msgid "List of supported and fully pre-configured download utilities." msgid "List of supported and fully pre-configured download utilities."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:781
msgid "Local Sources"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Log Limit" msgid "Log Limit"
msgstr "" msgstr ""
@ -378,7 +429,7 @@ msgstr ""
msgid "Log Monitor" msgid "Log Monitor"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:659 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "Log Terms" msgid "Log Terms"
msgstr "" msgstr ""
@ -397,6 +448,10 @@ msgid ""
"cause an increase in latency due to it requiring additional system resources." "cause an increase in latency due to it requiring additional system resources."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Maclist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/maclist.js:15
msgid "" msgid ""
"Maclist changes have been saved. Refresh your banIP lists that changes take " "Maclist changes have been saved. Refresh your banIP lists that changes take "
@ -452,11 +507,11 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "概覽" msgstr "概覽"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:652 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:676
msgid "Parse only the last stated number of log entries for suspicious events." msgid "Parse only the last stated number of log entries for suspicious events."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -505,11 +560,11 @@ msgstr ""
msgid "Run Information" msgid "Run Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -517,7 +572,7 @@ msgstr ""
msgid "SRC Target" msgid "SRC Target"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
@ -542,7 +597,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -554,27 +609,31 @@ msgstr ""
msgid "Set a new banIP job" msgid "Set a new banIP job"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:537
msgid "Set individual DST type per IPset to block only outgoing packets." msgid "Set individual DST type per IPset to block only outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:503 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Set individual SRC type per IPset to block only incoming packets." msgid "Set individual SRC type per IPset to block only incoming packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:523 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"Set individual SRC+DST type per IPset to block incoming and outgoing packets." "Set individual SRC+DST type per IPset to block incoming and outgoing packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:674 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "Set special DST log options, e.g. to set a limit rate." msgid "Set special DST log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:666 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690
msgid "Set special SRC log options, e.g. to set a limit rate." msgid "Set special SRC log options, e.g. to set a limit rate."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513
msgid "Set the blacklist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:486
msgid "Set the firewall target for all DST related rules." msgid "Set the firewall target for all DST related rules."
msgstr "" msgstr ""
@ -589,6 +648,14 @@ msgid ""
"(DST) packets." "(DST) packets."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:495
msgid "Set the maclist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Set the whitelist IPSet timeout."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:354
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -597,7 +664,7 @@ msgstr ""
msgid "Size of the download queue for download processing in parallel." msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:712 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:736
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -702,7 +769,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:689 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:713
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""
@ -724,13 +791,13 @@ msgstr ""
msgid "Verbose Debug Logging" msgid "Verbose Debug Logging"
msgstr "詳細除錯日誌" msgstr "詳細除錯日誌"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "WAN Forward" msgid "WAN Forward"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:575 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:599
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:647
msgid "WAN Input" msgid "WAN Input"
msgstr "" msgstr ""
@ -738,6 +805,10 @@ msgstr ""
msgid "Whitelist IP/CIDR" msgid "Whitelist IP/CIDR"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504
msgid "Whitelist Timeout"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:33
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js:15
msgid "" msgid ""