Merge pull request #4818 from dibdot/banip

luci-app-banip: sync with 0.7.2
This commit is contained in:
Dirk Brenken 2021-02-18 06:46:20 +01:00 committed by GitHub
commit b22c49d3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 1802 additions and 827 deletions

View file

@ -676,9 +676,25 @@ return view.extend({
o.value('dropbear'); o.value('dropbear');
o.value('sshd'); o.value('sshd');
o.value('luci'); o.value('luci');
o.value('nginx');
o.optional = true; o.optional = true;
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_log', form.Value, 'ban_ssh_logcount', _('SSH Log Count'), _('Number of the failed ssh login repetitions of the same ip in the log before banning.'));
o.placeholder = '3';
o.datatype = 'range(1,10)';
o.rmempty = true;
o = s.taboption('adv_log', form.Value, 'ban_luci_logcount', _('LuCI Log Count'), _('Number of the failed LuCI login repetitions of the same ip in the log before banning.'));
o.placeholder = '3';
o.datatype = 'range(1,10)';
o.rmempty = true;
o = s.taboption('adv_log', form.Value, 'ban_nginx_logcount', _('NGINX Log Count'), _('Number of the failed nginx requests of the same ip in the log before banning.'));
o.placeholder = '5';
o.datatype = 'range(1,20)';
o.rmempty = true;
o = s.taboption('adv_log', form.Value, 'ban_logopts_src', _('SRC Log Options'), _('Set special SRC log options, e.g. to set a limit rate.')); o = s.taboption('adv_log', form.Value, 'ban_logopts_src', _('SRC Log Options'), _('Set special SRC log options, e.g. to set a limit rate.'));
o.nocreate = false; o.nocreate = false;
o.unspecified = true; o.unspecified = true;

View file

@ -11,8 +11,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -46,7 +46,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -74,7 +74,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -103,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -111,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -186,7 +186,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -194,7 +194,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -240,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -248,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -256,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -315,7 +315,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -394,7 +394,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -402,7 +402,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -418,7 +418,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -449,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -459,6 +463,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -503,6 +511,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -512,7 +537,7 @@ msgstr "نظرة عامة"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -565,7 +590,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -577,6 +602,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -598,7 +627,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -623,11 +652,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -665,7 +694,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -770,7 +799,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -4,8 +4,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -39,7 +39,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -67,7 +67,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -96,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -104,17 +104,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -179,7 +179,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -187,7 +187,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -233,7 +233,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -241,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -249,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -308,7 +308,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -387,7 +387,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -395,7 +395,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -411,7 +411,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -442,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -452,6 +456,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -496,6 +504,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -505,7 +530,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -558,7 +583,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -570,6 +595,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -591,7 +620,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -616,11 +645,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -658,7 +687,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -763,7 +792,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "Visió de conjunt"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "Přehled"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr "30 Minuten"
msgid "6 hours" msgid "6 hours"
msgstr "6 Stunden" msgstr "6 Stunden"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "Autonome Systemnummern" msgstr "Autonome Systemnummern"
@ -73,7 +73,7 @@ msgstr "Aktive Quellen"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "Aktive Subnetze" msgstr "Aktive Subnetze"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -106,7 +106,7 @@ msgstr "Fortgeschrittene E-Mail Einstellungen"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "Erweiterte Protokolleinstellungen" msgstr "Erweiterte Protokolleinstellungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "Automatische Blacklist" msgstr "Automatische Blacklist"
@ -114,11 +114,11 @@ msgstr "Automatische Blacklist"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatische Erkennung" msgstr "Automatische Erkennung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "Automatische Whitelist" msgstr "Automatische Whitelist"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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."
@ -126,7 +126,7 @@ msgstr ""
"Automatische Übertragung von verdächtigen IP-Adressen aus dem Protokoll in " "Automatische Übertragung von verdächtigen IP-Adressen aus dem Protokoll in "
"die banIP Blacklist während der Laufzeit." "die banIP Blacklist während der Laufzeit."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -195,7 +195,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -203,7 +203,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -249,7 +249,7 @@ msgstr "Download Warteschlange"
msgid "Download Utility" msgid "Download Utility"
msgstr "Download-Werkzeug" msgstr "Download-Werkzeug"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -257,7 +257,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung" msgstr "E-Mail-Benachrichtigung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -265,11 +265,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse" msgstr "E-Mail Empfängeradresse"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse" msgstr "E-Mail Absenderadresse"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -324,7 +324,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -403,7 +403,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -411,7 +411,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -427,7 +427,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -458,6 +458,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -468,6 +472,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
@ -512,6 +520,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -521,7 +546,7 @@ msgstr "Übersicht"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -574,7 +599,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -586,6 +611,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -607,7 +636,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -632,11 +661,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -674,7 +703,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -779,7 +808,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -4,8 +4,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -39,7 +39,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -67,7 +67,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -96,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -104,17 +104,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -179,7 +179,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -187,7 +187,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -233,7 +233,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -241,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -249,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -308,7 +308,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -387,7 +387,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -395,7 +395,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -411,7 +411,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -442,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -452,6 +456,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -496,6 +504,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -505,7 +530,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -558,7 +583,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -570,6 +595,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -591,7 +620,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -616,11 +645,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -658,7 +687,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -763,7 +792,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -13,8 +13,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/sec (predeterminado)" msgstr "-m limit --limit 2/sec (predeterminado)"
@ -48,7 +48,7 @@ msgstr "30 minutos"
msgid "6 hours" msgid "6 hours"
msgstr "6 horas" msgstr "6 horas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -76,7 +76,7 @@ msgstr "Fuentes activas"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "Subredes activas" msgstr "Subredes activas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -109,7 +109,7 @@ msgstr "Configuración avanzada de correo electrónico"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "Configuración de registro avanzada" msgstr "Configuración de registro avanzada"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "Lista negra automática" msgstr "Lista negra automática"
@ -117,11 +117,11 @@ msgstr "Lista negra automática"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detección automática" msgstr "Detección automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "Lista blanca automática" msgstr "Lista blanca automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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."
@ -129,7 +129,7 @@ msgstr ""
"Transfiere automáticamente las direcciones IP sospechosas del registro a la " "Transfiere automáticamente las direcciones IP sospechosas del registro a la "
"lista negra de banIP durante el tiempo de ejecución." "lista negra de banIP durante el tiempo de ejecución."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -204,7 +204,7 @@ msgstr "Cuenta MAC"
msgid "Count SUM" msgid "Count SUM"
msgstr "Cuenta SUM" msgstr "Cuenta SUM"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "Países" msgstr "Países"
@ -212,7 +212,7 @@ msgstr "Países"
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "Tipo de IPSet DST" msgstr "Tipo de IPSet DST"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "Opciones de registro DST" msgstr "Opciones de registro DST"
@ -260,7 +260,7 @@ msgstr "Cola de descarga"
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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "Acciones de correo electrónico" msgstr "Acciones de correo electrónico"
@ -268,7 +268,7 @@ msgstr "Acciones de correo electrónico"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico" msgstr "Notificación por correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico" msgstr "Perfil de correo electrónico"
@ -276,11 +276,11 @@ msgstr "Perfil de correo electrónico"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico" msgstr "Dirección del destinatario de correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico" msgstr "Dirección del remitente de correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Tema del correo electrónico" msgstr "Tema del correo electrónico"
@ -337,7 +337,7 @@ msgstr "Detalles de entrada"
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Trabajo(s) existente(s)" msgstr "Trabajo(s) existente(s)"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "Fuentes extra" msgstr "Fuentes extra"
@ -416,7 +416,7 @@ msgstr "Prioridad mínima"
msgid "Less Priority" msgid "Less Priority"
msgstr "Menos prioridad" msgstr "Menos prioridad"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
"Limite el disparador de correo electrónico a determinadas acciones de banIP." "Limite el disparador de correo electrónico a determinadas acciones de banIP."
@ -425,7 +425,7 @@ msgstr ""
msgid "Limit the log monitor to certain log terms." msgid "Limit the log monitor to certain log terms."
msgstr "Limite el monitor de registro a ciertos términos de registro." msgstr "Limite el monitor de registro a ciertos términos de registro."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "Limite la selección a determinadas fuentes locales." msgstr "Limite la selección a determinadas fuentes locales."
@ -435,14 +435,15 @@ msgstr "Número de línea para eliminar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:355
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "Lista de interfaces de red disponibles para activar el inicio de banIP." msgstr ""
"Lista de interfaces de red disponibles para activar el inicio de banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:443 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:443
msgid "List of supported and fully pre-configured download utilities." 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "Fuentes locales" msgstr "Fuentes locales"
@ -476,6 +477,10 @@ msgstr ""
"registro de dichos paquetes puede provocar un aumento de la latencia debido " "registro de dichos paquetes puede provocar un aumento de la latencia debido "
"a que requiere recursos adicionales del sistema." "a que requiere recursos adicionales del sistema."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "Tiempo de espera de Maclist" msgstr "Tiempo de espera de Maclist"
@ -488,6 +493,10 @@ msgstr ""
"Se han guardado los cambios de Maclist. Actualice sus listas de banIP para " "Se han guardado los cambios de Maclist. Actualice sus listas de banIP para "
"que los cambios surtan efecto." "que los cambios surtan efecto."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
@ -532,6 +541,23 @@ msgstr "Número de todos los IPSets"
msgid "Number of all entries" msgid "Number of all entries"
msgstr "Número de todas las entradas" msgstr "Número de todas las entradas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -543,7 +569,7 @@ msgstr ""
"Analice solo el último número indicado de entradas de registro para detectar " "Analice solo el último número indicado de entradas de registro para detectar "
"eventos sospechosos." "eventos sospechosos."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Perfil utilizado por 'msmtp' para correos electrónicos de notificación de " "Perfil utilizado por 'msmtp' para correos electrónicos de notificación de "
@ -599,7 +625,7 @@ msgstr "Ejecutar información"
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "Tipo IPSet SRC" msgstr "Tipo IPSet SRC"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "Opciones de registro SRC" msgstr "Opciones de registro SRC"
@ -611,6 +637,10 @@ msgstr "Objetivo SRC"
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "Tipo de IPSet SRC+DST" msgstr "Tipo de IPSet SRC+DST"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -636,7 +666,7 @@ msgstr ""
"Envíe correos electrónicos de notificación relacionados con banIP. Esto " "Envíe correos electrónicos de notificación relacionados con banIP. Esto "
"necesita la instalación y configuración del paquete adicional 'msmtp'." "necesita la instalación y configuración del paquete adicional 'msmtp'."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
"Dirección del remitente para correos electrónicos de notificación de banIP." "Dirección del remitente para correos electrónicos de notificación de banIP."
@ -668,13 +698,13 @@ msgstr ""
"Configure el tipo de SRC+DST individual por IPset para bloquear los paquetes " "Configure el tipo de SRC+DST individual por IPset para bloquear los paquetes "
"entrantes y salientes." "entrantes y salientes."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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 ""
"Establecer opciones especiales de registro DST, p. Ej. para establecer una " "Establecer opciones especiales de registro DST, p. Ej. para establecer una "
"tasa límite." "tasa límite."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
"Configure opciones especiales de registro de SRC, por ejemplo, para " "Configure opciones especiales de registro de SRC, por ejemplo, para "
@ -721,7 +751,7 @@ msgid "Size of the download queue for download processing in parallel."
msgstr "" msgstr ""
"Tamaño de la cola de descarga para el procesamiento de descargas en paralelo." "Tamaño de la cola de descarga para el procesamiento de descargas en paralelo."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "Fuentes (Información)" msgstr "Fuentes (Información)"
@ -753,7 +783,8 @@ msgstr "Suspender"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439
msgid "Target directory for IPSet related report files." msgid "Target directory for IPSet related report files."
msgstr "Directorio de destino para archivos de informes relacionados con IPSet." msgstr ""
"Directorio de destino para archivos de informes relacionados con IPSet."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:435
msgid "Target directory for compressed source list backups." msgid "Target directory for compressed source list backups."
@ -855,7 +886,7 @@ msgstr ""
"Para mantener actualizadas sus listas de banIP, debe configurar un trabajo " "Para mantener actualizadas sus listas de banIP, debe configurar un trabajo "
"de actualización automática para estas listas." "de actualización automática para estas listas."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tema para correos electrónicos de notificación de banIP." msgstr "Tema para correos electrónicos de notificación de banIP."

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "Yleiskatsaus"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -104,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -112,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -187,7 +187,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -195,7 +195,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -241,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -249,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -257,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -316,7 +316,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -395,7 +395,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -403,7 +403,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -419,7 +419,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -450,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -460,6 +464,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -504,6 +512,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -513,7 +538,7 @@ msgstr "Vue densemble"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -566,7 +591,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -578,6 +603,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -599,7 +628,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -624,11 +653,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -666,7 +695,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -772,7 +801,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -11,8 +11,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -46,7 +46,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -74,7 +74,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -103,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -111,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -186,7 +186,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -194,7 +194,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -240,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -248,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -256,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -315,7 +315,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -394,7 +394,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -402,7 +402,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -418,7 +418,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -449,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -459,6 +463,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -503,6 +511,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -512,7 +537,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -565,7 +590,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -577,6 +602,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -598,7 +627,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -623,11 +652,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -665,7 +694,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -770,7 +799,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -4,8 +4,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -39,7 +39,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -67,7 +67,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -96,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -104,17 +104,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -179,7 +179,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -187,7 +187,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -233,7 +233,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -241,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -249,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -308,7 +308,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -387,7 +387,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -395,7 +395,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -411,7 +411,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -442,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -452,6 +456,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -496,6 +504,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -505,7 +530,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -558,7 +583,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -570,6 +595,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -591,7 +620,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -616,11 +645,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -658,7 +687,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -763,7 +792,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -104,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -112,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -187,7 +187,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -195,7 +195,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -241,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -249,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -257,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -316,7 +316,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -395,7 +395,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -403,7 +403,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -419,7 +419,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -450,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -460,6 +464,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -504,6 +512,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -513,7 +538,7 @@ msgstr "Áttekintés"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -566,7 +591,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -578,6 +603,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -599,7 +628,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -624,11 +653,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -666,7 +695,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -773,7 +802,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr "アクティブなソース"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "アクティブなサブネット" msgstr "アクティブなサブネット"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,7 +102,7 @@ msgstr "Eメールの詳細設定"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "ログの詳細設定" msgstr "ログの詳細設定"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "自動ブラックリスト" msgstr "自動ブラックリスト"
@ -110,17 +110,17 @@ msgstr "自動ブラックリスト"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自動検出" msgstr "自動検出"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "自動ホワイトリスト" msgstr "自動ホワイトリスト"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr "MAC をカウント"
msgid "Count SUM" msgid "Count SUM"
msgstr "SUM をカウント" msgstr "SUM をカウント"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "国" msgstr "国"
@ -193,7 +193,7 @@ msgstr "国"
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr "ダウンロードキュー"
msgid "Download Utility" msgid "Download Utility"
msgstr "ダウンロードユーティリティ" msgstr "ダウンロードユーティリティ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "Eメールアクション" msgstr "Eメールアクション"
@ -247,7 +247,7 @@ msgstr "Eメールアクション"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Eメール通知" msgstr "Eメール通知"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Eメールプロファイル" msgstr "Eメールプロファイル"
@ -255,11 +255,11 @@ msgstr "Eメールプロファイル"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス" msgstr "Eメール受信アドレス"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス" msgstr "Eメール送信者アドレス"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Eメールトピック" msgstr "Eメールトピック"
@ -314,7 +314,7 @@ msgstr "エントリ詳細"
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "既存のジョブ" msgstr "既存のジョブ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr "最低の優先度"
msgid "Less Priority" msgid "Less Priority"
msgstr "低い優先度" msgstr "低い優先度"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "名前" msgstr "名前"
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "全エントリ数" msgstr "全エントリ数"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "概要"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr "実行情報"
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -186,7 +186,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -194,7 +194,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -240,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -248,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -256,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -315,7 +315,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -394,7 +394,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -402,7 +402,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -418,7 +418,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -449,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -459,6 +463,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -503,6 +511,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -512,7 +537,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -565,7 +590,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -577,6 +602,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -598,7 +627,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -623,11 +652,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -665,7 +694,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -770,7 +799,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "आढावा"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr "Aktive kilder"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,7 +102,7 @@ msgstr "Avanserte e-postinnstillinger"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr "Nedlastingskø"
msgid "Download Utility" msgid "Download Utility"
msgstr "Nedlastingsverktøy" msgstr "Nedlastingsverktøy"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
@ -255,11 +255,11 @@ msgstr "E-postprofil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse" msgstr "E-postsenderadresse"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postemne" msgstr "E-postemne"
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "Oversikt"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,7 @@ msgstr "Innstillinger"
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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -11,8 +11,8 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n" "|| n%100>=20) ? 1 : 2;\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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/sec (domyślnie)" msgstr "-m limit --limit 2/sec (domyślnie)"
@ -46,7 +46,7 @@ msgstr "30 minut"
msgid "6 hours" msgid "6 hours"
msgstr "6 godzin" msgstr "6 godzin"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -74,7 +74,7 @@ msgstr "Aktywne źródła"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "Aktywne podsieci" msgstr "Aktywne podsieci"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -107,7 +107,7 @@ msgstr "Zaawansowane ustawienia e-mail"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "Zaawansowane ustawienia dziennika" msgstr "Zaawansowane ustawienia dziennika"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "Automatyczna czarna lista" msgstr "Automatyczna czarna lista"
@ -115,11 +115,11 @@ msgstr "Automatyczna czarna lista"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatyczne wykrywanie" msgstr "Automatyczne wykrywanie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "Automatyczna biała lista" msgstr "Automatyczna biała lista"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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."
@ -127,7 +127,7 @@ msgstr ""
"Automatycznie przenosi podejrzane IP z logu na czarną listę banIP w czasie " "Automatycznie przenosi podejrzane IP z logu na czarną listę banIP w czasie "
"działania programu." "działania programu."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "Kraje" msgstr "Kraje"
@ -201,7 +201,7 @@ msgstr "Kraje"
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -247,7 +247,7 @@ msgstr "Kolejka pobierania"
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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -255,7 +255,7 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -263,11 +263,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -322,7 +322,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -409,7 +409,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -425,7 +425,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -456,6 +456,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -466,6 +470,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -510,6 +518,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -519,7 +544,7 @@ msgstr "Przegląd"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -572,7 +597,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -584,6 +609,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -605,7 +634,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -630,11 +659,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -672,7 +701,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -779,7 +808,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -104,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -112,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -187,7 +187,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -195,7 +195,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -241,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -249,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -257,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -316,7 +316,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -395,7 +395,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -403,7 +403,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -419,7 +419,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -450,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -460,6 +464,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -504,6 +512,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -513,7 +538,7 @@ msgstr "Visão Geral"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -566,7 +591,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -578,6 +603,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -599,7 +628,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -624,11 +653,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -666,7 +695,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -772,7 +801,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr "Fontes Ativas"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -104,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -112,17 +112,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -187,7 +187,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -195,7 +195,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -241,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -249,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail do Perfil" msgstr "E-Mail do Perfil"
@ -257,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
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:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do E-Mail" msgstr "Assunto do E-Mail"
@ -318,7 +318,7 @@ 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:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -397,7 +397,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -405,7 +405,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -421,7 +421,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -452,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -462,6 +466,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
@ -506,6 +514,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -515,7 +540,7 @@ msgstr "Visão Geral"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -568,7 +593,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -580,6 +605,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -601,7 +630,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -626,11 +655,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -668,7 +697,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -776,7 +805,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -11,8 +11,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -46,7 +46,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -74,7 +74,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -105,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -113,17 +113,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -188,7 +188,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -196,7 +196,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -242,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -250,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -258,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -317,7 +317,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -396,7 +396,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -404,7 +404,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -420,7 +420,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -451,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -461,6 +465,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -505,6 +513,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -514,7 +539,7 @@ msgstr "Prezentare generală"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -567,7 +592,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -579,6 +604,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -600,7 +629,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -625,11 +654,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -667,7 +696,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -772,7 +801,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -11,8 +11,8 @@ 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.5-dev\n" "X-Generator: Weblate 4.5-dev\n"
#: 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:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -46,7 +46,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -74,7 +74,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -103,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -111,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -186,7 +186,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -194,7 +194,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -240,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "Утилита для загрузки" msgstr "Утилита для загрузки"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -248,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -256,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -315,7 +315,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -394,7 +394,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -402,7 +402,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -418,7 +418,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -449,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -459,6 +463,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -503,6 +511,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -512,7 +537,7 @@ msgstr "Обзор"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -565,7 +590,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -577,6 +602,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -598,7 +627,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -623,11 +652,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -665,7 +694,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -770,7 +799,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "Prehľad"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr "Aktiva källor"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,7 +102,7 @@ msgstr "Avancerade e-post-inställingar"
msgid "Advanced Log Settings" msgid "Advanced Log Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr "Nedladdningskö"
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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
@ -255,11 +255,11 @@ msgstr "E-postprofil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post" msgstr "Avsändaradress för e-post"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postämne" msgstr "E-postämne"
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Befintliga jobb" msgstr "Befintliga jobb"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "Översikt"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -1,8 +1,8 @@
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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -36,7 +36,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -64,7 +64,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -93,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -101,17 +101,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -176,7 +176,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -184,7 +184,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -230,7 +230,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -238,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -246,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -305,7 +305,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -384,7 +384,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -392,7 +392,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -408,7 +408,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -439,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -449,6 +453,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -493,6 +501,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -502,7 +527,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -555,7 +580,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -567,6 +592,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -588,7 +617,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -613,11 +642,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -655,7 +684,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -760,7 +789,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,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:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "Genel bakış"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -11,8 +11,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -46,7 +46,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -74,7 +74,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -103,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -111,17 +111,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -186,7 +186,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -194,7 +194,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -240,7 +240,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -248,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -256,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -315,7 +315,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -394,7 +394,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -402,7 +402,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -418,7 +418,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -449,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -459,6 +463,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -503,6 +511,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -512,7 +537,7 @@ msgstr "Огляд"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -565,7 +590,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -577,6 +602,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -598,7 +627,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -623,11 +652,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -665,7 +694,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -770,7 +799,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgstr ""
msgid "6 hours" msgid "6 hours"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr ""
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/秒 (默认)" msgstr "-m limit --limit 2/秒 (默认)"
@ -45,7 +45,7 @@ msgstr "30 分钟"
msgid "6 hours" msgid "6 hours"
msgstr "6 小时" msgstr "6 小时"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "平均取样数" msgstr "平均取样数"
@ -73,7 +73,7 @@ msgstr "活动源"
msgid "Active Subnets" msgid "Active Subnets"
msgstr "活动子网" msgstr "活动子网"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "额外的与非banip相关的IPSets, 例如用于报告和查询." msgstr "额外的与非banip相关的IPSets, 例如用于报告和查询."
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "自动 黑名单" msgstr "自动 黑名单"
@ -110,17 +110,17 @@ msgstr "自动 黑名单"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自动检测" msgstr "自动检测"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "自动 白名单" msgstr "自动 白名单"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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 "运行时自动将可疑 IPs 从日志转移到 banIP 黑名单." msgstr "运行时自动将可疑 IPs 从日志转移到 banIP 黑名单."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "运行时自动传输上行的 IPs 到banIP白名单." msgstr "运行时自动传输上行的 IPs 到banIP白名单."
@ -188,7 +188,7 @@ msgstr "MAC统计"
msgid "Count SUM" msgid "Count SUM"
msgstr "SUM统计" msgstr "SUM统计"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "地区" msgstr "地区"
@ -196,7 +196,7 @@ msgstr "地区"
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "DST IPSet类型" msgstr "DST IPSet类型"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "DST日志选项" msgstr "DST日志选项"
@ -242,7 +242,7 @@ msgstr "下载队列"
msgid "Download Utility" msgid "Download Utility"
msgstr "下载工具" msgstr "下载工具"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "电子邮件动作" msgstr "电子邮件动作"
@ -250,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "电子邮件概要" msgstr "电子邮件概要"
@ -258,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址" msgstr "电子邮件发件人地址"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "电子邮件主题" msgstr "电子邮件主题"
@ -317,7 +317,7 @@ msgstr "条目详情"
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "现有工作" msgstr "现有工作"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "附加源" msgstr "附加源"
@ -396,7 +396,7 @@ msgstr "最低优先级"
msgid "Less Priority" msgid "Less Priority"
msgstr "较低优先级" msgstr "较低优先级"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "将电子邮件的触发限制为某些banIP操作." msgstr "将电子邮件的触发限制为某些banIP操作."
@ -404,7 +404,7 @@ msgstr "将电子邮件的触发限制为某些banIP操作."
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "将选择限制在特定的本地源。" msgstr "将选择限制在特定的本地源。"
@ -420,7 +420,7 @@ msgstr "触发 banIP 启动的可用网络接口列表。"
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "本地源" msgstr "本地源"
@ -453,6 +453,10 @@ msgstr ""
"记录可疑的发送数据包 -- 通常是被拒绝的。由于需要额外的系统资源,记录这样的数" "记录可疑的发送数据包 -- 通常是被拒绝的。由于需要额外的系统资源,记录这样的数"
"据包可能会导致延迟增加。" "据包可能会导致延迟增加。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "Mac列表超时" msgstr "Mac列表超时"
@ -463,6 +467,10 @@ msgid ""
"effect." "effect."
msgstr "Mac列表更改已保存。刷新你的 banIP 列表,使更改生效。" msgstr "Mac列表更改已保存。刷新你的 banIP 列表,使更改生效。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "名称" msgstr "名称"
@ -507,6 +515,23 @@ msgstr "全部 IPSet 的数目"
msgid "Number of all entries" msgid "Number of all entries"
msgstr "所有条目的数字" msgstr "所有条目的数字"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -516,7 +541,7 @@ msgstr "概览"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "'msmtp' 所用的 banIP 通知电子邮件的配置。" msgstr "'msmtp' 所用的 banIP 通知电子邮件的配置。"
@ -569,7 +594,7 @@ msgstr "运行信息"
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "SRC IPSet 类型" msgstr "SRC IPSet 类型"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "SRC 日志选项" msgstr "SRC 日志选项"
@ -581,6 +606,10 @@ msgstr "SRC 目标"
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "SRC+DST IPSet 类型" msgstr "SRC+DST IPSet 类型"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -603,7 +632,7 @@ msgid ""
"setup of the additional 'msmtp' package." "setup of the additional 'msmtp' package."
msgstr "发送 banIP 相关的通知电邮。这需要安装和设置额外的 'msmtp' 包。" msgstr "发送 banIP 相关的通知电邮。这需要安装和设置额外的 'msmtp' 包。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知电邮的发送者地址。" msgstr "banIP 通知电邮的发送者地址。"
@ -628,11 +657,11 @@ 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 "为每一 IPSet 设置单独的 SRC+DST 类型来拦截传入和传出数据包。" msgstr "为每一 IPSet 设置单独的 SRC+DST 类型来拦截传入和传出数据包。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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 "设定特殊的 DST 日志选项,如设置一个限制率。" msgstr "设定特殊的 DST 日志选项,如设置一个限制率。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 "设置特殊的 SRC 日志选项,如设置一个限制率。" msgstr "设置特殊的 SRC 日志选项,如设置一个限制率。"
@ -670,7 +699,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "源 (信息)" msgstr "源 (信息)"
@ -784,7 +813,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "要使您的banIP列表保持最新, 您应该为这些列表设置一个自动更新作业." msgstr "要使您的banIP列表保持最新, 您应该为这些列表设置一个自动更新作业."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "banIP通知电子邮件的主题." msgstr "banIP通知电子邮件的主题."

View file

@ -10,8 +10,8 @@ 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:685 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:701
#: 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:709
msgid "-m limit --limit 2/sec (default)" msgid "-m limit --limit 2/sec (default)"
msgstr "-m limit --limit 2/秒 (預設)" msgstr "-m limit --limit 2/秒 (預設)"
@ -45,7 +45,7 @@ msgstr "30 分鈡"
msgid "6 hours" msgid "6 hours"
msgstr "6 小時" msgstr "6 小時"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:764 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780
msgid "ASNs" msgid "ASNs"
msgstr "平均取樣數" msgstr "平均取樣數"
@ -73,7 +73,7 @@ msgstr ""
msgid "Active Subnets" msgid "Active Subnets"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "" msgid ""
"Add additional, non-banIP related IPSets e.g. for reporting and queries." "Add additional, non-banIP related IPSets e.g. for reporting and queries."
msgstr "" msgstr ""
@ -102,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:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
msgid "Auto Blacklist" msgid "Auto Blacklist"
msgstr "" msgstr ""
@ -110,17 +110,17 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "Auto Whitelist" msgid "Auto Whitelist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:785 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:801
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:788 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:804
msgid "" msgid ""
"Automatically transfers uplink IPs to the banIP whitelist during runtime." "Automatically transfers uplink IPs to the banIP whitelist during runtime."
msgstr "" msgstr ""
@ -185,7 +185,7 @@ msgstr ""
msgid "Count SUM" msgid "Count SUM"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:751 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:767
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -193,7 +193,7 @@ msgstr ""
msgid "DST IPSet Type" msgid "DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
msgid "DST Log Options" msgid "DST Log Options"
msgstr "" msgstr ""
@ -239,7 +239,7 @@ msgstr ""
msgid "Download Utility" msgid "Download Utility"
msgstr "下載工具" msgstr "下載工具"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "E-Mail Actions" msgid "E-Mail Actions"
msgstr "" msgstr ""
@ -247,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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -255,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -314,7 +314,7 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:780 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:796
msgid "Extra Sources" msgid "Extra Sources"
msgstr "" msgstr ""
@ -393,7 +393,7 @@ msgstr ""
msgid "Less Priority" msgid "Less Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:714 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:730
msgid "Limit E-Mail trigger to certain banIP actions." msgid "Limit E-Mail trigger to certain banIP actions."
msgstr "" msgstr ""
@ -401,7 +401,7 @@ msgstr ""
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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Limit the selection to certain local sources." msgid "Limit the selection to certain local sources."
msgstr "" msgstr ""
@ -417,7 +417,7 @@ 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:773 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:789
msgid "Local Sources" msgid "Local Sources"
msgstr "" msgstr ""
@ -448,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:688
msgid "LuCI Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:481
msgid "Maclist Timeout" msgid "Maclist Timeout"
msgstr "" msgstr ""
@ -458,6 +462,10 @@ msgid ""
"effect." "effect."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid "NGINX Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:118
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -502,6 +510,23 @@ msgstr ""
msgid "Number of all entries" msgid "Number of all entries"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:688
msgid ""
"Number of the failed LuCI login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:693
msgid ""
"Number of the failed nginx requests of the same ip in the log before banning."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid ""
"Number of the failed ssh login repetitions of the same ip in the log before "
"banning."
msgstr ""
#: applications/luci-app-banip/luasrc/controller/banip.lua:7 #: applications/luci-app-banip/luasrc/controller/banip.lua:7
#: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19 #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:19
msgid "Overview" msgid "Overview"
@ -511,7 +536,7 @@ msgstr "概覽"
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:709 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:725
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
@ -564,7 +589,7 @@ msgstr ""
msgid "SRC IPSet Type" msgid "SRC IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
msgid "SRC Log Options" msgid "SRC Log Options"
msgstr "" msgstr ""
@ -576,6 +601,10 @@ msgstr ""
msgid "SRC+DST IPSet Type" msgid "SRC+DST IPSet Type"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:683
msgid "SSH Log Count"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:38
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:107
msgid "Save" msgid "Save"
@ -597,7 +626,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:701 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:717
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -622,11 +651,11 @@ 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:690 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:706
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:682 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:698
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 ""
@ -664,7 +693,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:728 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:744
msgid "Sources (Info)" msgid "Sources (Info)"
msgstr "" msgstr ""
@ -769,7 +798,7 @@ msgid ""
"job for these lists." "job for these lists."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:705 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:721
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""