luci-app-banip: sync with banIP-0.9.3-1

* expose the new remote logging/cgi options

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2023-12-11 18:46:39 +01:00
parent 61ff84a99e
commit 6dff72b1cd
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
38 changed files with 1944 additions and 1258 deletions

View file

@ -519,6 +519,26 @@ return view.extend({
o.optional = true; o.optional = true;
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_log', form.Flag, 'ban_remotelog', _('Enable Remote Logging'), _('Enable the cgi interface to receive remote logging events.'));
o.default = 0
o.optional = true;
o.rmempty = true;
o = s.taboption('adv_log', form.Value, 'ban_remotetoken', _('Remote Token'), _('Token to communicate with the cgi interface.'));
o.depends('ban_remotelog', '1');
o.datatype = 'and(minlength(3),maxlength(20))';
o.validate = function (section_id, value) {
if (!value) {
return _('Empty field not allowed');
}
if (!value.match(/^[A-Za-z0-9\.\:]+$/)) {
return _('Invalid characters');
}
return true;
}
o.optional = true;
o.rmempty = true;
/* /*
advanced email settings tab advanced email settings tab
*/ */

View file

@ -95,7 +95,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -123,11 +123,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -286,7 +286,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -324,19 +324,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "إعلام البريد الإلكتروني" msgstr "إعلام البريد الإلكتروني"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "ملف تعريف البريد الإلكتروني" msgstr "ملف تعريف البريد الإلكتروني"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "عنوان مستقبل البريد الإلكتروني" msgstr "عنوان مستقبل البريد الإلكتروني"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "عنوان مرسل البريد الإلكتروني" msgstr "عنوان مرسل البريد الإلكتروني"
@ -344,7 +344,7 @@ msgstr "عنوان مرسل البريد الإلكتروني"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "موضوع البريد الإلكتروني" msgstr "موضوع البريد الإلكتروني"
@ -370,13 +370,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -393,15 +402,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -445,7 +454,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -484,6 +493,7 @@ msgid "Information"
msgstr "معلومة" msgstr "معلومة"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -528,7 +538,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -546,7 +556,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -676,21 +686,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -708,6 +718,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "دليل التقارير" msgstr "دليل التقارير"
@ -720,7 +734,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "إعادة تشغيل" msgstr "إعادة تشغيل"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -773,7 +787,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -832,7 +846,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -906,13 +920,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Автоматично засичане" msgstr "Автоматично засичане"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Държави" msgstr "Държави"
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail Известяване" msgstr "E-Mail Известяване"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail Профил" msgstr "E-Mail Профил"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail Изпращач" msgstr "E-Mail Изпращач"
@ -343,7 +343,7 @@ msgstr "E-Mail Изпращач"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail Тема" msgstr "E-Mail Тема"
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Включи banIP сервиз." msgstr "Включи banIP сервиз."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "Информация" msgstr "Информация"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificació de correu" msgstr "Notificació de correu"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adreça del destinatari de correu" msgstr "Adreça del destinatari de correu"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "Informació" msgstr "Informació"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr "Torna a carregar"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr "Pokročilá nastavení"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Zakázat" msgstr "Zakázat"
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "Informace" msgstr "Informace"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr "Znovu načíst"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Restart" msgstr "Restart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr "Stav"
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASN'er" msgstr "ASN'er"
@ -122,11 +122,11 @@ msgstr "Avancerede indstillinger"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatisk detektering" msgstr "Automatisk detektering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Lande" msgstr "Lande"
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Meddelelse pr. e-mail" msgstr "Meddelelse pr. e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-mail profil" msgstr "E-mail profil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Modtagerens e-mailadresse" msgstr "Modtagerens e-mailadresse"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-mail afsenderadresse" msgstr "E-mail afsenderadresse"
@ -343,7 +343,7 @@ msgstr "E-mail afsenderadresse"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-mail emne" msgstr "E-mail emne"
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Aktiver banIP-tjenesten." msgstr "Aktiver banIP-tjenesten."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr "Høj prioritet"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Højeste prioritet" msgstr "Højeste prioritet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "Information" msgstr "Information"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Profil, der anvendes af \"msmtp\" til banIP-meddelelses-e-mails." msgstr "Profil, der anvendes af \"msmtp\" til banIP-meddelelses-e-mails."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportmappe" msgstr "Rapportmappe"
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Genstart" msgstr "Genstart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Afsenderadresse for banIP-meddelelses-e-mails." msgstr "Afsenderadresse for banIP-meddelelses-e-mails."
@ -831,7 +845,7 @@ msgstr "Status"
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Tidsstempel" msgstr "Tidsstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Emne for banIP-meddelelses-e-mails." msgstr "Emne for banIP-meddelelses-e-mails."

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "Autonome Systemnummern" msgstr "Autonome Systemnummern"
@ -122,11 +122,11 @@ msgstr "Erweiterte Einstellungen"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Nur Zulassungsliste" msgstr "Nur Zulassungsliste"
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatische Zulassungsliste" msgstr "Automatische Zulassungsliste"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatische Sperrliste" msgstr "Automatische Sperrliste"
@ -164,19 +164,19 @@ msgstr "Automatische Sperrliste"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatische Erkennung" msgstr "Automatische Erkennung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Länder" msgstr "Länder"
@ -287,7 +287,7 @@ msgstr ""
"Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, " "Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, "
"Protokolle und Dienstprogramme." "Protokolle und Dienstprogramme."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -325,19 +325,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung" msgstr "E-Mail-Benachrichtigung"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail-Profil" msgstr "E-Mail-Profil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse" msgstr "E-Mail Empfängeradresse"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse" msgstr "E-Mail Absenderadresse"
@ -345,7 +345,7 @@ msgstr "E-Mail Absenderadresse"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "E-Mail-Einstellungen" msgstr "E-Mail-Einstellungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail-Thema" msgstr "E-Mail-Thema"
@ -371,13 +371,22 @@ msgstr "Elemente"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Aktiviere den banIP-Service." msgstr "Aktiviere den banIP-Service."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "Aktivieren ausführlicher Debug-Logs im Fehlerfall." msgstr "Aktivieren ausführlicher Debug-Logs im Fehlerfall."
@ -394,15 +403,15 @@ msgstr "Aktiviert die IPv4-Unterstützung."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Aktiviert die IPv6-Unterstützung." msgstr "Aktiviert die IPv6-Unterstützung."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -446,7 +455,7 @@ msgstr "Hohe Priorität"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Höchste Priorität" msgstr "Höchste Priorität"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -485,6 +494,7 @@ msgid "Information"
msgstr "Informationen" msgstr "Informationen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -529,7 +539,7 @@ msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen." msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -549,7 +559,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets." msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -683,21 +693,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Verarbeitungsprotokoll" msgstr "Verarbeitungsprotokoll"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Von 'msmtp' verwendetes Profil für banIP-Benachrichtigungs-E-Mails." msgstr "Von 'msmtp' verwendetes Profil für banIP-Benachrichtigungs-E-Mails."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -717,6 +727,10 @@ msgstr "Neu laden"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Report-Verzeichnis" msgstr "Report-Verzeichnis"
@ -729,7 +743,7 @@ msgstr "Berichtselemente"
msgid "Restart" msgid "Restart"
msgstr "Neustart" msgstr "Neustart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs." "Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs."
@ -783,7 +797,7 @@ msgstr "Wählen Sie die logische(n) WAN-IPv4-Netzwerkschnittstelle(n) aus."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Wählen Sie die logische(n) WAN-IPv6-Netzwerkschnittstelle(n) aus." msgstr "Wählen Sie die logische(n) WAN-IPv6-Netzwerkschnittstelle(n) aus."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails." msgstr "Absenderadresse für banIP-Benachrichtigungs-E-Mails."
@ -847,7 +861,7 @@ msgstr "Status"
msgid "Stop" msgid "Stop"
msgstr "Stopp" msgstr "Stopp"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -932,13 +946,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Zeitstempel" msgstr "Zeitstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Betreff für banIP-Benachrichtigungs-E-Mails." msgstr "Betreff für banIP-Benachrichtigungs-E-Mails."

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -97,7 +97,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -127,11 +127,11 @@ msgstr "Ajustes avanzados"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "Permitir reenvíos de VLAN" msgstr "Permitir reenvíos de VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selección de feeds de la lista de permitidos" msgstr "Selección de feeds de la lista de permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Solo lista de permitidos" msgstr "Solo lista de permitidos"
@ -151,21 +151,21 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
#, fuzzy #, fuzzy
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permitir enlace ascendente automáticamente" msgstr "Permitir enlace ascendente automáticamente"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
#, fuzzy #, fuzzy
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista de permitidos automática" msgstr "Lista de permitidos automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
#, fuzzy #, fuzzy
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista de bloqueo automática" msgstr "Lista de bloqueo automática"
@ -174,13 +174,13 @@ msgstr "Lista de bloqueo automática"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detección automática" msgstr "Detección automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -188,7 +188,7 @@ msgstr ""
"Agregue automáticamente dominios resueltos e IP sospechosas a la lista de " "Agregue automáticamente dominios resueltos e IP sospechosas a la lista de "
"bloqueo de banIP local." "bloqueo de banIP local."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -216,11 +216,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -267,7 +267,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Países" msgstr "Países"
@ -299,7 +299,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -337,19 +337,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico" msgstr "Notificación por correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico" msgstr "Perfil de correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico" msgstr "Dirección del destinatario de correo electrónico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico" msgstr "Dirección del remitente de correo electrónico"
@ -357,7 +357,7 @@ msgstr "Dirección del remitente de correo electrónico"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Tema del correo electrónico" msgstr "Tema del correo electrónico"
@ -383,13 +383,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Activar el servicio banIP.." msgstr "Activar el servicio banIP.."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -406,15 +415,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -458,7 +467,7 @@ msgstr "Alta prioridad"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Prioridad más alta" msgstr "Prioridad más alta"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -497,6 +506,7 @@ msgid "Information"
msgstr "Información" msgstr "Información"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -541,7 +551,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -559,7 +569,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -689,7 +699,7 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Perfil utilizado por 'msmtp' para correos electrónicos de notificación de " "Perfil utilizado por 'msmtp' para correos electrónicos de notificación de "
@ -697,15 +707,15 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -723,6 +733,10 @@ msgstr "Recargar"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Informar directorio" msgstr "Informar directorio"
@ -735,7 +749,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -788,7 +802,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
"Dirección del remitente para correos electrónicos de notificación de banIP." "Dirección del remitente para correos electrónicos de notificación de banIP."
@ -848,7 +862,7 @@ msgstr "Estado"
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -922,13 +936,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de tiempo" msgstr "Marca de tiempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tema para correos electrónicos de notificación de banIP." msgstr "Tema para correos electrónicos de notificación de banIP."

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASN:t" msgstr "ASN:t"
@ -122,11 +122,11 @@ msgstr "Lisäasetukset"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automaattinen tunnistus" msgstr "Automaattinen tunnistus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Maat" msgstr "Maat"
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Ota banIP-palvelun käyttöön." msgstr "Ota banIP-palvelun käyttöön."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Käynnistä uudelleen" msgstr "Käynnistä uudelleen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "Les ASN" msgstr "Les ASN"
@ -122,11 +122,11 @@ msgstr "Paramètres avancés"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -147,19 +147,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -167,7 +167,7 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Détection automatique" msgstr "Détection automatique"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -176,7 +176,7 @@ msgstr ""
"blocage en fonction dune requête RDAP supplémentaire avec ladresse IP " "blocage en fonction dune requête RDAP supplémentaire avec ladresse IP "
"suspecte." "suspecte."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -184,7 +184,7 @@ msgstr ""
"Ajoutez automatiquement les domaines résolus et les adresses IP suspectes à " "Ajoutez automatiquement les domaines résolus et les adresses IP suspectes à "
"la liste de blocage banIP locale." "la liste de blocage banIP locale."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -212,11 +212,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -274,7 +274,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >consultez la documentation en " "target=\"_blank\" rel=\"noreferrer noopener\" >consultez la documentation en "
"ligne</a>" "ligne</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Pays" msgstr "Pays"
@ -308,7 +308,7 @@ msgstr ""
"Détecter automatiquement les périphériques, interfaces, sous-réseaux, " "Détecter automatiquement les périphériques, interfaces, sous-réseaux, "
"protocoles et utilitaires du réseau." "protocoles et utilitaires du réseau."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -347,19 +347,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notification par courriel" msgstr "Notification par courriel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Courriel" msgstr "Courriel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresse courriel du destinataire" msgstr "Adresse courriel du destinataire"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresse courriel de l'expéditeur" msgstr "Adresse courriel de l'expéditeur"
@ -367,7 +367,7 @@ msgstr "Adresse courriel de l'expéditeur"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Réglages e-mail" msgstr "Réglages e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Objet du courriel" msgstr "Objet du courriel"
@ -393,13 +393,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Activer le service banIP." msgstr "Activer le service banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -416,15 +425,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -468,7 +477,7 @@ msgstr "Priorité élevée"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Priorité la plus élevée" msgstr "Priorité la plus élevée"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -509,6 +518,7 @@ msgid "Information"
msgstr "Information" msgstr "Information"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -554,7 +564,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
"Limitez les cœurs de processeur utilisés par banIP pour économiser de la RAM." "Limitez les cœurs de processeur utilisés par banIP pour économiser de la RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -574,7 +584,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -713,7 +723,7 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profil utilisé par 'msmtp' pour les courriel de notification de bannissement " "Profil utilisé par 'msmtp' pour les courriel de notification de bannissement "
@ -721,15 +731,15 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -749,6 +759,10 @@ msgstr "Recharger"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Répertoire des rapports" msgstr "Répertoire des rapports"
@ -761,7 +775,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Redémarrer" msgstr "Redémarrer"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Limitez laccès à Internet depuis/vers un petit nombre dadresses IP " "Limitez laccès à Internet depuis/vers un petit nombre dadresses IP "
@ -816,7 +830,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
"Adresse de l'expéditeur des courriels de notification de bannissement IP." "Adresse de l'expéditeur des courriels de notification de bannissement IP."
@ -880,7 +894,7 @@ msgstr "État"
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -962,7 +976,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Horodatage" msgstr "Horodatage"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -970,7 +984,11 @@ msgstr ""
"Pour activer les notifications par e-mail, configurez le package 'msmtp' et " "Pour activer les notifications par e-mail, configurez le package 'msmtp' et "
"spécifiez une adresse de destinataire E-Mail valide." "spécifiez une adresse de destinataire E-Mail valide."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Rubrique pour les courriels de notification banIP." msgstr "Rubrique pour les courriels de notification banIP."

View file

@ -95,7 +95,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -123,11 +123,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -286,7 +286,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -324,19 +324,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -344,7 +344,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -370,13 +370,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -393,15 +402,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -445,7 +454,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -484,6 +493,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -528,7 +538,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -546,7 +556,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -676,21 +686,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -708,6 +718,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -720,7 +734,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -773,7 +787,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -832,7 +846,7 @@ msgstr "מצב"
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -906,13 +920,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -88,7 +88,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -116,11 +116,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -138,19 +138,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -158,19 +158,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -196,11 +196,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -247,7 +247,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -279,7 +279,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -317,19 +317,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -337,7 +337,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -363,13 +363,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -386,15 +395,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -438,7 +447,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -477,6 +486,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -521,7 +531,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -539,7 +549,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -669,21 +679,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -701,6 +711,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -713,7 +727,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -766,7 +780,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -825,7 +839,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -899,13 +913,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "AS számok" msgstr "AS számok"
@ -123,11 +123,11 @@ msgstr "Haladó Beállítások"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatikus észlelés" msgstr "Automatikus észlelés"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Országok" msgstr "Országok"
@ -286,7 +286,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -324,19 +324,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-mail értesítés" msgstr "E-mail értesítés"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail profil" msgstr "E-Mail profil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail küldő cím" msgstr "E-Mail küldő cím"
@ -344,7 +344,7 @@ msgstr "E-Mail küldő cím"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
#, fuzzy #, fuzzy
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail téma" msgstr "E-Mail téma"
@ -371,13 +371,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -394,15 +403,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -446,7 +455,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -485,6 +494,7 @@ msgid "Information"
msgstr "Információ" msgstr "Információ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -529,7 +539,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -547,7 +557,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -677,21 +687,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -709,6 +719,10 @@ msgstr "Újratöltés"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -721,7 +735,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Újraindítás" msgstr "Újraindítás"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -774,7 +788,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -833,7 +847,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -907,13 +921,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -124,11 +124,11 @@ msgstr "Impostazioni avanzate"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "Consenti l'inoltro delle VLAN" msgstr "Consenti l'inoltro delle VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selezione Feed della Lista consentiti" msgstr "Selezione Feed della Lista consentiti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Solo Lista consentiti" msgstr "Solo Lista consentiti"
@ -148,19 +148,19 @@ msgstr "Permetti sempre alcuni inoltri VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Blocca sempre alcuni inoltri VLAN." msgstr "Blocca sempre alcuni inoltri VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Consenti automaticamente Uplink" msgstr "Consenti automaticamente Uplink"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Auto-Lista consentiti" msgstr "Auto-Lista consentiti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Blocco automatico sottoreti" msgstr "Blocco automatico sottoreti"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Auto-Lista bloccati" msgstr "Auto-Lista bloccati"
@ -168,7 +168,7 @@ msgstr "Auto-Lista bloccati"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Rilevamento automatico" msgstr "Rilevamento automatico"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -176,7 +176,7 @@ msgstr ""
"Aggiungi automaticamente intere sottoreti alla lista bloccati in base a " "Aggiungi automaticamente intere sottoreti alla lista bloccati in base a "
"un'ulteriore richiesta RDAP con l'IP sospetto." "un'ulteriore richiesta RDAP con l'IP sospetto."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -184,7 +184,7 @@ msgstr ""
"Aggiungi automaticamente i domini risolti e gli IP sospetti alla lista " "Aggiungi automaticamente i domini risolti e gli IP sospetti alla lista "
"bloccati locale di banIP." "bloccati locale di banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -212,11 +212,11 @@ msgstr "Tipo di blocco"
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "Blocco dell'inoltro delle VLAN" msgstr "Blocco dell'inoltro delle VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Selezione Feed Lista bloccati" msgstr "Selezione Feed Lista bloccati"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Scadenza set Lista bloccati" msgstr "Scadenza set Lista bloccati"
@ -275,7 +275,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >consulta la " "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >consulta la "
"documentazione online</a>" "documentazione online</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Paesi" msgstr "Paesi"
@ -311,7 +311,7 @@ msgstr ""
"Rileva automaticamente i dispositivi di rete, le interfacce, le sottoreti, i " "Rileva automaticamente i dispositivi di rete, le interfacce, le sottoreti, i "
"protocolli e le utilità rilevanti." "protocolli e le utilità rilevanti."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Disattiva" msgstr "Disattiva"
@ -351,19 +351,19 @@ msgstr ""
"Scarta i pacchetti in silenzio o rifiuta attivamente il traffico sulle " "Scarta i pacchetti in silenzio o rifiuta attivamente il traffico sulle "
"catene WAN-Input e WAN-Forward." "catene WAN-Input e WAN-Forward."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notifica e-mail" msgstr "Notifica e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profilo e-mail" msgstr "Profilo e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Indirizzo e-mail destinatario" msgstr "Indirizzo e-mail destinatario"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Indirizzo e-mail mittente" msgstr "Indirizzo e-mail mittente"
@ -371,7 +371,7 @@ msgstr "Indirizzo e-mail mittente"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Impostazioni e-mail" msgstr "Impostazioni e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Oggetto e-mail" msgstr "Oggetto e-mail"
@ -397,13 +397,22 @@ msgstr "Elementi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Campo vuoto non consentito" msgstr "Campo vuoto non consentito"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Attiva il servizio banIP." msgstr "Attiva il servizio banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "Attiva log di debug esteso in caso di errori di elaborazione." msgstr "Attiva log di debug esteso in caso di errori di elaborazione."
@ -420,17 +429,17 @@ msgstr "Attiva il supporto IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Attiva il supporto IPv6." msgstr "Attiva il supporto IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo di scadenza per i membri del set Lista bloccati aggiunti " "Tempo di scadenza per i membri del set Lista bloccati aggiunti "
"automaticamente." "automaticamente."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Feed di Lista consentiti esterna" msgstr "Feed di Lista consentiti esterna"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Feed di Lista bloccati esterna" msgstr "Feed di Lista bloccati esterna"
@ -474,7 +483,7 @@ msgstr "Priorità alta"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Priorità massima" msgstr "Priorità massima"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -515,6 +524,7 @@ msgid "Information"
msgstr "Informazioni" msgstr "Informazioni"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Caratteri non validi" msgstr "Caratteri non validi"
@ -559,7 +569,7 @@ msgstr "Limita determinati feed alla catena WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Limita i core della CPU usati da banIP per risparmiare RAM." msgstr "Limita i core della CPU usati da banIP per risparmiare RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limita la funzione auto-consentiti di uplink." msgstr "Limita la funzione auto-consentiti di uplink."
@ -579,7 +589,7 @@ msgstr "Elenco delle interfacce di trigger di ricaricamento disponibili."
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Elenca gli elementi di un set specifico relativo a banIP." msgstr "Elenca gli elementi di un set specifico relativo a banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Impostazioni feed locale" msgstr "Impostazioni feed locale"
@ -717,21 +727,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Log di elaborazione" msgstr "Log di elaborazione"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Profilo usato da 'msmtp' per le notifiche e-mail di banIP." msgstr "Profilo usato da 'msmtp' per le notifiche e-mail di banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Protocollo/Formato URL non supportato" msgstr "Protocollo/Formato URL non supportato"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Ricevi notifiche e-mail ad ogni esecuzione di banIP." msgstr "Ricevi notifiche e-mail ad ogni esecuzione di banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -751,6 +761,10 @@ msgstr "Ricarica"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "Interfaccia di trigger di ricaricamento" msgstr "Interfaccia di trigger di ricaricamento"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Cartella del report" msgstr "Cartella del report"
@ -763,7 +777,7 @@ msgstr "Elementi del report"
msgid "Restart" msgid "Restart"
msgstr "Riavvia" msgstr "Riavvia"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "Limita l'accesso a Internet da/a un numero limitato di IP sicuri." msgstr "Limita l'accesso a Internet da/a un numero limitato di IP sicuri."
@ -816,7 +830,7 @@ msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv4 logica/che."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv6 logica/che." msgstr "Seleziona l'/le interfaccia/e di rete WAN IPv6 logica/che."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Indirizzo del mittente per le e-mail di notifica di banIP." msgstr "Indirizzo del mittente per le e-mail di notifica di banIP."
@ -878,7 +892,7 @@ msgstr "Stato"
msgid "Stop" msgid "Stop"
msgstr "Ferma" msgstr "Ferma"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Sottorete (predefinito)" msgstr "Sottorete (predefinito)"
@ -972,7 +986,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca temporale" msgstr "Marca temporale"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -980,7 +994,11 @@ msgstr ""
"Per attivare le notifiche e-mail, configura il pacchetto 'msmtp' e specifica " "Per attivare le notifiche e-mail, configura il pacchetto 'msmtp' e specifica "
"un indirizzo di destinatario e-mail valido." "un indirizzo di destinatario e-mail valido."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Oggetto per le e-mail di notifica di banIP." msgstr "Oggetto per le e-mail di notifica di banIP."

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自動検出" msgstr "自動検出"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "国" msgstr "国"
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Eメール通知" msgstr "Eメール通知"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Eメールプロファイル" msgstr "Eメールプロファイル"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス" msgstr "Eメール受信アドレス"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス" msgstr "Eメール送信者アドレス"
@ -343,7 +343,7 @@ msgstr "Eメール送信者アドレス"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Eメールトピック" msgstr "Eメールトピック"
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "banIP サービスを有効にする。" msgstr "banIP サービスを有効にする。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr "高い優先度"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "最高の優先度" msgstr "最高の優先度"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "情報" msgstr "情報"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr "リロード"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "レポート ディレクトリ" msgstr "レポート ディレクトリ"
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "再起動" msgstr "再起動"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "タイムスタンプ" msgstr "タイムスタンプ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr "고급 설정"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -286,7 +286,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -324,19 +324,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -344,7 +344,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -370,13 +370,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -393,15 +402,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -445,7 +454,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -484,6 +493,7 @@ msgid "Information"
msgstr "정보" msgstr "정보"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -528,7 +538,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -546,7 +556,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -676,21 +686,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -708,6 +718,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -720,7 +734,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -773,7 +787,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -832,7 +846,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -906,13 +920,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -98,7 +98,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -126,11 +126,11 @@ msgstr "Pažangūs nustatymai"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "Leisti „VLAN“ persiuntimus" msgstr "Leisti „VLAN“ persiuntimus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -148,19 +148,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -168,19 +168,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatinis patikrinimas" msgstr "Automatinis patikrinimas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -206,11 +206,11 @@ msgstr "Blokavimo tipas"
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "Blokuoti „VLAN“ persiuntimus" msgstr "Blokuoti „VLAN“ persiuntimus"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -257,7 +257,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Šalys" msgstr "Šalys"
@ -289,7 +289,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Išjungti" msgstr "Išjungti"
@ -327,19 +327,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "El. pašto pranešimas" msgstr "El. pašto pranešimas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "El. pašto profilis" msgstr "El. pašto profilis"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "El. pašto gavėjo adresas" msgstr "El. pašto gavėjo adresas"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "El. pašto siuntėjo adresas" msgstr "El. pašto siuntėjo adresas"
@ -347,7 +347,7 @@ msgstr "El. pašto siuntėjo adresas"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "El. pašto nustatymai" msgstr "El. pašto nustatymai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "El. pašto tema" msgstr "El. pašto tema"
@ -373,13 +373,22 @@ msgstr "Elementai"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Tuščia įvestis yra neleidžiama" msgstr "Tuščia įvestis yra neleidžiama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Įjungti „banIP“ tarnybą." msgstr "Įjungti „banIP“ tarnybą."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -396,15 +405,15 @@ msgstr "Įgalina „IPv4“ palaikymą."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Įgalina „IPv6“ palaikymą." msgstr "Įgalina „IPv6“ palaikymą."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -448,7 +457,7 @@ msgstr "Aukšto prioriteto"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Aukščiausio prioriteto" msgstr "Aukščiausio prioriteto"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "„IP“" msgstr "„IP“"
@ -487,6 +496,7 @@ msgid "Information"
msgstr "Informacija" msgstr "Informacija"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -531,7 +541,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -549,7 +559,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -679,21 +689,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -711,6 +721,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -723,7 +737,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Paleisti iš naujo" msgstr "Paleisti iš naujo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -776,7 +790,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -835,7 +849,7 @@ msgstr "Būklė/Būsena"
msgid "Stop" msgid "Stop"
msgstr "Stop" msgstr "Stop"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -909,13 +923,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr "रीलोड करा"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr "Avanserte innstillinger"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse" msgstr "E-postsenderadresse"
@ -343,7 +343,7 @@ msgstr "E-postsenderadresse"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postemne" msgstr "E-postemne"
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "Info" msgstr "Info"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportmappe" msgstr "Rapportmappe"
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Omstart" msgstr "Omstart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -773,7 +787,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -832,7 +846,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -906,13 +920,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASN's" msgstr "ASN's"
@ -124,11 +124,11 @@ msgstr "Geavanceerde instellingen"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "VLAN-forwards toestaan" msgstr "VLAN-forwards toestaan"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Toegestane feedselectie" msgstr "Toegestane feedselectie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Alleen toelatingslijst" msgstr "Alleen toelatingslijst"
@ -148,19 +148,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Uplink automatisch toestaan" msgstr "Uplink automatisch toestaan"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatische toelatingslijst" msgstr "Automatische toelatingslijst"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Subnet automatisch blokkeren" msgstr "Subnet automatisch blokkeren"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatische blokkeerlijst" msgstr "Automatische blokkeerlijst"
@ -168,7 +168,7 @@ msgstr "Automatische blokkeerlijst"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Autodetectie" msgstr "Autodetectie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -176,7 +176,7 @@ msgstr ""
"Voeg automatisch hele subnetten toe aan de blokkeerlijst Set op basis van " "Voeg automatisch hele subnetten toe aan de blokkeerlijst Set op basis van "
"een extra RDAP-verzoek met het verdachte IP-adres." "een extra RDAP-verzoek met het verdachte IP-adres."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -184,7 +184,7 @@ msgstr ""
"Voeg automatisch opgeloste domeinen en verdachte IP's toe aan de lokale " "Voeg automatisch opgeloste domeinen en verdachte IP's toe aan de lokale "
"banIP-blokkeerlijst." "banIP-blokkeerlijst."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -212,11 +212,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Blocklist Feed Selectie" msgstr "Blocklist Feed Selectie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Vervaldatum van blokkeerlijst ingesteld" msgstr "Vervaldatum van blokkeerlijst ingesteld"
@ -274,7 +274,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de online " "target=\"_blank\" rel=\"noreferrer noopener\" >bekijk de online "
"documentatie</a>" "documentatie</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Landen" msgstr "Landen"
@ -308,7 +308,7 @@ msgstr ""
"Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, " "Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, "
"protocollen en hulpprogramma's." "protocollen en hulpprogramma's."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Uitschakelen" msgstr "Uitschakelen"
@ -346,19 +346,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail notificatie" msgstr "E-Mail notificatie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail profiel" msgstr "E-Mail profiel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail adres van ontvanger" msgstr "E-Mail adres van ontvanger"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail adres van verzender" msgstr "E-Mail adres van verzender"
@ -366,7 +366,7 @@ msgstr "E-Mail adres van verzender"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Email instellingen" msgstr "Email instellingen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail onderwerp" msgstr "E-Mail onderwerp"
@ -392,13 +392,22 @@ msgstr "Elementen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Leeg veld niet toegestaan" msgstr "Leeg veld niet toegestaan"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Activeer de banIP service." msgstr "Activeer de banIP service."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -417,15 +426,15 @@ msgstr "Schakelt IPv4-ondersteuning in."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Schakelt IPv6-ondersteuning in." msgstr "Schakelt IPv6-ondersteuning in."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden." msgstr "Vervaltijd voor automatisch toegevoegde blocklist Set-leden."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Externe toelatingslijstfeeds" msgstr "Externe toelatingslijstfeeds"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Externe blokkeerlijstfeeds" msgstr "Externe blokkeerlijstfeeds"
@ -469,7 +478,7 @@ msgstr "Hoge prioriteit"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Hoogste prioriteit" msgstr "Hoogste prioriteit"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -510,6 +519,7 @@ msgid "Information"
msgstr "Informatie" msgstr "Informatie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Ongeldige tekens" msgstr "Ongeldige tekens"
@ -554,7 +564,7 @@ msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen." msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Beperk de uplink autoallow-functie." msgstr "Beperk de uplink autoallow-functie."
@ -575,7 +585,7 @@ msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
"Maak een lijst van de elementen van een specifieke banIP-gerelateerde Set." "Maak een lijst van de elementen van een specifieke banIP-gerelateerde Set."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Lokale feedinstellingen" msgstr "Lokale feedinstellingen"
@ -714,22 +724,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Logboek verwerken" msgstr "Logboek verwerken"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profiel gebruikt voor 'msmtp' voor banIP E-Mail berichten/notificaties." "Profiel gebruikt voor 'msmtp' voor banIP E-Mail berichten/notificaties."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Protocol/URL-formaat wordt niet ondersteund" msgstr "Protocol/URL-formaat wordt niet ondersteund"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Ontvang e-mailmeldingen bij elke banIP-run." msgstr "Ontvang e-mailmeldingen bij elke banIP-run."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -749,6 +759,10 @@ msgstr "Herladen"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportage directory" msgstr "Rapportage directory"
@ -761,7 +775,7 @@ msgstr "Rapporteer elementen"
msgid "Restart" msgid "Restart"
msgstr "Herstart" msgstr "Herstart"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's." msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's."
@ -814,7 +828,7 @@ msgstr "Selecteer de logische WAN IPv4-netwerkinterface(s)."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecteer de logische WAN IPv6-netwerkinterface(s)." msgstr "Selecteer de logische WAN IPv6-netwerkinterface(s)."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Afzender e-mailadres voor de banIP email meldingen." msgstr "Afzender e-mailadres voor de banIP email meldingen."
@ -875,7 +889,7 @@ msgstr "Status"
msgid "Stop" msgid "Stop"
msgstr "Stop" msgstr "Stop"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Subnet (standaard)" msgstr "Subnet (standaard)"
@ -959,7 +973,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Tijdstempel" msgstr "Tijdstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -967,7 +981,11 @@ msgstr ""
"Om e-mailmeldingen in te schakelen, stelt u het 'msmtp'-pakket in en geeft u " "Om e-mailmeldingen in te schakelen, stelt u het 'msmtp'-pakket in en geeft u "
"een geldig e-mailontvangeradres op." "een geldig e-mailontvangeradres op."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Onderwerp voor banIP notificatie e-mails." msgstr "Onderwerp voor banIP notificatie e-mails."

View file

@ -95,7 +95,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASN-y" msgstr "ASN-y"
@ -125,11 +125,11 @@ msgstr "Ustawienia zaawansowane"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "Zezwalaj na przekazywanie VLAN" msgstr "Zezwalaj na przekazywanie VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Wybór źródeł listy dozwolonych" msgstr "Wybór źródeł listy dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Tylko lista dozwolonych" msgstr "Tylko lista dozwolonych"
@ -149,19 +149,19 @@ msgstr "Zawsze zezwalaj na przekazywanie niektórych VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Zawsze blokuj przekazywanie niektórych VLAN." msgstr "Zawsze blokuj przekazywanie niektórych VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Automatycznie zezwalaj na łącze nadrzędne" msgstr "Automatycznie zezwalaj na łącze nadrzędne"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatyczna lista dozwolonych" msgstr "Automatyczna lista dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Automatyczne blokowanie podsieci" msgstr "Automatyczne blokowanie podsieci"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatyczna lista zablokowanych" msgstr "Automatyczna lista zablokowanych"
@ -169,7 +169,7 @@ msgstr "Automatyczna lista zablokowanych"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatyczne wykrywanie" msgstr "Automatyczne wykrywanie"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,7 @@ msgstr ""
"Automatycznie dodawaj całe podsieci do zestawu listy zablokowanych na " "Automatycznie dodawaj całe podsieci do zestawu listy zablokowanych na "
"podstawie dodatkowego żądania RDAP z podejrzanym adresem IP." "podstawie dodatkowego żądania RDAP z podejrzanym adresem IP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,7 @@ msgstr ""
"Automatycznie dodawaj rozpoznane domeny i podejrzane adresy IP do lokalnej " "Automatycznie dodawaj rozpoznane domeny i podejrzane adresy IP do lokalnej "
"listy zablokowanych banIP." "listy zablokowanych banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -213,11 +213,11 @@ msgstr "Typ blokowania"
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "Blokuj przekazywanie VLAN" msgstr "Blokuj przekazywanie VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Wybór źródeł listy zablokowanych" msgstr "Wybór źródeł listy zablokowanych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Wygaśnięcie zestawu listy zablokowanych" msgstr "Wygaśnięcie zestawu listy zablokowanych"
@ -275,7 +275,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >znajduje się w " "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >znajduje się w "
"dokumentacji online</a>" "dokumentacji online</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Kraje" msgstr "Kraje"
@ -311,7 +311,7 @@ msgstr ""
"Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, " "Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, "
"podsieci, protokoły i narzędzia." "podsieci, protokoły i narzędzia."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Wyłącz" msgstr "Wyłącz"
@ -351,19 +351,19 @@ msgstr ""
"Porzucaj pakiety po cichu lub aktywnie odrzucaj ruch w łańcuchach wejścia " "Porzucaj pakiety po cichu lub aktywnie odrzucaj ruch w łańcuchach wejścia "
"WAN i przekazywania WAN." "WAN i przekazywania WAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Powiadomienie e-mail" msgstr "Powiadomienie e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil e-mail" msgstr "Profil e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy" msgstr "Adres e-mail odbiorcy"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy" msgstr "Adres e-mail nadawcy"
@ -371,7 +371,7 @@ msgstr "Adres e-mail nadawcy"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Ustawienia e-mail" msgstr "Ustawienia e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Temat e-mail" msgstr "Temat e-mail"
@ -397,13 +397,22 @@ msgstr "Elementy"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Puste pole jest niedozwolone" msgstr "Puste pole jest niedozwolone"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Włącz usługę banIP." msgstr "Włącz usługę banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -421,16 +430,16 @@ msgstr "Włącza obsługę IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Włącza obsługę IPv6." msgstr "Włącza obsługę IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych." "Czas wygaśnięcia automatycznie dodawanych członków zestawu listy zablokowych."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Zewnętrzne źródła listy dozwolonych" msgstr "Zewnętrzne źródła listy dozwolonych"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Zewnętrzne źródła listy zablokowanych" msgstr "Zewnętrzne źródła listy zablokowanych"
@ -474,7 +483,7 @@ msgstr "Wysoki priorytet"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Najwyższy priorytet" msgstr "Najwyższy priorytet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -515,6 +524,7 @@ msgid "Information"
msgstr "Informacje" msgstr "Informacje"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Nieprawidłowe znaki" msgstr "Nieprawidłowe znaki"
@ -561,7 +571,7 @@ msgstr ""
"Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać " "Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać "
"pamięć RAM." "pamięć RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Ogranicz funkcję automatycznego zezwalania na łącze nadrzędne." msgstr "Ogranicz funkcję automatycznego zezwalania na łącze nadrzędne."
@ -581,7 +591,7 @@ msgstr "Lista dostępnych interfejsów wyzwalacza przeładowania."
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Wymień elementy określonego zestawu związanego z banIP." msgstr "Wymień elementy określonego zestawu związanego z banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Ustawienia lokalnego źródła" msgstr "Ustawienia lokalnego źródła"
@ -722,22 +732,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Dziennik przetwarzania" msgstr "Dziennik przetwarzania"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profil używany przez \"msmtp\" dla wiadomości e-mail z powiadomieniem banIP." "Profil używany przez \"msmtp\" dla wiadomości e-mail z powiadomieniem banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Format protokołu/adresu URL jest nieobsługiwany" msgstr "Format protokołu/adresu URL jest nieobsługiwany"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Otrzymuj powiadomienia e-mail przy każdym uruchomieniu banIP." msgstr "Otrzymuj powiadomienia e-mail przy każdym uruchomieniu banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -757,6 +767,10 @@ msgstr "Przeładuj"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "Interfejs wyzwalacza przeładowania" msgstr "Interfejs wyzwalacza przeładowania"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Katalog raportu" msgstr "Katalog raportu"
@ -769,7 +783,7 @@ msgstr "Elementy raportu"
msgid "Restart" msgid "Restart"
msgstr "Restartuj" msgstr "Restartuj"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP." "Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP."
@ -823,7 +837,7 @@ msgstr "Wybierz logiczne interfejsy sieciowe IPv4 WAN."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Wybierz logiczne interfejsy sieciowe IPv6 WAN." msgstr "Wybierz logiczne interfejsy sieciowe IPv6 WAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP." msgstr "Adres nadawcy wiadomości e-mail z powiadomieniem banIP."
@ -886,7 +900,7 @@ msgstr "Status"
msgid "Stop" msgid "Stop"
msgstr "Zatrzymaj" msgstr "Zatrzymaj"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Podsieć (domyślne)" msgstr "Podsieć (domyślne)"
@ -976,7 +990,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Sygnatura czasowa" msgstr "Sygnatura czasowa"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -984,7 +998,11 @@ msgstr ""
"Aby włączyć powiadomienia e-mail, skonfiguruj pakiet 'msmtp' i podaj " "Aby włączyć powiadomienia e-mail, skonfiguruj pakiet 'msmtp' i podaj "
"prawidłowy adres e-mail odbiorcy." "prawidłowy adres e-mail odbiorcy."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Temat wiadomości e-mail z powiadomieniem banIP." msgstr "Temat wiadomości e-mail z powiadomieniem banIP."

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,11 +122,11 @@ msgstr "Configurações avançadas"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "Permitir encaminhamentos de VLAN" msgstr "Permitir encaminhamentos de VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Seleção de feed da lista de permissões" msgstr "Seleção de feed da lista de permissões"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos" msgstr "Apenas a lista dos permitidos"
@ -146,19 +146,19 @@ msgstr "Permitir sempre determinados encaminhamentos de VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Bloquear sempre determinados encaminhamentos de VLAN." msgstr "Bloquear sempre determinados encaminhamentos de VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permitir uplink automático" msgstr "Permitir uplink automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos" msgstr "Lista automática dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Sub-rede de bloqueio automático" msgstr "Sub-rede de bloqueio automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio" msgstr "Lista automática de bloqueio"
@ -166,7 +166,7 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Deteção automática" msgstr "Deteção automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -174,7 +174,7 @@ msgstr ""
"Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio "
"com base numa solicitação adiciona RDAP com o IP suspeito." "com base numa solicitação adiciona RDAP com o IP suspeito."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -182,7 +182,7 @@ msgstr ""
"Adicione automaticamente domínios resolvidos e IPs suspeitos à lista de " "Adicione automaticamente domínios resolvidos e IPs suspeitos à lista de "
"bloqueio local banIP." "bloqueio local banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -211,11 +211,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "Bloquear encaminhamentos de VLAN" msgstr "Bloquear encaminhamentos de VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Seleção de feed de lista de bloqueio" msgstr "Seleção de feed de lista de bloqueio"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expiração definida da lista de bloqueio" msgstr "Expiração definida da lista de bloqueio"
@ -273,7 +273,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-" "target=\"_blank\" rel=\"noreferrer noopener\" >verifique a documentação on-"
"line</a>" "line</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Países" msgstr "Países"
@ -309,7 +309,7 @@ msgstr ""
"Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os " "Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os "
"protocolos e os utilitários automaticamente." "protocolos e os utilitários automaticamente."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Desativar" msgstr "Desativar"
@ -347,19 +347,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por e-mail" msgstr "Notificação por e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de e-mail" msgstr "Perfil de e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de e-mail do destinatário" msgstr "Endereço de e-mail do destinatário"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de e-mail do remetente" msgstr "Endereço de e-mail do remetente"
@ -367,7 +367,7 @@ msgstr "Endereço de e-mail do remetente"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Configurações do e-mail" msgstr "Configurações do e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do e-mail" msgstr "Assunto do e-mail"
@ -393,13 +393,22 @@ msgstr "Elementos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Campo vazio não permitido" msgstr "Campo vazio não permitido"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Ative o serviço banIP." msgstr "Ative o serviço banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -417,17 +426,17 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6." msgstr "Ativa o suporte IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo de expiração para membros do conjunto de lista de bloqueio adicionados " "Tempo de expiração para membros do conjunto de lista de bloqueio adicionados "
"automaticamente." "automaticamente."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Feeds externos de lista de permissões" msgstr "Feeds externos de lista de permissões"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Feeds externos de lista de bloqueio" msgstr "Feeds externos de lista de bloqueio"
@ -471,7 +480,7 @@ msgstr "Alta prioridade"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Máxima Prioridade" msgstr "Máxima Prioridade"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -513,6 +522,7 @@ msgid "Information"
msgstr "Informação" msgstr "Informação"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Caracteres inválidos" msgstr "Caracteres inválidos"
@ -558,7 +568,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." "Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limite a função de permissão automática de uplink." msgstr "Limite a função de permissão automática de uplink."
@ -578,7 +588,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Configurações de feed local" msgstr "Configurações de feed local"
@ -716,21 +726,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Registo de processamento" msgstr "Registo de processamento"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP." msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Formato de protocolo/URL não suportado" msgstr "Formato de protocolo/URL não suportado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Receba notificações por e-mail a cada execução do banIP." msgstr "Receba notificações por e-mail a cada execução do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -750,6 +760,10 @@ msgstr "Recarregar"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Diretório de Relatórios" msgstr "Diretório de Relatórios"
@ -762,7 +776,7 @@ msgstr "Elementos do relatório"
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@ -816,7 +830,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Endereço do remetente para os e-mails de notificação do banIP." msgstr "Endereço do remetente para os e-mails de notificação do banIP."
@ -879,7 +893,7 @@ msgstr "Condição geral"
msgid "Stop" msgid "Stop"
msgstr "Parar" msgstr "Parar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Sub-rede (padrão)" msgstr "Sub-rede (padrão)"
@ -974,7 +988,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de Tempo" msgstr "Marca de Tempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -982,7 +996,11 @@ msgstr ""
"Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "Para ativar as notificações por e-mail, configure o pacote 'msmtp' e "
"especifique um endereço de e-mail com um destinatário válido." "especifique um endereço de e-mail com um destinatário válido."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP." msgstr "Tópico para e-mails de notificação do banIP."

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,11 +122,11 @@ msgstr "Configurações avançadas"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Seleção do feed da lista dos permitidos" msgstr "Seleção do feed da lista dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Apenas a lista dos permitidos" msgstr "Apenas a lista dos permitidos"
@ -146,19 +146,19 @@ msgstr "Sempre permita certos encaminhamentos da VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Sempre negue certos encaminhamentos da VLAN." msgstr "Sempre negue certos encaminhamentos da VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permite o enlace automático" msgstr "Permite o enlace automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Lista automática dos permitidos" msgstr "Lista automática dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Sub-rede de bloqueio automático" msgstr "Sub-rede de bloqueio automático"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista automática de bloqueio" msgstr "Lista automática de bloqueio"
@ -166,7 +166,7 @@ msgstr "Lista automática de bloqueio"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detecção Automática" msgstr "Detecção Automática"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -174,7 +174,7 @@ msgstr ""
"Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio " "Adicione automaticamente sub-redes inteiras ao conjunto da lista de bloqueio "
"com base numa solicitação adiciona RDAP com o IP suspeito." "com base numa solicitação adiciona RDAP com o IP suspeito."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -182,7 +182,7 @@ msgstr ""
"Adicione automaticamente os domínios resolvidos e os IPs suspeitos à lista " "Adicione automaticamente os domínios resolvidos e os IPs suspeitos à lista "
"de bloqueio local do banIP." "de bloqueio local do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -211,11 +211,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Seleção do feed da lista de bloqueio" msgstr "Seleção do feed da lista de bloqueio"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expiração do conjunto das listas de bloqueio" msgstr "Expiração do conjunto das listas de bloqueio"
@ -273,7 +273,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\" > consulte a documentação " "target=\"_blank\" rel=\"noreferrer noopener\" > consulte a documentação "
"online </a>" "online </a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Países" msgstr "Países"
@ -309,7 +309,7 @@ msgstr ""
"Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os " "Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os "
"protocolos e os utilitários automaticamente." "protocolos e os utilitários automaticamente."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Desativar" msgstr "Desativar"
@ -347,19 +347,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por E-Mail" msgstr "Notificação por E-Mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail do Perfil" msgstr "E-Mail do Perfil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário" msgstr "Endereço de E-Mail do Destinatário"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente" msgstr "Endereço de E-Mail do Remetente"
@ -367,7 +367,7 @@ msgstr "Endereço de E-Mail do Remetente"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Configurações do e-mail" msgstr "Configurações do e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do E-Mail" msgstr "Assunto do E-Mail"
@ -393,13 +393,22 @@ msgstr "Elementos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Campo vazio não permitido" msgstr "Campo vazio não permitido"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Ative o serviço banIP." msgstr "Ative o serviço banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -417,17 +426,17 @@ msgstr "Ativa o suporte IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Ativa o suporte IPv6." msgstr "Ativa o suporte IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Tempo de expiração para os membros do conjunto da lista de bloqueio que " "Tempo de expiração para os membros do conjunto da lista de bloqueio que "
"foram adicionados automaticamente." "foram adicionados automaticamente."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Feeds externos da lista dos permitidos" msgstr "Feeds externos da lista dos permitidos"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Feeds externos da lista de bloqueio" msgstr "Feeds externos da lista de bloqueio"
@ -471,7 +480,7 @@ msgstr "Alta prioridade"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Máxima Prioridade" msgstr "Máxima Prioridade"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -513,6 +522,7 @@ msgid "Information"
msgstr "Informações" msgstr "Informações"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Caracteres inválidos" msgstr "Caracteres inválidos"
@ -558,7 +568,7 @@ msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
"Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." "Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limite a função de permissão automática do enlace." msgstr "Limite a função de permissão automática do enlace."
@ -578,7 +588,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Configurações do feed local" msgstr "Configurações do feed local"
@ -717,21 +727,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Registro de processamento" msgstr "Registro de processamento"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP." msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Formato de protocolo/URL não suportado" msgstr "Formato de protocolo/URL não suportado"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Receba notificações por e-mail a cada execução do banIP." msgstr "Receba notificações por e-mail a cada execução do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -751,6 +761,10 @@ msgstr "Recarregar"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Diretório do Relatório" msgstr "Diretório do Relatório"
@ -763,7 +777,7 @@ msgstr "Elementos do relatório"
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros."
@ -817,7 +831,7 @@ msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv4."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6." msgstr "Selecione a(s) interface(s) lógica(s) da rede WAN IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Endereço do remetente para os e-mails de notificação do banIP." msgstr "Endereço do remetente para os e-mails de notificação do banIP."
@ -880,7 +894,7 @@ msgstr "Condição geral"
msgid "Stop" msgid "Stop"
msgstr "Parar" msgstr "Parar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Sub-rede (padrão)" msgstr "Sub-rede (padrão)"
@ -975,7 +989,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de Tempo" msgstr "Marca de Tempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -983,7 +997,11 @@ msgstr ""
"Para ativar as notificações por e-mail, configure o pacote 'msmtp' e " "Para ativar as notificações por e-mail, configure o pacote 'msmtp' e "
"especifique um endereço de e-mail com um destinatário válido." "especifique um endereço de e-mail com um destinatário válido."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP." msgstr "Tópico para e-mails de notificação do banIP."

View file

@ -95,7 +95,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASN-uri" msgstr "ASN-uri"
@ -125,11 +125,11 @@ msgstr "Setări avansate"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "Permiteți redirecționarea VLAN" msgstr "Permiteți redirecționarea VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Selecție Allowlist Feed" msgstr "Selecție Allowlist Feed"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Doar Allowlist" msgstr "Doar Allowlist"
@ -149,19 +149,19 @@ msgstr "Permiteți întotdeauna anumite transmisiuni VLAN."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Blocați întotdeauna anumite transmisiuni VLAN." msgstr "Blocați întotdeauna anumite transmisiuni VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Permite automat legătura ascendentă" msgstr "Permite automat legătura ascendentă"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Allowlist Automată" msgstr "Allowlist Automată"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Blocaj automat Subnet" msgstr "Blocaj automat Subnet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Lista de blocare automată" msgstr "Lista de blocare automată"
@ -169,7 +169,7 @@ msgstr "Lista de blocare automată"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Detecție automată" msgstr "Detecție automată"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,7 @@ msgstr ""
"Adăugați automat subrețele întregi la lista de blocare Set bazat pe o cerere " "Adăugați automat subrețele întregi la lista de blocare Set bazat pe o cerere "
"RDAP suplimentară cu IP-ul suspect." "RDAP suplimentară cu IP-ul suspect."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,7 @@ msgstr ""
"Adăugarea automată a domeniilor rezolvate și a IP-urilor suspecte la lista " "Adăugarea automată a domeniilor rezolvate și a IP-urilor suspecte la lista "
"de blocare banIP locală." "de blocare banIP locală."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -213,11 +213,11 @@ msgstr "Tip de bloc"
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "Blocați transmisiile VLAN" msgstr "Blocați transmisiile VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Selecția de alimentare a listei de blocuri" msgstr "Selecția de alimentare a listei de blocuri"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Expirarea setului Blocklist" msgstr "Expirarea setului Blocklist"
@ -275,7 +275,7 @@ msgstr ""
"banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check " "banip/files/README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >check "
"the online documentation</a>" "the online documentation</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Țări" msgstr "Țări"
@ -311,7 +311,7 @@ msgstr ""
"Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, " "Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, "
"protocoalelor și utilităților relevante." "protocoalelor și utilităților relevante."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Dezactivați" msgstr "Dezactivați"
@ -349,19 +349,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificare prin e-mail" msgstr "Notificare prin e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil de e-mail" msgstr "Profil de e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresa de e-mail a destinatarului" msgstr "Adresa de e-mail a destinatarului"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresa expeditorului de e-mail" msgstr "Adresa expeditorului de e-mail"
@ -369,7 +369,7 @@ msgstr "Adresa expeditorului de e-mail"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Setări e-mail" msgstr "Setări e-mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Subiect E-Mail" msgstr "Subiect E-Mail"
@ -395,13 +395,22 @@ msgstr "Elemente"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Câmpul gol nu este permis" msgstr "Câmpul gol nu este permis"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Activați serviciul banIP." msgstr "Activați serviciul banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -419,15 +428,15 @@ msgstr "Activează suportul IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Activează suportul IPv6." msgstr "Activează suportul IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "Timpul de expirare pentru membrii setului blocklist adăugat automat." msgstr "Timpul de expirare pentru membrii setului blocklist adăugat automat."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Fluxuri allowlist externe" msgstr "Fluxuri allowlist externe"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Alimentarea externă a listei de blocare" msgstr "Alimentarea externă a listei de blocare"
@ -471,7 +480,7 @@ msgstr "Prioritate ridicată"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Cea mai mare prioritate" msgstr "Cea mai mare prioritate"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -512,6 +521,7 @@ msgid "Information"
msgstr "Informație" msgstr "Informație"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Caractere invalide" msgstr "Caractere invalide"
@ -556,7 +566,7 @@ msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi RAM." msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Limitați funcția uplink autoallow." msgstr "Limitați funcția uplink autoallow."
@ -576,7 +586,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Enumeră elementele unui anumit set legat de banIP." msgstr "Enumeră elementele unui anumit set legat de banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Setări de alimentare locală" msgstr "Setări de alimentare locală"
@ -714,22 +724,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Jurnal de procesare" msgstr "Jurnal de procesare"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Profilul utilizat de 'msmtp' pentru mesajele electronice de notificare banIP." "Profilul utilizat de 'msmtp' pentru mesajele electronice de notificare banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Formatul protocolului/URL nu este acceptat" msgstr "Formatul protocolului/URL nu este acceptat"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Primiți notificări prin e-mail la fiecare banIP rulat." msgstr "Primiți notificări prin e-mail la fiecare banIP rulat."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -749,6 +759,10 @@ msgstr "Reîncărcați"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Director de rapoarte" msgstr "Director de rapoarte"
@ -761,7 +775,7 @@ msgstr "Elemente de raport"
msgid "Restart" msgid "Restart"
msgstr "Reporniți" msgstr "Reporniți"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Restricționați accesul la internet de la/către un număr mic de IP-uri " "Restricționați accesul la internet de la/către un număr mic de IP-uri "
@ -816,7 +830,7 @@ msgstr "Selectați interfața (interfețele) logică (logice) de rețea WAN IPv4
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Selectați interfața (e) logică de rețea WAN IPv6." msgstr "Selectați interfața (e) logică de rețea WAN IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP." msgstr "Adresa expeditorului pentru e-mailurile de notificare banIP."
@ -879,7 +893,7 @@ msgstr "Stare"
msgid "Stop" msgid "Stop"
msgstr "Stop" msgstr "Stop"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Subnet (implicit)" msgstr "Subnet (implicit)"
@ -970,7 +984,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Înregistrarea timpului" msgstr "Înregistrarea timpului"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -978,7 +992,11 @@ msgstr ""
"Pentru a activa notificările prin e-mail, configurați pachetul \"msmtp\" și " "Pentru a activa notificările prin e-mail, configurați pachetul \"msmtp\" și "
"specificați o adresă de destinatar de e-mail validă." "specificați o adresă de destinatar de e-mail validă."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Subiect pentru e-mailurile de notificare banIP." msgstr "Subiect pentru e-mailurile de notificare banIP."

View file

@ -95,7 +95,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "Автономные системы" msgstr "Автономные системы"
@ -125,11 +125,11 @@ msgstr "Расширенные настройки"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "Разрешить переадресацию VLAN" msgstr "Разрешить переадресацию VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Выбор канала из белого списка" msgstr "Выбор канала из белого списка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Только список разрешений" msgstr "Только список разрешений"
@ -149,19 +149,19 @@ msgstr "Всегда разрешать определенные переадр
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Всегда блокировать определенные переадресации VLAN." msgstr "Всегда блокировать определенные переадресации VLAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Автоматически разрешать исходящие соединения" msgstr "Автоматически разрешать исходящие соединения"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Автоматический список разрешений" msgstr "Автоматический список разрешений"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Автоблокировка подсети" msgstr "Автоблокировка подсети"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Автоматический блок-лист" msgstr "Автоматический блок-лист"
@ -169,7 +169,7 @@ msgstr "Автоматический блок-лист"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Автоопределение" msgstr "Автоопределение"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -177,7 +177,7 @@ msgstr ""
"Автоматическое добавление целых подсетей в список блокировки Set на основе " "Автоматическое добавление целых подсетей в список блокировки Set на основе "
"дополнительного запроса RDAP с подозрительным IP." "дополнительного запроса RDAP с подозрительным IP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -185,7 +185,7 @@ msgstr ""
"Автоматическое добавление разрешенных доменов и подозрительных IP-адресов в " "Автоматическое добавление разрешенных доменов и подозрительных IP-адресов в "
"локальный блок-лист banIP." "локальный блок-лист banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -213,11 +213,11 @@ msgstr "Тип блока"
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "Блокировка переадресации VLAN" msgstr "Блокировка переадресации VLAN"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Выбор канала черного списка" msgstr "Выбор канала черного списка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Задать срок действия блок-листа" msgstr "Задать срок действия блок-листа"
@ -275,7 +275,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с " "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >ознакомьтесь с "
"онлайн-документацией</a>" "онлайн-документацией</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Страны" msgstr "Страны"
@ -311,7 +311,7 @@ msgstr ""
"Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, " "Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, "
"подсетей, протоколов и утилит." "подсетей, протоколов и утилит."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Отключить" msgstr "Отключить"
@ -351,19 +351,19 @@ msgstr ""
"Тихо отбрасывать пакеты или активно отклонять трафик в цепочках WAN-Input и " "Тихо отбрасывать пакеты или активно отклонять трафик в цепочках WAN-Input и "
"WAN-Forward." "WAN-Forward."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Уведомление по электронной почте" msgstr "Уведомление по электронной почте"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Профиль электронной почты" msgstr "Профиль электронной почты"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Адрес получателя" msgstr "Адрес получателя"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Адрес отправителя" msgstr "Адрес отправителя"
@ -371,7 +371,7 @@ msgstr "Адрес отправителя"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Настройки электронной почты" msgstr "Настройки электронной почты"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Тема" msgstr "Тема"
@ -397,13 +397,22 @@ msgstr "Элементы"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Пустое поле не допускается" msgstr "Пустое поле не допускается"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Включить сервис banIP." msgstr "Включить сервис banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "Включите ведение подробного журнала отладки в случае ошибок обработки." msgstr "Включите ведение подробного журнала отладки в случае ошибок обработки."
@ -420,16 +429,16 @@ msgstr "Включает поддержку IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Включает поддержку IPv6." msgstr "Включает поддержку IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Срок действия для автоматически добавленных блоклистов Задать участников." "Срок действия для автоматически добавленных блоклистов Задать участников."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Внешние каналы списка разрешенний" msgstr "Внешние каналы списка разрешенний"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Внешние каналы блок-листа" msgstr "Внешние каналы блок-листа"
@ -473,7 +482,7 @@ msgstr "Высокий приоритет"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Наивысший приоритет" msgstr "Наивысший приоритет"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -514,6 +523,7 @@ msgid "Information"
msgstr "Информация" msgstr "Информация"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Недопустимые символы" msgstr "Недопустимые символы"
@ -560,7 +570,7 @@ msgstr ""
"Ограничьте количество ядер процессора, используемых banIP для экономии " "Ограничьте количество ядер процессора, используемых banIP для экономии "
"оперативной памяти." "оперативной памяти."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Ограничить функцию автоматического разрешения исходящего канала." msgstr "Ограничить функцию автоматического разрешения исходящего канала."
@ -580,7 +590,7 @@ msgstr "Список доступных интерфейсов триггера
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Перечислите элементы конкретного набора, связанного с запретом." msgstr "Перечислите элементы конкретного набора, связанного с запретом."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Локальные настройки канала" msgstr "Локальные настройки канала"
@ -722,22 +732,22 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Обработка журнала" msgstr "Обработка журнала"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
"Профиль, используемый 'msmtp' для электронной почты с уведомлением banIP." "Профиль, используемый 'msmtp' для электронной почты с уведомлением banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Формат протокола/URL не поддерживается" msgstr "Формат протокола/URL не поддерживается"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Получайте уведомления по электронной почте при каждом запуске banIP." msgstr "Получайте уведомления по электронной почте при каждом запуске banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -757,6 +767,10 @@ msgstr "Перезапустить"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "Интерфейс триггера перезарядки" msgstr "Интерфейс триггера перезарядки"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Папка для отчётов" msgstr "Папка для отчётов"
@ -769,7 +783,7 @@ msgstr "Элементы отчета"
msgid "Restart" msgid "Restart"
msgstr "Перезапустить" msgstr "Перезапустить"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
"Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов." "Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов."
@ -823,7 +837,7 @@ msgstr "Выберите логический сетевой интерфейс
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Выберите логический сетевой интерфейс (интерфейсы) WAN IPv6." msgstr "Выберите логический сетевой интерфейс (интерфейсы) WAN IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Адрес отправителя для электронных писем с уведомлением banIP." msgstr "Адрес отправителя для электронных писем с уведомлением banIP."
@ -886,7 +900,7 @@ msgstr "Состояние"
msgid "Stop" msgid "Stop"
msgstr "Остановить" msgstr "Остановить"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Подсеть (по умолчанию)" msgstr "Подсеть (по умолчанию)"
@ -976,7 +990,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Временная метка" msgstr "Временная метка"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -984,7 +998,11 @@ msgstr ""
"Чтобы включить уведомления по электронной почте, установите пакет 'msmtp' и " "Чтобы включить уведомления по электронной почте, установите пакет 'msmtp' и "
"укажите правильный адрес получателя электронной почты." "укажите правильный адрес получателя электронной почты."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Тема для электронной почты с уведомлением о banIP." msgstr "Тема для электронной почты с уведомлением о banIP."

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASN:er" msgstr "ASN:er"
@ -122,11 +122,11 @@ msgstr "Avancerade inställningar"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Endast tillåt-listan" msgstr "Endast tillåt-listan"
@ -144,19 +144,19 @@ msgstr "Tillåt alltid vissa VLAN-vidarebefordringar."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Blockera alltid vissa VLAN-vidarebefordringar." msgstr "Blockera alltid vissa VLAN-vidarebefordringar."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Automatisk tillåt-lista" msgstr "Automatisk tillåt-lista"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Blockera undernät automatiskt" msgstr "Blockera undernät automatiskt"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Automatisk blockeringslista" msgstr "Automatisk blockeringslista"
@ -164,19 +164,19 @@ msgstr "Automatisk blockeringslista"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Automatisk detektering" msgstr "Automatisk detektering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -257,7 +257,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Länder" msgstr "Länder"
@ -291,7 +291,7 @@ msgstr ""
"Upptäck automatiskt relevanta nätverksenheter, gränssnitt, undernät, " "Upptäck automatiskt relevanta nätverksenheter, gränssnitt, undernät, "
"protokoll och verktyg." "protokoll och verktyg."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Stäng av" msgstr "Stäng av"
@ -329,19 +329,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-postavisering" msgstr "E-postavisering"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Mottagarens e-postadress" msgstr "Mottagarens e-postadress"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post" msgstr "Avsändaradress för e-post"
@ -349,7 +349,7 @@ msgstr "Avsändaradress för e-post"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "E-postinställningar" msgstr "E-postinställningar"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postämne" msgstr "E-postämne"
@ -375,13 +375,22 @@ msgstr "Element"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Tomt fält tillåts inte" msgstr "Tomt fält tillåts inte"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Aktivera banIP-tjänsten." msgstr "Aktivera banIP-tjänsten."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "Aktivera detaljerad debug-loggning i händelse av behandlingsfel." msgstr "Aktivera detaljerad debug-loggning i händelse av behandlingsfel."
@ -398,15 +407,15 @@ msgstr "Aktiverar IPv4-stöd."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Aktiverar IPv6-stöd." msgstr "Aktiverar IPv6-stöd."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Externa flöden för tillåt-listan" msgstr "Externa flöden för tillåt-listan"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "External flöden för blockeringslistan" msgstr "External flöden för blockeringslistan"
@ -450,7 +459,7 @@ msgstr "Hög prioritet"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Högsta prioritet" msgstr "Högsta prioritet"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -489,6 +498,7 @@ msgid "Information"
msgstr "Information" msgstr "Information"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Ogiltiga tecken" msgstr "Ogiltiga tecken"
@ -533,7 +543,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -551,7 +561,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -681,21 +691,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -713,6 +723,10 @@ msgstr "Ladda om"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportkatalog" msgstr "Rapportkatalog"
@ -725,7 +739,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Starta om" msgstr "Starta om"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -778,7 +792,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -837,7 +851,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -911,13 +925,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -122,11 +122,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -343,7 +343,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -369,13 +369,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -392,15 +401,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -719,7 +733,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -772,7 +786,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -831,7 +845,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -85,7 +85,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -113,11 +113,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -135,19 +135,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -155,19 +155,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -193,11 +193,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -244,7 +244,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -276,7 +276,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -314,19 +314,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" msgstr ""
@ -334,7 +334,7 @@ msgstr ""
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -360,13 +360,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -383,15 +392,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -435,7 +444,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -474,6 +483,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -518,7 +528,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -536,7 +546,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -666,21 +676,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -698,6 +708,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
@ -710,7 +724,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -763,7 +777,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -822,7 +836,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -896,13 +910,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASN'ler" msgstr "ASN'ler"
@ -124,11 +124,11 @@ msgstr "Gelişmiş Ayarlar"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "VLAN Yönlendirmelerine İzin Ver" msgstr "VLAN Yönlendirmelerine İzin Ver"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "İzin Verilenler Listesi Akış Seçimi" msgstr "İzin Verilenler Listesi Akış Seçimi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Yalnızca İzin Verilenler Listesi" msgstr "Yalnızca İzin Verilenler Listesi"
@ -148,19 +148,19 @@ msgstr "Her zaman belirli VLAN yönlendirmelerine izin verin."
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "Her zaman belirli VLAN iletimlerini engelle." msgstr "Her zaman belirli VLAN iletimlerini engelle."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Yukarı Bağlantıya Otomatik İzin Ver" msgstr "Yukarı Bağlantıya Otomatik İzin Ver"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Otomatik İzin Verilenler Listesi" msgstr "Otomatik İzin Verilenler Listesi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Alt Ağı Otomatik Engelle" msgstr "Alt Ağı Otomatik Engelle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Otomatik Engelleme Listesi" msgstr "Otomatik Engelleme Listesi"
@ -168,7 +168,7 @@ msgstr "Otomatik Engelleme Listesi"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Otomatik Algılama" msgstr "Otomatik Algılama"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -176,7 +176,7 @@ msgstr ""
"Şüpheli IP'ye sahip ek bir RDAP isteğine dayalı olarak tüm alt ağları " "Şüpheli IP'ye sahip ek bir RDAP isteğine dayalı olarak tüm alt ağları "
"otomatik olarak engelleme listesi kümesine ekle." "otomatik olarak engelleme listesi kümesine ekle."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -184,7 +184,7 @@ msgstr ""
"Çözümlenen etki alanlarını ve şüpheli IP'leri otomatik olarak yerel banIP " "Çözümlenen etki alanlarını ve şüpheli IP'leri otomatik olarak yerel banIP "
"engelleme listesine ekle." "engelleme listesine ekle."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -212,11 +212,11 @@ msgstr "Blok Türü"
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "VLAN İletimlerini Engelle" msgstr "VLAN İletimlerini Engelle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Engellenenler Listesi Akış Seçimi" msgstr "Engellenenler Listesi Akış Seçimi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Engellenenler Listesinin Sona Ermesi" msgstr "Engellenenler Listesinin Sona Ermesi"
@ -274,7 +274,7 @@ msgstr ""
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >çevrimiçi " "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >çevrimiçi "
"belgelere bakın </a>" "belgelere bakın </a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Ülkeler" msgstr "Ülkeler"
@ -310,7 +310,7 @@ msgstr ""
"İlgili ağ cihazlarını, arayüzleri, alt ağları, protokolleri ve yardımcı " "İlgili ağ cihazlarını, arayüzleri, alt ağları, protokolleri ve yardımcı "
"programları otomatik olarak tespit et." "programları otomatik olarak tespit et."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Devre dışı bırak" msgstr "Devre dışı bırak"
@ -350,19 +350,19 @@ msgstr ""
"Paketleri sessizce bırak veya WAN-Giriş ve WAN-İleri zincirlerindeki trafiği " "Paketleri sessizce bırak veya WAN-Giriş ve WAN-İleri zincirlerindeki trafiği "
"aktif olarak reddet." "aktif olarak reddet."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Posta Bildirimi" msgstr "E-Posta Bildirimi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Posta Profili" msgstr "E-Posta Profili"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Posta Alıcı Adresi" msgstr "E-Posta Alıcı Adresi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Posta Gönderen Adresi" msgstr "E-Posta Gönderen Adresi"
@ -370,7 +370,7 @@ msgstr "E-Posta Gönderen Adresi"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "E mail ayarları" msgstr "E mail ayarları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Posta Konusu" msgstr "E-Posta Konusu"
@ -396,13 +396,22 @@ msgstr "Öğeler"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Boş alana izin verilmiyor" msgstr "Boş alana izin verilmiyor"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "BanIP hizmetini etkinleştirin." msgstr "BanIP hizmetini etkinleştirin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -420,17 +429,17 @@ msgstr "IPv4 desteğini etkinleştirir."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "IPv6 desteğini etkinleştirir." msgstr "IPv6 desteğini etkinleştirir."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
"Otomatik olarak eklenen engellenenler listesi Kümesi üyelerinin sona erme " "Otomatik olarak eklenen engellenenler listesi Kümesi üyelerinin sona erme "
"süresi." "süresi."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Harici izin verilenler listesi akışları" msgstr "Harici izin verilenler listesi akışları"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Harici engellenenler listesi akışları" msgstr "Harici engellenenler listesi akışları"
@ -474,7 +483,7 @@ msgstr "Yüksek öncelik"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "En yüksek öncelik" msgstr "En yüksek öncelik"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -515,6 +524,7 @@ msgid "Information"
msgstr "Bilgi" msgstr "Bilgi"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Geçersiz karakter" msgstr "Geçersiz karakter"
@ -561,7 +571,7 @@ msgstr ""
"RAM'den tasarruf etmek için banIP tarafından kullanılan işlemci " "RAM'den tasarruf etmek için banIP tarafından kullanılan işlemci "
"çekirdeklerini sınırla." "çekirdeklerini sınırla."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Yukarı bağlantı otomatik izin verme işlevini sınırla." msgstr "Yukarı bağlantı otomatik izin verme işlevini sınırla."
@ -581,7 +591,7 @@ msgstr "Mevcut yeniden yükleme tetikleyici arayüz(ler)in listesi."
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "BanIP ile ilgili belirli bir kümenin öğelerinin listesi." msgstr "BanIP ile ilgili belirli bir kümenin öğelerinin listesi."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Yerel yayın ayarları" msgstr "Yerel yayın ayarları"
@ -722,21 +732,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "İşlem Günlüğü" msgstr "İşlem Günlüğü"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için 'msmtp' tarafından kullanılan profil." msgstr "BanIP bildirim e-postaları için 'msmtp' tarafından kullanılan profil."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Protokol/URL formatı desteklenmiyor" msgstr "Protokol/URL formatı desteklenmiyor"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Her banIP çalıştırmasında E-Posta bildirimleri alın." msgstr "Her banIP çalıştırmasında E-Posta bildirimleri alın."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -756,6 +766,10 @@ msgstr "Yeniden yükle"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "Tetikleyici Arayüzünü Yeniden Yükle" msgstr "Tetikleyici Arayüzünü Yeniden Yükle"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapor Dizini" msgstr "Rapor Dizini"
@ -768,7 +782,7 @@ msgstr "Rapor Unsurları"
msgid "Restart" msgid "Restart"
msgstr "Tekrar başlat" msgstr "Tekrar başlat"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "İnternet erişimini az sayıda güvenli IP'ye kısıtlayın." msgstr "İnternet erişimini az sayıda güvenli IP'ye kısıtlayın."
@ -821,7 +835,7 @@ msgstr "Mantıksal WAN IPv4 ağ arayüzünü/arayüzlerini seçin."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Mantıksal WAN IPv6 ağ arayüzünü/arayüzlerini seçin." msgstr "Mantıksal WAN IPv6 ağ arayüzünü/arayüzlerini seçin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için gönderen adresi." msgstr "BanIP bildirim e-postaları için gönderen adresi."
@ -883,7 +897,7 @@ msgstr "Durum"
msgid "Stop" msgid "Stop"
msgstr "Dur" msgstr "Dur"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Alt ağ (varsayılan)" msgstr "Alt ağ (varsayılan)"
@ -975,7 +989,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Zaman damgası" msgstr "Zaman damgası"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -983,7 +997,11 @@ msgstr ""
"E-posta bildirimlerini etkinleştirmek için 'msmtp' paketini kurun ve geçerli " "E-posta bildirimlerini etkinleştirmek için 'msmtp' paketini kurun ve geçerli "
"bir E-Posta alıcı adresi belirtin." "bir E-Posta alıcı adresi belirtin."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için konu." msgstr "BanIP bildirim e-postaları için konu."

View file

@ -95,7 +95,7 @@ msgstr ""
msgid "512" msgid "512"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "" msgstr ""
@ -123,11 +123,11 @@ msgstr ""
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "" msgstr ""
@ -145,19 +145,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "" msgstr ""
@ -165,19 +165,19 @@ msgstr ""
msgid "Auto Detection" msgid "Auto Detection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -203,11 +203,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -254,7 +254,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "" msgstr ""
@ -286,7 +286,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -324,19 +324,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail повідомлення" msgstr "E-Mail повідомлення"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail профіль" msgstr "E-Mail профіль"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail адреса отримувача" msgstr "E-Mail адреса отримувача"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail адреса відправника" msgstr "E-Mail адреса відправника"
@ -344,7 +344,7 @@ msgstr "E-Mail адреса відправника"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Тема" msgstr "Тема"
@ -370,13 +370,22 @@ msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "" msgstr ""
@ -393,15 +402,15 @@ msgstr ""
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -445,7 +454,7 @@ msgstr ""
msgid "Highest Priority" msgid "Highest Priority"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -484,6 +493,7 @@ msgid "Information"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -528,7 +538,7 @@ msgstr ""
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -546,7 +556,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -676,21 +686,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -708,6 +718,10 @@ msgstr ""
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Тека для звітів" msgstr "Тека для звітів"
@ -720,7 +734,7 @@ msgstr ""
msgid "Restart" msgid "Restart"
msgstr "Перезапустити" msgstr "Перезапустити"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "" msgstr ""
@ -773,7 +787,7 @@ msgstr ""
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "" msgstr ""
@ -832,7 +846,7 @@ msgstr ""
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -906,13 +920,17 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "ASNs" msgstr "ASNs"
@ -122,11 +122,11 @@ msgstr "Cài đặt nâng cao"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "Lựa chọn Feed cho Allowlist" msgstr "Lựa chọn Feed cho Allowlist"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "Chỉ sử dụng Allowlist" msgstr "Chỉ sử dụng Allowlist"
@ -146,19 +146,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "Tự động cho phép Uplink" msgstr "Tự động cho phép Uplink"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "Allowlist tự động" msgstr "Allowlist tự động"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "Chặn Subnet tự động" msgstr "Chặn Subnet tự động"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "Blocklist tự động" msgstr "Blocklist tự động"
@ -166,7 +166,7 @@ msgstr "Blocklist tự động"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "Phát hiện tự động" msgstr "Phát hiện tự động"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
@ -174,7 +174,7 @@ msgstr ""
"Tự động thêm toàn bộ các subnet vào Blocklist dựa trên yêu cầu RDAP bổ sung " "Tự động thêm toàn bộ các subnet vào Blocklist dựa trên yêu cầu RDAP bổ sung "
"với IP đáng ngờ." "với IP đáng ngờ."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
@ -182,7 +182,7 @@ msgstr ""
"Tự động thêm tên miền đã được giải quyết và các IP đáng ngờ vào danh sách " "Tự động thêm tên miền đã được giải quyết và các IP đáng ngờ vào danh sách "
"chặn banIP cục bộ." "chặn banIP cục bộ."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -210,11 +210,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "Lựa chọn Feed cho Blocklist" msgstr "Lựa chọn Feed cho Blocklist"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "Hết hạn của Blocklist Set" msgstr "Hết hạn của Blocklist Set"
@ -271,7 +271,7 @@ msgstr ""
"target=\"_blank\" rel=\"noreferrer noopener\">kiểm tra tài liệu trực tuyến</" "target=\"_blank\" rel=\"noreferrer noopener\">kiểm tra tài liệu trực tuyến</"
"a>" "a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "Quốc gia" msgstr "Quốc gia"
@ -307,7 +307,7 @@ msgstr ""
"Tự động phát hiện các thiết bị, giao diện, mạng con, giao thức và tiện ích " "Tự động phát hiện các thiết bị, giao diện, mạng con, giao thức và tiện ích "
"mạng liên quan." "mạng liên quan."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "Vô hiệu hóa" msgstr "Vô hiệu hóa"
@ -345,19 +345,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Thông báo Email" msgstr "Thông báo Email"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Hồ sơ Email" msgstr "Hồ sơ Email"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Địa chỉ người nhận Email" msgstr "Địa chỉ người nhận Email"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Địa chỉ người gửi Email" msgstr "Địa chỉ người gửi Email"
@ -365,7 +365,7 @@ msgstr "Địa chỉ người gửi Email"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "Cài đặt E-Mail" msgstr "Cài đặt E-Mail"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Chủ đề Email" msgstr "Chủ đề Email"
@ -391,13 +391,22 @@ msgstr "Các phần tử"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "Không được để trống trường này" msgstr "Không được để trống trường này"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "Bật dịch vụ banIP." msgstr "Bật dịch vụ banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "Bật ghi nhật ký debug chi tiết trong trường hợp xảy ra lỗi xử lý." msgstr "Bật ghi nhật ký debug chi tiết trong trường hợp xảy ra lỗi xử lý."
@ -414,15 +423,15 @@ msgstr "Bật hỗ trợ IPv4."
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "Bật hỗ trợ IPv6." msgstr "Bật hỗ trợ IPv6."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "Thời gian hết hạn cho các thành viên danh sách chặn tự động thêm." msgstr "Thời gian hết hạn cho các thành viên danh sách chặn tự động thêm."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "Nguồn allowlist bên ngoài" msgstr "Nguồn allowlist bên ngoài"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "Nguồn danh sách chặn bên ngoài" msgstr "Nguồn danh sách chặn bên ngoài"
@ -466,7 +475,7 @@ msgstr "Ưu tiên cao"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "Ưu tiên cao nhất" msgstr "Ưu tiên cao nhất"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -507,6 +516,7 @@ msgid "Information"
msgstr "Thông Tin" msgstr "Thông Tin"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "Ký tự không hợp lệ" msgstr "Ký tự không hợp lệ"
@ -551,7 +561,7 @@ msgstr "Giới hạn một số feeds cho chuỗi WAN-Input."
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "Giới hạn số nhân cpu được sử dụng bởi banIP để tiết kiệm RAM." msgstr "Giới hạn số nhân cpu được sử dụng bởi banIP để tiết kiệm RAM."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "Giới hạn chức năng uplink autoallow." msgstr "Giới hạn chức năng uplink autoallow."
@ -571,7 +581,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Liệt kê các phần tử của một Set liên quan đến banIP cụ thể." msgstr "Liệt kê các phần tử của một Set liên quan đến banIP cụ thể."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "Cài đặt feed cục bộ" msgstr "Cài đặt feed cục bộ"
@ -708,21 +718,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "Log Xử lý" msgstr "Log Xử lý"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Hồ sơ được sử dụng bởi 'msmtp' cho thư thông báo banIP." msgstr "Hồ sơ được sử dụng bởi 'msmtp' cho thư thông báo banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "Định dạng giao thức/URL không được hỗ trợ" msgstr "Định dạng giao thức/URL không được hỗ trợ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "Nhận thông báo qua E-Mail mỗi khi chạy banIP." msgstr "Nhận thông báo qua E-Mail mỗi khi chạy banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -742,6 +752,10 @@ msgstr "Tải lại"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "Đường dẫn Report" msgstr "Đường dẫn Report"
@ -754,7 +768,7 @@ msgstr "Yếu tố báo cáo"
msgid "Restart" msgid "Restart"
msgstr "Khởi Động Lại" msgstr "Khởi Động Lại"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "Hạn chế truy cập internet từ/đến một số IP an toàn nhỏ." msgstr "Hạn chế truy cập internet từ/đến một số IP an toàn nhỏ."
@ -807,7 +821,7 @@ msgstr "Chọn giao diện mạng IPv4 logic của WAN."
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "Chọn giao diện mạng IPv6 logic của WAN." msgstr "Chọn giao diện mạng IPv6 logic của WAN."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "Địa chỉ người gửi cho thư thông báo banIP." msgstr "Địa chỉ người gửi cho thư thông báo banIP."
@ -868,7 +882,7 @@ msgstr "Trạng thái"
msgid "Stop" msgid "Stop"
msgstr "Dừng" msgstr "Dừng"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "Mạng con (mặc định)" msgstr "Mạng con (mặc định)"
@ -956,7 +970,7 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Dấu thời gian" msgstr "Dấu thời gian"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
@ -964,7 +978,11 @@ msgstr ""
"Để bật thông báo qua email, thiết lập gói 'msmtp' và chỉ định địa chỉ email " "Để bật thông báo qua email, thiết lập gói 'msmtp' và chỉ định địa chỉ email "
"người nhận hợp lệ." "người nhận hợp lệ."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Chủ đề cho Email thông báo banIP." msgstr "Chủ đề cho Email thông báo banIP."

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "平均取样数" msgstr "平均取样数"
@ -122,11 +122,11 @@ msgstr "高级设置"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "允许 VLAN 转发" msgstr "允许 VLAN 转发"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "白名单源选择" msgstr "白名单源选择"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "仅白名单" msgstr "仅白名单"
@ -144,19 +144,19 @@ msgstr "始终允许特定的 VLAN 转发。"
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "始终拦截特定的 VLAN 转发。" msgstr "始终拦截特定的 VLAN 转发。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "自动允许上行线路" msgstr "自动允许上行线路"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "自动白名单" msgstr "自动白名单"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "自动拦截子网" msgstr "自动拦截子网"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "自动黑名单" msgstr "自动黑名单"
@ -164,19 +164,19 @@ msgstr "自动黑名单"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自动检测" msgstr "自动检测"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "基于和可疑 IP 地址的额外 RDAP 请求自动添加条目子网到黑名单集。" msgstr "基于和可疑 IP 地址的额外 RDAP 请求自动添加条目子网到黑名单集。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "自动添加已解析域名和可疑 IP 到本地 banIP 黑名单。" msgstr "自动添加已解析域名和可疑 IP 到本地 banIP 黑名单。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr "拦截类型"
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "拦截 VLAN 转发" msgstr "拦截 VLAN 转发"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "黑名单源选择" msgstr "黑名单源选择"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "黑名单集过期时间" msgstr "黑名单集过期时间"
@ -257,7 +257,7 @@ msgstr ""
"href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/" "href=\"https://github.com/openwrt/packages/blob/master/net/banip/files/"
"README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档</a>" "README.md\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档</a>"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "地区" msgstr "地区"
@ -289,7 +289,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "自动检测相关的网络设备、接口、子网、协议和工具。" msgstr "自动检测相关的网络设备、接口、子网、协议和工具。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "禁用" msgstr "禁用"
@ -327,19 +327,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "静默丢弃数据包或主动拒绝 WAN-Input 和 WAN 转发链上的流量。" msgstr "静默丢弃数据包或主动拒绝 WAN-Input 和 WAN 转发链上的流量。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "电子邮件通知" msgstr "电子邮件通知"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "电子邮件概要" msgstr "电子邮件概要"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址" msgstr "电子邮件收件人地址"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址" msgstr "电子邮件发件人地址"
@ -347,7 +347,7 @@ msgstr "电子邮件发件人地址"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "电子邮件设置" msgstr "电子邮件设置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "电子邮件主题" msgstr "电子邮件主题"
@ -373,13 +373,22 @@ msgstr "元素"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "不允许空白字段" msgstr "不允许空白字段"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "启用 banIP 服务。" msgstr "启用 banIP 服务。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "如遇处理错误启用详细调试记录。" msgstr "如遇处理错误启用详细调试记录。"
@ -396,15 +405,15 @@ msgstr "启用 IPv4 支持。"
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "启用 IPv6 支持。" msgstr "启用 IPv6 支持。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "自动添加的黑名单集成员的过期时间。" msgstr "自动添加的黑名单集成员的过期时间。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "外部白名单源" msgstr "外部白名单源"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "外部黑名单源" msgstr "外部黑名单源"
@ -448,7 +457,7 @@ msgstr "较高优先级"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "最高优先级" msgstr "最高优先级"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "IP" msgstr "IP"
@ -487,6 +496,7 @@ msgid "Information"
msgstr "信息" msgstr "信息"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "无效字符" msgstr "无效字符"
@ -531,7 +541,7 @@ msgstr "限制特定源到广域网输入链。"
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "限制 banIP 使用的 cpu 核心数来节省内存。" msgstr "限制 banIP 使用的 cpu 核心数来节省内存。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "限制上行线路自动允许功能。" msgstr "限制上行线路自动允许功能。"
@ -549,7 +559,7 @@ msgstr "可用的重载触发接口的列表。"
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "列出与某一特定 banIP 有关的集的元素。" msgstr "列出与某一特定 banIP 有关的集的元素。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "本地源设置" msgstr "本地源设置"
@ -680,21 +690,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "处理日志" msgstr "处理日志"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "“msmtp”所用的 banIP 电子邮件通知配置。" msgstr "“msmtp”所用的 banIP 电子邮件通知配置。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "不受支持的协议/URL 格式" msgstr "不受支持的协议/URL 格式"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "接收每次 banIP 运行的电子邮件通知。" msgstr "接收每次 banIP 运行的电子邮件通知。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -712,6 +722,10 @@ msgstr "重新载入"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "重载触发接口" msgstr "重载触发接口"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "报告目录" msgstr "报告目录"
@ -724,7 +738,7 @@ msgstr "报告元素"
msgid "Restart" msgid "Restart"
msgstr "重启" msgstr "重启"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制来自/对少量安全 IP 的互联网访问。" msgstr "限制来自/对少量安全 IP 的互联网访问。"
@ -777,7 +791,7 @@ msgstr "选择逻辑广域网 IPv4 网络接口。"
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "选择逻辑广域网 IPv6 网络接口。" msgstr "选择逻辑广域网 IPv6 网络接口。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知邮件的发送地址。" msgstr "banIP 通知邮件的发送地址。"
@ -836,7 +850,7 @@ msgstr "状态"
msgid "Stop" msgid "Stop"
msgstr "停止" msgstr "停止"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "子网(默认)" msgstr "子网(默认)"
@ -916,13 +930,17 @@ msgstr "此标签页显示最后生成的集报告,按下“刷新“按钮获
msgid "Timestamp" msgid "Timestamp"
msgstr "时间戳" msgstr "时间戳"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "要开启电子邮件通知,请设置 'msmtp' 包并指定有效的电子邮件接收者地址。" msgstr "要开启电子邮件通知,请设置 'msmtp' 包并指定有效的电子邮件接收者地址。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知邮件的主题。" msgstr "banIP 通知邮件的主题。"

View file

@ -94,7 +94,7 @@ msgstr "500"
msgid "512" msgid "512"
msgstr "512" msgstr "512"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:581 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601
msgid "ASNs" msgid "ASNs"
msgstr "平均取樣數" msgstr "平均取樣數"
@ -122,11 +122,11 @@ msgstr "進階設定"
msgid "Allow VLAN Forwards" msgid "Allow VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:610
msgid "Allowlist Feed Selection" msgid "Allowlist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Allowlist Only" msgid "Allowlist Only"
msgstr "僅白名單" msgstr "僅白名單"
@ -144,19 +144,19 @@ msgstr ""
msgid "Always block certain VLAN forwards." msgid "Always block certain VLAN forwards."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Auto Allow Uplink" msgid "Auto Allow Uplink"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "Auto Allowlist" msgid "Auto Allowlist"
msgstr "自動白名單" msgstr "自動白名單"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "Auto Block Subnet" msgid "Auto Block Subnet"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "Auto Blocklist" msgid "Auto Blocklist"
msgstr "自動黑名單" msgstr "自動黑名單"
@ -164,19 +164,19 @@ msgstr "自動黑名單"
msgid "Auto Detection" msgid "Auto Detection"
msgstr "自動偵測" msgstr "自動偵測"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:623 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:643
msgid "" msgid ""
"Automatically add entire subnets to the blocklist Set based on an additional " "Automatically add entire subnets to the blocklist Set based on an additional "
"RDAP request with the suspicious IP." "RDAP request with the suspicious IP."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:619 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639
msgid "" msgid ""
"Automatically add resolved domains and suspicious IPs to the local banIP " "Automatically add resolved domains and suspicious IPs to the local banIP "
"blocklist." "blocklist."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:607 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:627
msgid "" msgid ""
"Automatically add resolved domains and uplink IPs to the local banIP " "Automatically add resolved domains and uplink IPs to the local banIP "
"allowlist." "allowlist."
@ -202,11 +202,11 @@ msgstr ""
msgid "Block VLAN Forwards" msgid "Block VLAN Forwards"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:557 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577
msgid "Blocklist Feed Selection" msgid "Blocklist Feed Selection"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Blocklist Set Expiry" msgid "Blocklist Set Expiry"
msgstr "" msgstr ""
@ -253,7 +253,7 @@ msgid ""
"rel=\"noreferrer noopener\" >check the online documentation</a>" "rel=\"noreferrer noopener\" >check the online documentation</a>"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:571 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:591
msgid "Countries" msgid "Countries"
msgstr "地區" msgstr "地區"
@ -285,7 +285,7 @@ msgid ""
"utilities automatically." "utilities automatically."
msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。" msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:613 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
@ -323,19 +323,19 @@ msgid ""
"Forward chains." "Forward chains."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "電子郵件通知" msgstr "電子郵件通知"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "電郵設定檔" msgstr "電郵設定檔"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "電郵收件人位址" msgstr "電郵收件人位址"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "電郵寄件人位址" msgstr "電郵寄件人位址"
@ -343,7 +343,7 @@ msgstr "電郵寄件人位址"
msgid "E-Mail Settings" msgid "E-Mail Settings"
msgstr "電子郵件設定" msgstr "電子郵件設定"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "電郵主旨" msgstr "電郵主旨"
@ -369,13 +369,22 @@ msgstr "元素"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:195
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532
msgid "Empty field not allowed" msgid "Empty field not allowed"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable Remote Logging"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246
msgid "Enable the banIP service." msgid "Enable the banIP service."
msgstr "啟用 banIP 服務。" msgstr "啟用 banIP 服務。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522
msgid "Enable the cgi interface to receive remote logging events."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249
msgid "Enable verbose debug logging in case of processing errors." msgid "Enable verbose debug logging in case of processing errors."
msgstr "如遇處理錯誤啟用詳細偵錯記錄。" msgstr "如遇處理錯誤啟用詳細偵錯記錄。"
@ -392,15 +401,15 @@ msgstr "啟用 IPv4 支援。"
msgid "Enables IPv6 support." msgid "Enables IPv6 support."
msgstr "啟用 IPv6 支援。" msgstr "啟用 IPv6 支援。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:628 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648
msgid "Expiry time for auto added blocklist Set members." msgid "Expiry time for auto added blocklist Set members."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:588 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608
msgid "External allowlist feeds" msgid "External allowlist feeds"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:554 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574
msgid "External blocklist feeds" msgid "External blocklist feeds"
msgstr "" msgstr ""
@ -444,7 +453,7 @@ msgstr "較高優先順序"
msgid "Highest Priority" msgid "Highest Priority"
msgstr "最高優先順序" msgstr "最高優先順序"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:615 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635
msgid "IP" msgid "IP"
msgstr "" msgstr ""
@ -483,6 +492,7 @@ msgid "Information"
msgstr "資訊" msgstr "資訊"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:198
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:535
msgid "Invalid characters" msgid "Invalid characters"
msgstr "" msgstr ""
@ -527,7 +537,7 @@ msgstr "限制特定來源到廣域網路輸入鏈。"
msgid "Limit the cpu cores used by banIP to save RAM." msgid "Limit the cpu cores used by banIP to save RAM."
msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。" msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:611 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631
msgid "Limit the uplink autoallow function." msgid "Limit the uplink autoallow function."
msgstr "" msgstr ""
@ -545,7 +555,7 @@ msgstr ""
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "列出與某一特定 banIP 有關的集合的元素。" msgstr "列出與某一特定 banIP 有關的集合的元素。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:605 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:625
msgid "Local feed settings" msgid "Local feed settings"
msgstr "" msgstr ""
@ -675,21 +685,21 @@ msgstr ""
msgid "Processing Log" msgid "Processing Log"
msgstr "處理日誌" msgstr "處理日誌"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:544 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564
msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "「msmtp」所用的 banIP 電子郵件通知設定。" msgstr "「msmtp」所用的 banIP 電子郵件通知設定。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:209
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:222
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:598 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:618
msgid "Protocol/URL format not supported" msgid "Protocol/URL format not supported"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:529 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549
msgid "Receive E-Mail notifications with every banIP run." msgid "Receive E-Mail notifications with every banIP run."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552
msgid "" msgid ""
"Receiver address for banIP notification E-Mails, this information is " "Receiver address for banIP notification E-Mails, this information is "
"required to enable E-Mail functionality." "required to enable E-Mail functionality."
@ -707,6 +717,10 @@ msgstr "重新載入"
msgid "Reload Trigger Interface" msgid "Reload Trigger Interface"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Remote Token"
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:372
msgid "Report Directory" msgid "Report Directory"
msgstr "報告目錄" msgstr "報告目錄"
@ -719,7 +733,7 @@ msgstr "報告元素"
msgid "Restart" msgid "Restart"
msgstr "重新啟動" msgstr "重新啟動"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:638 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:658
msgid "Restrict the internet access from/to a small number of secure IPs." msgid "Restrict the internet access from/to a small number of secure IPs."
msgstr "限制來自/對少量安全 IP 的網際網路存取。" msgstr "限制來自/對少量安全 IP 的網際網路存取。"
@ -772,7 +786,7 @@ msgstr "選擇邏輯廣域網路 IPv4 網路介面。"
msgid "Select the logical WAN IPv6 network interface(s)." msgid "Select the logical WAN IPv6 network interface(s)."
msgstr "選擇邏輯廣域網路 IPv6 網路介面。" msgstr "選擇邏輯廣域網路 IPv6 網路介面。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:536 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:556
msgid "Sender address for banIP notification E-Mails." msgid "Sender address for banIP notification E-Mails."
msgstr "banIP 通知郵件的傳送位址。" msgstr "banIP 通知郵件的傳送位址。"
@ -831,7 +845,7 @@ msgstr "狀態"
msgid "Stop" msgid "Stop"
msgstr "停止" msgstr "停止"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:614 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634
msgid "Subnet (default)" msgid "Subnet (default)"
msgstr "" msgstr ""
@ -905,13 +919,17 @@ msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕
msgid "Timestamp" msgid "Timestamp"
msgstr "時間戳" msgstr "時間戳"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:547
msgid "" msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a " "To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address." "vaild E-Mail receiver address."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:540 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:527
msgid "Token to communicate with the cgi interface."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知郵件的主題。" msgstr "banIP 通知郵件的主題。"