diff options
Diffstat (limited to 'applications/luci-app-banip')
38 files changed, 925 insertions, 1031 deletions
diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js index b6aaabe9f9..9d2e1654d7 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js @@ -1,41 +1,4 @@ 'use strict'; -'require view'; -'require poll'; -'require fs'; +'require tools.views as views'; -return view.extend({ - load: function () { - return Promise.all([ - L.resolveDefault(fs.stat('/sbin/logread'), null), - L.resolveDefault(fs.stat('/usr/sbin/logread'), null) - ]); - }, - render: function (stat) { - var logger = stat[0] ? stat[0].path : stat[1] ? stat[1].path : null; - poll.add(function () { - return L.resolveDefault(fs.exec_direct(logger, ['-e', 'banIP-'])).then(function (res) { - var log = document.getElementById("logfile"); - if (res) { - log.value = res.trim(); - } else { - log.value = _('No banIP related processing logs yet!'); - } - log.scrollTop = log.scrollHeight; - }); - }); - return E('div', { class: 'cbi-map' }, - E('div', { class: 'cbi-section' }, [ - E('div', { class: 'cbi-section-descr' }, _('The syslog output, prefiltered for banIP-related processing log entries only.')), - E('textarea', { - 'id': 'logfile', - 'style': 'width: 100% !important; padding: 5px; font-family: monospace', - 'readonly': 'readonly', - 'wrap': 'off', - 'rows': 25 - }) - ])); - }, - handleSaveApply: null, - handleSave: null, - handleReset: null -}); +return views.LogreadBox("banIP-", "banIP"); diff --git a/applications/luci-app-banip/po/ar/banip.po b/applications/luci-app-banip/po/ar/banip.po index 5189b17182..cc0363180f 100644 --- a/applications/luci-app-banip/po/ar/banip.po +++ b/applications/luci-app-banip/po/ar/banip.po @@ -242,7 +242,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -422,7 +422,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -434,7 +434,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -462,7 +462,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -647,10 +647,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -682,6 +678,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -706,7 +706,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "نعش الذاكرة" @@ -759,7 +759,7 @@ msgstr "تشغيل الإشارات" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -808,11 +808,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -889,11 +889,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -910,13 +905,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -951,7 +946,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1001,11 +996,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/bg/banip.po b/applications/luci-app-banip/po/bg/banip.po index 172234dff1..62785e0a91 100644 --- a/applications/luci-app-banip/po/bg/banip.po +++ b/applications/luci-app-banip/po/bg/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "Не проверявай SSL сертификати по време на сваляне." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/bn_BD/banip.po b/applications/luci-app-banip/po/bn_BD/banip.po index 3a5d545680..42a3610d6c 100644 --- a/applications/luci-app-banip/po/bn_BD/banip.po +++ b/applications/luci-app-banip/po/bn_BD/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/ca/banip.po b/applications/luci-app-banip/po/ca/banip.po index fcfdcd04a8..27670893cc 100644 --- a/applications/luci-app-banip/po/ca/banip.po +++ b/applications/luci-app-banip/po/ca/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Actualitza" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/cs/banip.po b/applications/luci-app-banip/po/cs/banip.po index b564696c82..107c8d0614 100644 --- a/applications/luci-app-banip/po/cs/banip.po +++ b/applications/luci-app-banip/po/cs/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Aktualizovat" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/da/banip.po b/applications/luci-app-banip/po/da/banip.po index 07e9ae8eb9..9776dd1ab0 100644 --- a/applications/luci-app-banip/po/da/banip.po +++ b/applications/luci-app-banip/po/da/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "Kontroller ikke SSL-servercertifikater under download." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Normal prioritet (standard)" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Opdater" @@ -758,7 +758,7 @@ msgstr "Kør flag" msgid "Run Information" msgstr "Kør oplysninger" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Tidsstempel" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/de/banip.po b/applications/luci-app-banip/po/de/banip.po index 15387245ca..37de626c14 100644 --- a/applications/luci-app-banip/po/de/banip.po +++ b/applications/luci-app-banip/po/de/banip.po @@ -245,7 +245,7 @@ msgstr "Ketten-/Set-Einstellungen" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -303,7 +303,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "Während des Downloads keine SSL-Serverzertifikate überprüfen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -427,7 +427,7 @@ msgstr "" msgid "Feed Selection" msgstr "Feed-Auswahl" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -439,7 +439,7 @@ msgstr "Firewall-Protokoll" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -467,7 +467,7 @@ msgstr "" msgid "IP Search" msgstr "IP-Suche" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "IP-Suche..." @@ -654,10 +654,6 @@ msgstr "Keine Suchergebnisse!" msgid "No banIP related firewall logs yet!" msgstr "Noch keine banIP-bezogenen Firewall-Protokolle!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Noch keine banIP-bezogenen Verarbeitungsprotokolle!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Normale Priorität (Voreinstellung)" @@ -693,6 +689,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Verarbeitungsprotokoll" @@ -719,7 +719,7 @@ msgstr "" "Empfängeradresse für banIP-Benachrichtigungs-E-Mails. Diese Angabe ist " "erforderlich, um die E-Mail-Funktionalität zu aktivieren." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Aktualisieren" @@ -773,7 +773,7 @@ msgstr "Laufzeit-Flags" msgid "Run Information" msgstr "Informationen zur Ausführung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -824,12 +824,12 @@ msgstr "Teilungsgröße festlegen" msgid "Set Survey" msgstr "Umfrage einstellen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 #, fuzzy msgid "Set Survey..." msgstr "Umfrage einstellen..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Details zum Set" @@ -915,13 +915,6 @@ msgstr "" "Die Syslog-Ausgabe, vorgefiltert nur für banIP-bezogene Firewall-" "Protokolleinträge." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"Die Syslog-Ausgabe, vorgefiltert nur für banIP-bezogene " -"Verarbeitungsprotokolleinträge." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -938,7 +931,7 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -946,7 +939,7 @@ msgstr "" "Diese Registerkarte zeigt den zuletzt generierten Set-Bericht, klicken Sie " "auf die Schaltfläche \"Aktualisieren\", um einen neuen zu erhalten." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Zeitstempel" @@ -981,7 +974,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "Änderungen können nicht gespeichert werden: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1031,11 +1024,11 @@ msgstr "" msgid "alert" msgstr "Alarm" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "heute automatisch zur Zulassungsliste hinzugefügt" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "heute automatisch zur Sperrliste hinzugefügt" @@ -1099,6 +1092,16 @@ msgstr "" msgid "warn (default)" msgstr "warn (Standard)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Noch keine banIP-bezogenen Verarbeitungsprotokolle!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "Die Syslog-Ausgabe, vorgefiltert nur für banIP-bezogene " +#~ "Verarbeitungsprotokolleinträge." + #~ msgid "Log Level" #~ msgstr "Protokollebene" diff --git a/applications/luci-app-banip/po/el/banip.po b/applications/luci-app-banip/po/el/banip.po index 84b36d8ed4..70e369c332 100644 --- a/applications/luci-app-banip/po/el/banip.po +++ b/applications/luci-app-banip/po/el/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/en/banip.po b/applications/luci-app-banip/po/en/banip.po index 088726f710..3f0b5055c6 100644 --- a/applications/luci-app-banip/po/en/banip.po +++ b/applications/luci-app-banip/po/en/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/es/banip.po b/applications/luci-app-banip/po/es/banip.po index c191202a4e..13a1c8377d 100644 --- a/applications/luci-app-banip/po/es/banip.po +++ b/applications/luci-app-banip/po/es/banip.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2019-07-23 22:17-0300\n" -"PO-Revision-Date: 2024-03-06 09:48+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2024-04-08 08:55+0000\n" +"Last-Translator: Salvador Peña <salvadorp74@hotmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/es/>\n" "Language: es\n" @@ -145,30 +145,27 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Always allow certain VLAN forwards." -msgstr "" +msgstr "Permite siempre ciertos reenvíos VLAN." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Always block certain VLAN forwards." -msgstr "" +msgstr "Siempre bloquea ciertos reenvíos VLAN." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 -#, fuzzy 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:627 -#, fuzzy 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:643 msgid "Auto Block Subnet" -msgstr "" +msgstr "Subred de Autobloqueo" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639 -#, fuzzy msgid "Auto Blocklist" -msgstr "Lista de bloqueo automática" +msgstr "Lista de Bloqueos automática" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:252 msgid "Auto Detection" @@ -179,6 +176,8 @@ msgid "" "Automatically add entire subnets to the blocklist Set based on an additional " "RDAP request with the suspicious IP." msgstr "" +"Automáticamente agrega subredes completas al conjunto de lista de bloqueo " +"con base en una petición adicional RDAP con la IP sospechosa." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:639 msgid "" @@ -210,25 +209,27 @@ msgstr "Directorio de trabajo base durante el procesamiento de banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:418 msgid "Block Type" -msgstr "" +msgstr "Tipo de Bloqueo" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:412 msgid "Block VLAN Forwards" -msgstr "" +msgstr "Bloquear Reenvíos VLAN" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:577 msgid "Blocklist Feed Selection" -msgstr "" +msgstr "Selección de Fuente de Lista de bloqueos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 msgid "Blocklist Set Expiry" -msgstr "" +msgstr "Expiración del Conjunto de Lista de bloqueos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blocklist.js:19 msgid "" "Blocklist modifications have been saved, start the Domain Lookup or restart " "banIP that changes take effect." msgstr "" +"Las modificaciones a la lista de bloqueo han sido guardadas, inicia la " +"Búsqueda de Dominios o reinicia banIP para que los cambios surtan efecto." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:424 msgid "" @@ -238,7 +239,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "CPU Cores" -msgstr "" +msgstr "Núcleos de CPU" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:39 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:106 @@ -247,17 +248,19 @@ msgstr "Cancelar" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:238 msgid "Chain/Set Settings" -msgstr "" +msgstr "Ajustes de Cadena/Conjunto" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:327 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:389 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:474 msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" +"Los cambios en esta pestaña necesitan un reinicio del servicio banIP para " +"surtir efecto." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" -msgstr "" +msgstr "Limpiar Fuentes Personalizadas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" @@ -273,7 +276,7 @@ msgstr "Países" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:174 msgid "Custom Feed Editor" -msgstr "" +msgstr "Editor de Fuentes Personalizadas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:376 msgid "" @@ -298,22 +301,24 @@ msgid "" "Detect relevant network devices, interfaces, subnets, protocols and " "utilities automatically." msgstr "" +"Detectar automáticamente dispositivos de red relevantes, interfases, " +"subredes, protocolos y utilerías." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633 msgid "Disable" -msgstr "" +msgstr "Deshabilitar" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" -msgstr "" +msgstr "Búsqueda de Dominios" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Don't check SSL server certificates during download." msgstr "No verificar los certificados SSL del servidor durante la descarga." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" -msgstr "" +msgstr "Descargar Fuentes Personalizadas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:319 msgid "Download Insecure" @@ -325,7 +330,7 @@ msgstr "Descargar parámetros" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:310 msgid "Download Retries" -msgstr "" +msgstr "Descargar Reintentos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:286 msgid "Download Utility" @@ -336,6 +341,8 @@ msgid "" "Drop packets silently or actively reject the traffic on WAN-Input and WAN-" "Forward chains." msgstr "" +"Tirar paquetes silenciosamente o rechazar activamente el tráfico en cadenas " +"de entrada WAN y reenvío WAN." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 msgid "E-Mail Notification" @@ -355,7 +362,7 @@ msgstr "Dirección del remitente de correo electrónico" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:240 msgid "E-Mail Settings" -msgstr "" +msgstr "Ajustes de Correo Electrónico" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:560 msgid "E-Mail Topic" @@ -363,33 +370,33 @@ msgstr "Tema del correo electrónico" #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:36 msgid "Edit Allowlist" -msgstr "" +msgstr "Editar Lista de Permitidos" #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:44 msgid "Edit Blocklist" -msgstr "" +msgstr "Editar Lista de Bloqueos" #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:52 msgid "Edit Custom Feeds" -msgstr "" +msgstr "Editar Fuentes Personalizadas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:163 msgid "Element Count" -msgstr "" +msgstr "Conteo de Elementos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:155 msgid "Elements" -msgstr "" +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:233 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:532 msgid "Empty field not allowed" -msgstr "" +msgstr "Campo vacío no permitido" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:522 msgid "Enable Remote Logging" -msgstr "" +msgstr "Habilitar Bitácora Remota" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 msgid "Enable the banIP service." @@ -397,11 +404,13 @@ 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 "" +msgstr "Habilitar la interfaz cgi para recibir eventos de bitácora remota." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:249 msgid "Enable verbose debug logging in case of processing errors." msgstr "" +"Habilitar registro en bitácora de depuración verbosa en caso de procesar " +"errores." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:246 msgid "Enabled" @@ -409,47 +418,49 @@ msgstr "Activado" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255 msgid "Enables IPv4 support." -msgstr "" +msgstr "Habilita soporte a IPv4." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260 msgid "Enables IPv6 support." -msgstr "" +msgstr "Habilita soporte a IPv6." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:648 msgid "Expiry time for auto added blocklist Set members." msgstr "" +"Tiempo de expiración para miembros del conjunto de lista de bloqueo auto " +"añadidos." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:608 msgid "External allowlist feeds" -msgstr "" +msgstr "Fuentes externas de lista de permitidos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:574 msgid "External blocklist feeds" -msgstr "" +msgstr "Fuentes externas de lista de bloqueo" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190 msgid "Feed Name" -msgstr "" +msgstr "Nombre de Fuente" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:241 msgid "Feed Selection" -msgstr "" +msgstr "Selección de Fuente" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" -msgstr "" +msgstr "Llenar Fuentes Personalizadas" #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:68 msgid "Firewall Log" -msgstr "" +msgstr "Bitácora de Cortafuegos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:238 msgid "Flag" -msgstr "" +msgstr "Bandera" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" -msgstr "" +msgstr "Bandera no soportada" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:236 msgid "General Settings" @@ -469,19 +480,19 @@ msgstr "Prioridad más alta" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:635 msgid "IP" -msgstr "" +msgstr "IP" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" -msgstr "" +msgstr "Búsqueda de IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." -msgstr "" +msgstr "Buscar IP..." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:272 msgid "IPv4 Network Interfaces" -msgstr "" +msgstr "Interfases de Red IPv4" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:255 msgid "IPv4 Support" @@ -489,7 +500,7 @@ msgstr "Soporte IPv4" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:279 msgid "IPv6 Network Interfaces" -msgstr "" +msgstr "Interfases de Red IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260 msgid "IPv6 Support" @@ -500,6 +511,8 @@ msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " "temporary split files while loading the Sets." msgstr "" +"Incrementar el número máximo de ficheros abiertos, ej. para manejar la " +"cantidad ficheros divididos temporales al cargar los conjuntos." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -508,20 +521,20 @@ 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/overview.js:535 msgid "Invalid characters" -msgstr "" +msgstr "Caracteres inválidos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:119 msgid "Invalid input values, unable to save modifications." -msgstr "" +msgstr "Valores de entrada inválidos, no se guardaron las modificaciones." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:158 msgid "LAN-Forward (packets)" -msgstr "" +msgstr "Reenvío LAN (paquetes)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:427 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "LAN-Forward Chain" -msgstr "" +msgstr "Cadena de Reenvío LAN" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:191 msgid "Last Run" @@ -537,19 +550,19 @@ msgstr "Menos prioridad" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:458 msgid "Limit certain feeds to the LAN-Forward chain." -msgstr "" +msgstr "Limitar ciertas fuentes a la cadena de Reenvío LAN." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:448 msgid "Limit certain feeds to the WAN-Forward chain." -msgstr "" +msgstr "Limitar ciertas fuentes a la cadena de Reenvío WAN." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:438 msgid "Limit certain feeds to the WAN-Input chain." -msgstr "" +msgstr "Limitar ciertas fuentes a la cadena de Entrada WAN." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:346 msgid "Limit the cpu cores used by banIP to save RAM." -msgstr "" +msgstr "Limitar núcleos de CPU usados por banIP para ahorrar memoria RAM." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:631 msgid "Limit the uplink autoallow function." @@ -660,10 +673,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Prioridad normal (predeterminado)" @@ -695,6 +704,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -721,7 +734,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Refrescar" @@ -774,7 +787,7 @@ msgstr "Ejecutar banderas" msgid "Run Information" msgstr "Ejecutar información" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -824,11 +837,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -905,11 +918,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -926,13 +934,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Marca de tiempo" @@ -967,7 +975,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1017,11 +1025,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/fi/banip.po b/applications/luci-app-banip/po/fi/banip.po index e8ec5bc5fe..bcc139a348 100644 --- a/applications/luci-app-banip/po/fi/banip.po +++ b/applications/luci-app-banip/po/fi/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "Älä tarkista SSL-palvelinvarmenteita latauksen aikana." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Päivitä" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/fr/banip.po b/applications/luci-app-banip/po/fr/banip.po index fe4c567a6b..5f5d98edf0 100644 --- a/applications/luci-app-banip/po/fr/banip.po +++ b/applications/luci-app-banip/po/fr/banip.po @@ -257,7 +257,7 @@ msgstr "" "Les modifications apportées à cet onglet nécessitent un redémarrage du " "service banIP pour prendre effet." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -321,7 +321,7 @@ msgid "Don't check SSL server certificates during download." msgstr "" "Ignorer la vérification des certificats serveur pendant le téléchargement." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -445,7 +445,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -457,7 +457,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -485,7 +485,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -675,10 +675,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Priorité normale (par défaut)" @@ -719,6 +715,10 @@ msgstr "" "déceler des événements suspects. Pour désactiver le moniteur de journaux, " "réglez-le à \"0\"." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -747,7 +747,7 @@ msgstr "" "Adresse de réception pour les e-mails de notification banIP, ces " "informations sont nécessaires pour activer la fonctionnalité E-Mail." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Actualiser" @@ -802,7 +802,7 @@ msgstr "Drapeaux d'exécution" msgid "Run Information" msgstr "Informations sur l’exécution" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -852,11 +852,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -943,11 +943,6 @@ msgstr "" "La sortie syslog, préfiltrée uniquement pour les entrées de journal de pare-" "feu liées à banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -964,7 +959,7 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -972,7 +967,7 @@ msgstr "" "Cet onglet montre le dernier rapport IPSet généré, appuyez sur le bouton " "'Rafraichir' pour obtenir un rapport actuel." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Horodatage" @@ -1009,7 +1004,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1066,11 +1061,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/he/banip.po b/applications/luci-app-banip/po/he/banip.po index f16666f6be..42fd54f612 100644 --- a/applications/luci-app-banip/po/he/banip.po +++ b/applications/luci-app-banip/po/he/banip.po @@ -242,7 +242,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -422,7 +422,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -434,7 +434,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -462,7 +462,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -647,10 +647,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -682,6 +678,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -706,7 +706,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -759,7 +759,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -808,11 +808,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -889,11 +889,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -910,13 +905,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -951,7 +946,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1001,11 +996,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/hi/banip.po b/applications/luci-app-banip/po/hi/banip.po index 9ef56da9b8..933d0ed081 100644 --- a/applications/luci-app-banip/po/hi/banip.po +++ b/applications/luci-app-banip/po/hi/banip.po @@ -235,7 +235,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -291,7 +291,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -415,7 +415,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -427,7 +427,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -455,7 +455,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -640,10 +640,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -675,6 +671,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -699,7 +699,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -801,11 +801,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -882,11 +882,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -903,13 +898,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -944,7 +939,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -994,11 +989,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/hu/banip.po b/applications/luci-app-banip/po/hu/banip.po index ad1bc4edc9..268893d416 100644 --- a/applications/luci-app-banip/po/hu/banip.po +++ b/applications/luci-app-banip/po/hu/banip.po @@ -242,7 +242,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -423,7 +423,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -435,7 +435,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -463,7 +463,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -648,10 +648,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Közepes prioritás (alapértelmezett)" @@ -683,6 +679,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -707,7 +707,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Frissítés" @@ -760,7 +760,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -809,11 +809,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -890,11 +890,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -911,13 +906,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -952,7 +947,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1002,11 +997,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/it/banip.po b/applications/luci-app-banip/po/it/banip.po index 2511f0fa06..a0964e89b2 100644 --- a/applications/luci-app-banip/po/it/banip.po +++ b/applications/luci-app-banip/po/it/banip.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-02-13 17:54+0000\n" -"Last-Translator: SKAL <sir_kalot@yahoo.it>\n" +"PO-Revision-Date: 2024-03-12 19:22+0000\n" +"Last-Translator: Random <random-r@users.noreply.hosted.weblate.org>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/it/>\n" "Language: it\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 msgid "-- Set Selection --" @@ -258,7 +258,7 @@ msgstr "" "Per applicare le modifiche in questa scheda serve riavviare il servizio " "banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Cancella i feed personalizzati" @@ -323,7 +323,7 @@ msgstr "Ricerca del dominio" msgid "Don't check SSL server certificates during download." msgstr "Non controllare i certificati SSL del server durante il download." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Scarica i feed personalizzati" @@ -451,7 +451,7 @@ msgstr "Nome feed" msgid "Feed Selection" msgstr "Selezione feed" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Riempi feed personalizzati" @@ -463,7 +463,7 @@ msgstr "Registro del firewall" msgid "Flag" msgstr "Flag" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Flag non supportato" @@ -491,7 +491,7 @@ msgstr "IP" msgid "IP Search" msgstr "Ricerca IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Ricerca IP..." @@ -659,7 +659,7 @@ msgstr "Informazioni NFT" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "NFT Log Level" -msgstr "" +msgstr "Livello log NFT" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:391 msgid "NFT Set Policy" @@ -682,10 +682,6 @@ msgstr "Nessun risultato di ricerca!" msgid "No banIP related firewall logs yet!" msgstr "Non ci sono ancora log del firewall relativi a banIP!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Non ci sono ancora log di elaborazione relativi a banIP!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Priorità normale (predefinito)" @@ -725,6 +721,10 @@ msgstr "" "Analizza solo l'ultimo numero dichiarato di voci del log per eventi " "sospetti. Per disattivare del tutto il monitor del log, impostalo a '0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Log di elaborazione" @@ -751,7 +751,7 @@ msgstr "" "Indirizzo del destinatario per le e-mail di notifica banIP, queste " "informazioni sono necessarie per attivare la funzionalità e-mail." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Aggiorna" @@ -804,7 +804,7 @@ msgstr "Avvia flags" msgid "Run Information" msgstr "Avvia informazioni" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Salva feed personalizzati" @@ -853,11 +853,11 @@ msgstr "Imposta dim. divisione" msgid "Set Survey" msgstr "Imposta sondaggio" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Imposta sondaggio..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Imposta dettagli" @@ -943,13 +943,6 @@ msgstr "" "L'output di syslog, prefiltrato solo per le voci di log del firewall " "relative a banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"L'output del syslog, prefiltrato solo per le voci di log relative " -"all'elaborazione di banIP." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -976,7 +969,7 @@ msgstr "" "riga. Sono consentiti gli intervalli nella notazione CIDR e le associazioni " "MAC/IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -984,7 +977,7 @@ msgstr "" "Questa scheda mostra l'ultimo rapporto di set generato, premi il pulsante " "\"Aggiorna\" per ottenere quello attuale." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Marca temporale" @@ -1021,7 +1014,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Impossibile salvare le modifiche: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Carica feed personalizzati" @@ -1077,11 +1070,11 @@ msgstr "" msgid "alert" msgstr "allarme" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "auto-aggiunto oggi alla lista consentiti" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "auto-aggiunto oggi alla lista bloccati" @@ -1145,6 +1138,16 @@ msgstr "rifiuta (reject)" msgid "warn (default)" msgstr "avviso (predefinito)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Non ci sono ancora log di elaborazione relativi a banIP!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "L'output del syslog, prefiltrato solo per le voci di log relative " +#~ "all'elaborazione di banIP." + #~ msgid "Log Level" #~ msgstr "Livello di log" diff --git a/applications/luci-app-banip/po/ja/banip.po b/applications/luci-app-banip/po/ja/banip.po index ccb6e17d08..249cf83b2a 100644 --- a/applications/luci-app-banip/po/ja/banip.po +++ b/applications/luci-app-banip/po/ja/banip.po @@ -1,102 +1,102 @@ msgid "" msgstr "" -"PO-Revision-Date: 2021-02-07 07:33+0000\n" -"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" +"PO-Revision-Date: 2024-03-28 23:40+0000\n" +"Last-Translator: Ioroi Kouhei <kouhei@ioroi.org>\n" "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/ja/>\n" "Language: ja\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.5-dev\n" +"X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 msgid "-- Set Selection --" -msgstr "" +msgstr "-- 選択 --" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:399 msgid "-100" -msgstr "" +msgstr "-100" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:400 msgid "-200 (default)" -msgstr "" +msgstr "-200 (デフォルト)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:401 msgid "-300" -msgstr "" +msgstr "-300" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:402 msgid "-400" -msgstr "" +msgstr "-400" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:398 msgid "0" -msgstr "" +msgstr "0" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:504 msgid "0 (disable)" -msgstr "" +msgstr "0 (無効)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:311 msgid "1" -msgstr "" +msgstr "1" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:314 msgid "10" -msgstr "" +msgstr "10" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:506 msgid "100 (default)" -msgstr "" +msgstr "100 (デフォルト)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:509 msgid "1000" -msgstr "" +msgstr "1000" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:340 msgid "1024 (default)" -msgstr "" +msgstr "1024 (デフォルト)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:315 msgid "20" -msgstr "" +msgstr "20" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:341 msgid "2048" -msgstr "" +msgstr "2048" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:507 msgid "250" -msgstr "" +msgstr "250" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:312 msgid "3" -msgstr "" +msgstr "3" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:342 msgid "4096" -msgstr "" +msgstr "4096" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:313 msgid "5 (default)" -msgstr "" +msgstr "5 (デフォルト)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:505 msgid "50" -msgstr "" +msgstr "50" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:508 msgid "500" -msgstr "" +msgstr "500" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:339 msgid "512" -msgstr "" +msgstr "512" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:601 msgid "ASNs" -msgstr "" +msgstr "ASNs" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:171 msgid "Active Devices" @@ -104,11 +104,11 @@ msgstr "アクティブなデバイス" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:167 msgid "Active Feeds" -msgstr "" +msgstr "アクティブなフィード" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 msgid "Active Uplink" -msgstr "" +msgstr "アクティブなアップリンク" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:305 msgid "Additional trigger delay in seconds during interface reload and boot." @@ -116,7 +116,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:237 msgid "Advanced Settings" -msgstr "" +msgstr "詳細設定" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:406 msgid "Allow VLAN Forwards" @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "通常の優先度 (デフォルト)" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "リフレッシュ" @@ -758,7 +758,7 @@ msgstr "実行フラグ" msgid "Run Information" msgstr "実行情報" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "タイムスタンプ" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/ko/banip.po b/applications/luci-app-banip/po/ko/banip.po index 1d754478da..570c35e83d 100644 --- a/applications/luci-app-banip/po/ko/banip.po +++ b/applications/luci-app-banip/po/ko/banip.po @@ -242,7 +242,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -422,7 +422,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -434,7 +434,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -462,7 +462,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -647,10 +647,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -682,6 +678,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -706,7 +706,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -759,7 +759,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -808,11 +808,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -889,11 +889,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -910,13 +905,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -951,7 +946,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1001,11 +996,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/lt/banip.po b/applications/luci-app-banip/po/lt/banip.po index 7aee57c9d6..add6603df8 100644 --- a/applications/luci-app-banip/po/lt/banip.po +++ b/applications/luci-app-banip/po/lt/banip.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-02-02 12:51+0000\n" +"PO-Revision-Date: 2024-04-01 08:36+0000\n" "Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/lt/>\n" @@ -9,10 +9,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " -"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " -"1 : 2);\n" -"X-Generator: Weblate 5.4-dev\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" +"n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 msgid "-- Set Selection --" @@ -247,7 +246,7 @@ msgstr "" "Pakeitimai, kuriuos šiame skirtuke atlikote, reikalauja tarnybos paleidimo " "iš naujo, kad būtų pritaikyti „banIP“ tarnybai." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -303,7 +302,7 @@ msgstr "Domeno-Srities paieška" msgid "Don't check SSL server certificates during download." msgstr "Netikrinti „SSL“ serverio sertifikatus, kol siunčiasi." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -429,7 +428,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -441,7 +440,7 @@ msgstr "Užkardos žurnalas" msgid "Flag" msgstr "Vėliava" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Vėliava nepalaikoma" @@ -469,7 +468,7 @@ msgstr "IP" msgid "IP Search" msgstr "IP paieška" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "IP paieška..." @@ -652,11 +651,7 @@ msgstr "Nėra paieškos rezultatų!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/firewall_log.js:21 msgid "No banIP related firewall logs yet!" -msgstr "" - -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" +msgstr "Nėra „banIP“ susijusių užkardos žurnalų (kol kas)!" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" @@ -667,17 +662,23 @@ msgid "" "Number of download attempts in case of an error (not supported by uclient-" "fetch)." msgstr "" +"Atsisiuntimų bandymų skaičius atsiradus klaidai (nepalaikomas „uclient-" +"fetch“)." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:513 msgid "" "Number of failed login attempts of the same IP in the log before blocking." msgstr "" +"Nepavykusių prisijungimų skaičius to pačio IP, kuris randamas žurnale prieš " +"blokavimą." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:295 msgid "" "Override the pre-configured download options for the selected download " "utility." msgstr "" +"Perrašyti jau sukonfigūruotus atsisiuntimo parinktis, pasirinktam " +"atsisiuntimo įrankiui." #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:28 msgid "Overview" @@ -689,6 +690,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "Prievado/Protokolo limitas" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Apdorojamas žurnalas" @@ -696,16 +701,17 @@ msgstr "Apdorojamas žurnalas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:564 msgid "Profile used by 'msmtp' for banIP notification E-Mails." msgstr "" +"Profilis kurį naudoja „msmtp“, skirta „banIP“ pranešimams per el. paštą." #: 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/overview.js:618 msgid "Protocol/URL format not supported" -msgstr "" +msgstr "Protokolo/„URL – Saito“ formatas yra nepalaikomas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:549 msgid "Receive E-Mail notifications with every banIP run." -msgstr "" +msgstr "Gauti el. pašto pranešimus su kiekvienu „banIP“ paleidimu." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:552 msgid "" @@ -713,7 +719,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -766,7 +772,7 @@ msgstr "Vykdymo vėliavos" msgid "Run Information" msgstr "Vykdymo informacija" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -815,11 +821,11 @@ msgstr "" msgid "Set Survey" msgstr "Nustatyti apklausą" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Nustatyti apklausą..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -835,7 +841,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:476 msgid "Set the syslog level for NFT logging." -msgstr "" +msgstr "Nustatyti „syslog“ lygį „NFT“ žurnalinimui." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:234 msgid "Settings" @@ -896,11 +902,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -917,13 +918,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -958,7 +959,7 @@ msgstr "„URLv6“" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1008,11 +1009,11 @@ msgstr "" msgid "alert" msgstr "įspėjimas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "šiandien automatiškai pridėtas prie leidžiamojo sąrašo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "šiandien automatiškai pridėtas prie blokavimo sąrašo" diff --git a/applications/luci-app-banip/po/mr/banip.po b/applications/luci-app-banip/po/mr/banip.po index fa308d4f52..df794027fd 100644 --- a/applications/luci-app-banip/po/mr/banip.po +++ b/applications/luci-app-banip/po/mr/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/ms/banip.po b/applications/luci-app-banip/po/ms/banip.po index 1e1cac61cc..e6b06b3ebe 100644 --- a/applications/luci-app-banip/po/ms/banip.po +++ b/applications/luci-app-banip/po/ms/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/nb_NO/banip.po b/applications/luci-app-banip/po/nb_NO/banip.po index 7fc5a21963..d3bc182a09 100644 --- a/applications/luci-app-banip/po/nb_NO/banip.po +++ b/applications/luci-app-banip/po/nb_NO/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Gjenoppfrisk" @@ -759,7 +759,7 @@ msgstr "Kjøringsflagg" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -808,11 +808,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -889,11 +889,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -910,13 +905,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -951,7 +946,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1001,11 +996,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/nl/banip.po b/applications/luci-app-banip/po/nl/banip.po index 78e1f8279e..b0bb61499c 100644 --- a/applications/luci-app-banip/po/nl/banip.po +++ b/applications/luci-app-banip/po/nl/banip.po @@ -257,7 +257,7 @@ msgstr "" "Wijzigingen op dit tabblad hebben een herstart van de banIP-service nodig om " "van kracht te worden." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Aangepaste feeds wissen" @@ -320,7 +320,7 @@ msgstr "Domein opzoeken" msgid "Don't check SSL server certificates during download." msgstr "Tijdens download niet de SSL server certificaten controleren." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Aangepaste feeds downloaden" @@ -446,7 +446,7 @@ msgstr "Feednaam" msgid "Feed Selection" msgstr "Feed selectie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Vul aangepaste feeds in" @@ -458,7 +458,7 @@ msgstr "Firewall-logboek" msgid "Flag" msgstr "Vlag" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Vlag niet ondersteund" @@ -486,7 +486,7 @@ msgstr "IP" msgid "IP Search" msgstr "IP zoeken" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "IP Zoeken..." @@ -676,10 +676,6 @@ msgstr "Geen zoekresultaten!" msgid "No banIP related firewall logs yet!" msgstr "Nog geen banIP gerelateerde firewall logboeken!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Nog geen banIP-gerelateerde verwerkingslogboeken!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Normale prioriteit (standaard)" @@ -720,6 +716,10 @@ msgstr "" "gebeurtenissen. Om de logmonitor helemaal uit te schakelen, zet u deze op " "'0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Logboek verwerken" @@ -747,7 +747,7 @@ msgstr "" "Ontvangeradres voor banIP-notificatie-e-mails, deze informatie is nodig om e-" "mailfunctionaliteit in te schakelen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Herladen" @@ -800,7 +800,7 @@ msgstr "Vlaggen uitvoeren" msgid "Run Information" msgstr "Informatie uitvoeren" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Aangepaste feeds opslaan" @@ -849,11 +849,11 @@ msgstr "Splitsgrootte instellen" msgid "Set Survey" msgstr "Enquête instellen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Enquête instellen..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Details instellen" @@ -938,13 +938,6 @@ msgstr "" "De syslog-uitvoer, vooraf gefilterd voor alleen banIP-gerelateerde firewall-" "logboekvermeldingen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"De syslog-uitvoer, vooraf gefilterd voor alleen banIP-gerelateerde " -"verwerkingslogboekvermeldingen." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -961,7 +954,7 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -969,7 +962,7 @@ msgstr "" "Dit tabblad toont het laatst gegenereerde setrapport, druk op de knop " "'Vernieuwen' om een nieuw setrapport te krijgen." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Tijdstempel" @@ -1006,7 +999,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Kan wijzigingen niet opslaan: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Aangepaste feeds uploaden" @@ -1063,11 +1056,11 @@ msgstr "" msgid "alert" msgstr "alarm" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "vandaag automatisch toegevoegd aan de toelatingslijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "vandaag automatisch toegevoegd aan de blokkeerlijst" @@ -1131,6 +1124,16 @@ msgstr "" msgid "warn (default)" msgstr "waarschuwen (standaard)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Nog geen banIP-gerelateerde verwerkingslogboeken!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "De syslog-uitvoer, vooraf gefilterd voor alleen banIP-gerelateerde " +#~ "verwerkingslogboekvermeldingen." + #~ msgid "Log Level" #~ msgstr "Logboek niveau" diff --git a/applications/luci-app-banip/po/pl/banip.po b/applications/luci-app-banip/po/pl/banip.po index decad0f076..295ab83446 100644 --- a/applications/luci-app-banip/po/pl/banip.po +++ b/applications/luci-app-banip/po/pl/banip.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-03-07 16:11+0000\n" +"PO-Revision-Date: 2024-03-21 13:58+0000\n" "Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/pl/>\n" "Language: pl\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 @@ -258,7 +258,7 @@ msgstr "" "Zmiany na tej karcie wymagają ponownego uruchomienia usługi banIP, aby " "zostały zastosowane." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Wyczyść źródła niestandardowe" @@ -323,7 +323,7 @@ msgstr "Wyszukiwanie domen" msgid "Don't check SSL server certificates during download." msgstr "Nie sprawdzaj certyfikatów SSL serwera podczas pobierania." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Pobierz źródła niestandardowe" @@ -451,7 +451,7 @@ msgstr "Nazwa źródła" msgid "Feed Selection" msgstr "Wybór źródeł" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Wypełnij źródła niestandardowe" @@ -463,7 +463,7 @@ msgstr "Dziennik zapory" msgid "Flag" msgstr "Flaga" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Flaga jest nieobsługiwana" @@ -491,7 +491,7 @@ msgstr "IP" msgid "IP Search" msgstr "Wyszukiwanie IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Wyszukiwanie IP..." @@ -684,10 +684,6 @@ msgstr "Brak wyników wyszukiwania!" msgid "No banIP related firewall logs yet!" msgstr "Nie ma jeszcze dzienników zapory związanych z banIP!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Nie ma jeszcze dzienników przetwarzania związanych z banIP!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Normalny priorytet (domyślny)" @@ -728,6 +724,10 @@ msgstr "" "podejrzanych zdarzeń. Aby w ogóle wyłączyć monitorowanie dziennika, ustaw na " "'0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "Limit portu/protokołu" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Dziennik przetwarzania" @@ -755,7 +755,7 @@ msgstr "" "Adres odbiorcy wiadomości e-mail z powiadomieniem banIP, ta informacja jest " "wymagana do włączenia funkcji e-mail." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Odśwież" @@ -809,7 +809,7 @@ msgstr "Flagi uruchomieniowe" msgid "Run Information" msgstr "Informacje uruchomieniowe" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Zapisz źródła niestandardowe" @@ -858,11 +858,11 @@ msgstr "Rozmiar podziału zestawu" msgid "Set Survey" msgstr "Badanie zestawu" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Badanie zestawu..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Szczegóły zestawu" @@ -947,13 +947,6 @@ msgstr "" "Dane wyjściowe syslog, wstępnie przefiltrowane pod kątem wpisów dziennika " "zapory związanych z banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"Dane wyjściowe syslog, wstępnie przefiltrowane pod kątem wpisów dziennika " -"przetwarzania związanych z banIP." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -978,7 +971,7 @@ msgstr "" "jeden adres MAC/IPv4/IPv6 lub nazwę domeny na wiersz. Dozwolone są zakresy w " "notacji CIDR i powiązania MAC/IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -986,7 +979,7 @@ msgstr "" "Ta karta pokazuje ostatnio wygenerowany raport zestawu. Naciśnij przycisk " "„Odśwież”, aby uzyskać nowy." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Sygnatura czasowa" @@ -1023,7 +1016,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Nie można zapisać modyfikacji: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Prześlij źródła niestandardowe" @@ -1079,11 +1072,11 @@ msgstr "" msgid "alert" msgstr "alarm" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "dzisiaj automatycznie dodany do listy dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "dzisiaj automatycznie dodany do listy zablokowanych" @@ -1147,6 +1140,16 @@ msgstr "odrzucaj" msgid "warn (default)" msgstr "ostrzeżenie (domyślne)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Nie ma jeszcze dzienników przetwarzania związanych z banIP!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "Dane wyjściowe syslog, wstępnie przefiltrowane pod kątem wpisów dziennika " +#~ "przetwarzania związanych z banIP." + #~ msgid "Log Level" #~ msgstr "Poziom logowania" diff --git a/applications/luci-app-banip/po/pt/banip.po b/applications/luci-app-banip/po/pt/banip.po index a814ce21de..2aa6f56ad0 100644 --- a/applications/luci-app-banip/po/pt/banip.po +++ b/applications/luci-app-banip/po/pt/banip.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-03-08 01:29+0000\n" +"PO-Revision-Date: 2024-03-23 00:13+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/pt/>\n" @@ -258,7 +258,7 @@ msgstr "" "As alterações nesta guia precisam de uma reinicialização do serviço banIP " "para entrar em vigor." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Limpar feeds personalizados" @@ -323,7 +323,7 @@ msgstr "Busca por domínio" msgid "Don't check SSL server certificates during download." msgstr "Não verificar os certificados de SSL do servidor durante a descarrega." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Baixar feeds personalizados" @@ -452,7 +452,7 @@ msgstr "Nome do feed" msgid "Feed Selection" msgstr "Seleção do feed" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Preencher feeds personalizados" @@ -464,7 +464,7 @@ msgstr "Registo do firewall" msgid "Flag" msgstr "Bandeira" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Bandeira não suportada" @@ -492,7 +492,7 @@ msgstr "IP" msgid "IP Search" msgstr "Busca IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Busca IP..." @@ -685,10 +685,6 @@ msgstr "A busca não retornou nada!" msgid "No banIP related firewall logs yet!" msgstr "Ainda não há registos do firewall relacionados ao banIP!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Ainda não há registos do processamento relacionados ao banIP!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Prioridade Normal (padrão)" @@ -728,6 +724,10 @@ msgstr "" "Analisar apenas o último número declarado de entradas de log para eventos " "suspeitos. Para desativar o monitor de log, defina-o como '0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "Limite de Porto/Protocolo" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Registo de processamento" @@ -754,7 +754,7 @@ msgstr "" "Endereço de e-mail do destinatário para as notificações do banIP, esta " "informação é necessária para ativar a funcionalidade do e-mail." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Atualizar" @@ -808,7 +808,7 @@ msgstr "Flags de Execução" msgid "Run Information" msgstr "Informações de Execução" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Salvar feeds personalizados" @@ -857,11 +857,11 @@ msgstr "Definir o tamanho da divisão" msgid "Set Survey" msgstr "Definir a pesquisa" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Definir a pesquisa..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Definir os detalhes" @@ -951,13 +951,6 @@ msgstr "" "A saída syslog, pré-filtrada apenas para entradas relacionadas ao registo do " "firewall ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"A saída syslog, pré-filtrada apenas para entradas relacionadas ao registo do " -"banIP." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -982,7 +975,7 @@ msgstr "" "adiciona exatamente um endereço MAC/IPv4/IPv6 ou nome de domínio por linha. " "São permitidos intervalos na notação CIDR e associações de MAC/IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -990,7 +983,7 @@ msgstr "" "Esta guia mostra o último conjunto de registos gerado, pressione o botão " "'Atualizar' para obter um novo." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Marca de Tempo" @@ -1027,7 +1020,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Não foi possível salvar as alterações: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Enviar os feeds personalizados" @@ -1083,11 +1076,11 @@ msgstr "" msgid "alert" msgstr "alerta" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "foi adicionado hoje automaticamente à lista dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "foi adicionado hoje automaticamente à lista de bloqueio" @@ -1151,6 +1144,16 @@ msgstr "rejeitar" msgid "warn (default)" msgstr "alertar (padrão)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Ainda não há registos do processamento relacionados ao banIP!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "A saída syslog, pré-filtrada apenas para entradas relacionadas ao registo " +#~ "do banIP." + #~ msgid "Log Level" #~ msgstr "Nível do registo" diff --git a/applications/luci-app-banip/po/pt_BR/banip.po b/applications/luci-app-banip/po/pt_BR/banip.po index 6c11e9472e..cf244b0c30 100644 --- a/applications/luci-app-banip/po/pt_BR/banip.po +++ b/applications/luci-app-banip/po/pt_BR/banip.po @@ -258,7 +258,7 @@ msgstr "" "As alterações nesta guia precisam de uma reinicialização do serviço banIP " "para entrar em vigor." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Limpar os feeds personalizados" @@ -323,7 +323,7 @@ msgstr "Busca por domínio" msgid "Don't check SSL server certificates during download." msgstr "Não verifique os certificados do servidor SSL durante o download." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Baixar feeds personalizados" @@ -450,7 +450,7 @@ msgstr "Nome do feed" msgid "Feed Selection" msgstr "Seleção do feed" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Preencher os feeds personalizados" @@ -462,7 +462,7 @@ msgstr "Registro do firewall" msgid "Flag" msgstr "Sinalizador" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Sinalizador não suportado" @@ -490,7 +490,7 @@ msgstr "IP" msgid "IP Search" msgstr "Busca IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Busca IP..." @@ -681,10 +681,6 @@ msgstr "A busca não retornou nada!" msgid "No banIP related firewall logs yet!" msgstr "Ainda não há registros do firewall relacionados ao banIP!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Ainda não há registros do processamento relacionados ao banIP!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Prioridade Normal (padrão)" @@ -725,6 +721,10 @@ msgstr "" "eventos suspeitos. Para desativar o registro de monitoramento, defina-o como " "'0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Registro de processamento" @@ -751,7 +751,7 @@ msgstr "" "Endereço de e-mail do destinatário para as notificações do banIP, esta " "informação é necessária para ativar a funcionalidade do e-mail." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Atualizar" @@ -805,7 +805,7 @@ msgstr "Executar Flags" msgid "Run Information" msgstr "Informações de Execução" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Salvar os feeds personalizados" @@ -854,11 +854,11 @@ msgstr "Definir o tamanho da divisão" msgid "Set Survey" msgstr "Definir a pesquisa" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Definir a pesquisa..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Definir os detalhes" @@ -948,13 +948,6 @@ msgstr "" "A saída syslog, pré-filtrada apenas para entradas relacionadas ao registro " "do firewall ao banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"A saída syslog, pré-filtrada apenas para entradas relacionadas ao registro " -"do banIP." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -979,7 +972,7 @@ msgstr "" "adiciona exatamente um endereço MAC/IPv4/IPv6 ou nome de domínio por linha. " "São permitidos intervalos na notação CIDR e associações de MAC/IP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -987,7 +980,7 @@ msgstr "" "Esta aba mostra o último conjunto de registros gerado, pressione o botão " "'Atualizar' para obter um novo." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Marca de Tempo" @@ -1024,7 +1017,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Não foi possível salvar as alterações: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Fazer upload dos feeds personalizados" @@ -1080,11 +1073,11 @@ msgstr "" msgid "alert" msgstr "alerta" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "foi adicionado hoje automaticamente à lista dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "foi adicionado hoje automaticamente à lista de bloqueio" @@ -1148,6 +1141,16 @@ msgstr "" msgid "warn (default)" msgstr "alertar (padrão)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Ainda não há registros do processamento relacionados ao banIP!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "A saída syslog, pré-filtrada apenas para entradas relacionadas ao " +#~ "registro do banIP." + #~ msgid "Log Level" #~ msgstr "Nível do registro" diff --git a/applications/luci-app-banip/po/ro/banip.po b/applications/luci-app-banip/po/ro/banip.po index 0e1245223c..80dbbda4b2 100644 --- a/applications/luci-app-banip/po/ro/banip.po +++ b/applications/luci-app-banip/po/ro/banip.po @@ -258,7 +258,7 @@ msgstr "" "Modificările din această filă necesită o repornire a serviciului banIP " "pentru a intra în vigoare." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Ștergeți fluxurile personalizate" @@ -323,7 +323,7 @@ msgstr "Căutare domeniu" msgid "Don't check SSL server certificates during download." msgstr "Nu verificați certificatele serverului SSL în timpul descărcării." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Descărcați fluxuri personalizate" @@ -448,7 +448,7 @@ msgstr "Denumirea furajului" msgid "Feed Selection" msgstr "Selecția Feed" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Umpleți feed-uri personalizate" @@ -460,7 +460,7 @@ msgstr "Jurnal Firewall" msgid "Flag" msgstr "Indicator" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Indicator neacceptat" @@ -488,7 +488,7 @@ msgstr "IP" msgid "IP Search" msgstr "Căutare IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Căutare IP..." @@ -677,10 +677,6 @@ msgstr "Nu există rezultate de căutare!" msgid "No banIP related firewall logs yet!" msgstr "Nu există încă jurnale de firewall legate de banIP!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Nu există încă jurnale de procesare legate de banIP!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Prioritate normală (implicită)" @@ -720,6 +716,10 @@ msgstr "" "Analizează numai ultimul număr declarat de intrări în jurnal pentru " "evenimente suspecte. Pentru a dezactiva monitorul de jurnal, setați-l la '0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Jurnal de procesare" @@ -747,7 +747,7 @@ msgstr "" "Adresa destinatarului pentru e-mailurile de notificare BanIP; această " "informație este necesară pentru a activa funcționalitatea e-mailurilor." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Reîmprospătare" @@ -802,7 +802,7 @@ msgstr "Fixați indicatoarele" msgid "Run Information" msgstr "Informații despre cursă" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Salvați fluxurile personalizate" @@ -851,11 +851,11 @@ msgstr "Setați Dimensiunea Divizată" msgid "Set Survey" msgstr "Sondaj de set" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Setați Survey..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Setați detaliile" @@ -941,13 +941,6 @@ msgstr "" "Ieșirea syslog, prefiltrată numai pentru intrările de jurnal de firewall " "legate de banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"Ieșirea syslog, prefiltrată numai pentru intrările de jurnal de procesare " -"legate de banIP." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -972,7 +965,7 @@ msgstr "" "adăugați doar exact o singură adresă MAC/IPv4/IPv6 sau nume de domeniu pe " "linie. Sunt permise intervale în notație CIDR și MAC/IP-bindings." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -980,7 +973,7 @@ msgstr "" "Această filă afișează ultimul Set Report generat; apăsați butonul ' " "Actualizare ' pentru a obține unul nou." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Înregistrarea timpului" @@ -1017,7 +1010,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Imposibilitatea de a salva modificările: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Încărcați fluxuri personalizate" @@ -1074,11 +1067,11 @@ msgstr "" msgid "alert" msgstr "alertă" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "adăugat automat la allowlist astăzi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "auto-adăugat la lista de blocare astăzi" @@ -1142,6 +1135,16 @@ msgstr "" msgid "warn (default)" msgstr "avertisment (implicit)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Nu există încă jurnale de procesare legate de banIP!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "Ieșirea syslog, prefiltrată numai pentru intrările de jurnal de procesare " +#~ "legate de banIP." + #~ msgid "Log Level" #~ msgstr "Nivel Jurnal" diff --git a/applications/luci-app-banip/po/ru/banip.po b/applications/luci-app-banip/po/ru/banip.po index 44d83d1f24..3c7263043d 100644 --- a/applications/luci-app-banip/po/ru/banip.po +++ b/applications/luci-app-banip/po/ru/banip.po @@ -1,15 +1,15 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-23 10:05+0000\n" +"PO-Revision-Date: 2024-03-21 13:58+0000\n" "Last-Translator: st7105 <st7105@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/ru/>\n" "Language: ru\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.4-dev\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 msgid "-- Set Selection --" @@ -258,7 +258,7 @@ msgstr "" "Для вступления в силу изменений на этой вкладке требуется перезапуск службы " "banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Очистить пользовательские каналы" @@ -323,7 +323,7 @@ msgstr "Поиск домена" msgid "Don't check SSL server certificates during download." msgstr "Не проверять SSL сертификаты сервера во время загрузки." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Скачать пользовательские каналы" @@ -450,7 +450,7 @@ msgstr "Название канала" msgid "Feed Selection" msgstr "Выбор канала" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Заполнить пользовательские каналы" @@ -462,7 +462,7 @@ msgstr "Журнал Firewall" msgid "Flag" msgstr "Флаг" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Флаг не поддерживается" @@ -490,7 +490,7 @@ msgstr "IP" msgid "IP Search" msgstr "Поиск IP-адресов" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Поиск IP-адресов..." @@ -684,10 +684,6 @@ msgstr "Нет результатов поиска!" msgid "No banIP related firewall logs yet!" msgstr "Журналы брандмауэра, связанные с banIP, пока отсутствуют!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Журналов обработки, связанных с banIP, пока нет!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Нормальный приоритет (по умолчанию)" @@ -728,6 +724,10 @@ msgstr "" "подозрительных событий. Чтобы вообще отключить монитор журнала, установите " "значение '0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "Лимит портов/протоколов" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Обработка журнала" @@ -755,7 +755,7 @@ msgstr "" "Адрес получателя электронной почты для уведомлений banIP, эта информация " "необходима для включения функции электронной почты." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Обновить" @@ -809,7 +809,7 @@ msgstr "Флаги запуска" msgid "Run Information" msgstr "Информация о запуске" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Сохранить пользовательские каналы" @@ -858,11 +858,11 @@ msgstr "Установить размер разделения" msgid "Set Survey" msgstr "Сетевой опрос" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Сетевой опрос..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Сведения о наборе" @@ -947,13 +947,6 @@ msgstr "" "Вывод syslog, предварительно отфильтрованный только для записей журнала " "firewall, связанных с banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"Вывод syslog, предварительно отфильтрованный только для записей журнала " -"обработки banIP-related." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -978,7 +971,7 @@ msgstr "" "добавляет только ровно один MAC/IPv4/IPv6-адрес или доменное имя на строку. " "Допускаются диапазоны в нотации CIDR и MAC/IP-связи." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -986,7 +979,7 @@ msgstr "" "На этой вкладке отображается последний созданный отчет о наборе, нажмите " "кнопку 'Обновить', чтобы получить новый." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Временная метка" @@ -1023,7 +1016,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Невозможно сохранить изменения: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Загрузить пользовательские каналы" @@ -1079,11 +1072,11 @@ msgstr "" msgid "alert" msgstr "оповещение" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "автоматически добавлен в список разрешенных сегодня" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "автоматически добавлено в черный список сегодня" @@ -1147,6 +1140,16 @@ msgstr "отклонить" msgid "warn (default)" msgstr "предупреждение (по умолчанию)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Журналов обработки, связанных с banIP, пока нет!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "Вывод syslog, предварительно отфильтрованный только для записей журнала " +#~ "обработки banIP-related." + #~ msgid "Log Level" #~ msgstr "Уровень ведения журнала" diff --git a/applications/luci-app-banip/po/sk/banip.po b/applications/luci-app-banip/po/sk/banip.po index 02ba01f048..8dda4d5d4e 100644 --- a/applications/luci-app-banip/po/sk/banip.po +++ b/applications/luci-app-banip/po/sk/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/sv/banip.po b/applications/luci-app-banip/po/sv/banip.po index 911ed4333e..437bf2a256 100644 --- a/applications/luci-app-banip/po/sv/banip.po +++ b/applications/luci-app-banip/po/sv/banip.po @@ -245,7 +245,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Rensa bort anpassade flöden" @@ -303,7 +303,7 @@ msgstr "Domän-uppslagning" msgid "Don't check SSL server certificates during download." msgstr "Kontrollera inte serverns SSL-certifikat under hämtning." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Hämta anpassade flöden" @@ -427,7 +427,7 @@ msgstr "Namn på flödet" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -439,7 +439,7 @@ msgstr "Brandväggslogg" msgid "Flag" msgstr "Flagga" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Flaggan stöds inte" @@ -467,7 +467,7 @@ msgstr "IP" msgid "IP Search" msgstr "IP-sökning" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Sök IP..." @@ -652,10 +652,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -687,6 +683,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -711,7 +711,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Uppdatera" @@ -764,7 +764,7 @@ msgstr "Förflaggor" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -813,11 +813,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -894,11 +894,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -915,13 +910,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -956,7 +951,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1006,11 +1001,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/sw/banip.po b/applications/luci-app-banip/po/sw/banip.po index 21f10a1190..b9aeed2b4e 100644 --- a/applications/luci-app-banip/po/sw/banip.po +++ b/applications/luci-app-banip/po/sw/banip.po @@ -241,7 +241,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -646,10 +646,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/templates/banip.pot b/applications/luci-app-banip/po/templates/banip.pot index f52255a86c..4dd8370e7c 100644 --- a/applications/luci-app-banip/po/templates/banip.pot +++ b/applications/luci-app-banip/po/templates/banip.pot @@ -232,7 +232,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -288,7 +288,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -412,7 +412,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -424,7 +424,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -452,7 +452,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -637,10 +637,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -672,6 +668,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -696,7 +696,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "" @@ -749,7 +749,7 @@ msgstr "" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -798,11 +798,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -879,11 +879,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -900,13 +895,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -941,7 +936,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -991,11 +986,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/tr/banip.po b/applications/luci-app-banip/po/tr/banip.po index eb4992be61..ac2ea47b1e 100644 --- a/applications/luci-app-banip/po/tr/banip.po +++ b/applications/luci-app-banip/po/tr/banip.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-21 14:17+0000\n" -"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n" +"PO-Revision-Date: 2024-04-01 08:36+0000\n" +"Last-Translator: Oğuz Han <h4n.3545@gmail.com>\n" "Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/tr/>\n" "Language: tr\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 msgid "-- Set Selection --" @@ -257,7 +257,7 @@ msgstr "" "Bu sekmedeki değişikliklerin etkili olması için banIP hizmetinin yeniden " "başlatılması gerekir." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Özel Akışları Temizle" @@ -322,7 +322,7 @@ msgstr "Alan Adı Arama" msgid "Don't check SSL server certificates during download." msgstr "İndirme sırasında SSL sunucu sertifikalarını kontrol etme." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Özel Akışları İndir" @@ -451,7 +451,7 @@ msgstr "Akış Adı" msgid "Feed Selection" msgstr "Akış Seçimi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Özel Akışları Doldur" @@ -463,7 +463,7 @@ msgstr "Güvenlik Duvarı Günlüğü" msgid "Flag" msgstr "Bayrak" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Bayrak desteklenmiyor" @@ -491,7 +491,7 @@ msgstr "IP" msgid "IP Search" msgstr "IP Arama" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "IP Arama..." @@ -684,10 +684,6 @@ msgstr "Arama sonucu bulunamadı!" msgid "No banIP related firewall logs yet!" msgstr "Henüz banIP ile ilgili güvenlik duvarı kaydı yok!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Henüz banIP ile ilgili işlem günlüğü yok!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Normal Öncelik (varsayılan)" @@ -728,6 +724,10 @@ msgstr "" "ayrıştırın. Günlük izleyiciyi tamamen devre dışı bırakmak için onu '0' " "olarak ayarlayın." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "Bağlantı Noktası/Protokol Sınırı" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "İşlem Günlüğü" @@ -754,7 +754,7 @@ msgstr "" "banIP bildirim E-Postaları için alıcı adresi, bu bilgi E-Posta işlevini " "etkinleştirmek için gereklidir." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Yenile" @@ -780,7 +780,7 @@ msgstr "Rapor Unsurları" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:225 msgid "Restart" -msgstr "Tekrar başlat" +msgstr "Yeniden Başlat" #: 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." @@ -807,7 +807,7 @@ msgstr "Bayrakları Çalıştır" msgid "Run Information" msgstr "Çalıştırma Bilgileri" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Özel Akışları Kaydet" @@ -856,11 +856,11 @@ msgstr "Bölme Boyutunu Ayarla" msgid "Set Survey" msgstr "Araştırmayı Ayarla" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Araştırmayı Ayarla..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Ayrıntıları ayarla" @@ -946,13 +946,6 @@ msgstr "" "Yalnızca banIP ile ilgili güvenlik duvarı günlük girişleri için önceden " "filtrelenmiş sistem günlüğü çıkışı." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"Yalnızca banIP ile ilgili işlem günlüğü girişleri için önceden filtrelenmiş " -"sistem günlüğü çıkışı." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -977,7 +970,7 @@ msgstr "" "olarak bir MAC/IPv4/IPv6 ekleyin satır başına adres veya alan adı. CIDR " "gösterimindeki ve MAC/IP bağlamalarındaki aralıklara izin verilir." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -985,7 +978,7 @@ msgstr "" "Bu sekme en son oluşturulan Set Raporunu gösterir, yeni bir rapor almak için " "'Yenile' düğmesine basın." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Zaman damgası" @@ -1022,7 +1015,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Düzenlemeler kaydedilemedi: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Özel Akışları Yükle" @@ -1038,7 +1031,7 @@ msgstr "Ayrıntılı Hata Ayıklama Günlüğü" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:159 msgid "Version" -msgstr "Sürüm" +msgstr "Versiyon" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:157 msgid "WAN-Forward (packets)" @@ -1078,11 +1071,11 @@ msgstr "" msgid "alert" msgstr "uyarı" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "izin verilenler listesine bugün otomatik olarak eklendi" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "engellenenler listesine bugün otomatik olarak eklendi" @@ -1146,6 +1139,16 @@ msgstr "reddet" msgid "warn (default)" msgstr "uyar (varsayılan)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Henüz banIP ile ilgili işlem günlüğü yok!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "Yalnızca banIP ile ilgili işlem günlüğü girişleri için önceden " +#~ "filtrelenmiş sistem günlüğü çıkışı." + #~ msgid "Log Level" #~ msgstr "Günlük Seviyesi" diff --git a/applications/luci-app-banip/po/uk/banip.po b/applications/luci-app-banip/po/uk/banip.po index df2fbf2338..faac0542f4 100644 --- a/applications/luci-app-banip/po/uk/banip.po +++ b/applications/luci-app-banip/po/uk/banip.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-02-25 06:41+0000\n" -"Last-Translator: Костянтин Серьогін <seryoginki@gmail.com>\n" +"PO-Revision-Date: 2024-04-01 18:18+0000\n" +"Last-Translator: Ievgen Ievgen <jony057dev@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsbanip/uk/>\n" "Language: uk\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 @@ -242,7 +242,7 @@ msgstr "" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -288,7 +288,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:633 msgid "Disable" -msgstr "" +msgstr "Вимкнути" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" @@ -298,7 +298,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "Не перевіряти SSL-сертифікати сервера під час завантаження." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -422,7 +422,7 @@ msgstr "" msgid "Feed Selection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -434,7 +434,7 @@ msgstr "" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -462,7 +462,7 @@ msgstr "" msgid "IP Search" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "" @@ -480,7 +480,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:260 msgid "IPv6 Support" -msgstr "" +msgstr "IPv6 підтримка" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:338 msgid "" @@ -647,10 +647,6 @@ msgstr "" msgid "No banIP related firewall logs yet!" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "" @@ -682,6 +678,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "" @@ -706,7 +706,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Оновити" @@ -759,7 +759,7 @@ msgstr "Прапорці запуску" msgid "Run Information" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -808,11 +808,11 @@ msgstr "" msgid "Set Survey" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "" @@ -840,11 +840,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:155 msgid "Status" -msgstr "" +msgstr "Статус" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:211 msgid "Stop" -msgstr "" +msgstr "Зупинити" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:634 msgid "Subnet (default)" @@ -889,11 +889,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -910,13 +905,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "" @@ -951,7 +946,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -967,7 +962,7 @@ msgstr "Докладний журнал відлагодження" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:159 msgid "Version" -msgstr "" +msgstr "Версія" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:157 msgid "WAN-Forward (packets)" @@ -1001,11 +996,11 @@ msgstr "" msgid "alert" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "" diff --git a/applications/luci-app-banip/po/vi/banip.po b/applications/luci-app-banip/po/vi/banip.po index c083a45279..edadbf7ce3 100644 --- a/applications/luci-app-banip/po/vi/banip.po +++ b/applications/luci-app-banip/po/vi/banip.po @@ -254,7 +254,7 @@ msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" "Các thay đổi trên tab này cần khởi động lại dịch vụ banIP để có hiệu lực." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "Xóa Feed Tùy chỉnh" @@ -319,7 +319,7 @@ msgstr "Tra cứu tên miền" msgid "Don't check SSL server certificates during download." msgstr "Không kiểm tra chứng chỉ máy chủ SSL trong khi tải xuống." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "Tải xuống nguồn tùy chỉnh" @@ -443,7 +443,7 @@ msgstr "Tên nguồn" msgid "Feed Selection" msgstr "Lựa chọn nguồn" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "Điền thông tin nguồn tùy chỉnh" @@ -455,7 +455,7 @@ msgstr "Nhật ký tường lửa" msgid "Flag" msgstr "Cờ" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "Không hỗ trợ cờ" @@ -483,7 +483,7 @@ msgstr "IP" msgid "IP Search" msgstr "Tìm kiếm IP" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "Tìm kiếm IP..." @@ -672,10 +672,6 @@ msgstr "Không có kết quả Tìm kiếm!" msgid "No banIP related firewall logs yet!" msgstr "Chưa có log tường lửa liên quan đến banIP!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "Chưa có log xử lý liên quan đến banIP!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "Ưu tiên Bình thường (mặc định)" @@ -714,6 +710,10 @@ msgstr "" "Chỉ phân tích một số lượng cuối cùng của các mục log để xác định sự kiện " "đáng ngờ. Để vô hiệu hóa giám sát log hoàn toàn, đặt giá trị là '0'." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "Log Xử lý" @@ -740,7 +740,7 @@ msgstr "" "Địa chỉ người nhận cho thư thông báo banIP, thông tin này là bắt buộc để " "kích hoạt chức năng E-Mail." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "Làm mới" @@ -793,7 +793,7 @@ msgstr "Run flags" msgid "Run Information" msgstr "Thông tin chạy" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "Lưu nguồn cấp dữ liệu tùy chỉnh" @@ -842,11 +842,11 @@ msgstr "Đặt kích thước phân chia" msgid "Set Survey" msgstr "Đặt khảo sát" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "Đặt khảo sát..." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "Chi tiết đặt" @@ -929,13 +929,6 @@ msgstr "" "Đầu ra syslog, đã được lọc trước cho các mục nhập nhật ký tường lửa liên " "quan đến banIP." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "" -"Đầu ra syslog, đã được lọc trước cho các mục nhập nhật ký xử lý liên quan " -"đến banIP." - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -958,7 +951,7 @@ msgstr "" "thể.<br /> <em><b>Vui lòng lưu ý:</b></em> chỉ thêm chính xác một địa chỉ " "MAC/IPv4/IPv6 hoặc tên miền trên mỗi dòng." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." @@ -966,7 +959,7 @@ msgstr "" "Tab này hiển thị Báo cáo Bộ sưu tập cuối cùng được tạo, nhấn nút 'Làm mới' " "để lấy báo cáo mới." -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "Dấu thời gian" @@ -1003,7 +996,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "Không thể lưu các thay đổi: %s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "Tải lên Bộ sưu tập Tùy chỉnh" @@ -1059,11 +1052,11 @@ msgstr "" msgid "alert" msgstr "cảnh báo" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "tự động thêm vào danh sách cho phép hôm nay" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "tự động thêm vào danh sách chặn hôm nay" @@ -1127,6 +1120,16 @@ msgstr "" msgid "warn (default)" msgstr "cảnh báo (mặc định)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "Chưa có log xử lý liên quan đến banIP!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "" +#~ "Đầu ra syslog, đã được lọc trước cho các mục nhập nhật ký xử lý liên quan " +#~ "đến banIP." + #~ msgid "Log Level" #~ msgstr "Cấp độ ghi nhật ký" diff --git a/applications/luci-app-banip/po/zh_Hans/banip.po b/applications/luci-app-banip/po/zh_Hans/banip.po index 10ce5edfb5..a3bcd7e8c4 100644 --- a/applications/luci-app-banip/po/zh_Hans/banip.po +++ b/applications/luci-app-banip/po/zh_Hans/banip.po @@ -1,14 +1,15 @@ msgid "" msgstr "" -"PO-Revision-Date: 2024-01-04 07:07+0000\n" -"Last-Translator: Eric <zxmegaxqug@hldrive.com>\n" +"PO-Revision-Date: 2024-03-21 13:58+0000\n" +"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate." +"org>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsbanip/zh_Hans/>\n" "Language: zh_Hans\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.4-dev\n" +"X-Generator: Weblate 5.5-dev\n" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:75 msgid "-- Set Selection --" @@ -242,7 +243,7 @@ msgstr "IP 链路/集合设置" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "此标签页上进行的更改需要重启 banIP 服务才能生效。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "清除自定义源" @@ -301,7 +302,7 @@ msgstr "域名查询" msgid "Don't check SSL server certificates during download." msgstr "下载期间不检查 SSL 服务器证书。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "下载自定义源" @@ -425,7 +426,7 @@ msgstr "源名称" msgid "Feed Selection" msgstr "源选择" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "填写自定义源" @@ -437,7 +438,7 @@ msgstr "防火墙日志" msgid "Flag" msgstr "标记" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "此标记不受支持" @@ -465,7 +466,7 @@ msgstr "IP" msgid "IP Search" msgstr "IP 搜索" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "IP 搜索…" @@ -650,10 +651,6 @@ msgstr "无搜索结果!" msgid "No banIP related firewall logs yet!" msgstr "还没有 banIP 相关的防火墙日志!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "还没有 banIP 相关的处理日志!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "正常优先级(默认)" @@ -686,6 +683,10 @@ msgid "" msgstr "" "仅解析可疑事件日志条目最后声明的数量。如需完全禁用日志监控,请将其设为 '0'。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "端口/协议限制" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "处理日志" @@ -710,7 +711,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "banIP 通知电子邮件的接收地址,要开启电子邮件功能必须填写此信息。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "刷新" @@ -763,7 +764,7 @@ msgstr "运行标记" msgid "Run Information" msgstr "运行信息" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "保存自定义源" @@ -812,11 +813,11 @@ msgstr "设置分割尺寸" msgid "Set Survey" msgstr "设置调查" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "设置调查…" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "集详情" @@ -893,11 +894,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "预过滤的 syslog 输出,仅列出 banIP 相关的防火墙日志条目。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "预过滤的 syslog 输出,仅列出 banIP 相关的处理日志条目。" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -920,13 +916,13 @@ msgstr "" "</b></em>每行只能添加一个 MAC/IPv4/IPv6 地址或域名。允许 CIDR 格式的 IP 范围" "和 MAC/IP 绑定。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "此标签页显示最后生成的集报告,按下“刷新“按钮获取新报告。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "时间戳" @@ -961,7 +957,7 @@ msgstr "URLv6" msgid "Unable to save modifications: %s" msgstr "无法保存更改:%s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "上传自定义源" @@ -1015,11 +1011,11 @@ msgstr "" msgid "alert" msgstr "报警" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "今日自动添加到白名单" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "今日自动添加到黑名单" @@ -1083,6 +1079,14 @@ msgstr "拒绝" msgid "warn (default)" msgstr "警告(默认)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "还没有 banIP 相关的处理日志!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "预过滤的 syslog 输出,仅列出 banIP 相关的处理日志条目。" + #~ msgid "Log Level" #~ msgstr "日志级别" diff --git a/applications/luci-app-banip/po/zh_Hant/banip.po b/applications/luci-app-banip/po/zh_Hant/banip.po index 988cde5d3d..0afb1bd626 100644 --- a/applications/luci-app-banip/po/zh_Hant/banip.po +++ b/applications/luci-app-banip/po/zh_Hant/banip.po @@ -241,7 +241,7 @@ msgstr "IP 鏈結/集合設定" msgid "Changes on this tab needs a banIP service restart to take effect." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:288 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:287 msgid "Clear Custom Feeds" msgstr "" @@ -297,7 +297,7 @@ msgstr "" msgid "Don't check SSL server certificates during download." msgstr "下載期間不檢查 SSL 伺服器證書。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:261 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:260 msgid "Download Custom Feeds" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "Feed Selection" msgstr "來源選擇" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:279 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:278 msgid "Fill Custom Feeds" msgstr "" @@ -433,7 +433,7 @@ msgstr "防火牆日誌" msgid "Flag" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:245 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244 msgid "Flag not supported" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "IP Search" msgstr "IP 搜尋" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:215 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:217 msgid "IP Search..." msgstr "IP 搜尋…" @@ -646,10 +646,6 @@ msgstr "無搜尋結果!" msgid "No banIP related firewall logs yet!" msgstr "還沒有 banIP 相關的防火牆日誌!" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:21 -msgid "No banIP related processing logs yet!" -msgstr "還沒有 banIP 相關的處理日誌!" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332 msgid "Normal Priority (default)" msgstr "正常優先順序 (預設)" @@ -681,6 +677,10 @@ msgid "" "disable the log monitor at all set it to '0'." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:159 +msgid "Port/Protocol Limit" +msgstr "" + #: applications/luci-app-banip/root/usr/share/luci/menu.d/luci-app-banip.json:76 msgid "Processing Log" msgstr "處理日誌" @@ -705,7 +705,7 @@ msgid "" "required to enable E-Mail functionality." msgstr "banIP 通知電子郵件的接收位址,要開啟電子郵件功能必須填寫此資訊。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:222 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:224 msgid "Refresh" msgstr "重新整理" @@ -758,7 +758,7 @@ msgstr "執行旗標" msgid "Run Information" msgstr "執行資訊" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:297 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296 msgid "Save Custom Feeds" msgstr "" @@ -807,11 +807,11 @@ msgstr "設定分割尺寸" msgid "Set Survey" msgstr "設定調查" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:208 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:210 msgid "Set Survey..." msgstr "設定調查…" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:229 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:231 msgid "Set details" msgstr "集合詳情" @@ -888,11 +888,6 @@ msgid "" "The syslog output, prefiltered for banIP-related firewall log entries only." msgstr "預先過濾的 syslog 輸出,僅列出 banIP 相關的防火牆日誌項目。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/processing_log.js:28 -msgid "" -"The syslog output, prefiltered for banIP-related processing log entries only." -msgstr "預先過濾的 syslog 輸出,僅列出 banIP 相關的處理日誌項目。" - #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/allowlist.js:32 msgid "" "This is the local banIP allowlist that will permit certain MAC-, IP-" @@ -909,13 +904,13 @@ msgid "" "notation and MAC/IP-bindings are allowed." msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:188 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:190 msgid "" "This tab shows the last generated Set Report, press the 'Refresh' button to " "get a new one." msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕取得新報告。" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:191 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:193 msgid "Timestamp" msgstr "時間戳" @@ -950,7 +945,7 @@ msgstr "" msgid "Unable to save modifications: %s" msgstr "無法儲存變更:%s" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:270 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:269 msgid "Upload Custom Feeds" msgstr "" @@ -1000,11 +995,11 @@ msgstr "" msgid "alert" msgstr "報警" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:195 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:197 msgid "auto-added to allowlist today" msgstr "今日自動加入到白名單" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:199 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:201 msgid "auto-added to blocklist today" msgstr "今日自動加入到黑名單" @@ -1068,6 +1063,14 @@ msgstr "" msgid "warn (default)" msgstr "警告 (預設)" +#~ msgid "No banIP related processing logs yet!" +#~ msgstr "還沒有 banIP 相關的處理日誌!" + +#~ msgid "" +#~ "The syslog output, prefiltered for banIP-related processing log entries " +#~ "only." +#~ msgstr "預先過濾的 syslog 輸出,僅列出 banIP 相關的處理日誌項目。" + #~ msgid "Log Level" #~ msgstr "日誌級別" |