From 039e4438836aa52823fbe5d07fa9f474b277235e Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Thu, 4 May 2023 12:28:50 +0200 Subject: [PATCH] luci-app-banip: sync with banIP 0.8.4-4 * small changes * sync translations Signed-off-by: Dirk Brenken (cherry picked from commit 0632f167d8008e5d013418644596e79249826362) Signed-off-by: Dirk Brenken --- .../resources/view/banip/overview.js | 4 +- applications/luci-app-banip/po/ar/banip.po | 44 +++++++-- applications/luci-app-banip/po/bg/banip.po | 49 ++++++--- applications/luci-app-banip/po/bn_BD/banip.po | 49 ++++++--- applications/luci-app-banip/po/ca/banip.po | 44 +++++++-- applications/luci-app-banip/po/cs/banip.po | 44 +++++++-- applications/luci-app-banip/po/da/banip.po | 49 ++++++--- applications/luci-app-banip/po/de/banip.po | 95 +++++++++++++----- applications/luci-app-banip/po/el/banip.po | 44 +++++++-- applications/luci-app-banip/po/en/banip.po | 44 +++++++-- applications/luci-app-banip/po/es/banip.po | 55 ++++++++--- applications/luci-app-banip/po/fi/banip.po | 49 ++++++--- applications/luci-app-banip/po/fr/banip.po | 49 ++++++--- applications/luci-app-banip/po/he/banip.po | 44 +++++++-- applications/luci-app-banip/po/hi/banip.po | 44 +++++++-- applications/luci-app-banip/po/hu/banip.po | 49 ++++++--- applications/luci-app-banip/po/it/banip.po | 44 +++++++-- applications/luci-app-banip/po/ja/banip.po | 49 ++++++--- applications/luci-app-banip/po/ko/banip.po | 44 +++++++-- applications/luci-app-banip/po/mr/banip.po | 44 +++++++-- applications/luci-app-banip/po/ms/banip.po | 44 +++++++-- applications/luci-app-banip/po/nb_NO/banip.po | 44 +++++++-- applications/luci-app-banip/po/nl/banip.po | 96 +++++++++++++----- applications/luci-app-banip/po/pl/banip.po | 95 +++++++++++++----- applications/luci-app-banip/po/pt/banip.po | 97 +++++++++++++----- applications/luci-app-banip/po/pt_BR/banip.po | 99 ++++++++++++++----- applications/luci-app-banip/po/ro/banip.po | 96 +++++++++++++----- applications/luci-app-banip/po/ru/banip.po | 99 ++++++++++++++----- applications/luci-app-banip/po/sk/banip.po | 44 +++++++-- applications/luci-app-banip/po/sv/banip.po | 49 ++++++--- applications/luci-app-banip/po/sw/banip.po | 49 ++++++--- .../luci-app-banip/po/templates/banip.pot | 44 +++++++-- applications/luci-app-banip/po/tr/banip.po | 49 ++++++--- applications/luci-app-banip/po/uk/banip.po | 44 +++++++-- applications/luci-app-banip/po/vi/banip.po | 44 +++++++-- .../luci-app-banip/po/zh_Hans/banip.po | 88 +++++++++++++---- .../luci-app-banip/po/zh_Hant/banip.po | 88 +++++++++++++---- 37 files changed, 1629 insertions(+), 477 deletions(-) diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 3eba0c23e0..edd26e7641 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -575,7 +575,7 @@ return view.extend({ o.optional = true; o.rmempty = true; - o = s.taboption('feeds', form.Flag, 'ban_autoallowlist', _('Auto Allowlist'), _('Automatically transfers uplink IPs to the banIP allowlist.')); + o = s.taboption('feeds', form.Flag, 'ban_autoallowlist', _('Auto Allowlist'), _('Automatically add resolved domains and uplink IPs to the local banIP allowlist.')); o.default = 1 o.rmempty = false; @@ -587,7 +587,7 @@ return view.extend({ o.rmempty = true; o.depends('ban_autoallowlist', '1'); - o = s.taboption('feeds', form.Flag, 'ban_autoblocklist', _('Auto Blocklist'), _('Automatically transfers suspicious IPs to the banIP blocklist.')); + o = s.taboption('feeds', form.Flag, 'ban_autoblocklist', _('Auto Blocklist'), _('Automatically add resolved domains and suspicious IPs to the local banIP blocklist.')); o.default = 1 o.rmempty = false; diff --git a/applications/luci-app-banip/po/ar/banip.po b/applications/luci-app-banip/po/ar/banip.po index 6bbe956a08..21a9d83ce2 100644 --- a/applications/luci-app-banip/po/ar/banip.po +++ b/applications/luci-app-banip/po/ar/banip.po @@ -88,7 +88,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -100,7 +100,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -110,11 +110,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -122,12 +126,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -188,7 +196,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -204,7 +212,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -226,6 +234,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -363,6 +375,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -382,7 +398,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -434,6 +450,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -606,7 +626,7 @@ msgstr "" msgid "Restart" msgstr "إعادة تشغيل" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -722,6 +742,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/bg/banip.po b/applications/luci-app-banip/po/bg/banip.po index 863db713b7..8ac6f46b15 100644 --- a/applications/luci-app-banip/po/bg/banip.po +++ b/applications/luci-app-banip/po/bg/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Активни събнети" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "Автоматично засичане" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -945,3 +969,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Активни събнети" diff --git a/applications/luci-app-banip/po/bn_BD/banip.po b/applications/luci-app-banip/po/bn_BD/banip.po index f5cf4a5340..a47fb57254 100644 --- a/applications/luci-app-banip/po/bn_BD/banip.po +++ b/applications/luci-app-banip/po/bn_BD/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "চালু সাবনেটগুলো" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -945,3 +969,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "চালু সাবনেটগুলো" diff --git a/applications/luci-app-banip/po/ca/banip.po b/applications/luci-app-banip/po/ca/banip.po index deaddccd98..096b34d140 100644 --- a/applications/luci-app-banip/po/ca/banip.po +++ b/applications/luci-app-banip/po/ca/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/cs/banip.po b/applications/luci-app-banip/po/cs/banip.po index eaa76d72bf..614793b026 100644 --- a/applications/luci-app-banip/po/cs/banip.po +++ b/applications/luci-app-banip/po/cs/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/da/banip.po b/applications/luci-app-banip/po/da/banip.po index ae8065b247..6a4dfff78f 100644 --- a/applications/luci-app-banip/po/da/banip.po +++ b/applications/luci-app-banip/po/da/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Aktive Subnets" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "Automatisk detektering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "Høj prioritet" msgid "Highest Priority" msgstr "Højeste prioritet" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "IPv6-understøttelse" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -606,7 +626,7 @@ msgstr "" msgid "Restart" msgstr "Genstart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -722,6 +742,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -946,3 +970,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Aktive Subnets" diff --git a/applications/luci-app-banip/po/de/banip.po b/applications/luci-app-banip/po/de/banip.po index b968a5553f..fa8d6bfbf1 100644 --- a/applications/luci-app-banip/po/de/banip.po +++ b/applications/luci-app-banip/po/de/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "Aktive Feeds" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Aktive Subnetze" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -101,7 +101,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Nur Zulassungsliste" @@ -111,11 +111,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "Automatische Zulassungsliste" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "Automatische Sperrliste" @@ -123,13 +127,17 @@ msgstr "Automatische Sperrliste" msgid "Auto Detection" msgstr "Automatische Erkennung" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." -msgstr "Überträgt verdächtige IPs automatisch an die banIP-Sperrliste." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." -msgstr "Überträgt Uplink-IPs automatisch in die banIP-Zulassungsliste." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -189,16 +197,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"Konfiguration des banIP-Pakets, um ein- und ausgehende IP-Adressen/Subnetze " -"über Sets in nftables zu sperren. Weitere Informationen finden Sie unter in der Online-" -"Dokumentation" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -210,11 +213,9 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" -"Deduplizieren von IP-Adressen in allen aktiven Sets und bereinigen der " -"lokalen Sperrliste." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -236,6 +237,10 @@ msgstr "" "Automatische Erkennung relevanter Netzwerkgeräte, Schnittstellen, Subnetze, " "Protokolle und Dienstprogramme." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -373,6 +378,10 @@ msgstr "Hohe Priorität" msgid "Highest Priority" msgstr "Höchste Priorität" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "IP-Suche" @@ -392,10 +401,8 @@ msgstr "IPv6 Unterstützung" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" -"Erhöhen der maximalen Anzahl geöffneten Dateien, um z. B. die Menge der " -"temporären geteilten Dateien beim Laden der Sets zu bewältigen." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -446,6 +453,10 @@ msgstr "Beschränken bestimmter Feeds auf die WAN-Eingang-Kette." msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Begrenzen von banIP verwendeter Rechenkerne, um RAM zu sparen." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -628,7 +639,7 @@ msgstr "Berichtselemente" msgid "Restart" msgstr "Neustart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Beschränken des Internetzugangs von/zu einer kleinen Anzahl von sicheren IPs." @@ -752,6 +763,10 @@ msgstr "Status" msgid "Stop" msgstr "Stopp" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "Umfrage" @@ -993,3 +1008,39 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "warn (Standard)" + +#~ msgid "Active Subnets" +#~ msgstr "Aktive Subnetze" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "Überträgt verdächtige IPs automatisch an die banIP-Sperrliste." + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "Überträgt Uplink-IPs automatisch in die banIP-Zulassungsliste." + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "Konfiguration des banIP-Pakets, um ein- und ausgehende IP-Adressen/" +#~ "Subnetze über Sets in nftables zu sperren. Weitere Informationen finden " +#~ "Sie unter in " +#~ "der Online-Dokumentation" + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "" +#~ "Deduplizieren von IP-Adressen in allen aktiven Sets und bereinigen der " +#~ "lokalen Sperrliste." + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "" +#~ "Erhöhen der maximalen Anzahl geöffneten Dateien, um z. B. die Menge der " +#~ "temporären geteilten Dateien beim Laden der Sets zu bewältigen." diff --git a/applications/luci-app-banip/po/el/banip.po b/applications/luci-app-banip/po/el/banip.po index 33bbe324f1..db896e62d1 100644 --- a/applications/luci-app-banip/po/el/banip.po +++ b/applications/luci-app-banip/po/el/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/en/banip.po b/applications/luci-app-banip/po/en/banip.po index d65d83ea18..7ebddef488 100644 --- a/applications/luci-app-banip/po/en/banip.po +++ b/applications/luci-app-banip/po/en/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/es/banip.po b/applications/luci-app-banip/po/es/banip.po index facc575bd9..c4de08b55c 100644 --- a/applications/luci-app-banip/po/es/banip.po +++ b/applications/luci-app-banip/po/es/banip.po @@ -90,8 +90,8 @@ msgid "Active Feeds" msgstr "Fuentes activas" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Subredes activas" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -104,7 +104,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Solo lista de permitidos" @@ -116,12 +116,16 @@ msgstr "" "Las modificaciones de la lista de permitidos se han guardado, inicie la " "búsqueda de dominios o reinicie banIP para que los cambios surtan efecto." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 #, fuzzy msgid "Auto Allowlist" msgstr "Lista de permitidos automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 #, fuzzy msgid "Auto Blocklist" msgstr "Lista de bloqueo automática" @@ -130,13 +134,16 @@ msgstr "Lista de bloqueo automática" msgid "Auto Detection" msgstr "Detección automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" -"Transfiere automáticamente las IP sospechosas a la lista de bloqueo de banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -197,7 +204,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -213,7 +220,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -235,6 +242,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -372,6 +383,10 @@ msgstr "Alta prioridad" msgid "Highest Priority" msgstr "Prioridad más alta" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -391,7 +406,7 @@ msgstr "Soporte IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -443,6 +458,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -618,7 +637,7 @@ msgstr "" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -735,6 +754,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -959,3 +982,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Subredes activas" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "" +#~ "Transfiere automáticamente las IP sospechosas a la lista de bloqueo de " +#~ "banIP." diff --git a/applications/luci-app-banip/po/fi/banip.po b/applications/luci-app-banip/po/fi/banip.po index 9535e22de7..f7ad510bec 100644 --- a/applications/luci-app-banip/po/fi/banip.po +++ b/applications/luci-app-banip/po/fi/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Aktiiviset aliverkot" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "Automaattinen tunnistus" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "IPv6-tuki" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "Käynnistä uudelleen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -945,3 +969,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Aktiiviset aliverkot" diff --git a/applications/luci-app-banip/po/fr/banip.po b/applications/luci-app-banip/po/fr/banip.po index ec5f4658b8..d76abc26be 100644 --- a/applications/luci-app-banip/po/fr/banip.po +++ b/applications/luci-app-banip/po/fr/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Sous-réseaux actifs" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "Détection automatique" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -363,6 +375,10 @@ msgstr "Priorité élevée" msgid "Highest Priority" msgstr "Priorité la plus élevée" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -382,7 +398,7 @@ msgstr "Prise en charge d’IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -434,6 +450,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -610,7 +630,7 @@ msgstr "" msgid "Restart" msgstr "Redémarrer" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -727,6 +747,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -951,3 +975,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Sous-réseaux actifs" diff --git a/applications/luci-app-banip/po/he/banip.po b/applications/luci-app-banip/po/he/banip.po index 86605ff7c3..772f48775f 100644 --- a/applications/luci-app-banip/po/he/banip.po +++ b/applications/luci-app-banip/po/he/banip.po @@ -88,7 +88,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -100,7 +100,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -110,11 +110,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -122,12 +126,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -188,7 +196,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -204,7 +212,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -226,6 +234,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -363,6 +375,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -382,7 +398,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -434,6 +450,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -606,7 +626,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -722,6 +742,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/hi/banip.po b/applications/luci-app-banip/po/hi/banip.po index de230220bd..862c6dbd34 100644 --- a/applications/luci-app-banip/po/hi/banip.po +++ b/applications/luci-app-banip/po/hi/banip.po @@ -81,7 +81,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -93,7 +93,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -103,11 +103,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -115,12 +119,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -181,7 +189,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -197,7 +205,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -219,6 +227,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -356,6 +368,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -375,7 +391,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -427,6 +443,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -599,7 +619,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -715,6 +735,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/hu/banip.po b/applications/luci-app-banip/po/hu/banip.po index 0a12b44545..8ad2093ef6 100644 --- a/applications/luci-app-banip/po/hu/banip.po +++ b/applications/luci-app-banip/po/hu/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Aktív alhálózatok" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "Automatikus észlelés" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -363,6 +375,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -382,7 +398,7 @@ msgstr "IPv6 támogatás" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -434,6 +450,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -606,7 +626,7 @@ msgstr "" msgid "Restart" msgstr "Újraindítás" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -722,6 +742,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -946,3 +970,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Aktív alhálózatok" diff --git a/applications/luci-app-banip/po/it/banip.po b/applications/luci-app-banip/po/it/banip.po index 48f11ab4c2..86553d89db 100644 --- a/applications/luci-app-banip/po/it/banip.po +++ b/applications/luci-app-banip/po/it/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "Riavvia" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/ja/banip.po b/applications/luci-app-banip/po/ja/banip.po index 419c5ea0e2..67435aedd1 100644 --- a/applications/luci-app-banip/po/ja/banip.po +++ b/applications/luci-app-banip/po/ja/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "アクティブなサブネット" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "自動検出" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "高い優先度" msgid "Highest Priority" msgstr "最高の優先度" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "IPv6 サポート" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "再起動" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -945,3 +969,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "アクティブなサブネット" diff --git a/applications/luci-app-banip/po/ko/banip.po b/applications/luci-app-banip/po/ko/banip.po index 3a6ff31c1e..3a621a49a1 100644 --- a/applications/luci-app-banip/po/ko/banip.po +++ b/applications/luci-app-banip/po/ko/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -188,7 +196,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -204,7 +212,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -226,6 +234,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -363,6 +375,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -382,7 +398,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -434,6 +450,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -606,7 +626,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -722,6 +742,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/mr/banip.po b/applications/luci-app-banip/po/mr/banip.po index d1bdbbbd16..33fe7ce293 100644 --- a/applications/luci-app-banip/po/mr/banip.po +++ b/applications/luci-app-banip/po/mr/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/ms/banip.po b/applications/luci-app-banip/po/ms/banip.po index f83375534d..07215ab6d3 100644 --- a/applications/luci-app-banip/po/ms/banip.po +++ b/applications/luci-app-banip/po/ms/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/nb_NO/banip.po b/applications/luci-app-banip/po/nb_NO/banip.po index 18a34ef47c..fc5f7b4739 100644 --- a/applications/luci-app-banip/po/nb_NO/banip.po +++ b/applications/luci-app-banip/po/nb_NO/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "IPv6-støtte" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "Omstart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -722,6 +742,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/nl/banip.po b/applications/luci-app-banip/po/nl/banip.po index a968a6814d..77a308e739 100644 --- a/applications/luci-app-banip/po/nl/banip.po +++ b/applications/luci-app-banip/po/nl/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "Actieve feeds" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Actieve subnetten" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -101,7 +101,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Geavanceerde instellingen" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Alleen toelatingslijst" @@ -113,11 +113,15 @@ msgstr "" "Wijzigingen op de toelatingslijst zijn opgeslagen, start de Domain Lookup of " "herstart banIP om de wijzigingen door te voeren." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "Automatische toelatingslijst" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "Automatische blokkeerlijst" @@ -125,13 +129,17 @@ msgstr "Automatische blokkeerlijst" msgid "Auto Detection" msgstr "Autodetectie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." -msgstr "Verplaatst automatisch verdachte IP's naar de banIP-blokkeerlijst." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." -msgstr "Zet automatisch uplink IP's over naar de banIP toelatingslijst." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -195,16 +203,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"Configuratie van het banIP pakket om inkomende en uitgaande ip adressen/" -"subnetten te bannen via sets in nftables. Voor meer informatie bekijk de online " -"documentatie" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -216,11 +219,9 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" -"Ontdubbel IP-adressen over alle actieve sets en ruim de lokale blokkeerlijst " -"op." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -242,6 +243,10 @@ msgstr "" "Detecteer automatisch relevante netwerkapparaten, interfaces, subnetten, " "protocollen en hulpprogramma's." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "Domein opzoeken" @@ -381,6 +386,10 @@ msgstr "Hoge prioriteit" msgid "Highest Priority" msgstr "Hoogste prioriteit" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "IP zoeken" @@ -400,10 +409,8 @@ msgstr "IPv6 ondersteuning" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" -"Verhoog het maximale aantal geopende bestanden, b.v. om het aantal " -"tijdelijke gesplitste bestanden te verwerken tijdens het laden van de sets." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -454,6 +461,10 @@ msgstr "Beperk bepaalde feeds tot de WAN-invoer reeks." msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Beperk de cpu-cores die banIP gebruikt om RAM te besparen." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -636,7 +647,7 @@ msgstr "Rapporteer elementen" msgid "Restart" msgstr "Herstart" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "Beperk de internettoegang van/tot een klein aantal beveiligde IP's." @@ -754,6 +765,10 @@ msgstr "Status" msgid "Stop" msgstr "Stop" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "Enquête" @@ -996,3 +1011,40 @@ msgstr "start (standaard)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "waarschuwen (standaard)" + +#~ msgid "Active Subnets" +#~ msgstr "Actieve subnetten" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "Verplaatst automatisch verdachte IP's naar de banIP-blokkeerlijst." + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "Zet automatisch uplink IP's over naar de banIP toelatingslijst." + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "Configuratie van het banIP pakket om inkomende en uitgaande ip adressen/" +#~ "subnetten te bannen via sets in nftables. Voor meer informatie bekijk de " +#~ "online documentatie" + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "" +#~ "Ontdubbel IP-adressen over alle actieve sets en ruim de lokale " +#~ "blokkeerlijst op." + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "" +#~ "Verhoog het maximale aantal geopende bestanden, b.v. om het aantal " +#~ "tijdelijke gesplitste bestanden te verwerken tijdens het laden van de " +#~ "sets." diff --git a/applications/luci-app-banip/po/pl/banip.po b/applications/luci-app-banip/po/pl/banip.po index 6e7e0fc305..689d70eac0 100644 --- a/applications/luci-app-banip/po/pl/banip.po +++ b/applications/luci-app-banip/po/pl/banip.po @@ -88,8 +88,8 @@ msgid "Active Feeds" msgstr "Aktywne źródła" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Aktywne podsieci" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -102,7 +102,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Tylko lista dozwolonych" @@ -114,11 +114,15 @@ msgstr "" "Modyfikacje listy dozwolonych zostały zapisane, rozpocznij wyszukiwanie " "domen lub zrestartuj banIP, aby zmiany zaczęły obowiązywać." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "Automatyczna lista dozwolonych" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "Automatyczna lista zablokowanych" @@ -126,14 +130,17 @@ msgstr "Automatyczna lista zablokowanych" msgid "Auto Detection" msgstr "Automatyczne wykrywanie" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" -"Automatycznie przenosi podejrzane adresy IP na listę zablokowanych banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." -msgstr "Automatycznie przenosi adresy IP uplink na listę dozwolonych banIP." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -199,16 +206,11 @@ msgstr "Wyczyść źródła niestandardowe" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"Konfiguracja pakietu banIP do blokowania przychodzących i wychodzących " -"adresów IP/podsieci poprzez zestawy w nftables. Aby uzyskać więcej " -"informacji, sprawdź dokumentację online" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -220,11 +222,9 @@ msgstr "Edytor źródeł niestandardowych" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" -"Deduplikuj adresy IP we wszystkich aktywnych zestawach i uporządkuj lokalną " -"listę zablokowanych." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -246,6 +246,10 @@ msgstr "" "Automatycznie wykrywaj odpowiednie urządzenia sieciowe, interfejsy, " "podsieci, protokoły i narzędzia." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "Wyszukiwanie domen" @@ -385,6 +389,10 @@ msgstr "Wysoki priorytet" msgid "Highest Priority" msgstr "Najwyższy priorytet" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "Wyszukiwanie IP" @@ -404,10 +412,8 @@ msgstr "Obsługa IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" -"Zwiększ maksymalną liczbę otwartych plików, np. w celu obsługi liczby " -"tymczasowo podzielonych plików podczas ładowania zestawów." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -460,6 +466,10 @@ msgstr "" "Ogranicz liczbę rdzeni procesora używanych przez banIP, aby oszczędzać " "pamięć RAM." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -645,7 +655,7 @@ msgstr "Elementy raportu" msgid "Restart" msgstr "Restartuj" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Ogranicz dostęp do Internetu z/do niewielkiej liczby bezpiecznych adresów IP." @@ -766,6 +776,10 @@ msgstr "Status" msgid "Stop" msgstr "Zatrzymaj" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "Badanie" @@ -1012,3 +1026,40 @@ msgstr "uruchom (domyślne)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "ostrzeżenie (domyślne)" + +#~ msgid "Active Subnets" +#~ msgstr "Aktywne podsieci" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "" +#~ "Automatycznie przenosi podejrzane adresy IP na listę zablokowanych banIP." + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "Automatycznie przenosi adresy IP uplink na listę dozwolonych banIP." + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "Konfiguracja pakietu banIP do blokowania przychodzących i wychodzących " +#~ "adresów IP/podsieci poprzez zestawy w nftables. Aby uzyskać więcej " +#~ "informacji, sprawdź dokumentację online" + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "" +#~ "Deduplikuj adresy IP we wszystkich aktywnych zestawach i uporządkuj " +#~ "lokalną listę zablokowanych." + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "" +#~ "Zwiększ maksymalną liczbę otwartych plików, np. w celu obsługi liczby " +#~ "tymczasowo podzielonych plików podczas ładowania zestawów." diff --git a/applications/luci-app-banip/po/pt/banip.po b/applications/luci-app-banip/po/pt/banip.po index 5cfedac6c9..faf7b56291 100644 --- a/applications/luci-app-banip/po/pt/banip.po +++ b/applications/luci-app-banip/po/pt/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "Feeds ativos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Sub-redes ativas" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -101,7 +101,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Apenas a lista dos permitidos" @@ -113,11 +113,15 @@ msgstr "" "As alterações da lista de permissões foram salvas, inicie a pesquisa de " "domínio ou reinicie o banIP para que as alterações entrem em vigor." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "Lista automática dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "Lista automática de bloqueio" @@ -125,15 +129,17 @@ msgstr "Lista automática de bloqueio" msgid "Auto Detection" msgstr "Deteção automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" -"Transfere automaticamente os IPs suspeitos à lista de bloqueio do banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" -"Transfere automaticamente os IPs do enlace à lista dos permitidos banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -198,16 +204,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"As configuração do pacote banIP para banir os endereços IP/sub-redes na " -"entrada e na saída através de conjuntos nftables. Para obter mais " -"informações " -"consulte a documentação online " #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -219,11 +220,9 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" -"Remover a duplicidade dos endereços IP em todos os conjuntos ativos e " -"organizar a lista local de bloqueio." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -245,6 +244,10 @@ msgstr "" "Detecte os aparelhos relevantes de rede, as interfaces, as sub-redes, os " "protocolos e os utilitários automaticamente." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "Busca por domínio" @@ -385,6 +388,10 @@ msgstr "Alta prioridade" msgid "Highest Priority" msgstr "Máxima Prioridade" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "Busca IP" @@ -404,11 +411,8 @@ msgstr "Suporte de IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" -"Aumente a quantidade máxima de ficheiros abertos, para lidar com a " -"quantidade de ficheiros divididos temporários durante o carregamento dos " -"conjuntos por exemplo." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -460,6 +464,10 @@ msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -641,7 +649,7 @@ msgstr "Elementos do relatório" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." @@ -762,6 +770,10 @@ msgstr "Condição geral" msgid "Stop" msgstr "Parar" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "Pesquisa" @@ -1007,3 +1019,42 @@ msgstr "iniciar (padrão)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "alertar (padrão)" + +#~ msgid "Active Subnets" +#~ msgstr "Sub-redes ativas" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "" +#~ "Transfere automaticamente os IPs suspeitos à lista de bloqueio do banIP." + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "" +#~ "Transfere automaticamente os IPs do enlace à lista dos permitidos banIP." + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "As configuração do pacote banIP para banir os endereços IP/sub-redes na " +#~ "entrada e na saída através de conjuntos nftables. Para obter mais " +#~ "informações " +#~ "consulte a documentação online " + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "" +#~ "Remover a duplicidade dos endereços IP em todos os conjuntos ativos e " +#~ "organizar a lista local de bloqueio." + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "" +#~ "Aumente a quantidade máxima de ficheiros abertos, para lidar com a " +#~ "quantidade de ficheiros divididos temporários durante o carregamento dos " +#~ "conjuntos por exemplo." diff --git a/applications/luci-app-banip/po/pt_BR/banip.po b/applications/luci-app-banip/po/pt_BR/banip.po index c3773ec2ed..ede23ad4cb 100644 --- a/applications/luci-app-banip/po/pt_BR/banip.po +++ b/applications/luci-app-banip/po/pt_BR/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "Feeds ativos" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Sub-redes Ativas" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -101,7 +101,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Configurações avançadas" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Apenas a lista dos permitidos" @@ -113,11 +113,15 @@ msgstr "" "As alterações da lista de permissões foram salvas, inicie a pesquisa de " "domínio ou reinicie o banIP para que as alterações entrem em vigor." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "Lista automática dos permitidos" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "Lista automática de bloqueio" @@ -125,15 +129,17 @@ msgstr "Lista automática de bloqueio" msgid "Auto Detection" msgstr "Detecção Automática" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" -"Transfere automaticamente os IPs suspeitos para a lista de bloqueio do banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" -"Transfere automaticamente os IPs do enlace para a lista dos permitidos banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -200,16 +206,11 @@ msgstr "Limpar os feeds personalizados" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"As configuração do pacote banIP para banir os endereços IP/sub-redes na " -"entrada e na saída através de conjuntos nftables. Para obter mais " -"informações " -"consulte a documentação online " #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -221,11 +222,9 @@ msgstr "Editor do feed personalizado" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" -"Remover a duplicidade dos endereços IP em todos os conjuntos ativos e " -"organizar a lista local de bloqueio." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -247,6 +246,10 @@ msgstr "" "Detecte os dispositivos relevantes de rede, as interfaces, as sub-redes, os " "protocolos e os utilitários automaticamente." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "Busca por domínio" @@ -387,6 +390,10 @@ msgstr "Alta prioridade" msgid "Highest Priority" msgstr "Máxima Prioridade" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "Busca IP" @@ -406,11 +413,8 @@ msgstr "Suporte ao IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" -"Aumente a quantidade máxima de arquivos abertos, para lidar com a quantidade " -"de arquivos divididos temporários durante o carregamento dos conjuntos por " -"exemplo." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -462,6 +466,10 @@ msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" "Limite a quantidade dos núcleos da CPU usados pelo banIP para economizar RAM." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -646,7 +654,7 @@ msgstr "Elementos do relatório" msgid "Restart" msgstr "Reiniciar" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Restrinja o acesso à Internet de/para uma pequena quantidade de IPs seguros." @@ -767,6 +775,10 @@ msgstr "Condição geral" msgid "Stop" msgstr "Parar" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "Pesquisa" @@ -1018,3 +1030,44 @@ msgstr "iniciar (padrão)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "alertar (padrão)" + +#~ msgid "Active Subnets" +#~ msgstr "Sub-redes Ativas" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "" +#~ "Transfere automaticamente os IPs suspeitos para a lista de bloqueio do " +#~ "banIP." + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "" +#~ "Transfere automaticamente os IPs do enlace para a lista dos permitidos " +#~ "banIP." + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "As configuração do pacote banIP para banir os endereços IP/sub-redes na " +#~ "entrada e na saída através de conjuntos nftables. Para obter mais " +#~ "informações " +#~ "consulte a documentação online " + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "" +#~ "Remover a duplicidade dos endereços IP em todos os conjuntos ativos e " +#~ "organizar a lista local de bloqueio." + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "" +#~ "Aumente a quantidade máxima de arquivos abertos, para lidar com a " +#~ "quantidade de arquivos divididos temporários durante o carregamento dos " +#~ "conjuntos por exemplo." diff --git a/applications/luci-app-banip/po/ro/banip.po b/applications/luci-app-banip/po/ro/banip.po index f5c6088a49..273c7ba74f 100644 --- a/applications/luci-app-banip/po/ro/banip.po +++ b/applications/luci-app-banip/po/ro/banip.po @@ -88,8 +88,8 @@ msgid "Active Feeds" msgstr "Fluxuri active" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Subrețele active" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -102,7 +102,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Doar Allowlist" @@ -114,11 +114,15 @@ msgstr "" "Lista cu modificările permise au fost salvate, porniți căutarea domeniului " "sau reporniți banIP pentru ca modificările să intre în vigoare." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "Allowlist Automată" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "Lista de blocare automată" @@ -126,14 +130,17 @@ msgstr "Lista de blocare automată" msgid "Auto Detection" msgstr "Detecție automată" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." -msgstr "Transferă automat IP-urile suspecte în lista de blocare banIP." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" -"Transferă automat IP-urile de legătură ascendentă în lista de permise banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -197,16 +204,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"Configurarea pachetului banIP pentru a interzice adresele ip de intrare și " -"de ieșire /subrețele prin intermediul seturilor din nftables. Pentru " -"informații suplimentare consultați documentația online" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -218,11 +220,9 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" -"Deduplicați adresele IP în toate seturile active și faceți ordine în lista " -"de blocuri locale." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -244,6 +244,10 @@ msgstr "" "Detectarea automată a dispozitivelor de rețea, interfețelor, subrețelelor, " "protocoalelor și utilităților relevante." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "Căutare domeniu" @@ -384,6 +388,10 @@ msgstr "Prioritate ridicată" msgid "Highest Priority" msgstr "Cea mai mare prioritate" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "Căutare IP" @@ -403,10 +411,8 @@ msgstr "Suport IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" -"Creșteți numărul maxim de fișiere deschise, de exemplu, pentru a gestiona " -"numărul de fișiere divizate temporar în timpul încărcării seturilor." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -457,6 +463,10 @@ msgstr "Limitarea anumitor fluxuri în lanțul WAN-Input." msgid "Limit the cpu cores used by banIP to save RAM." msgstr "Limitați nucleele CPU utilizate de banIP pentru a economisi RAM." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -639,7 +649,7 @@ msgstr "Elemente de raport" msgid "Restart" msgstr "Reporniți" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Restricționați accesul la internet de la/către un număr mic de IP-uri " @@ -761,6 +771,10 @@ msgstr "Stare" msgid "Stop" msgstr "Stop" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "Sondaj" @@ -1002,3 +1016,41 @@ msgstr "start (implicit)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "avertisment (implicit)" + +#~ msgid "Active Subnets" +#~ msgstr "Subrețele active" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "Transferă automat IP-urile suspecte în lista de blocare banIP." + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "" +#~ "Transferă automat IP-urile de legătură ascendentă în lista de permise " +#~ "banIP." + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "Configurarea pachetului banIP pentru a interzice adresele ip de intrare " +#~ "și de ieșire /subrețele prin intermediul seturilor din nftables. Pentru " +#~ "informații suplimentare consultați documentația online" + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "" +#~ "Deduplicați adresele IP în toate seturile active și faceți ordine în " +#~ "lista de blocuri locale." + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "" +#~ "Creșteți numărul maxim de fișiere deschise, de exemplu, pentru a gestiona " +#~ "numărul de fișiere divizate temporar în timpul încărcării seturilor." diff --git a/applications/luci-app-banip/po/ru/banip.po b/applications/luci-app-banip/po/ru/banip.po index 36ea27a3ea..02c042e6f9 100644 --- a/applications/luci-app-banip/po/ru/banip.po +++ b/applications/luci-app-banip/po/ru/banip.po @@ -88,8 +88,8 @@ msgid "Active Feeds" msgstr "Активные каналы" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Активные подсети" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -102,7 +102,7 @@ msgstr "" msgid "Advanced Settings" msgstr "Расширенные настройки" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "Только список разрешений" @@ -114,11 +114,15 @@ msgstr "" "Изменения в списке Allowlist были сохранены, запустите программу Domain " "Lookup или перезапустите banIP, чтобы изменения вступили в силу." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "Автоматический список разрешений" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "Автоматический блок-лист" @@ -126,16 +130,17 @@ msgstr "Автоматический блок-лист" msgid "Auto Detection" msgstr "Автоопределение" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" -"Автоматически переносит подозрительные IP-адреса в список блокировки banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" -"Автоматически переносит IP-адреса восходящего канала в список разрешений " -"banIP." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -201,16 +206,11 @@ msgstr "Очистить пользовательские каналы" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"Конфигурация пакета banIP для запрета входящих и исходящих ip-адресов/" -"подсетей через наборы в nftables. Для получения дополнительной информации ознакомьтесь с " -"онлайн-документацией" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -222,11 +222,9 @@ msgstr "Пользовательский редактор каналов" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" -"Дублируйте IP-адреса во всех активных наборах и приведите в порядок " -"локальный список блокировки." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -248,6 +246,10 @@ msgstr "" "Автоматическое обнаружение соответствующих сетевых устройств, интерфейсов, " "подсетей, протоколов и утилит." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "Поиск домена" @@ -387,6 +389,10 @@ msgstr "Высокий приоритет" msgid "Highest Priority" msgstr "Наивысший приоритет" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "Поиск IP-адресов" @@ -406,10 +412,8 @@ msgstr "Поддержка IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" -"Увеличьте максимальное количество открытых файлов, например, чтобы " -"справиться с количеством временных разделенных файлов при загрузке наборов." #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -462,6 +466,10 @@ msgstr "" "Ограничьте количество ядер процессора, используемых banIP для экономии " "оперативной памяти." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -648,7 +656,7 @@ msgstr "Элементы отчета" msgid "Restart" msgstr "Перезапустить" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" "Ограничить доступ в Интернет с/на небольшое количество защищенных IP-адресов." @@ -769,6 +777,10 @@ msgstr "Состояние" msgid "Stop" msgstr "Остановить" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "Опрос" @@ -1015,3 +1027,44 @@ msgstr "старт (по умолчанию)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "предупреждение (по умолчанию)" + +#~ msgid "Active Subnets" +#~ msgstr "Активные подсети" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "" +#~ "Автоматически переносит подозрительные IP-адреса в список блокировки " +#~ "banIP." + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "" +#~ "Автоматически переносит IP-адреса восходящего канала в список разрешений " +#~ "banIP." + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "Конфигурация пакета banIP для запрета входящих и исходящих ip-адресов/" +#~ "подсетей через наборы в nftables. Для получения дополнительной информации " +#~ "ознакомьтесь с " +#~ "онлайн-документацией" + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "" +#~ "Дублируйте IP-адреса во всех активных наборах и приведите в порядок " +#~ "локальный список блокировки." + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "" +#~ "Увеличьте максимальное количество открытых файлов, например, чтобы " +#~ "справиться с количеством временных разделенных файлов при загрузке " +#~ "наборов." diff --git a/applications/luci-app-banip/po/sk/banip.po b/applications/luci-app-banip/po/sk/banip.po index 394ea1cddb..d1b232072e 100644 --- a/applications/luci-app-banip/po/sk/banip.po +++ b/applications/luci-app-banip/po/sk/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/sv/banip.po b/applications/luci-app-banip/po/sv/banip.po index 2eeac582ee..a113bdb989 100644 --- a/applications/luci-app-banip/po/sv/banip.po +++ b/applications/luci-app-banip/po/sv/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Aktiva undernät" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "Automatisk detektering" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "Starta om" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -945,3 +969,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Aktiva undernät" diff --git a/applications/luci-app-banip/po/sw/banip.po b/applications/luci-app-banip/po/sw/banip.po index e3f8ecab06..8c34452f53 100644 --- a/applications/luci-app-banip/po/sw/banip.po +++ b/applications/luci-app-banip/po/sw/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Subnets zinazotumika" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -945,3 +969,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Subnets zinazotumika" diff --git a/applications/luci-app-banip/po/templates/banip.pot b/applications/luci-app-banip/po/templates/banip.pot index b267f18977..80d3bba047 100644 --- a/applications/luci-app-banip/po/templates/banip.pot +++ b/applications/luci-app-banip/po/templates/banip.pot @@ -78,7 +78,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -90,7 +90,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -100,11 +100,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -112,12 +116,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -178,7 +186,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -194,7 +202,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -216,6 +224,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -353,6 +365,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -372,7 +388,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -424,6 +440,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -596,7 +616,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -712,6 +732,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/tr/banip.po b/applications/luci-app-banip/po/tr/banip.po index 5722001979..9fbc432bbe 100644 --- a/applications/luci-app-banip/po/tr/banip.po +++ b/applications/luci-app-banip/po/tr/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "Etkin Alt Ağlar" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "Otomatik Algılama" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "Yüksek öncelik" msgid "Highest Priority" msgstr "En yüksek öncelik" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "IPv6 Desteği" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "Yeniden başlat" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" @@ -945,3 +969,6 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "" + +#~ msgid "Active Subnets" +#~ msgstr "Etkin Alt Ağlar" diff --git a/applications/luci-app-banip/po/uk/banip.po b/applications/luci-app-banip/po/uk/banip.po index cfa709938e..54eb32db20 100644 --- a/applications/luci-app-banip/po/uk/banip.po +++ b/applications/luci-app-banip/po/uk/banip.po @@ -88,7 +88,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -100,7 +100,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -110,11 +110,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -122,12 +126,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -188,7 +196,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -204,7 +212,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -226,6 +234,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -363,6 +375,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -382,7 +398,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -434,6 +450,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -606,7 +626,7 @@ msgstr "" msgid "Restart" msgstr "Перезапустити" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -722,6 +742,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/vi/banip.po b/applications/luci-app-banip/po/vi/banip.po index 36fd7901fd..4841fa10a2 100644 --- a/applications/luci-app-banip/po/vi/banip.po +++ b/applications/luci-app-banip/po/vi/banip.po @@ -87,7 +87,7 @@ msgid "Active Feeds" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" +msgid "Active Uplink" msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 @@ -99,7 +99,7 @@ msgstr "" msgid "Advanced Settings" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "" @@ -121,12 +125,16 @@ msgstr "" msgid "Auto Detection" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 @@ -187,7 +195,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" @@ -203,7 +211,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." msgstr "" @@ -225,6 +233,10 @@ msgid "" "utilities automatically." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -362,6 +374,10 @@ msgstr "" msgid "Highest Priority" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "" @@ -381,7 +397,7 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." +"temporary split files while loading the Sets." msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 @@ -433,6 +449,10 @@ msgstr "" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -605,7 +625,7 @@ msgstr "" msgid "Restart" msgstr "" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "" @@ -721,6 +741,10 @@ msgstr "" msgid "Stop" msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "" diff --git a/applications/luci-app-banip/po/zh_Hans/banip.po b/applications/luci-app-banip/po/zh_Hans/banip.po index c4379a6e45..9dafe6ce44 100644 --- a/applications/luci-app-banip/po/zh_Hans/banip.po +++ b/applications/luci-app-banip/po/zh_Hans/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "活跃源" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "活动子网" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "banIP 处理实际开始前以秒为单位的附加触发延迟。" msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "仅白名单" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "已保存白名单更改,启动域名查询或要让更改生效请重启 banIP。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "自动白名单" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "自动黑名单" @@ -121,13 +125,17 @@ msgstr "自动黑名单" msgid "Auto Detection" msgstr "自动检测" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." -msgstr "自动将可疑 IP 转移到 banIP 黑名单。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." -msgstr "自动将 uplink IP 地址转移到 banIP 白名单。" +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -187,14 +195,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"配置 banIP 包通过 nftables 中的集封禁传入和传出 ip 地址/子网。进一步信息请查阅在线文档" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -206,9 +211,9 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." -msgstr "去除所有活跃集中的重复 IP 地址并整理本地黑名单。" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -228,6 +233,10 @@ msgid "" "utilities automatically." msgstr "自动检测相关的网络设备、接口、子网、协议和工具。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "域名查询" @@ -365,6 +374,10 @@ msgstr "较高优先级" msgid "Highest Priority" msgstr "最高优先级" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "IP 搜索" @@ -384,8 +397,8 @@ msgstr "IPv6 支持" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." -msgstr "提升打开文件的最大数目便于在加载集时处理临时分割文件等任务。" +"temporary split files while loading the Sets." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -436,6 +449,10 @@ msgstr "限制特定源到广域网输入链。" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "限制 banIP 使用的 cpu 核心数来节省内存。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -608,7 +625,7 @@ msgstr "报告元素" msgid "Restart" msgstr "重启" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "限制来自/对少量安全 IP 的互联网访问。" @@ -724,6 +741,10 @@ msgstr "状态" msgid "Stop" msgstr "停止" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "调查" @@ -952,3 +973,34 @@ msgstr "启动(默认)" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "警告(默认)" + +#~ msgid "Active Subnets" +#~ msgstr "活动子网" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "自动将可疑 IP 转移到 banIP 黑名单。" + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "自动将 uplink IP 地址转移到 banIP 白名单。" + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "配置 banIP 包通过 nftables 中的集封禁传入和传出 ip 地址/子网。进一步信息" +#~ "请查阅在线文档" +#~ "" + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "去除所有活跃集中的重复 IP 地址并整理本地黑名单。" + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "提升打开文件的最大数目便于在加载集时处理临时分割文件等任务。" diff --git a/applications/luci-app-banip/po/zh_Hant/banip.po b/applications/luci-app-banip/po/zh_Hant/banip.po index a8227bf9be..affdce50fa 100644 --- a/applications/luci-app-banip/po/zh_Hant/banip.po +++ b/applications/luci-app-banip/po/zh_Hant/banip.po @@ -87,8 +87,8 @@ msgid "Active Feeds" msgstr "使用中來源" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:175 -msgid "Active Subnets" -msgstr "作用中子網路" +msgid "Active Uplink" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:309 msgid "" @@ -99,7 +99,7 @@ msgstr "banIP 處理實際開始前以秒為單位的附加觸發延遲。" msgid "Advanced Settings" msgstr "進階設定" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Allowlist Only" msgstr "僅白名單" @@ -109,11 +109,15 @@ msgid "" "banIP that changes take effect." msgstr "" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Auto Allow Uplink" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 msgid "Auto Allowlist" msgstr "自動白名單" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 msgid "Auto Blocklist" msgstr "自動黑名單" @@ -121,13 +125,17 @@ msgstr "自動黑名單" msgid "Auto Detection" msgstr "自動偵測" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 -msgid "Automatically transfers suspicious IPs to the banIP blocklist." -msgstr "自動將可疑 IP 轉移到 banIP 黑名單。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:590 +msgid "" +"Automatically add resolved domains and suspicious IPs to the local banIP " +"blocklist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:578 -msgid "Automatically transfers uplink IPs to the banIP allowlist." -msgstr "自動將 uplink IP 位址轉移到 banIP 白名單。" +msgid "" +"Automatically add resolved domains and uplink IPs to the local banIP " +"allowlist." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:382 msgid "Backup Directory" @@ -187,14 +195,11 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:30 msgid "" "Configuration of the banIP package to ban incoming and outgoing ip addresses/" -"subnets via sets in nftables. For further information check the online " "documentation" msgstr "" -"設定 bnIP 套件包透過 nftables 中的集合禁止傳入和傳出 ip 位址/子網路。進一步資" -"訊請查閱線上文件" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:563 msgid "Countries" @@ -206,9 +211,9 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "" -"Deduplicate IP addresses across all active sets and and tidy up the local " +"Deduplicate IP addresses across all active Sets and and tidy up the local " "blocklist." -msgstr "去除所有使用中集合中的重複 IP 位址並整理本地黑名單。" +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321 msgid "Deduplicate IPs" @@ -228,6 +233,10 @@ msgid "" "utilities automatically." msgstr "自動偵測相關的網路裝置、介面、子網路、協定和工具。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:583 +msgid "Disable" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:204 msgid "Domain Lookup" msgstr "" @@ -365,6 +374,10 @@ msgstr "較高優先順序" msgid "Highest Priority" msgstr "最高優先順序" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:585 +msgid "IP" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:11 msgid "IP Search" msgstr "IP 搜尋" @@ -384,8 +397,8 @@ msgstr "支援 IPv6" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:352 msgid "" "Increase the maximal number of open files, e.g. to handle the amount of " -"temporary split files while loading the sets." -msgstr "提升開啟檔案的最大數目便於在載入集合時處理臨時分割檔案等任務。" +"temporary split files while loading the Sets." +msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:153 msgid "Information" @@ -436,6 +449,10 @@ msgstr "限制特定來源到廣域網路輸入鏈。" msgid "Limit the cpu cores used by banIP to save RAM." msgstr "限制 banIP 使用的 cpu 核心數來節省記憶體。" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:582 +msgid "Limit the uplink autoallow function." +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 msgid "" "List Set elements in the status and report, disable this to reduce the CPU " @@ -608,7 +625,7 @@ msgstr "報告元素" msgid "Restart" msgstr "重新啟動" -#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:586 +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:594 msgid "Restrict the internet access from/to a small number of secure IPs." msgstr "限制來自/對少量安全 IP 的網際網路存取。" @@ -724,6 +741,10 @@ msgstr "狀態" msgid "Stop" msgstr "停止" +#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:584 +msgid "Subnet (default)" +msgstr "" + #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:128 msgid "Survey" msgstr "調查" @@ -952,3 +973,34 @@ msgstr "" #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:485 msgid "warn (default)" msgstr "警告 (預設)" + +#~ msgid "Active Subnets" +#~ msgstr "作用中子網路" + +#~ msgid "Automatically transfers suspicious IPs to the banIP blocklist." +#~ msgstr "自動將可疑 IP 轉移到 banIP 黑名單。" + +#~ msgid "Automatically transfers uplink IPs to the banIP allowlist." +#~ msgstr "自動將 uplink IP 位址轉移到 banIP 白名單。" + +#~ msgid "" +#~ "Configuration of the banIP package to ban incoming and outgoing ip " +#~ "addresses/subnets via sets in nftables. For further information check the " +#~ "online documentation" +#~ msgstr "" +#~ "設定 bnIP 套件包透過 nftables 中的集合禁止傳入和傳出 ip 位址/子網路。進一" +#~ "步資訊請查閱線" +#~ "上文件" + +#~ msgid "" +#~ "Deduplicate IP addresses across all active sets and and tidy up the local " +#~ "blocklist." +#~ msgstr "去除所有使用中集合中的重複 IP 位址並整理本地黑名單。" + +#~ msgid "" +#~ "Increase the maximal number of open files, e.g. to handle the amount of " +#~ "temporary split files while loading the sets." +#~ msgstr "提升開啟檔案的最大數目便於在載入集合時處理臨時分割檔案等任務。" -- 2.30.2