luci-app-banip: sync with 0.7.2
* add nginx support and expose new log count options Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
cb0979ffb2
commit
97f6bb057f
34 changed files with 1802 additions and 827 deletions
|
@ -676,9 +676,25 @@ return view.extend({
|
|||
o.value('dropbear');
|
||||
o.value('sshd');
|
||||
o.value('luci');
|
||||
o.value('nginx');
|
||||
o.optional = 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.nocreate = false;
|
||||
o.unspecified = true;
|
||||
|
|
|
@ -11,8 +11,8 @@ msgstr ""
|
|||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -46,7 +46,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -103,7 +103,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -111,17 +111,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -186,7 +186,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -194,7 +194,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -240,7 +240,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -248,7 +248,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -256,11 +256,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -315,7 +315,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -394,7 +394,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -402,7 +402,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -418,7 +418,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -449,6 +449,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -459,6 +463,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -503,6 +511,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -512,7 +537,7 @@ msgstr "نظرة عامة"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -565,7 +590,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -577,6 +602,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -598,7 +627,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -623,11 +652,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -665,7 +694,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -770,7 +799,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -39,7 +39,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -67,7 +67,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -96,7 +96,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -104,17 +104,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -179,7 +179,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -233,7 +233,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -241,7 +241,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,11 +249,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +308,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -387,7 +387,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -395,7 +395,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -411,7 +411,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -442,6 +442,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -452,6 +456,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -496,6 +504,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -505,7 +530,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -558,7 +583,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -570,6 +595,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -591,7 +620,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -616,11 +645,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -658,7 +687,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -763,7 +792,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "Visió de conjunt"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "Přehled"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr "30 Minuten"
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr "Autonome Systemnummern"
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr "Aktive Quellen"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -106,7 +106,7 @@ msgstr "Fortgeschrittene E-Mail Einstellungen"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr "Automatische Blacklist"
|
||||
|
||||
|
@ -114,11 +114,11 @@ msgstr "Automatische Blacklist"
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
|
@ -126,7 +126,7 @@ msgstr ""
|
|||
"Automatische Übertragung von verdächtigen IP-Adressen aus dem Protokoll in "
|
||||
"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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -195,7 +195,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -203,7 +203,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,7 +249,7 @@ msgstr "Download Warteschlange"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -257,7 +257,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -265,11 +265,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -324,7 +324,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -403,7 +403,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -411,7 +411,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -427,7 +427,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -458,6 +458,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -468,6 +472,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
@ -512,6 +520,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -521,7 +546,7 @@ msgstr "Übersicht"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -574,7 +599,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -586,6 +611,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -607,7 +636,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -632,11 +661,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -674,7 +703,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -779,7 +808,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -39,7 +39,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -67,7 +67,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -96,7 +96,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -104,17 +104,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -179,7 +179,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -233,7 +233,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -241,7 +241,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,11 +249,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +308,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -387,7 +387,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -395,7 +395,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -411,7 +411,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -442,6 +442,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -452,6 +456,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -496,6 +504,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -505,7 +530,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -558,7 +583,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -570,6 +595,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -591,7 +620,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -616,11 +645,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -658,7 +687,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -763,7 +792,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr "-m limit --limit 2/sec (predeterminado)"
|
||||
|
||||
|
@ -48,7 +48,7 @@ msgstr "30 minutos"
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr "ASNs"
|
||||
|
||||
|
@ -76,7 +76,7 @@ msgstr "Fuentes activas"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -109,7 +109,7 @@ msgstr "Configuración avanzada de correo electrónico"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr "Lista negra automática"
|
||||
|
||||
|
@ -117,11 +117,11 @@ msgstr "Lista negra automática"
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
|
@ -129,7 +129,7 @@ msgstr ""
|
|||
"Transfiere automáticamente las direcciones IP sospechosas del registro a la "
|
||||
"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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -204,7 +204,7 @@ msgstr "Cuenta MAC"
|
|||
msgid "Count 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"
|
||||
msgstr "Países"
|
||||
|
||||
|
@ -212,7 +212,7 @@ msgstr "Países"
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr "Opciones de registro DST"
|
||||
|
||||
|
@ -260,7 +260,7 @@ msgstr "Cola de descarga"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr "Acciones de correo electrónico"
|
||||
|
||||
|
@ -268,7 +268,7 @@ msgstr "Acciones de correo electrónico"
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr "Perfil de correo electrónico"
|
||||
|
||||
|
@ -276,11 +276,11 @@ msgstr "Perfil de correo electrónico"
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr "Tema del correo electrónico"
|
||||
|
||||
|
@ -337,7 +337,7 @@ msgstr "Detalles de entrada"
|
|||
msgid "Existing job(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"
|
||||
msgstr "Fuentes extra"
|
||||
|
||||
|
@ -416,7 +416,7 @@ msgstr "Prioridad mínima"
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
"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."
|
||||
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."
|
||||
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
|
||||
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
|
||||
msgid "List of supported and fully pre-configured download utilities."
|
||||
msgstr ""
|
||||
"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"
|
||||
msgstr "Fuentes locales"
|
||||
|
||||
|
@ -476,6 +477,10 @@ msgstr ""
|
|||
"registro de dichos paquetes puede provocar un aumento de la latencia debido "
|
||||
"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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr "Tiempo de espera de Maclist"
|
||||
|
@ -488,6 +493,10 @@ msgstr ""
|
|||
"Se han guardado los cambios de Maclist. Actualice sus listas de banIP para "
|
||||
"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
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
@ -532,6 +541,23 @@ msgstr "Número de todos los IPSets"
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -543,7 +569,7 @@ msgstr ""
|
|||
"Analice solo el último número indicado de entradas de registro para detectar "
|
||||
"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."
|
||||
msgstr ""
|
||||
"Perfil utilizado por 'msmtp' para correos electrónicos de notificación de "
|
||||
|
@ -599,7 +625,7 @@ msgstr "Ejecutar información"
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr "Opciones de registro SRC"
|
||||
|
||||
|
@ -611,6 +637,10 @@ msgstr "Objetivo SRC"
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -636,7 +666,7 @@ msgstr ""
|
|||
"Envíe correos electrónicos de notificación relacionados con banIP. Esto "
|
||||
"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."
|
||||
msgstr ""
|
||||
"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 "
|
||||
"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."
|
||||
msgstr ""
|
||||
"Establecer opciones especiales de registro DST, p. Ej. para establecer una "
|
||||
"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."
|
||||
msgstr ""
|
||||
"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 ""
|
||||
"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)"
|
||||
msgstr "Fuentes (Información)"
|
||||
|
||||
|
@ -753,7 +783,8 @@ msgstr "Suspender"
|
|||
|
||||
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:439
|
||||
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
|
||||
msgid "Target directory for compressed source list backups."
|
||||
|
@ -855,7 +886,7 @@ msgstr ""
|
|||
"Para mantener actualizadas sus listas de banIP, debe configurar un trabajo "
|
||||
"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."
|
||||
msgstr "Tema para correos electrónicos de notificación de banIP."
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "Yleiskatsaus"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -104,7 +104,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,17 +112,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -195,7 +195,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -241,7 +241,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,7 +249,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -257,11 +257,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -316,7 +316,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -395,7 +395,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -403,7 +403,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,7 +419,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -450,6 +450,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -460,6 +464,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -504,6 +512,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -513,7 +538,7 @@ msgstr "Vue d’ensemble"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -566,7 +591,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -578,6 +603,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -599,7 +628,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -624,11 +653,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -666,7 +695,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -772,7 +801,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ msgstr ""
|
|||
"n % 10 == 0) ? 2 : 3));\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -46,7 +46,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -103,7 +103,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -111,17 +111,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -186,7 +186,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -194,7 +194,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -240,7 +240,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -248,7 +248,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -256,11 +256,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -315,7 +315,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -394,7 +394,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -402,7 +402,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -418,7 +418,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -449,6 +449,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -459,6 +463,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -503,6 +511,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -512,7 +537,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -565,7 +590,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -577,6 +602,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -598,7 +627,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -623,11 +652,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -665,7 +694,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -770,7 +799,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -39,7 +39,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -67,7 +67,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -96,7 +96,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -104,17 +104,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -179,7 +179,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -233,7 +233,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -241,7 +241,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,11 +249,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +308,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -387,7 +387,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -395,7 +395,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -411,7 +411,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -442,6 +442,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -452,6 +456,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -496,6 +504,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -505,7 +530,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -558,7 +583,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -570,6 +595,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -591,7 +620,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -616,11 +645,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -658,7 +687,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -763,7 +792,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -104,7 +104,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,17 +112,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -195,7 +195,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -241,7 +241,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,7 +249,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -257,11 +257,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -316,7 +316,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -395,7 +395,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -403,7 +403,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,7 +419,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -450,6 +450,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -460,6 +464,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -504,6 +512,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -513,7 +538,7 @@ msgstr "Áttekintés"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -566,7 +591,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -578,6 +603,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -599,7 +628,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -624,11 +653,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -666,7 +695,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -773,7 +802,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr "アクティブなソース"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr "Eメールの詳細設定"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr "自動ブラックリスト"
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr "自動ブラックリスト"
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr "MAC をカウント"
|
|||
msgid "Count 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"
|
||||
msgstr "国"
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr "国"
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr "ダウンロードキュー"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr "Eメールアクション"
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr "Eメールアクション"
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr "Eメールプロファイル"
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr "Eメールプロファイル"
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr "Eメールトピック"
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr "エントリ詳細"
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr "最低の優先度"
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr "名前"
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "概要"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr "実行情報"
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr "設定"
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -186,7 +186,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -194,7 +194,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -240,7 +240,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -248,7 +248,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -256,11 +256,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -315,7 +315,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -394,7 +394,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -402,7 +402,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -418,7 +418,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -449,6 +449,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -459,6 +463,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -503,6 +511,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -512,7 +537,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -565,7 +590,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -577,6 +602,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -598,7 +627,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -623,11 +652,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -665,7 +694,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -770,7 +799,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "आढावा"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr "Aktive kilder"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr "Avanserte e-postinnstillinger"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr "Nedlastingskø"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr "E-postprofil"
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr "E-postprofil"
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr "E-postemne"
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "Oversikt"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr "Innstillinger"
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ msgstr ""
|
|||
"|| n%100>=20) ? 1 : 2;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr "-m limit --limit 2/sec (domyślnie)"
|
||||
|
||||
|
@ -46,7 +46,7 @@ msgstr "30 minut"
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr "ASNs"
|
||||
|
||||
|
@ -74,7 +74,7 @@ msgstr "Aktywne źródła"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -107,7 +107,7 @@ msgstr "Zaawansowane ustawienia e-mail"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr "Automatyczna czarna lista"
|
||||
|
||||
|
@ -115,11 +115,11 @@ msgstr "Automatyczna czarna lista"
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
|
@ -127,7 +127,7 @@ msgstr ""
|
|||
"Automatycznie przenosi podejrzane IP z logu na czarną listę banIP w czasie "
|
||||
"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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr "Kraje"
|
||||
|
||||
|
@ -201,7 +201,7 @@ msgstr "Kraje"
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr "Kolejka pobierania"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,7 +255,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -263,11 +263,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -322,7 +322,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -409,7 +409,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -425,7 +425,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -456,6 +456,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -466,6 +470,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -510,6 +518,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -519,7 +544,7 @@ msgstr "Przegląd"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -572,7 +597,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -584,6 +609,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -605,7 +634,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -630,11 +659,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -672,7 +701,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -779,7 +808,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -104,7 +104,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,17 +112,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -195,7 +195,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -241,7 +241,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,7 +249,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -257,11 +257,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -316,7 +316,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -395,7 +395,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -403,7 +403,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,7 +419,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -450,6 +450,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -460,6 +464,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -504,6 +512,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -513,7 +538,7 @@ msgstr "Visão Geral"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -566,7 +591,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -578,6 +603,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -599,7 +628,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -624,11 +653,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -666,7 +695,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -772,7 +801,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr "Fontes Ativas"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -104,7 +104,7 @@ msgstr "Configurações Avançadas do E-Mail"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,17 +112,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -195,7 +195,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -241,7 +241,7 @@ msgstr "Fila de Download"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -249,7 +249,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr "E-Mail do Perfil"
|
||||
|
||||
|
@ -257,11 +257,11 @@ msgstr "E-Mail do Perfil"
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr "Assunto do E-Mail"
|
||||
|
||||
|
@ -318,7 +318,7 @@ msgstr ""
|
|||
msgid "Existing job(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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -397,7 +397,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -405,7 +405,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -421,7 +421,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -452,6 +452,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -462,6 +466,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
@ -506,6 +514,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -515,7 +540,7 @@ msgstr "Visão Geral"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -568,7 +593,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -580,6 +605,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -601,7 +630,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -626,11 +655,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -668,7 +697,7 @@ msgstr "Configurações"
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -776,7 +805,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ msgstr ""
|
|||
"20)) ? 1 : 2;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -46,7 +46,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -105,7 +105,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -113,17 +113,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -188,7 +188,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -196,7 +196,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -242,7 +242,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -250,7 +250,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -258,11 +258,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -317,7 +317,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -396,7 +396,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -404,7 +404,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -420,7 +420,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -451,6 +451,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -461,6 +465,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -505,6 +513,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -514,7 +539,7 @@ msgstr "Prezentare generală"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -567,7 +592,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -579,6 +604,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -600,7 +629,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -625,11 +654,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -667,7 +696,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -772,7 +801,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ msgstr ""
|
|||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -46,7 +46,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -103,7 +103,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -111,17 +111,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -186,7 +186,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -194,7 +194,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -240,7 +240,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -248,7 +248,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -256,11 +256,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -315,7 +315,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -394,7 +394,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -402,7 +402,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -418,7 +418,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -449,6 +449,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -459,6 +463,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -503,6 +511,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -512,7 +537,7 @@ msgstr "Обзор"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -565,7 +590,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -577,6 +602,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -598,7 +627,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -623,11 +652,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -665,7 +694,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -770,7 +799,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "Prehľad"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr "Aktiva källor"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr "Avancerade e-post-inställingar"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr "Nedladdningskö"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr "E-postprofil"
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr "E-postprofil"
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr "E-postämne"
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "Översikt"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -36,7 +36,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -64,7 +64,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -93,7 +93,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -101,17 +101,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -176,7 +176,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -184,7 +184,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -230,7 +230,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -238,7 +238,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -246,11 +246,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -305,7 +305,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -384,7 +384,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -392,7 +392,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -408,7 +408,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -439,6 +439,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -449,6 +453,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -493,6 +501,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -502,7 +527,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -555,7 +580,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -567,6 +592,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -588,7 +617,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -613,11 +642,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -655,7 +684,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -760,7 +789,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "Genel bakış"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ msgstr ""
|
|||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -46,7 +46,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -103,7 +103,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -111,17 +111,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -186,7 +186,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -194,7 +194,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -240,7 +240,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -248,7 +248,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -256,11 +256,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -315,7 +315,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -394,7 +394,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -402,7 +402,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -418,7 +418,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -449,6 +449,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -459,6 +463,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -503,6 +511,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -512,7 +537,7 @@ msgstr "Огляд"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -565,7 +590,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -577,6 +602,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -598,7 +627,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -623,11 +652,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -665,7 +694,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -770,7 +799,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr ""
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr ""
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr "-m limit --limit 2/秒 (默认)"
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr "30 分钟"
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr "平均取样数"
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr "活动源"
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr "额外的与非banip相关的IPSets, 例如用于报告和查询."
|
||||
|
@ -102,7 +102,7 @@ msgstr "高级设置-邮箱"
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr "自动 黑名单"
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr "自动 黑名单"
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr "运行时自动传输上行的 IPs 到banIP白名单."
|
||||
|
@ -188,7 +188,7 @@ msgstr "MAC统计"
|
|||
msgid "Count 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"
|
||||
msgstr "地区"
|
||||
|
||||
|
@ -196,7 +196,7 @@ msgstr "地区"
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr "DST日志选项"
|
||||
|
||||
|
@ -242,7 +242,7 @@ msgstr "下载队列"
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr "电子邮件动作"
|
||||
|
||||
|
@ -250,7 +250,7 @@ msgstr "电子邮件动作"
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr "电子邮件概要"
|
||||
|
||||
|
@ -258,11 +258,11 @@ msgstr "电子邮件概要"
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr "电子邮件主题"
|
||||
|
||||
|
@ -317,7 +317,7 @@ msgstr "条目详情"
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr "附加源"
|
||||
|
||||
|
@ -396,7 +396,7 @@ msgstr "最低优先级"
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr "将电子邮件的触发限制为某些banIP操作."
|
||||
|
||||
|
@ -404,7 +404,7 @@ msgstr "将电子邮件的触发限制为某些banIP操作."
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr "将选择限制在特定的本地源。"
|
||||
|
||||
|
@ -420,7 +420,7 @@ msgstr "触发 banIP 启动的可用网络接口列表。"
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr "Mac列表超时"
|
||||
|
@ -463,6 +467,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr "名称"
|
||||
|
@ -507,6 +515,23 @@ msgstr "全部 IPSet 的数目"
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -516,7 +541,7 @@ msgstr "概览"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr "'msmtp' 所用的 banIP 通知电子邮件的配置。"
|
||||
|
||||
|
@ -569,7 +594,7 @@ msgstr "运行信息"
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr "SRC 日志选项"
|
||||
|
||||
|
@ -581,6 +606,10 @@ msgstr "SRC 目标"
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -603,7 +632,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr "banIP 通知电邮的发送者地址。"
|
||||
|
||||
|
@ -628,11 +657,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr "设置特殊的 SRC 日志选项,如设置一个限制率。"
|
||||
|
||||
|
@ -670,7 +699,7 @@ msgstr "设置"
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr "源 (信息)"
|
||||
|
||||
|
@ -784,7 +813,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr "banIP通知电子邮件的主题."
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\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:693
|
||||
#: 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:709
|
||||
msgid "-m limit --limit 2/sec (default)"
|
||||
msgstr "-m limit --limit 2/秒 (預設)"
|
||||
|
||||
|
@ -45,7 +45,7 @@ msgstr "30 分鈡"
|
|||
msgid "6 hours"
|
||||
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"
|
||||
msgstr "平均取樣數"
|
||||
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
msgid "Active Subnets"
|
||||
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 ""
|
||||
"Add additional, non-banIP related IPSets e.g. for reporting and queries."
|
||||
msgstr ""
|
||||
|
@ -102,7 +102,7 @@ msgstr ""
|
|||
msgid "Advanced Log Settings"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,17 +110,17 @@ msgstr ""
|
|||
msgid "Auto Detection"
|
||||
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"
|
||||
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 ""
|
||||
"Automatically transfers suspicious IPs from the log to the banIP blacklist "
|
||||
"during runtime."
|
||||
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 ""
|
||||
"Automatically transfers uplink IPs to the banIP whitelist during runtime."
|
||||
msgstr ""
|
||||
|
@ -185,7 +185,7 @@ msgstr ""
|
|||
msgid "Count SUM"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -193,7 +193,7 @@ msgstr ""
|
|||
msgid "DST IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
msgid "Download Utility"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -247,7 +247,7 @@ msgstr ""
|
|||
msgid "E-Mail Notification"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -255,11 +255,11 @@ msgstr ""
|
|||
msgid "E-Mail Receiver Address"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -314,7 +314,7 @@ msgstr ""
|
|||
msgid "Existing job(s)"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -393,7 +393,7 @@ msgstr ""
|
|||
msgid "Less Priority"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,7 +401,7 @@ msgstr ""
|
|||
msgid "Limit the log monitor to certain log terms."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -417,7 +417,7 @@ msgstr ""
|
|||
msgid "List of supported and fully pre-configured download utilities."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -448,6 +448,10 @@ msgid ""
|
|||
"cause an increase in latency due to it requiring additional system resources."
|
||||
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
|
||||
msgid "Maclist Timeout"
|
||||
msgstr ""
|
||||
|
@ -458,6 +462,10 @@ msgid ""
|
|||
"effect."
|
||||
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
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
@ -502,6 +510,23 @@ msgstr ""
|
|||
msgid "Number of all entries"
|
||||
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/root/usr/share/luci/menu.d/luci-app-banip.json:19
|
||||
msgid "Overview"
|
||||
|
@ -511,7 +536,7 @@ msgstr "概覽"
|
|||
msgid "Parse only the last stated number of log entries for suspicious events."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -564,7 +589,7 @@ msgstr ""
|
|||
msgid "SRC IPSet Type"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -576,6 +601,10 @@ msgstr ""
|
|||
msgid "SRC+DST IPSet Type"
|
||||
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/overview.js:107
|
||||
msgid "Save"
|
||||
|
@ -597,7 +626,7 @@ msgid ""
|
|||
"setup of the additional 'msmtp' package."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -622,11 +651,11 @@ msgid ""
|
|||
"Set individual SRC+DST type per IPset to block incoming and outgoing packets."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -664,7 +693,7 @@ msgstr ""
|
|||
msgid "Size of the download queue for download processing in parallel."
|
||||
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)"
|
||||
msgstr ""
|
||||
|
||||
|
@ -769,7 +798,7 @@ msgid ""
|
|||
"job for these lists."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue